Add form support.
[gnus] / lisp / ChangeLog
1 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-descend): Allow other packages to override (or provide)
4         rendering of elements.
5
6         * eww.el: Don't require cl-lib.
7         (eww-tag-form): Start form support.
8
9         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
10
11         * eww.el: Start writing a new, tiny web browser.
12         (eww-previous-url): New command.
13         (eww-quit): New command.
14
15 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
16
17         * sieve.el: Put point at beginning of buffer when viewing a script.
18         (sieve-open-server): respect the PORT parameter. Show the correct port
19         number in sieve-buffer's header. Fixed code to also work with a string
20         as port specifier. Properly close the connection on pressing 'q'. Make
21         sieve-manage-quit close the connection and process buffer. Also, remove
22         duplicate keybinding for 'q'.
23
24 2013-06-10  Roy Hashimoto <roy.hashimoto@gmail.com>  (tiny change)
25
26         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
27         make it easier to read.
28         (mm-pkcs7-enveloped-magic): Ditto.
29
30 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
31
32         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
33         before `image-type-available-p' to avoid loading the image libraries
34         needlessly.
35
36 2013-06-05  David Engster  <deng@randomsample.de>
37
38         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
39         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
40         to see whether the group was synced before.
41
42 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
43
44         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
45         when opening the connection.
46         Suggested by João Távora <joaotavora@gmail.com> in
47         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
48
49 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
52         assume Date header begins with "Date", that may be customized into
53         something like "X-Sent" using gnus-article-time-format.
54         (article-transform-date): Allow multi-line Date header.
55
56 2013-06-02  David Engster  <deng@randomsample.de>
57
58         * registry.el (initialize-instance, registry-lookup)
59         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
60         (registry-lookup-secondary-value, registry-search, registry-delete)
61         (registry-insert, registry-reindex, registry-size, registry-prune): Do
62         not wrap methods in `eval-and-compile'.  This breaks due to latest
63         changes in EIEIO (introduction of eieio-core.el).
64
65 2013-05-30  Glenn Morris  <rgm@gnu.org>
66
67         * nnmail.el (nnmail-fancy-expiry-target):
68         Also bind mail-dont-reply-to-names.
69
70         * spam-stat.el (spam-stat-save):
71         No need to tweak font-lock in temp buffers.
72
73         * shr.el (shr-put-image): Silence compiler.
74
75 2013-05-29  Glenn Morris  <rgm@gnu.org>
76
77         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
78
79         * gnus-group.el (gnus-sequence-of-unread-articles)
80         (gnus-summary-add-mark, gnus-mark-article-as-read)
81         (gnus-group-make-articles-read): Declare.
82
83         * gnus-sum.el (gnus-parameter-list-identifier)
84         (gnus-article-stop-animations, gnus-stop-downloads)
85         (gnus-article-only-boring-p, article-goto-body)
86         (gnus-flush-original-article-buffer, article-narrow-to-head)
87         (gnus-article-hidden-text-p, gnus-delete-wash-type)
88         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
89
90         * gnus.el: No need to eval-and-compile autoloads.
91
92         * gravatar.el (help-function-arglist): Autoload.
93
94         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
95
96         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
97
98         * spam.el: No need to load spam-report when compiling.
99         No need to eval-and-compile autoloads.
100         (spam-report-resend-to): Declare.
101         (spam-report-resend-register-routine): Require 'spam-report.
102
103 2013-05-24  Julien Danjou  <julien@danjou.info>
104
105         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
106         setup.
107
108 2013-05-23  Glenn Morris  <rgm@gnu.org>
109
110         * gnus-util.el (rmail-swap-buffers-maybe)
111         (rmail-maybe-set-message-counters, rmail-count-new-messages)
112         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
113         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
114
115         * mm-decode.el: No need to load term when compiling.
116         (term-mode, term-char-mode): Declare.
117
118         * mm-util.el: No need to load jka-compr when compiling.
119         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
120
121         * nnmaildir.el: Require is automatically eval-and-compile.
122         (nnmail): Require at run-time too.
123
124         * registry.el (registry-size): Move definition before use.
125
126 2013-05-22  Daiki Ueno  <ueno@gnu.org>
127
128         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
129         signed data to conform the standard.  (Bug#14232)
130
131 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
132
133         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
134         double angle quotation mark.
135
136 2013-05-20  Glenn Morris  <rgm@gnu.org>
137
138         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
139
140 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
141
142         * message.el (message-insert-formatted-citation-line): handle finding
143         first/lastname when more than 2 names appear.
144
145 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
146
147         * shr.el (shr-tag-span): New function.
148
149 2013-05-18  Glenn Morris  <rgm@gnu.org>
150
151         * message.el (message-mode): Use message-mode-abbrev-table,
152         with text-mode-abbrev-table as parent.  (Bug#14413)
153
154 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * message.el (message-expand-group): Decode group names.
157
158 2013-05-16  Julien Danjou  <julien@danjou.info>
159
160         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
161         app-icon.
162
163 2013-05-15  Glenn Morris  <rgm@gnu.org>
164
165         * shr-color.el (shr-color-visible-luminance-min)
166         (shr-color-visible-distance-min): Use shr-color group.
167
168 2013-05-11  Glenn Morris  <rgm@gnu.org>
169
170         * gnus-vm.el: Make it loadable without VM.
171         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
172         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
173
174 2013-05-09  Glenn Morris  <rgm@gnu.org>
175
176         * mml1991.el: Make it loadable.  (Bug#13456)
177
178         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
179         * gnus-async.el (gnus-async-post-fetch-function):
180         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
181         * gnus-html.el (gnus-html-image-cache-ttl):
182         * gnus-notifications.el (gnus-notifications-timeout):
183         * gnus-picon.el (gnus-picon-properties):
184         * gnus-util.el (gnus-completion-styles):
185         * gnus.el (gnus-other-frame-resume-function):
186         * message.el (message-user-organization-file)
187         (message-cite-reply-position):
188         * nnir.el (nnir-summary-line-format)
189         (nnir-retrieve-headers-override-function):
190         * shr-color.el (shr-color-visible-luminance-min):
191         * shr.el (shr-blocked-images):
192         * spam-report.el (spam-report-resend-to):
193         * spam.el (spam-summary-exit-behavior): Fix custom types.
194
195         * gnus-salt.el (gnus-selected-tree-face): Fix default.
196
197 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
200         because of let-binding help-xref-following.  (Bug#14356)
201
202 2013-05-06  Glenn Morris  <rgm@gnu.org>
203
204         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
205
206 2013-05-04  Andrew Cohen  <cohen@bu.edu>
207
208         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
209         entering into the registry.
210
211 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
212
213         * gnus.el: Ma Gnus v0.7 is released.
214
215 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
218         (Bug#14304)
219
220 2013-04-27  Glenn Morris  <rgm@gnu.org>
221
222         * gnus.el (gnus-list-debbugs):
223         Use require rather than autoload.  (Bug#14262)
224
225 2013-04-27  Julien Danjou  <julien@danjou.info>
226
227         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
228         port to "sieve" now that it has an official IANA port assigned.
229
230 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
233         Don't set the MAILHOST environment variable permanently (Bug#14271).
234
235 2013-04-26  Glenn Morris  <rgm@gnu.org>
236
237         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
238
239 2013-04-25  Andrew Cohen  <cohen@bu.edu>
240
241         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
242         string values of 'gcc-self. Thanks to Saroj Thirumalai.
243
244 2013-04-24  Andrew Cohen  <cohen@bu.edu>
245
246         * nnir.el (nnir-close-group): Make sure we are in the right group.
247
248         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
249         dependency table from all newly retrieved headers.
250
251 2013-04-16  David Edmondson  <dme@dme.org>
252
253         Support <img src="data:...">.
254
255         * shr.el (shr-image-from-data): New function.
256         (shr-tag-img): Use it.
257
258 2013-04-14  Andrew Cohen  <cohen@bu.edu>
259
260         * nnir.el (nnir-request-set-mark): Make sure we are in the right
261         group.
262
263 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
266         corresponding to any existing group (Bug#14166).
267
268 2013-04-10  Andrew Cohen  <cohen@bu.edu>
269
270         * nnir.el (number-sequence): No longer used.
271         (nnir-request-set-mark): New function.
272         (nnir-request-update-info): Improve marks updating.
273         (nnir-request-scan): Don't duplicate marks updating.
274         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
275         Use 'assq rather than 'assoc. Quote anonymous function.
276         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
277         Use 'gnus-group-prefixed-p.
278         (gnus-summary-create-nnir-group): Make sure server for method is open.
279
280 2013-04-04  Andrew Cohen  <cohen@bu.edu>
281
282         * nnir.el (gnus-nnir-group-p): New function.
283         (nnir-possibly-change-group): Use it.
284
285         * gnus-msg.el (gnus-setup-message): Use it.
286
287 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * mml.el (mml-minibuffer-read-description): Use `default' insted of
290         `initial-input' for the argument name.
291         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
292
293 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
294
295         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
296         (used by MH-E).
297
298 2013-04-01  Andrew Cohen  <cohen@bu.edu>
299
300         * nnir.el (nnir-request-update-mark): Improve mark updating in original
301         group.
302
303         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
304         fix compilation.
305
306 2013-03-31  Andrew Cohen  <cohen@bu.edu>
307
308         * nnir.el (nnir-method-default-engines): And another typo.
309
310 2013-03-30  Andrew Cohen  <cohen@bu.edu>
311
312         * nnir.el (nnir-method-default-engines): Fix typo.
313
314 2013-03-29  Andrew Cohen  <cohen@bu.edu>
315
316         * nnir.el: Define 'number-sequence for xemacs.
317         (gnus-summary-create-nnir-group): New function to create an nnir group
318         from an nnir summary buffer based on the current query.
319         (nnir-request-create-group): Update to allow nnir group creation based
320         on the current query.
321
322 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
323
324         * nndraft.el (nndraft-request-expire-articles):
325         Make expiry target always `delete'.
326
327 2013-03-27  Andrew Cohen  <cohen@bu.edu>
328
329         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
330         buffer use the posting-style and gcc of the original article group.
331         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
332
333         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
334         after other deffoos.
335
336 2013-03-25  Andrew Cohen  <cohen@bu.edu>
337
338         * nnir.el: Major rewrite. Cleaner separation between searches and group
339         management. Marks are now shown in nnir summary buffers. Rudimentary
340         support for real (i.e. not ephemeral) nnir groups.
341         (gnus-summary-make-nnir-group): New function for initiating searches
342         from a summary buffer.
343
344 2013-03-18  Sam Steingold  <sds@gnu.org>
345
346         * message.el (message-bury): Minor cleanup.
347
348 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
349
350         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
351
352 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * nndir.el (nndir-request-list): Remove 2nd argument passed to
355         nnml-request-list.  (Bug#13873)
356         (nndir-request-newsgroups): Remove, unused.
357
358         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
359
360 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
361
362         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
363         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
364         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
365
366 2013-03-03  Ted Phelps  <phelps@gnusto.com>
367
368         * shr.el: Make all the overlays set the `evaporate' property so that
369         they're removed properly.
370
371 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
372
373         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
374         shell-quote-argument.
375
376 2013-02-22  David Engster  <deng@randomsample.de>
377
378         * gnus-registry.el (gnus-registry-save): Provide class name when
379         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
380         `condition-case' to stay compatible with older EIEIO versions which
381         only accept one argument.
382
383 2013-02-17  Daiki Ueno  <ueno@gnu.org>
384
385         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
386         (epg-user-id-validity): Autoload.
387         (mml2015-epg-check-user-id): New function.
388         (mml2015-epg-check-sub-key): New function split from
389         mml2015-epg-find-usable-key.
390         (mml2015-epg-find-usable-key): Accept context, name, usage, and
391         optional name-is-key-id, to handle the case when user-id is unusable.
392         Reported by Łukasz Stelmach <stlman@poczta.fm>.
393
394 2013-02-17  Glenn Morris  <rgm@gnu.org>
395
396         * shr.el (shr-put-image): Use image-multi-frame-p if available.
397
398 2013-02-16  Glenn Morris  <rgm@gnu.org>
399
400         * shr.el (shr-put-image): Only animate images that specify a delay.
401         This is consistent with the old image-animated-p behavior.
402
403 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
406         for XEmacs.
407
408 2013-02-13  Juri Linkov  <juri@jurta.org>
409
410         * gnus-art.el (gnus-article-mode-map):
411         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
412         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
413
414 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
415
416         * auth-source.el (auth-source-format-prompt): Don't get confused by
417         any "\" in replacement text.  (Bug#13637)
418
419 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
420
421         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
422         (gnus-backend-trace): Honour gnus-backend-trace.
423
424         * mml.el (mml-insert-part): Insert closing tag.
425
426         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
427
428 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
431         able to find the article, which can happen in debbugs groups,
432         apparently.
433
434 2013-01-16  Glenn Morris  <rgm@gnu.org>
435
436         * smiley.el (smiley-style): Make the file loadable in batch mode.
437
438 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
439
440         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
441         imap process running.
442
443 2013-01-14  Julien Danjou  <julien@danjou.info>
444
445         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
446         Compare addresses against addresses, not against the full From field.
447
448 2013-01-13  Richard Stallman  <rms@gnu.org>
449
450         * message.el (message-forward-make-body-mime): New args BEG, END
451         specify what part of FORWARD-BUFFER to use.  Do the work directly
452         instead of calling `mml-insert-buffer'.
453
454 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
455
456         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
457         cross-reference(s).
458
459         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
460         cross-reference(s).
461
462 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
463
464         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
465         and point-max-marker.
466         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
467
468 2013-01-11  Julien Danjou  <julien@danjou.info>
469
470         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
471         max are almost equal. Also return the correct value for V which is
472         already between 0 and 1.
473
474 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
475
476         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
477         to mml2015-encrypt-to-self.
478         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
479
480 2013-01-09  Daiki Ueno  <ueno@gnu.org>
481
482         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
483         mml-smime-epg-find-usable-secret-key.
484
485 2013-01-08  Glenn Morris  <rgm@gnu.org>
486
487         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
488
489 2013-01-07  Daiki Ueno  <ueno@gnu.org>
490
491         * mml-smime.el: Support signing by sender.
492         Requested by Uwe Brauer.
493         (mml-smime-sign-with-sender): New user option analogous
494         to mml2015-sign-with-sender.
495         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
496         (mml-smime-epg-find-usable-secret-key): New helper function copied from
497         mml2015.el.
498
499 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
502         isn't running, because Gnus will probably not know how to handle the
503         Gcc header (bug#11941).
504
505         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
506         articles.
507
508 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * nnfolder.el (nnfolder-recursive-directory-files): New function.
511         (nnfolder-generate-active-file): Make this function work with recursive
512         folder names.
513
514 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
515
516         * nntp.el (nntp-open-connection): Use HELP as the capability command
517         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
518         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
519
520 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
521
522         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
523         place holder since this gives `Invalid face reference: nil' messages.
524         Use the `default' face instead.  It has the same effect here, even
525         though it is not no-op.
526
527         * gnus-util.el
528         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
529
530 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
531
532         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
533         non-string posting styles (bug#13285).
534
535 2012-12-27  Glenn Morris  <rgm@gnu.org>
536
537         * plstore.el (plstore-passphrase-callback-function):
538         Use plstore-get-file.
539
540 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
541
542         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
543         stderr.
544
545 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
548
549         * gnus-compat.el (set-buffer-multibyte): Remove.
550
551 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
552
553         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
554         temporary file to get PGP key image. Pass no-show-photos when extracting
555         image to avoid having it pop up twice.
556
557 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
560         eligible for treatment.
561
562         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
563         lines.  This makes summary commands with hidden threads work more
564         reliably.
565
566         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
567         button to mark the hidden citations (bug#9395).
568
569 2012-12-26  Daiki Ueno  <ueno@gnu.org>
570
571         * mml2015.el (mml2015-epg-signature-to-string): New function.
572         (mml2015-epg-verify-result-to-string): New function.
573         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
574         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
575         instead of epg-verify-result-to-string.
576         (epg-signature-key-id, epg-signature-to-string): Autoload.
577         (epg-verify-result-to-string): Remove autoload.
578
579 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
580
581         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
582         ID image from GPG public key.
583         (mml2015-epg-key-image-to-string): New function.
584
585 2012-12-25  Leo Liu  <sdl.web@gmail.com>
586
587         * plstore.el (plstore-passphrase-callback-function): Fix error when
588         error when plstore-cache-passphrase-for-symmetric-encryption is set
589         (bug#13264).
590
591 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
594         buffer to the article buffer here, because that clobbers multiple
595         article buffers.
596
597         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
598         buffer always points to the right summary buffer.
599
600 2012-12-25  John Wiegley  <jwiegley@gmail.com>
601
602         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
603         the password (bug#12097).
604
605 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
606
607         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
608         (bug#13263).
609
610         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
611         buffer exists before using it (bug#12475).
612
613         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
614         offline groups (bug#11937).
615
616         * message.el (message-yank-original): When using customize to set the
617         value of `message-cite-style', the variable it set to a symbol that's
618         the name of the variable, which must then be dereferenced (bug#12616).
619
620 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
621
622         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
623         the `face' property with a list whose car is the face specified in the
624         format string and whose cdr is (nil).
625         * lisp/gnus-util.el
626         (gnus-put-text-property-excluding-characters-with-faces):
627         Change accordingly.
628         (gnus-get-text-property-excluding-characters-with-faces): New function.
629         * lisp/gnus-sum.el (gnus-summary-highlight-line):
630         * lisp/gnus-salt.el (gnus-tree-highlight-node):
631         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
632
633 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
634
635         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
636         login methods.
637         (nnimap-login): Respect the `nnimap-authenticator' variable.
638
639         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
640         mark state when moving articles.  Otherwise unticked articles will get
641         their ticks back after moving.
642
643 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
644
645         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
646
647         * message.el (message-ignored-news-headers): Always remove
648         X-Message-SMTP-Method to avoid information leakage if the user
649         mistakenly inserts the header into news messages.
650
651         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
652
653         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
654         right than four characters, this command would move point to
655         `point-max'.  Don't do that.
656
657         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
658         to nil to allow re-selecting groups that gain articles.
659         (gnus-bug-group-download-format-alist): Update the URL.
660
661 2012-12-23  Andreas Schwab  <schwab@suse.de>
662
663         * shr.el (shr-tag-em): Render em as italic, not bold.
664
665 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
666
667         * gnus-int.el (gnus-backend-trace): Factor out into its own function
668         for reuse.
669         (gnus-open-server): Use it to add more tracing.
670         (gnus-finish-retrieve-group-infos): Add backend tracing.
671         (gnus-backend-trace): Also note the elapsed seconds.
672
673 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
674
675         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
676         Set epa-file-encrypt-to from variable to avoid querying.
677
678 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
679
680         * sieve-mode.el (sieve-font-lock-keywords):
681         Keywords should be word delimited.  (Bug#13173)
682
683 2012-12-13  Andreas Schwab  <schwab@suse.de>
684
685         * tls.el (tls-program): Update customize type.
686
687 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
690         instead of <pre> to align message header.
691
692 2012-12-12  Sam Steingold  <sds@gnu.org>
693
694         * gnus.el (gnus-other-frame-resume-function): Add user option.
695         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
696
697 2012-12-06  Sam Steingold  <sds@gnu.org>
698
699         * gnus-start.el (gnus-before-resume-hook): Add.
700         (gnus-1): Run it when Gnus is alive.
701
702 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
705         * gnus-art.el (article-unsplit-urls)
706         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
707         * gnus-registry.el (gnus-registry-get-article-marks)
708         * message.el (message-goto-body): Use it.
709         (message-called-interactively-p): Remove.
710
711         * spam-stat.el (spam-stat-called-interactively-p): New macro.
712         (spam-stat-score-buffer): Use it.
713
714         * spam.el: Silence the warnings against BBDB functions when compiling.
715
716         * gnus-score.el (gnus-score-decode-text-parts):
717         Use append+mapcar instead of the cl function mapcan.
718
719 2012-12-05  Sam Steingold  <sds@gnu.org>
720
721         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
722         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
723         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
724
725 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gmm-utils.el (gmm-called-interactively-p): Revert.
728         This seems to cause Emacs to get stuck!
729         * gnus-art.el (article-unsplit-urls)
730         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
731         * gnus-registry.el (gnus-registry-get-article-marks)
732         * message.el (message-goto-body)
733         (message-called-interactively-p): Revert.
734
735         * gmm-utils.el (gmm-called-interactively-p): New function.
736         * gnus-art.el (article-unsplit-urls)
737         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
738         * gnus-registry.el (gnus-registry-get-article-marks)
739         * message.el (message-goto-body): Use it.
740         (message-called-interactively-p): Remove.
741
742         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
743         * gnus-sync.el (gnus-sync-lesync-call)
744         * message.el (message-read-from-minibuffer): Use it.
745
746 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * gmm-utils.el (gmm-flet): Remove.
749         * gnus-sync.el (gnus-sync-lesync-call)
750         * message.el (message-read-from-minibuffer): Don't use it.
751
752 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gmm-utils.el (gmm-labels): Use cl-labels if available.
755
756 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
759
760         * gnus-sync.el (gnus-sync-lesync-call)
761         * message.el (message-read-from-minibuffer): Use gmm-flet.
762
763         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
764
765         * gnus-util.el (gnus-macroexpand-all): Remove.
766
767 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
768
769         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
770         to TAB, not [tab].
771         (gnus-summary-article-map): Likewise.
772
773         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
774         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
775
776 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
777
778         * time-date.el: Commentary fix.
779
780 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
781
782         * color.el: Don't require cl.
783         (color-complement): `caddr' -> `nth 2'.
784
785         * time-date.el (time-to-seconds): De-obsolete.
786
787 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * message.el (message-get-reply-headers):
790         Make sure the reply goes to the author if it is a wide reply.
791
792 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
793
794         * gnus-score.el (gnus-score-body):
795         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
796         scoring by body.
797
798 2012-11-16  Glenn Morris  <rgm@gnu.org>
799
800         * gnus-diary.el (nndiary-request-create-group-functions)
801         (nndiary-request-update-info-functions)
802         (gnus-subscribe-newsgroup-functions)
803         (nndiary-request-accept-article-functions):
804         Use new names for hooks rather than obsolete aliases.
805
806 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * dgnushack.el (define-obsolete-variable-alias): Simplify.
809
810 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
813         in meta tag with the one the part specifies in its header.
814
815 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
816
817         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
818         by default.
819
820 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
823         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
824
825 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
828         and a runtime function for it, of which the XEmacs version takes only
829         two arguments.
830
831 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
832
833         * nndiary.el (nndiary-request-create-group-functions)
834         (nndiary-request-update-info-functions)
835         (nndiary-request-accept-article-functions):
836         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
837         "-hooks" suffix.
838
839 2012-10-19  Julien Danjou  <julien@danjou.info>
840
841         * gnus-art.el: Require gnus-util because it uses
842         `gnus-timer--function'.
843
844 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
845
846         * starttls.el (starttls-extra-arguments): Doc fix.
847
848 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
851         it.
852
853 2012-10-06  Glenn Morris  <rgm@gnu.org>
854
855         * gnus-notifications.el (gnus-notifications):
856         Add missing group :version tag.
857         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
858         (gnus-gcc-post-body-encode-hook):
859         * gnus-sync.el (gnus-sync-lesync-name)
860         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
861
862 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
863
864         * color.el (color-hsl-to-rgb): Fix incorrect results for
865         small and large hue values.  (Bug#12559)
866
867 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         New UIDL implementation.
870
871         * mail-source.el (mail-sources, mail-source-keyword-map):
872         Add :leave as a pop3 keyword.
873         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
874
875         * pop3.el (pop3-leave-mail-on-server): Allow number.
876         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
877         (pop3-movemail): Add UIDL support.
878         (pop3-send-streaming-command): Take a list of mail numbers instead of
879         the number of mails.
880         (pop3-write-to-file): Add X-UIDL header.
881         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
882         (pop3-uidl-add-xheader): New functions.
883
884         * message.el (message-ignored-resent-headers):
885         Add X-Content-Length and X-UIDL headers.
886
887 2012-10-05  Glenn Morris  <rgm@gnu.org>
888
889         * color.el (color-name-to-rgb, color-rgb-to-hex)
890         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
891         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
892         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
893         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
894
895 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
898         a user about whether to delete temp files if once a user answered as n.
899
900 2012-09-25  Chong Yidong  <cyd@gnu.org>
901
902         * password-cache.el (password-read-and-add): Use a declare form to mark
903         this function obsolete.
904
905 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * lpath.el: Bind mail-encode-mml for old Emacsen.
908
909 2012-09-17  Richard Stallman  <rms@gnu.org>
910
911         * message.el (message-in-body-p): Don't set mark or modify buffer.
912
913         * mml.el (mml-attach-file): Doc fix.
914         (mml-attach-external, mml-attach-buffer, mml-attach-file):
915         Set mail-encode-mml when in Mail mode.
916         Simplify code to set HEAD and move back to HEAD.
917         (mml-insert-multipart, mml-insert-part):
918         Set mail-encode-mml when in Mail mode.
919
920 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * gnus-util.el (gnus-timer--function): New function.
923
924         * gnus-art.el (gnus-article-stop-animations): Use it.
925
926 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
927
928         Fix glitches caused by addition of psec to timers.
929         * gnus-art.el (gnus-article-stop-animations): Use timer--function
930         rather than raw access to timer vector.
931
932 2012-09-11  Julien Danjou  <julien@danjou.info>
933
934         * gnus-notifications.el (gnus-notifications): Check for nil values in
935         ignored addresses check.
936
937 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
938
939         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
940
941 2012-09-07  Chong Yidong  <cyd@gnu.org>
942
943         * gnus-util.el
944         (gnus-put-text-property-excluding-characters-with-faces): Restore.
945
946         * gnus-salt.el (gnus-tree-highlight-node):
947         * gnus-sum.el (gnus-summary-highlight-line):
948         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
949
950 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-util.el: Fix compilation error on XEmacs 21.4.
953
954 2012-09-06  Juri Linkov  <juri@jurta.org>
955
956         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
957         scheme for buffer names to be more consistent with other group and
958         article buffer names in Gnus.
959
960 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
961
962         * gnus-util.el
963         (gnus-put-text-property-excluding-characters-with-faces): Removed.
964
965         * gnus-compat.el: Define compat function `add-face' from Wolfgang
966         Jenkner.
967
968         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
969
970         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
971
972         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
973
974 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
977         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
978
979         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
980         string-prefix-p in Emacs >=23.2.
981
982         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
983         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
984         instead of string-match-p.
985         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
986
987 2012-09-06  Kenichi Handa  <handa@gnu.org>
988
989         * qp.el (quoted-printable-decode-region): Fix previous change; handle
990         lowercase a..f.
991
992 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
993
994         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
995
996 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
997
998         * nnimap.el (nnimap-request-move-article): Decode the group name when
999         doing internal moves to avoid charset issues.
1000
1001         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1002         TIME is set.
1003
1004 2012-09-05  Juri Linkov  <juri@jurta.org>
1005
1006         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1007         than one group at a time (bug#11961).
1008
1009 2012-09-05  Julien Danjou  <julien@danjou.info>
1010
1011         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1012         this hide the real reason with a message giving absolutely no hint.
1013
1014 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1017         to the backend (bug#11804).
1018
1019         * message.el (message-insert-newsgroups): Don't insert newsgroup
1020         duplicates (bug#12275).
1021
1022 2012-09-05  John Wiegley  <johnw@newartisans.com>
1023
1024         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1025         sieve rules.
1026
1027 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1028
1029         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1030         function.
1031
1032         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1033
1034         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1035
1036 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1037
1038         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1039         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1040         This should make nnmaildir more usable with offlineimap.
1041
1042 2012-09-05  Julien Danjou  <julien@danjou.info>
1043
1044         * nnimap.el (nnimap-request-list): Revert change that made listing
1045         synchronous.
1046         (nnimap-get-responses): Restore.
1047
1048 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1049
1050         * dgnushack.el: XEmacs 21.5 compilation fix.
1051
1052         * gnus-notifications.el (gnus-notifications-notify): Use it.
1053
1054         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1055         warnings on XEmacs.
1056
1057 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1058
1059         Better seeds for (random).
1060         * gnus-sync.el (gnus-sync-lesync-setup):
1061         * message.el (message-canlock-generate, message-unique-id):
1062         Change (random t) to (random), now that the latter is more random.
1063
1064 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1065
1066         * nnimap.el (nnimap-change-group): Document result value
1067
1068         * auth-source.el (auth-sources): Fix macos keychain access.
1069
1070         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1071         allow the backend `request-head' function to determine the group
1072         name on its own.
1073         (gnus-request-expire-articles): Filter out negative article numbers
1074         during expiry (Bug#11980).
1075
1076         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1077         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1078
1079         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1080         you've found the article when you haven't.
1081
1082         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1083         that nnimap-change-group can return t.
1084
1085 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1086
1087         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1088
1089 2012-08-30  Julien Danjou  <julien@danjou.info>
1090
1091         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1092         `gnus-notifications-timeout'.
1093         (gnus-notifications-timeout): Add.
1094         (gnus-notifications-action): New function.
1095         (gnus-notifications-notify): Add :action using
1096         `gnus-notifications-action'.
1097         (gnus-notifications-id-to-msg): New variable.
1098         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1099         notifications id to messages.
1100
1101 2012-08-30  Kenichi Handa  <handa@gnu.org>
1102
1103         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1104         once.
1105
1106 2012-08-29  Julien Danjou  <julien@danjou.info>
1107
1108         * gnus-notifications.el: New file.
1109         (gnus-notifications-notify): New function.
1110         (gnus-notifications): Use `gnus-notifications-notify'.
1111
1112 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1115         transfer encoding first; bind gnus-newsgroup-charset to the charset
1116         that the article specifies (Bug#12209).
1117
1118 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1121         (gnus-group-customize-done): Encode values posting-style holds.
1122
1123         * gnus-msg.el (gnus-summary-resend-message)
1124         (gnus-configure-posting-styles): Decode values posting-style group
1125         parameter holds.
1126
1127 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1130         `name' and `address' in Resent-From header.
1131
1132 2012-08-14  Chong Yidong  <cyd@gnu.org>
1133
1134         * gnus-art.el (article-display-face): Handle failure in
1135         gnus-create-image (Bug#11802).
1136
1137 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1138
1139         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1140         Use defsetf.
1141
1142 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1143
1144         * auth-source.el: (auth-source-plstore-search)
1145         (auth-source-secrets-search): Ignore :require and :type in search spec.
1146
1147 2012-08-06  Julien Danjou  <julien@danjou.info>
1148
1149         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1150         `nnimap-request-move-article'.
1151
1152         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1153         Remove autoload, already handled by gnus.el.
1154
1155         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1156
1157         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1158         supported by nnimap actually. Reverts previous change.
1159
1160         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1161         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1162         to-buffer argument that is already supported.
1163
1164 2012-08-05  Julien Danjou  <julien@danjou.info>
1165
1166         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1167         Add autoload.
1168
1169 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus.el (gnus-valid-select-methods): Fix custom type.
1172
1173 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1174
1175         * auth-source.el (auth-sources, auth-source-backend-parse)
1176         (auth-source-macos-keychain-search)
1177         (auth-source-macos-keychain-search-items)
1178         (auth-source-macos-keychain-result-append)
1179         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1180         auth-source.el through the /usr/bin/security utility.
1181         (auth-sources): Fix syntax error.
1182         (auth-source-macos-keychain-result-append): Fix variable name.
1183         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1184
1185 2012-07-27  Julien Danjou  <julien@danjou.info>
1186
1187         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1188         Emacs < 24.1
1189
1190 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * message.el (message-kill-address): Don't kill last newline.
1193         (message-skip-to-next-address): Don't move to the next header.
1194         (message-fill-field-address): Work properly.
1195
1196 2012-07-25  Julien Danjou  <julien@danjou.info>
1197
1198         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1199
1200 2012-07-24  Julien Danjou  <julien@danjou.info>
1201
1202         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1203
1204         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1205         (nntp-async-timer-handler): Remove, unused.
1206
1207         * nnimap.el (nnimap-get-responses): Remove, unused.
1208
1209         * nnheader.el (mail-header-set-extra): Remove, unused.
1210
1211         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1212         unused.
1213
1214         * mm-view.el (mm-view-sound-file): Remove, unused.
1215
1216         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1217         (mm-url-encode-multipart-form-data): Remove, unused.
1218
1219         * message.el (message-remove-signature, message-make-host-name)
1220         (message-fill-address): Remove, unused.
1221
1222         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1223         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1224         unused.
1225
1226         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1227         (gnus-xmas-call-region): Remove, unused.
1228
1229         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1230
1231         * gnus-util.el (gnus-extract-address-component-name)
1232         (gnus-extract-address-component-email, gnus-sortable-date)
1233         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1234         (gnus-process-live-p): Remove, unused.
1235
1236         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1237
1238         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1239         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1240         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1241         function.
1242
1243         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1244
1245         * gnus-score.el (gnus-summary-score-crossposting)
1246         (gnus-score-regexp-bad-p): Remove, unused.
1247
1248         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1249
1250         * gnus-range.el (gnus-sublist-p): Remove, unused.
1251
1252         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1253         unused.
1254
1255         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1256
1257         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1258         (gnus-request-associate-buffer): Remove, unused.
1259
1260         * gnus-group.el (gnus-group-set-method-info)
1261         (gnus-group-set-params-info): Remove, unused.
1262
1263         * gnus-fun.el (gnus-shell-command-to-string)
1264         (gnus-shell-command-on-region): Remove, unused.
1265
1266         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1267
1268         * gnus-art.el (gnus-article-text-type-exists-p)
1269         (article-translate-characters, gnus-article-hide-text-of-type)
1270         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1271         Remove, unused.
1272
1273 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1274
1275         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1276
1277 2012-07-21  Julien Danjou  <julien@danjou.info>
1278
1279         * message.el (message-dont-reply-to-names): Replace deprecated
1280         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1281         (message-get-reply-headers): Ditto.
1282
1283 2012-07-18  Julien Danjou  <julien@danjou.info>
1284
1285         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1286         `sieve-upload-and-kill'.
1287
1288         * sieve.el (sieve-bury-buffer): Remove function.
1289         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1290         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1291
1292 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1293
1294         * shr.el (shr-expand-url): Handle URL starting with `//'.
1295
1296 2012-07-13  Chong Yidong  <cyd@gnu.org>
1297
1298         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1299         instead of calling toggle-read-only with a (bogus) argument.
1300
1301 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1302
1303         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1304         of initial input when reading the author to restrict the summary to.
1305
1306 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * mm-decode.el (mm-shr):
1309         Allow overriding charset by mm-charset-override-alist.
1310
1311 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-art.el (gnus-article-view-part):
1314         Toggle subparts of multipart/alternative part.
1315
1316 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1317
1318         * shr.el (shr-render-buffer): New command.
1319         (shr-visit-file): Use it.
1320
1321 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1324         Set no-byte-compile and no-update-autoloads.
1325
1326 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1329
1330 2012-06-25  Julien Danjou  <julien@danjou.info>
1331
1332         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1333         `nnimap-request-move-articles-find-limit' since we do not use it only
1334         for move operations.
1335         (nnimap-request-accept-article): Use
1336         `nnimap-request-articles-find-limit' to limit search by message-id.
1337
1338 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1339
1340         Support higher-resolution time stamps (Bug#9000).
1341
1342         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1343         VARLIST.  It's optional, for backward compatibility.
1344         (encode-time-value): New optional arg PICO.  New type 3.
1345         (time-to-seconds) [!float-time]: Support the new picoseconds
1346         component if it's used.
1347         (seconds-to-time, time-subtract, time-add):
1348         Support ps-resolution time stamps as well.
1349
1350 2012-06-19  Julien Danjou  <julien@danjou.info>
1351
1352         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1353
1354         * nnimap.el (nnimap-log-buffer): Check that
1355         `window-point-insertion-type' is boundp, since it's not available in
1356         XEmacs.
1357
1358 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1359
1360         * nnimap.el (nnimap-log-buffer): Add this, setting
1361         `window-point-insertion-type' in the buffer to t.
1362         (nnimap-log-command): Use nnimap-log-buffer.
1363
1364 2012-06-19  Julien Danjou  <julien@danjou.info>
1365
1366         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1367         argument to be able to limit the search.
1368         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1369         (nnimap-request-move-articles-find-limit): Add this to limit the search
1370         by Message-Id after a message move.
1371         (nnimap): Add defgroup.
1372
1373 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1374
1375         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1376
1377 2012-06-15  Julien Danjou  <julien@danjou.info>
1378
1379         * nnimap.el (nnimap-find-article-by-message-id): Use
1380         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1381         (nnimap-possibly-change-group): Add read-only argument.
1382         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1383         issuing EXAMINE manually.
1384         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1385         with read-only argument.
1386         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1387         cannot possibly change because we need to be sure that it's either
1388         read-write or read-only.
1389
1390 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1393         being bound to a lambda form.
1394
1395 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1396
1397         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1398         articles when fetch-old is non-nil (bug#11370).
1399
1400 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1401
1402         * gnus-picon.el (gnus-picon-properties): New defcustom.
1403         (gnus-picon-create-glyph): Use it.
1404
1405 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * gnus-group.el (gnus-group-get-new-news): Respect
1408         `gnus-group-use-permanent-levels', as documented (bug#11638).
1409
1410 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1411
1412         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1413         groups (bug#11641).
1414
1415 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1416
1417         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1418         is an integer to avoid later problems.
1419
1420 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1423         locales.
1424
1425         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1426         on a handle.
1427
1428         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1429         address as the default.
1430         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1431
1432         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1433         makes no sense to query the user about internal files.
1434
1435         * gnus-spec.el: Remove all the byte-compilation stuff, since
1436         benchmarking shows that it doesn't help when entering large summary
1437         buffers.
1438
1439         * gnus-xmas.el (gnus-xmas-define): Remove.
1440
1441         * gnus-util.el (gnus-byte-code): Remove.
1442
1443         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1444         grouplens stuff.
1445
1446 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1449         (bug#11514).
1450
1451 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1452
1453         * message.el (message-buffers): Return all buffers derived from Message
1454         to make `gnus-dired-attach' work with mu4e.
1455
1456 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1457
1458         * nntp.el: Stop the `letf' madness.
1459         (nntp--report-1): New var.
1460         (nntp-report): Merge nntp-report-1 into it.
1461         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1462         the nntp-report function.
1463
1464         * auth-source.el: Fix comment-style to follow the convention.
1465
1466 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1467
1468         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1469         (mm-dissect-singlepart): Don't guess the MIME type of
1470         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1471         set.
1472         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1473         toplevel MIME type is multipart/encrypted.
1474
1475 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1478         a string so that Gcc works (bug#11514).
1479
1480 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1481
1482         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1483         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1484
1485 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1486
1487         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1488         jumping to *Server* from a dedicated *Group* window.
1489         (gnus-configure-frame): CSE.
1490
1491         * gnus-registry.el: Minor style cleanup.
1492         (gnus-registry--set/remove-mark): New function, extracted from
1493         gnus-registry-install-shortcuts.
1494         (gnus-registry-install-shortcuts): Use it.
1495
1496 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * nnspool.el (news-path): Use eval-and-compile.
1499
1500 2012-05-24  Glenn Morris  <rgm@gnu.org>
1501
1502         * nnspool.el (news-directory, news-path, news-inews-program):
1503         Move here from paths.el.  Don't see a need for these to be autoloaded.
1504
1505         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1506         Merge in doc from paths.el version.  Don't see any need for this to be
1507         autoloaded, or for the warning about users not setting it.
1508
1509 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1510
1511         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1512         format.  In particular, add an optional argument and a docstring.
1513
1514         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1515
1516         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1517         current before calling `gnus-groups-to-gnus-format'.
1518         Note that this was already the case for `gnus-active-to-gnus-format'.
1519
1520 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1521
1522         Fix minor Y10k bug.
1523         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1524
1525 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1526
1527         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1528         message once it's actually open.
1529
1530 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1531
1532         * gnus.el: Ma Gnus v0.5 is released.
1533
1534 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1535
1536         * auth-source.el (auth-source--aput-1, auth-source--aput)
1537         (auth-source--aget): New functions and macros.
1538         Use them instead of aput/aget.
1539
1540 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1541
1542         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1543
1544 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1545
1546         * plstore.el (plstore-called-interactively-p): New compat macro copied
1547         from message.el.
1548         (plstore-mode): Use it.
1549
1550 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1551
1552         * plstore.el: Revive the editing feature.
1553         (plstore-mode): New mode to edit plstore file.
1554         (plstore-mode-toggle-display, plstore-mode-original)
1555         (plstore-mode-decoded): New command.
1556         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1557         (plstore--insert-buffer, plstore--make): New function.
1558         (plstore-open, plstore-save): Simplify by using them.
1559
1560 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1563
1564 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1565
1566         * tls.el (open-tls-stream): Remove unused binding.
1567
1568 2012-04-16  Glenn Morris  <rgm@gnu.org>
1569
1570         * nndraft.el (nndraft-request-list): Fix declaration.
1571
1572 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * mm-decode.el (mm-dissect-buffer): Doc fix.
1575
1576         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1577         don't have a current group.
1578
1579         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1580         buffer if it doesn't exist.
1581
1582         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1583         given, mark the group as ephemeral with the current window conf.
1584
1585         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1586         buffer exists, which it doesn't if we haven't started Gnus.
1587         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1588
1589 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1592         type is.
1593
1594         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1595         `unexists' entries.
1596         (gnus-clean-old-newsrc): Fix last checkin.
1597
1598         * nnimap.el (nnimap-update-info): None of the articles below the active
1599         low-water mark exist.
1600
1601         * dgnushack.el: Get rid of XEmacs compilation warning.
1602
1603         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1604         would have gotten if we posted to the group, and use that to compare
1605         against the message we want to cancel (bug#10808).
1606
1607         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1608         on XEmacs.
1609
1610 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1611
1612         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1613         `scroll-margin'.
1614
1615 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1616
1617         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1618         citation prefix within a block of cited text should be considered part
1619         of that block *only* if it is a blank line.
1620
1621 2012-04-09  Chong Yidong  <cyd@gnu.org>
1622
1623         * binhex.el, hashcash.el, uudecode.el:
1624         Remove * characters from the front of variable docstrings.
1625
1626 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1629         before kinsoku-bol characters nor within kinsoku-eol characters.
1630
1631 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1634         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1635         (gnus-sync-read): Use mapc instead of mapcar.
1636
1637         * mm-archive.el: Require mm-decode for some macros.
1638         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1639         the byte compiler.
1640         (mm-archive-decoders): New function that returns the value of
1641         the mm-archive-decoders variable.
1642
1643         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1644         instead.
1645         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1646
1647         * nnimap.el (gnus-refer-thread-use-nnir):
1648         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1649
1650 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1653
1654 2012-03-12  Peter Münster  <pmrb@free.fr>
1655
1656         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1657         (gnus-demon-cancel): Ditto.
1658         (gnus-demon-run-callback): When function cannot be called due to low
1659         idleness, call it when idleness reaches the expected value, instead of
1660         waiting another timer period.
1661         (gnus-demon-init): Add `time' to arguments of call-back.
1662
1663 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1666
1667         * gnus.el: Register gnus-registry functions.
1668
1669         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1670         indent.
1671
1672         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1673         enabled before warping.
1674
1675 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1676
1677         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1678         registry about each article retrieved.
1679
1680         * gnus-int.el (gnus-select-group-with-message-id): New function.
1681         (gnus-try-warping-via-registry): Ditto.
1682         (gnus-warp-to-article): Fall back on the registry.
1683
1684 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1685
1686         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1687         inboxes.
1688
1689 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1692
1693 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1696         gnus-gcc-self-resent-messages may be a group parameter.
1697         (gnus-summary-resend-message): Don't encode encoded words in header
1698         when Gcc'ing resent message.
1699
1700 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * shr.el (shr-insert): Treat non-breaking space just like normal
1703         space.  This seems to produce more pleasing results.
1704         (shr-insert): Only insert a blank line if we're starting from an image.
1705         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1706         (shr-ensure-paragraph): Consider lines with white space to be blank.
1707
1708 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1709
1710         * Makefile.in: Respect DESTDIR.
1711
1712 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1713
1714         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1715         and gnus-gcc-post-body-encode-hook.
1716
1717 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1720         messages that don't exist.
1721
1722         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1723
1724 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1727         Remove.
1728
1729         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1730
1731         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1732
1733 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1736         have a group name.
1737
1738         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1739         a multibyte buffer (bug#7410).
1740         (article-wash-html): Parse the original article buffer to get the
1741         unencoded data (bug#7410).
1742
1743         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1744         .newsrc.el files.
1745
1746 2012-04-05  Bastien Guerry  <bzg@altern.org>
1747
1748         * color.el (color-lighten-name): Fix typo.
1749
1750 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1753         "#" to avoid having them interpreted as comments.
1754
1755 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756
1757         * shr.el (shr-insert): Update the text state properly to avoid
1758         inserting spurious paragraph starts.
1759
1760 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * shr.el (shr-table-widths): Divide the extra width more fairly over
1763         the TDs (bug#10973).
1764         (shr-render-td): Don't delete too much padding.
1765         (shr-natural-width): Compute the natural width more correctly.
1766         (shr-insert): Allow the natural width to be computed for tables again.
1767         (shr-tag-table-1): Rework how the natural widths are computed by
1768         rendering the table a third time.
1769         (shr-natural-width): Removed.
1770         (shr-buffer-width): New function.
1771         (shr-expand-newlines): Use it.
1772
1773         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1774         using a `gnus-use-full-window' setup (bug#11013).
1775
1776 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1779         24.1 release.
1780
1781 2012-03-10  David Edmondson  <dme@dme.org>
1782
1783         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1784         'Forwarded Message' header and the start of the message.
1785
1786 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1787
1788         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1789         isn't running (bug#10897).
1790
1791 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1794         This is inconsistent with all the other stream functions, which leave
1795         the setting up to the higher levels (if so wanted) (bug#10931).
1796
1797 2012-02-28  Glenn Morris  <rgm@gnu.org>
1798
1799         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1800         mm-decode.el: Standardize possessive apostrophe usage.
1801
1802 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1805
1806 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1807
1808         * parse-time.el (parse-time-string): Allow extractor to return nil.
1809
1810 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1813
1814 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1815
1816         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1817
1818 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1819
1820         * mm-decode.el (mm-shr): Remove "soft hyphens".
1821
1822         * nnimap.el (nnimap-request-list): Return the group names encoded as
1823         utf8.  Otherwise non-European group names don't work.
1824         (nnimap-request-newgroups): Ditto.
1825
1826         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1827         the default in `read-string' (bug#10757).
1828
1829         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1830         topics (bug#10843).
1831
1832         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1833         buffer.  Suggested by Herbert Valerio Riedel.
1834         (nnimap-request-move-article): Delete the message from the correct IMAP
1835         server.
1836
1837 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1838
1839         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1840         Reported by Peter Münster.
1841
1842 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1843
1844         * shr.el (shr-image-fetched): Make sure we really kill the right
1845         buffer.
1846
1847 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1848
1849         * gnus-start.el (gnus-1): Avoid duplicate entries.
1850
1851 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1852
1853         * imap.el: Remove.
1854
1855         * nntp.el (nntp-coding-system-for-read): Remove.
1856         (nntp-coding-system-for-write): Ditto.
1857         (nntp-open-connection): Just use `binary' directly.
1858
1859         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1860         Gnus 0.3.
1861
1862 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1863
1864         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1865         application/octet-stream parts really is.
1866
1867         * gnus-sum.el (gnus-propagate-marks): Remove.
1868
1869 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1870
1871         * shr.el (shr-rescale-image): Undo previous change; see
1872         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1873
1874 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1875
1876         * gnus.el: Ma Gnus v0.3 is released.
1877
1878 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1879
1880         * gnus-sum.el (gnus-summary-local-variables): Make
1881         `gnus-newsgroup-unexist' into a local variable.
1882
1883 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1884
1885         * registry.el (registry-usage-test, registry-persistence-test): Move to
1886         tests/gnustest-registry.el.
1887         (registry-make-testable-db, registry-match-test)
1888         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1889
1890         * gnus-registry.el (gnus-registry-misc-test)
1891         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1892
1893         * tests/gnustest-registry.el: New file with the registry and
1894         gnus-registry ERT tests.
1895
1896 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1897
1898         * gnus-msg.el (gnus-summary-resend-message): Make
1899         gnus-summary-resend-message-insert-gcc be last item in
1900         message-header-setup-hook.
1901
1902 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1903
1904         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1905         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1906         Remove.
1907         (nnfolder-open-server): Don't use marks.
1908         (nnfolder-request-delete-group): Ditto.
1909         (nnfolder-request-rename-group): Ditto.
1910         (nnfolder-request-set-mark, nnfolder-request-marks)
1911         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1912         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1913
1914         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1915         (nnml-marks-modtime): Remove.
1916         (nnml-request-delete-group): Don't use marks.
1917         (nnml-request-rename-group): Ditto.
1918         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1919         (nnml-save-marks, nnml-open-marks): Remove.
1920
1921         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1922         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1923         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1924         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1925         (nntp-server-to-method-cache): Remove.
1926
1927         * shr.el (shr-rescale-image): Fix wrong merge.
1928
1929 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1930
1931         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1932         too-wide lines.
1933
1934 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1935
1936         * nnimap.el (nnimap-record-commands): New variable.
1937         (nnimap-log-command): Use it.
1938         (nnimap-make-process-buffer): Add a space to the process buffer.
1939         (nnimap-transform-headers): Don't bug out on header lines containing
1940         stuff that look like IMAP length encodings.
1941
1942         * shr.el (shr-rescale-image): Allow viewing large images.
1943
1944 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1945
1946         * nnml.el (nnml-request-compact-group): Delete the marks file after
1947         compaction (bug#10800).
1948
1949         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1950         group exit.
1951
1952         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1953         QRESYNC/FETCH output.
1954
1955 2012-02-11  Glenn Morris  <rgm@gnu.org>
1956
1957         * sieve-manage.el (sieve-manage-default-stream):
1958         * shr.el (shr):
1959         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1960         (nnir-retrieve-headers-override-function)
1961         (nnir-imap-default-search-key, nnir-notmuch-program)
1962         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1963         (nnir-method-default-engines):
1964         * message.el (message-cite-reply-position):
1965         * gssapi.el (gssapi-program):
1966         * gravatar.el (gravatar):
1967         * gnus-sum.el (gnus-refer-thread-use-nnir):
1968         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1969         (gnus-registry-max-pruned-entries):
1970         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1971         * gnus-int.el (gnus-after-set-mark-hook)
1972         (gnus-before-update-mark-hook):
1973         * gnus-async.el (gnus-async-post-fetch-function):
1974         * auth-source.el (auth-source-cache-expiry):
1975         Add missing :version tags to new defcustoms and defgroups.
1976
1977 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1978
1979         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1980         `gnus-newsgroup-unexist'.
1981
1982         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1983         marks.
1984         (gnus-article-special-mark-lists): Put the `unexist' in the special
1985         marks list instead.
1986
1987         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1988         articles in the list of articles to be selected.
1989
1990         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1991         articles.
1992         (nnimap-update-info): Keep track of unexisting articles.
1993         (nnimap-update-qresync-info): Ditto.
1994
1995 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1996
1997         * message.el (message-default-send-mail-function): Made into own
1998         function for reuse by emacsbug.el.
1999
2000 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2001
2002         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2003         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2004
2005 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2006
2007         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2008         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2009
2010         * gnus-compat.el: Define `timer-set-function'.
2011
2012         * mm-decode.el (mm-display-external): Output the text from the command
2013         in the buffer after the command finished.  This makes text-based
2014         commands behave better.
2015
2016 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2019
2020 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2023         23.1.
2024
2025 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2028
2029 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2030
2031         * message.el (smtpmail-smtp-user): Silence compiler warning.
2032
2033 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2034
2035         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2036         SMTP user name.
2037
2038 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * gnus-sum.el (gnus-summary-show-thread):
2041         next-single-char-property-change may return nil in XEmacs.
2042         (gnus-summary-article-map): Fix typo.
2043
2044 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2045
2046         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2047         running.
2048
2049         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2050
2051         * gnus.el (gnus-server-extend-method): Don't add an -address component
2052         if the method already has one (bug#9676).
2053
2054 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2057         of an initial-input for consistency (bug#10757).
2058
2059         * dgnushack.el: Fix XEmacs compilation warning.
2060
2061         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2062
2063         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2064
2065 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2066
2067         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2068         lines that are narrower than the window width.  Otherwise background
2069         "blocks" will look less readable.
2070
2071 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2072
2073         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2074         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2075         have newlines within the strings, and where the UID comes after the
2076         BODYSTRUCTURE element (bug#10537).
2077
2078         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2079         (bug#10732).
2080
2081         * shr.el (shr-insert-document): Add doc string.
2082         (shr-visit-file): Ditto.
2083         (shr-remove-trailing-whitespace): New function.
2084         (shr-insert-document): Use it to clean up trailing whitespace as the
2085         final step (bug#10714).
2086
2087 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2088
2089         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2090         buffer if `gnus-kill-summary-on-exit' is nil.
2091
2092 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2093
2094         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2095         when just reading a single group from "without" Gnus.
2096
2097 2012-02-06  Chong Yidong  <cyd@gnu.org>
2098
2099         * gnus-sum.el (gnus-summary-show-thread):
2100         next-single-char-property-change never returns nil (Bug#8657).
2101
2102 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2103
2104         * message.el (message-multi-smtp-send-mail): New function.
2105         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2106         header to implement multi-SMTP functionality.
2107
2108         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2109         (gnus-agentize): Don't set it.
2110         (gnus-agent-send-mail): Don't use it.
2111
2112         * gnus-sum.el (gnus-summary-widget-backward): New function and
2113         keystroke.
2114
2115         * gnus-compat.el: More the compat functions more compatible.
2116
2117         * shr.el (shr-put-image): Remove underlines from sliced images.
2118         (shr-zoom-image): Compute the region to be replaced more correctly.
2119
2120 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2123         (gnus-summary-resend-message-insert-gcc): New function.
2124         (gnus-summary-resend-message): Modify message-header-setup-hook and
2125         message-sent-hook to make it work for Gcc.
2126         (gnus-inews-do-gcc): Update the number of unread articles of groups
2127         that messages are Gcc'd to.
2128
2129         * message.el (message-resend): Run message-sent-hook to do Gcc.
2130
2131 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2132
2133         * lpath.el: Fix an XEmacs compilation warning.
2134
2135         * gnus-compat.el: Require `help-fns' to fix compilation error.
2136
2137         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2138         a higher level to silence compilation.
2139
2140         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2141         parameter to allow controlling the scaling.
2142
2143         * shr.el (shr-zoom-image): New command and keystroke.
2144         (shr-put-image): Take a `size' flag to say how to scale the image.
2145
2146         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2147         deletion unless already defined.
2148
2149         * gnus.el (gnus-compat): Require it.
2150
2151         * gnus-compat.el: New file.
2152
2153         * gnus-start.el (gnus-clean-old-newsrc): New function.
2154         (gnus-read-newsrc-file): Use it.
2155
2156         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2157         Use recursive deletion.
2158         (mm-dissect-archive): Add support for zip files.
2159
2160         * gnus-util.el (gnus-recursive-directory-files): New function.
2161
2162         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2163         (mm-archive-decoders): Add tgz support.
2164
2165         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2166         Otherwise inserting text into the Gnus buffer can look odd.
2167
2168         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2169
2170         * mm-archive.el (mm-archive-decoders): Add support for tar.
2171
2172         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2173
2174         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2175
2176 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2177
2178         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2179
2180         * mm-archive.el: New file.
2181
2182         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2183
2184         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2185
2186         * message.el (message-goto-*): Make all the `message-goto-*' commands
2187         push the mark before moving point.  This makes it easier to go back to
2188         where you came from after editing whatever you jumped to.
2189
2190 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2191
2192         * gnus.el: Ma Gnus v0.1 is released.
2193
2194 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2195
2196         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2197         without reconnecting.
2198         (nnimap-possibly-change-group): Ditto.
2199         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2200         connection has died before being called.
2201
2202 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2203
2204         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2205         an initial sync unless we're really doing one.
2206
2207         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2208         address parameter if one already exists (bug#9676).
2209
2210         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2211         not the prefix, as documented (bug#10689).
2212
2213 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2216         the "server".
2217
2218         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2219         the real error message with the useless "previously known to be down".
2220         Which isn't even correct.
2221
2222         * nntp.el (nntp-open-connection): Report the error message if the nntp
2223         server can't be reached.
2224
2225         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2226         groups we do a total scan for.
2227         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2228         doing that.
2229
2230 2012-01-31  Jim Meyering  <jim@meyering.net>
2231
2232         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2233         Correct a comment (insert "not") and hide nominally-doubled "to".
2234
2235 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2236
2237         * gnus.el (gnus-version): Change name to "Ma Gnus".
2238
2239 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2240
2241         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2242         section in the manual.
2243
2244 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2245
2246         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2247         words.
2248         (rfc2047-encode-string): Ditto.
2249         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2250         understand folded filename="..." parameters, for instance.
2251
2252         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2253         the message for greater debuggability.
2254
2255 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2256
2257         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2258         instead of setting it locally, since the latter doesn't seem to have
2259         any effect (most of the time).
2260
2261 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2262
2263         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2264         function call.
2265
2266 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2267
2268         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2269         seconds, and make the repeat clause with HH:MM specs work as
2270         documented.
2271
2272 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2273
2274         * proto-stream.el (proto-stream-capability-open): Fall back on
2275         :end-of-command if :end-of-capability doesn't exist.
2276
2277 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2280         bound globally in old Emacsen and XEmacsen.
2281
2282 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2283
2284         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2285         so that previous errors don't prohibit getting new news.
2286
2287         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2288
2289         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2290
2291 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2292
2293         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2294         buffer, not of the string which is its name.
2295
2296 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2297
2298         * proto-stream.el (proto-stream-capability-open): Wait for
2299         :end-of-capability, not :end-of-command.
2300
2301         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2302         non-server-marks groups.
2303         (gnus-group-make-articles-read): Ditto.
2304
2305         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2306         methods (bug#9676).
2307
2308         * gnus.el (gnus-method-ephemeral-p): New function.
2309
2310 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2313         left-to-right.
2314
2315 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2316
2317         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2318         warning.
2319
2320 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2321
2322         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2323         macroexpand the nnir things, since they haven't been defined yet, and
2324         nnir requires gnus-sum.
2325
2326 2012-01-24  Julien Danjou  <julien@danjou.info>
2327
2328         * color.el (color-rgb-to-hsl): Fix value computing.
2329         (color-hue-to-rgb): New function.
2330         (color-hsl-to-rgb): New function.
2331         (color-clamp, color-saturate-hsl, color-saturate-name)
2332         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2333         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2334
2335 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2338
2339 2012-01-19  Julien Danjou  <julien@danjou.info>
2340
2341         * color.el (color-name-to-rgb): Use the white color to find the max
2342         color component value and return correctly computed values.
2343         (color-name-to-rgb): Add missing float conversion for max value.
2344
2345 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2346
2347         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2348         logical server name in addition to the actual machine address.
2349
2350         * auth-source.el (auth-source-user-and-password): Add convenience
2351         wrapper to search by just host and optionally user.
2352
2353 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2356         after rendering.
2357
2358 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2359
2360         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2361         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2362         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2363
2364 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2367         (bug#9693).
2368         (gnus-summary-setup-buffer): Document return value (bug#9697).
2369
2370         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2371         since ido doesn't work on symbols (bug#9632).
2372
2373         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2374         when getting a single value as when getting all the values.  This means
2375         that atoms like `gcc-self' work cumulatively, like variable settings,
2376         instead of getting the value from the last matching clause.
2377         (gnus-group-find-parameter): Protect against the group buffer not
2378         existing (bug#9585).
2379
2380 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-start.el (gnus-activate-group): Document more parameters
2383         (bug#9694).
2384
2385         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2386         (bug#9692).
2387
2388         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2389         article was fetched, so that it can be expired later (bug#9958).
2390         (gnus-agent-summary-fetch-series): Add doc string.
2391         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2392         (bug#9517).
2393
2394         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2395         retrieval is happening.
2396
2397         * gnus.el (gnus-parameters): Doc fix.
2398
2399 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2400
2401         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2402         show the thread after expansion.
2403
2404 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * gnus-art.el (article-narrow-to-head): If the head is completely
2407         empty, narrow to the empty region (bug#9764).
2408
2409         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2410         read, and then mark them as unread only when the unread mark is used.
2411         This makes `C-- T k' actually work, even though it's confusing.
2412
2413         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2414         alive before we try to find its window.
2415
2416 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2417
2418         * mm-decode.el (mm-display-external): Use a longer timeout for the
2419         deletion to allow slow programs to display the file.
2420
2421 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2424         prompt to be less confusing.
2425
2426         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2427         argument to `message-reply'.  This broke `special-display-*' frame
2428         pop-uping (bug#10238).
2429
2430 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2433         systems, since these allegedly don't work there.
2434
2435 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2436
2437         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2438         live buffer.
2439
2440 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * nnir.el (nnir-retrieve-headers): Protect against the article not
2443         existing on the server (bug#10335).
2444
2445 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2446
2447         * gnus-agent.el (gnus-agent-load-local): Recompute
2448         gnus-agent-article-local on changing method.
2449
2450 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * gnus.el (gnus-parameters): Note precedence.
2453
2454 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2455
2456         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2457         in the group buffer.
2458
2459 2012-01-04  Julien Danjou  <julien@danjou.info>
2460
2461         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2462         change.
2463
2464 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2467         too.
2468
2469         * nntp.el (nntp-retrieve-group-data-early): Use it.
2470
2471 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * nntp.el (nntp-retrieval-in-progress): New variable.
2474         (nntp-make-process-buffer): Make it buffer-local.
2475
2476         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2477         2010.
2478         (gnus-demon-init): Use it to compute the time if time is on the form
2479         "04:23".
2480
2481         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2482
2483         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2484         status in the correct buffer.
2485
2486 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2487
2488         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2489         when opening topics (bug#10407).
2490
2491 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2492
2493         * gnus-cus.el (gnus-score-customize):
2494         * gnus-sum.el (gnus-sort-gathered-threads):
2495         * message.el (message-shorten-references):
2496         * nnmairix.el (nnmairix-request-group):
2497         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2498
2499 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2500
2501         * gnus-agent.el (gnus-agent-regenerate-group):
2502         * gnus-int.el (gnus-retrieve-group-data-early):
2503         * mm-util.el (mm-codepage-ibm-list):
2504         * nndiary.el (Commentary, nndiary-get-new-mail):
2505         * nnir.el (nnir):
2506         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2507
2508 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * mm-view.el (mm-display-inline-fontify): Add comment.
2511
2512 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2513
2514         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2515         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2516
2517 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2518
2519         * gnus-art.el (gnus-split-methods):
2520         * gnus-msg.el (gnus-configure-posting-styles):
2521         * gnus-spec.el (gnus-parse-simple-format):
2522         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2523         * message.el (message-do-actions): Spelling fix.
2524
2525 2011-12-15  Juri Linkov  <juri@jurta.org>
2526
2527         * mm-decode.el (mm-inline-media-tests): Add missing
2528         `mm-handle-media-subtype'.
2529
2530 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2531
2532         * gnus-group.el (gnus-group-tool-bar):
2533         * gnus-sum.el (gnus-summary-tool-bar):
2534         * message.el (message-tool-bar):
2535         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2536
2537 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2538
2539         * plstore.el (plstore--insert-buffer): Spelling fix.
2540
2541 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2542
2543         * message.el (message-valid-fqdn-regexp): Update with newly approved
2544         top-level domain names ".tel" and ".asia".
2545
2546 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2549         unconditionally.
2550
2551 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2554         pop-to-buffer-same-window for old Emacsen.
2555
2556 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2557
2558         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2559
2560 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2561
2562         * netrc.el (netrc-credentials): Spelling fix.
2563
2564 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2565
2566         * gnus-fun.el (gnus-fun-ppm-change-string):
2567         * gnus-msg.el (gnus-inews-do-gcc):
2568         * gnus-sum.el (gnus-summary-find-for-reselect):
2569         * gnus.el (gnus-summary-cancelled):
2570         * message.el (message-cancel-hook, message-send-news):
2571         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2572         * nnir.el (nnir-run-hyrex):
2573         * nntp.el (nntp-with-open-group-function):
2574         * pgg.el (pgg-pending-timers): Spelling fix.
2575
2576 2011-12-04  Chong Yidong  <cyd@gnu.org>
2577
2578         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2579         change (Bug#10200).
2580
2581 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * compface.el (uncompface):
2584         * gnus-art.el (gnus-article-x-face-command): Update the header format
2585         of icon data for the most recent icontopbm program.
2586
2587 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-msg.el (gnus-inews-do-gcc):
2590         * message.el (message-send-mail):
2591         * mml.el (mml-generate-mime): Share the value of the buffer-local
2592         `message-options' variable between a draft buffer and temprary working
2593         buffers.
2594
2595 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2596
2597         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2598
2599 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2602         for Cygwin.
2603
2604 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2605
2606         * gnus-group.el (gnus-group-prepare-flat):
2607         * mm-bodies.el (mm-encode-body):
2608         * mml.el (mml-preview):
2609         * nnml.el (nnml-request-compact-group):
2610         * pop3.el (pop3-stream-type): Spelling fix.
2611
2612 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2613
2614         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2615
2616 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2617
2618         * color.el (color-rgb-to-hsl):
2619         * gmm-utils.el (gmm-tool-bar-style):
2620         * gnus-group.el (gnus-group-prepare-flat):
2621         * gnus-topic.el (gnus-topic-prepare-topic):
2622         * mm-decode.el (mm-discouraged-alternatives):
2623         * rfc2047.el (rfc2047-encode-1):
2624         * starttls.el: Spelling fix.
2625
2626 2011-11-24  Glenn Morris  <rgm@gnu.org>
2627
2628         * binhex.el (binhex-begin-line): Give it basic doc-string.
2629
2630         * starttls.el, tls.el: Fix case of "GnuTLS".
2631
2632 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2633
2634         * gnus-group.el (gnus-group-highlight): Fix typo.
2635
2636 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2637
2638         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2639         value of `delete-file', that returns nil for a local file but returns t
2640         for a remote file using ssh.
2641
2642 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2643
2644         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2645
2646 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2649         avoid later breakage.
2650
2651 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2654         article buffers' name.
2655
2656 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2659         by Paul Eggert's spellfixes two days ago.
2660
2661 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2664         doesn't have it.
2665
2666         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2667         buffer-local instead of binding them to avoid warnings.  Also demote
2668         errors (bug#10063).
2669         (font-lock-mode-hook): Shut up byte compiler.
2670
2671 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2672
2673         * mm-util.el (mm-charset-after):
2674         * nnir.el (nnir-run-hyrex):
2675         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2676         (ntlm-get-password-hashes, ntlm-md4hash):
2677         * smime.el: Fix typo.
2678
2679 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2680
2681         * gnus-agent.el (gnus-agent-expire-group-1):
2682         * nndiary.el (nndiary-last-occurence):
2683         * nnimap.el (nnimap-request-set-mark):
2684         * nnmairix.el (nnmairix-only-use-registry):
2685         * gnus-group.el (gnus-group-prepare-flat):
2686         * gnus-sum.el (gnus-decode-encoded-word-methods):
2687         * message.el (message-wash-subject):
2688         * nntp.el (nntp-retrieve-headers-with-xover):
2689         * smime.el (smime-certificate-directory): Spelling fix.
2690
2691 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2692
2693         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2694
2695         * color.el:
2696         * gnus-agent.el (gnus-agent-possibly-alter-active):
2697         * gnus-dired.el (gnus-dired-print):
2698         * mail-parse.el:
2699         * nnmairix.el (nnmairix-request-group):
2700         * shr.el (shr-image-displayer):
2701         * sieve-manage.el:
2702         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2703
2704 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2705
2706         * gnus-sum.el (gnus-auto-select-subject):
2707         * spam-report.el (spam-report-resend): Spelling fix.
2708
2709 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2710
2711         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2712         * gnus-art.el (gnus-default-article-saver):
2713         * gnus-srvr.el (gnus-server-copy-server):
2714         * gnus.el (gnus-sloppily-equal-method-parameters):
2715         * html2text.el (html2text-format-tag-list):
2716         * message.el (message-narrow-to-head):
2717         * nndiary.el:
2718         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2719         * sieve.el: Spelling fix.
2720
2721 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2722
2723         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2724         * gnus-sum.el (gnus-summary-make-menu-bar):
2725         * gnus-uu.el (gnus-uu-decode-postscript)
2726         (gnus-uu-decode-postscript-and-save):
2727         * mailcap.el (mailcap-print-command):
2728         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2729         Fix typos.
2730
2731 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2732
2733         * gnus-art.el (gnus-article-part-wrapper):
2734         * html2text.el (html2text-fix-paragraphs):
2735         * mm-decode.el (mm-image-fit-p):
2736         * rfc2047.el (rfc2047-encode-message-header):
2737         * shr-color.el (shr-color-visible-distance-min)
2738         (shr-color-relative-to-absolute, set-minimum-interval)
2739         (shr-color-visible): Fix typos.
2740
2741 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2742
2743         * gmm-utils.el (gmm-tool-bar-item):
2744         * gnus-art.el (gnus-treat-body-boundary):
2745         * gnus-diary.el (gnus-user-format-function-d):
2746         * gnus-start.el (gnus-get-unread-articles):
2747         * pgg-gpg.el (pgg-gpg-update-agent):
2748         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2749
2750 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2751
2752         * gnus-topic.el (gnus-group-prepare-topics):
2753         * gnus-uu.el (gnus-extract-view):
2754         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2755
2756 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2757
2758         * spam.el: Move BBDB autoloads.
2759         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2760         BBDB 2 and 3.
2761         (spam-check-BBDB): Use it.
2762         (spam-enter-ham-BBDB): Use it.
2763
2764 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2765
2766         * smime.el (smime-draw-buffer): Spelling fix.
2767
2768 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2769
2770         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2771         for scanning exactly one level.
2772         * gnus-start.el (gnus-get-unread-articles): Ditto.
2773
2774 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2775
2776         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2777         slightly clearer.
2778
2779 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2780
2781         * gnus-sync.el: More commentary about setup.
2782
2783 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * message.el (message-send-and-exit): Document `arg'.
2786
2787 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2788
2789         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2790
2791 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2794
2795         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2796         we don't use `bound-and-true-p'.
2797
2798 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2799
2800         * gnus-util.el (gnus-bound-and-true-p): Remove.
2801         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2802         * nnir.el: Use it.
2803         * nnmairix.el: Use it.
2804
2805 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2806
2807         * gnus-sync.el: Improve docs about CouchDB admins.
2808
2809         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2810         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2811         for reasons unknown.
2812         * nnir.el: Use it.
2813         * nnmairix.el: Use it.
2814
2815         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2816         * nnir.el: Ditto.
2817         * nnmairix.el: Ditto.
2818
2819         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2820
2821 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2822
2823         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2824         not needed.  Provide xmlplistread list function to produce XML plist
2825         output for non-Gnus LeSync clients.
2826
2827 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2830
2831         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2832         and save against it.  Group subscriptions, read marks, other marks,
2833         subscription levels, topic names, and topic offsets (the group's
2834         position within the topic) are saved.  This is an experimental backend
2835         and may change significantly.  Load json.el from the gnus-fallback-lib
2836         if it's not available otherwise.
2837         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2838
2839 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2840
2841         * message.el (message-completion-function): Make sure
2842         message-tab-body-function is not attempted if one of
2843         message-completion-alist fails to find a completion (bug#9158).
2844
2845 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2846
2847         * mml.el (mml-quote-region): Quote <#secure> tag.
2848         (mml-generate-mime-1): Unquote <#secure> tag.
2849
2850 2011-10-20  Chong Yidong  <cyd@gnu.org>
2851
2852         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2853         calling a minor mode from Lisp with nil arg enables it, so we have to
2854         make the wording a bit ambiguous here).
2855
2856 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2857
2858         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2859         * nnir.el (nnir-mode): Use it.
2860         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2861         Use it.
2862
2863         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2864         * nnmairix.el (gnus-registry-enabled): Ditto.
2865
2866 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2867
2868         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2869         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2870         only while we need to find out if it should be t or nil.
2871         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2872         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2873         the registry is installed.  Set it to nil when it's unloaded.
2874         (gnus-registry-install-p): Provide user guidance for the initial value
2875         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2876         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2877         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2878         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2879         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2880         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2881         `gnus-registry-install'.
2882
2883 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2884
2885         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2886         previous change.
2887         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2888         primary key is marked as disabled.
2889
2890 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2891
2892         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2893         primary key is marked as disabled.
2894
2895 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2896
2897         * html2text.el (html2text-clean-anchor): Check for quotes around
2898         `href' value.
2899
2900 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2903         searching.  Drop `bbdb-cache'.
2904
2905 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * message.el (message-signed-or-encrypted-p): Exclude header when
2908         checking if there is signed or encrypted body in text/plain message.
2909
2910 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2911
2912         * html2text.el (html2text-get-attr): Correctly handle attribute values
2913         containing "=".
2914
2915 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2916
2917         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2918         handle bindings.
2919
2920 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus-win.el (gnus-configure-windows): Protect against reading
2923         ephemeral groups outside of Gnus.
2924
2925 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * shr.el (shr-tag-img): Don't get images displayed in tables.
2928
2929 2011-10-03  Glenn Morris  <rgm@gnu.org>
2930
2931         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2932         the "maintainer" version of debbugs.gnu.org reports.
2933
2934 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2937         make asynchronous adjacent image insertion work better.
2938
2939 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2940
2941         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2942         documentation.
2943
2944 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2947         `gnus-asynchronous' isn't shadowed.
2948
2949 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2952
2953         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2954         (nnimap-insert-partial-structure): The charset parameter isn't
2955         case-sensitive.
2956
2957         * nnheader.el (nnheader-message-maybe): New function.
2958
2959         * shr.el (shr-tag-table): Render totally broken tables better.
2960
2961         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2962         computing the boundary.
2963
2964 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * pop3.el (pop3-number-of-responses): Remove.
2967         (pop3-wait-for-messages): Rewrite to take linear time instead of
2968         exponential time.
2969
2970 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2973         re-fetch images.
2974
2975         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2976         re-fetch images when hitting `g' in Gnus.
2977
2978 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2981         (mml-compute-boundary): Don't check collision if it is non-nil.
2982         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2983         before checking collision.
2984
2985 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * message.el (message-indent-citation): Really make sure there's a
2988         newline at the end.
2989
2990         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2991         Fix suggested by John Wiegley.
2992
2993         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2994
2995         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2996
2997         * message.el (message-default-send-rename-function): Break out into its
2998         own function.
2999
3000         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3001         doesn't work under XEmacs.
3002
3003         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3004         of "imaps" to word around Windows problems.
3005         (nnimap-open-connection-1): Use it.
3006
3007         * message.el (message-indent-citation): Revert last change which made
3008         `F' not work.
3009
3010 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3011
3012         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3013         terminal as well.
3014
3015 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3018         because it displays images using overlays that aren't easy to copy to
3019         the article buffer.
3020
3021 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3022
3023         * message.el (message-indent-citation): Fix empty line removal at the
3024         end of the citation.
3025
3026 2011-09-20  Julien Danjou  <julien@danjou.info>
3027
3028         * auth-source.el (auth-source-netrc-create): Use default value for
3029         password if specified.  Evaluate default.
3030         (auth-source-plstore-create): Ditto.
3031         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3032         value evaluation.
3033         (auth-source-netrc-create): Typo fix.
3034         (auth-source-plstore-create): Ditto.
3035
3036         * password-cache.el (password-cache-remove): Remove entries even if the
3037         value is nil, so that password with a nil value (negative caching) is
3038         possible to invalidate.
3039
3040         * auth-source.el (auth-source-format-cache-entry): New function.
3041
3042 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3045
3046 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3049
3050 2011-09-19  Julien Danjou  <julien@danjou.info>
3051
3052         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3053         which work with things that are not ASCII.
3054
3055 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3058
3059 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3062         message level.
3063
3064 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3067
3068 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3071
3072 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3073
3074         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3075         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3076
3077 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3078
3079         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3080         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3081         articles.
3082
3083 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3084
3085         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3086         (message-mail-other-window, message-mail-other-frame)
3087         (message-news-other-window, message-news-other-frame):
3088         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3089         instead of setting buffer display varibles.
3090
3091 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3094
3095         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3096
3097 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3100         duplicates" to a higher level.
3101
3102         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3103         most egregious messages.
3104
3105 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3108
3109 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3110
3111         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3112         up the file (bug#9351).
3113
3114 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3117         it does with all other backends, but decode the names immediately after
3118         getting them.
3119
3120         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3121         decoding nnimap groups.
3122
3123         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3124         newsrc file.  It doesn't seem like an important optimization any more.
3125
3126 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3127
3128         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3129         overflows.
3130
3131 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3134         (gnus-interactive-exit): Extend to `quiet'.
3135
3136         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3137
3138         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3139         string.
3140
3141         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3142         renaming function arguments from `this'.
3143
3144         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3145
3146         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3147         has been renamed.
3148         (gnus-lrm-string-p): Include RLM and PDF, too.
3149
3150         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3151         (bug#9225).
3152
3153 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3154
3155         Add autoload cookies for functions used by sendmail.el.
3156         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3157
3158         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3159
3160 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * gnus-art.el (article-date-ut): Work properly even when there are
3163         things like Date header in the body; work for forwarded parts.
3164
3165 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3166
3167         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3168         original-article-buffer.
3169
3170 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3171
3172         * nnir.el (nnir-compose-result): Fix matching of server type.
3173         (nnir-run-swish++): Ditto.
3174         (nnir-run-namazu): Ditto.
3175         (nnir-run-notmuch): Ditto.
3176
3177 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3178
3179         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3180         (bug#9405).
3181
3182         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3183         (bug#9421).
3184
3185         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3186         (bug#9425).
3187
3188         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3189         thing (bug#9426).
3190
3191 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3194         the error message.
3195
3196 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3197
3198         * message.el (message-setup-1): Return t (Bug#9392).
3199
3200 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3201
3202         * gnus-sum.el: When adding article headers to a summary buffer also
3203         update gnus-newsgroup-articles (bug#9386).
3204
3205 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * auth-source.el: Autoload help-mode.
3208
3209 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3212         names.
3213
3214 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3215
3216         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3217         mm-replace-in-string for compatibility issues.
3218         * mml2015.el (mml2015-epg-verify): Ditto.
3219
3220 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3223
3224         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3225
3226 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3229         continue on and do the clean-up phase (bug#9188).
3230
3231         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3232         just ignore groups that can't be opened instead of erroring out
3233         (bug#9225).
3234
3235         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3236         nil since some many people are fuddy-duddies.
3237
3238         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3239         images.
3240
3241         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3242         instead.
3243
3244         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3245
3246         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3247
3248         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3249         processing.
3250
3251         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3252         buffer to avoid warnings.
3253
3254 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3255
3256         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3257         specified to reduce precision.
3258
3259 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3262         bodystructures (bug#9314).
3263
3264 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3267         Make button keymap non-sticky after buttons.
3268
3269 2011-08-18  David Engster  <dengste@eml.cc>
3270
3271         * nnmairix.el (nnmairix-request-set-mark)
3272         (nnmairix-goto-original-article): Remove adding of article to registry,
3273         since `gnus-registry-add-group' isn't available anymore.
3274         (nnmairix-determine-original-group-from-registry):
3275         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3276         available anymore.
3277
3278 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3279
3280         * starttls.el (starttls-any-program-available): Define as obsolete
3281         function.
3282
3283 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3286         versions which Gnus use when appropriate.
3287
3288         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3289         a pretty destructive command.
3290
3291         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3292
3293 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * message.el (message-fix-before-sending): Make a different warning
3296         about NUL characters (bug#9270).
3297
3298         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3299         from custom (bug#9260).
3300
3301         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3302         things work in Emacs 22 and XEmacs, too.
3303
3304         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3305         default From.
3306
3307         * gnus-spec.el (gnus-lrm-string-p): New macro.
3308         (gnus-lrm-string): New constant.
3309         (gnus-summary-line-format-spec): LRM-ify the from.
3310         (gnus-tilde-max-form): LRM-ify string chopping.
3311
3312         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3313
3314         * message.el (message-is-yours-p): Allow disabling canlock checking
3315         (bug#9295).
3316         (message-shoot-gnksa-feet): Add `canlock-verify'.
3317         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3318         message directory isn't writable (bug#9304).
3319
3320         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3321         non-world-readable.
3322
3323 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3326         articles.
3327
3328 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3329
3330         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3331         copy-list.
3332
3333 2011-08-12  Sam Steingold  <sds@gnu.org>
3334
3335         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3336         in the reverse order to avoid modifying the cache with `nreverse'.
3337         (gnus-all-score-files): Do not modify the value returned by
3338         `gnus-score-find-alist' because it lives in a cache variable.
3339         (gnus-current-home-score-file): No need to `nreverse' the return value
3340         of `gnus-score-find-alist', it is already in the correct order.
3341
3342 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3343
3344         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3345         type MESSAGE and subtype RFC822 is slightly different from those of
3346         type TEXT.
3347
3348 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3349
3350         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3351         This allows article-referral to work from an nnir group.
3352
3353 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3354
3355         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3356
3357 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3358
3359         * mml1991.el (mml1991-epg-find-usable-key)
3360         (mml1991-epg-find-usable-secret-key): New function.
3361         (mml1991-epg-sign): Check if signing key is usable.
3362         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3363
3364 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3365
3366         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3367         server-variables only.  This should fix a bug introduced with commit
3368         e1889675b7f4adf057833c5513c9374134c4e053.
3369         (nnir-run-query): 'nnir-search-engine should not be set from the global
3370         environment.
3371
3372 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3373
3374         * nnir.el (nnir-search-thread): Position point on referring article
3375         line.
3376         (nnir-warp-to-article): Clean up summary buffers.
3377
3378         * nnimap.el (nnimap-request-thread): Whitespace fix.
3379
3380 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3381
3382         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3383
3384 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * starttls.el (starttls-available-p): Rename from
3387         `starttls-any-program-available' and changed return convention.
3388
3389 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3390
3391         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3392         `unix-sync' unless it's defined.
3393
3394 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3395
3396         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3397         `aref' for XEmacs compatibiltiy.
3398
3399 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3402
3403 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3404
3405         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3406         closures, quote the form properly (bug#9194).
3407
3408 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3411         (gnus-summary-insert-new-articles): Protect against servers that are
3412         down.
3413
3414 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3415
3416         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3417         in mm handle if none is specified.
3418
3419 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3420
3421         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3422
3423 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3424
3425         * nnir.el (nnir-search-thread): New function to make an nnir group
3426         based on a thread query.
3427
3428         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3429         of nnir in thread referral.
3430         (gnus-summary-refer-thread): Use it.
3431
3432         * nnimap.el (nnimap-request-thread): Use it.
3433
3434 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * shr.el (shr-tag-comment): Ignore HTML comments.
3437
3438 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3439
3440         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3441         argument.
3442         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3443         Use `nnir-address' to handle server info rather than passing an arg.
3444
3445         * nnimap.el (nnimap-make-thread-query): New utility function to format
3446         an imap thread search query.
3447         (nnimap-request-thread): Use it.
3448
3449         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3450         right select-method if we are not going back to the group buffer.
3451
3452 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3455         enter invalid buffer configurations into the quit form (bug#9107).
3456         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3457         unplugged/plugged.
3458
3459         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3460         keep track of which ones are unread (bug#9061).
3461
3462         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3463         (bug#9055).
3464
3465         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3466         (bug#9041).
3467
3468         * gnus-html.el (mm-util): Require (bug#9073).
3469
3470         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3471         (gnus-summary-refer-thread): Use it to remove duplicates in the
3472         un-threaded view (bug#9053).
3473         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3474
3475 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3476
3477         * nnir.el (nnir-read-server-parm): Use default value from global
3478         variable.  Without this the default search engine parameters aren't
3479         used at all.
3480
3481 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * message.el (message-unique-id): Don't use the undocumented return
3484         value from (random t) (bug#9118).
3485
3486 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * message.el (message-auto-save-directory): If the ~/Mail directory
3489         doesn't exist, use ~ as the auto-save directory (bug#4432).
3490
3491         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3492         hasn't already been started.
3493
3494 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3497
3498         * message.el (message-reply): Work around mysterious bug where
3499         `message-mode' seems to overwrite the locally bound `subject' variable.
3500
3501 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3502
3503         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3504         correct group.
3505
3506         * gnus-int.el (gnus-request-thread): Add group argument.
3507
3508         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3509
3510 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3513
3514         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3515         renamed to `debbugs-gnu-*'.
3516
3517 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3518
3519         * plstore.el: Revert the editing feature since it is not urgent.
3520         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3521         (plstore-mode-decoded): Remove.
3522
3523 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3526         isn't very interesting any more, and it leaks potentially secret data.
3527         (gnus-debug): Remove.
3528
3529         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3530         use of :custom-show.
3531
3532 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3533
3534         * plstore.el: Add documentation.
3535         (plstore-mode): New mode to edit plstore file.
3536         (plstore-mode-toggle-display, plstore-mode-original)
3537         (plstore-mode-decoded): New command.
3538         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3539         (plstore--insert-buffer, plstore--make): New function.
3540         (plstore-open, plstore-save): Simplify by using them.
3541
3542 2011-07-06  Glenn Morris  <rgm@gnu.org>
3543
3544         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3545
3546 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3549         no longer is much used.
3550         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3551         Articles".
3552
3553 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3554
3555         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3556         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3557         `notmuch' backend.
3558
3559 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * mm-decode.el (mm-text-html-renderer): Doc fix.
3562
3563         * gnus-msg.el (gnus-bug): Fix the MML tag.
3564
3565         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3566
3567 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3568
3569         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3570         secondary methods if started with `gnus-no-server'.
3571
3572 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3573
3574         * message.el (message-return-action): Fix typo in docstring.
3575
3576 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577
3578         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3579         bug reports at once.
3580
3581         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3582
3583 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * nndraft.el: Require gnus-group.
3586         (nndraft-request-list): Declare.
3587
3588         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3589         no unread article unless it matches gnus-permanently-visible-groups.
3590
3591         * nndraft.el (nndraft-update-unread-articles): New function.
3592         (nndraft-request-associate-buffer): Use it to update the number of
3593         unread articles for the nndraft groups in the group buffer when saving
3594         or killing a draft message.
3595
3596 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3599         systems to binary before writing and reading the mbox files.
3600
3601         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3602         instead of trying to list them all (bug#8978).
3603
3604 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3605
3606         * pop3.el (pop3-open-server): Use :end-of-capability.
3607
3608 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3611         the id is always a number.
3612
3613         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3614
3615         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3616         debbugs mode, if possible.
3617
3618 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3619
3620         * auth-source.el (auth-source-token-passphrase-callback-function):
3621         Reindent.
3622         (epg-context-operation): Remove unnecessary autoload.
3623
3624 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * gnus.el (gnus-list-debbugs): New command.
3627
3628         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3629         mboxstat instead of the maintbox, since the stat seems to be fuller.
3630
3631         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3632         summary buffers.
3633
3634         * message.el (message-get-reply-headers): Delete all duplicates,
3635         instead of the first.
3636         (message-get-reply-headers): Ensure that we have progress while
3637         deleting duplicates.
3638
3639         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3640         gnus-posting-style value from the summary buffer to make it easier to
3641         make that a per-buffer conf.
3642
3643 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3644
3645         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3646         found by setting `shortcut' in 'query.
3647         (nnir-request-article): Use `shortcut' setting when requesting article
3648         by Message-ID.
3649
3650 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3651
3652         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3653         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3654         Bring the pseudo-headers back too.
3655
3656 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3657
3658         * auth-source.el (auth-source-token-passphrase-callback-function):
3659         Simplify and remove EPA dependency.
3660
3661 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3662
3663         * nnir.el (nnir-request-article): Fix error message text.
3664
3665 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3666
3667         * auth-source.el (plstore-delete): Autoload.
3668         (auth-source-plstore-search): Support delete operation.
3669         * plstore.el (plstore-delete): New function.
3670
3671 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3674         mark actually existing articles as unread rather than the ones that
3675         active asserts.
3676
3677 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3678
3679         * nntp.el (nntp-record-command):
3680         * gnus-util.el (gnus-message-with-timestamp-1):
3681         Use format-time-string rather than decoding time stamps by hand.
3682         This is simpler and insulates the code from potential changes to
3683         current-time format.
3684
3685 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3688
3689 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3690
3691         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3692         (plstore-save): Support public key encryption.
3693         (plstore--init-from-buffer): New function.
3694         (plstore-open): Use it; fix error when opening a non-existent file.
3695         (plstore-revert): Use plstore--init-from-buffer.
3696
3697 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3698
3699         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3700
3701 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3704         for old Emacsen.
3705
3706 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3707
3708         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3709         is not fully working.
3710
3711 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712
3713         * dgnushack.el: Autoload sha1 on XEmacs.
3714
3715         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3716         quit window configuration.
3717
3718         * auth-source.el (epg-context-set-passphrase-callback):
3719         Remove duplicate autoload.
3720
3721 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3722
3723         * nnir.el (nnir-request-article): Allow requesting articles by
3724         Message-ID with nnimap.
3725
3726         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3727         current server.
3728
3729 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * auth-source.el: Autoload EPA/EPG functions.
3732         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3733         changed when EPA/EPG is not available.
3734         (auth-source-backend): Rename "arg" member to "data".
3735         (auth-source-backend-parse, auth-source-plstore-search)
3736         (auth-source-plstore-create): Use it.
3737
3738 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3739
3740         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3741         `gnus-refer-article-methods'.
3742
3743 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3744
3745         * auth-source.el: Require EPA and EPG.
3746         (auth-source-passphrase-alist): New variable.
3747         (auth-source-passphrase-callback-function)
3748         (auth-source-token-passphrase-callback-function): Callbacks for the
3749         netrc field encryption (GPG tokens).
3750         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3751         Symmetric encryption and decryption of the netrc GPG tokens.
3752         (auth-source-netrc-normalize): Use them, simplifying the closure.
3753
3754 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3757         is available.
3758
3759 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3762         non-nil, and `nnimap-split-methods' is nil, use the former.
3763
3764 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3765
3766         * plstore.el (plstore-revert): New function.
3767         (plstore-open): Use it; hide the buffer from user.
3768
3769 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3770
3771         * auth-source.el (auth-source-backend): New member "arg".
3772         (auth-source-backend-parse): Handle new backend 'plstore.
3773         * plstore.el: New file.
3774
3775 2011-06-30  Glenn Morris  <rgm@gnu.org>
3776
3777         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3778
3779 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3782         expiring articles to.
3783
3784         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3785         variations as ASCII (bug#5458).
3786
3787 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3790
3791 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * message.el (message-point-in-header-p): Tweak the function to default
3794         to saying that we're not in the headers if there is no separator at
3795         all.  This makes it possible to use the Message version of `M-q' in
3796         buffers with no headers (bug#7987).
3797         (message-point-in-header-p): Fix last checkin to work with an empty
3798         mail-header-separator, too.
3799
3800         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3801         again, save the choice via customize.
3802
3803 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3806
3807         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3808         ended the connection, bail out before waiting infinitely on a new
3809         connection.
3810
3811 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3812
3813         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3814         reports.
3815
3816         * gnus.el (gnus-bug-package): Use "gnus."
3817         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3818
3819 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * dgnushack.el: Make the timer warning go away on XEmacs.
3822
3823         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3824         animations going on at article exit time.
3825
3826         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3827         since removing it breaks people upgrading.
3828
3829         * shr.el (shr-put-image): Use the new interface for animating images.
3830         (shr-put-image): Animate for 60 seconds.
3831
3832         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3833         avoid compiler warnings.
3834
3835         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3836         error with `find-file-hooks' on Emacs 22.
3837         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3838         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3839         on all architectures.
3840
3841         * spam.el (spam-stat): Require in a normal fashion without binding
3842         `spam-stat-install-hooks' to avoid compilation warnings.
3843
3844         * spam-stat.el (spam-stat-install-hooks): Remove.
3845         (spam-stat-install-hooks): Don't run automatically.
3846
3847 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3848
3849         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3850         and keystroke.
3851
3852 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * auth-source.el (auth-source-netrc-cache): Move forward.
3855
3856 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * proto-stream.el (proto-stream-open-starttls): Use
3859         `gnutls-available-p' to see whether we have built-in support.
3860
3861         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3862         we already know.
3863         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3864         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3865
3866 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3869         %S format, since that looks odd.
3870         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3871         file, especially when saving.
3872
3873 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3874
3875         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3876         article found.
3877
3878 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3879
3880         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3881         `auth-source-save-secrets' with a more sensitive alist that can be
3882         configured per file.  Experimental, so defaults to 'never.
3883         (auth-source-netrc-create): Use it.  Still experimental code.
3884         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3885         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3886
3887 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3888
3889         * auth-source.el (auth-source-save-secrets): New variable to control if
3890         secret tokens should be saved encrypted.
3891         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3892         to `auth-source-netrc-normalize'.
3893         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3894         on the EPA variables being defined.
3895         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3896         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3897         the lexical-let closure.
3898         (auth-source-netrc-create): Create "gpg:" tokens according to
3899         `auth-source-save-secrets'.
3900
3901 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-group.el (gnus-group-update-group): Add new argument
3904         `info-unchanged' that stops updating dribble buffer.
3905
3906         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3907         deletes lines matching to it in dribble buffer.
3908
3909         * gnus-agent.el (gnus-agent-fetch-group-1):
3910         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3911         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3912         * gnus-start.el (gnus-group-change-level):
3913         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3914
3915         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3916         if newsgroup info is not changed.
3917
3918         * gnus-group.el (gnus-group-get-new-news-this-group):
3919         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3920         Don't update dribble buffer.
3921
3922 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3923
3924         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3925         remove entries with groups we ignore.
3926
3927 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3930         the underline comes at the bottom.
3931
3932 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3933
3934         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3935         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3936         (gnus-registry-article-marks-to-names): Rename from
3937         `gnus-registry-user-format-function-M2'.
3938
3939 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3942         ephemeral group.
3943
3944 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * shr.el (shr-browse-image): Copy the URL if called interactively.
3947
3948 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3951         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3952         done, then unselected articles may be marked as read.
3953
3954         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3955         since not doing this seems to lead to a race condition in pop3-logon.
3956
3957         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3958         so that the call chain it correct when we call "upwards".
3959
3960         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3961         in read-only groups.
3962
3963         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3964
3965         * message.el (message-cite-reply-position): Doc string fix.
3966
3967         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3968         avoid regexp overflow.
3969         (nnimap-transform-split-mail): Ditto.
3970
3971         * pop3.el (pop3-retr): Error out if the server closes the connection.
3972
3973 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3974
3975         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3976         mm-with-unibyte-current-buffer.  The buffer should not contain any
3977         multibyte chars anyway at this stage.
3978
3979 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3982         at the end of lines.
3983
3984 2011-05-29  Julien Danjou  <julien@danjou.info>
3985
3986         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3987
3988 2011-05-27  Glenn Morris  <rgm@gnu.org>
3989
3990         * gnus-group.el (gnus-bug-group-download-format-alist):
3991         Use the "maintainer" version of debian reports as well.
3992
3993 2011-05-26  Glenn Morris  <rgm@gnu.org>
3994
3995         * gnus-group.el (gnus-bug-group-download-format-alist):
3996         Use the "maintainer" version of debbugs.gnu.org reports.
3997
3998 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4001
4002 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4003
4004         * gnus-cus.el (gnus-agent-customize-category):
4005         * gnus-delay.el (gnus-delay-send-queue):
4006         * gnus.el (gnus-other-frame):
4007         Don't quote lambda expressions with `quote'.
4008
4009 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4012         the thread moves us backwards and so we loop forever.
4013
4014 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4017         whitespace in base64 data lines.
4018
4019 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4020
4021         * gnus-registry.el (gnus-registry-user-format-function-M):
4022         Use `mapconcat'.
4023         (gnus-registry-user-format-function-M2): Use to see the full text of
4024         the marks.  Make "," the mark text separator.
4025
4026         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4027         authentication with auth-source.
4028
4029 2011-05-17  Glenn Morris  <rgm@gnu.org>
4030
4031         * gnus-group.el (gnus-import-other-newsrc-file):
4032         Use insert-file-contents.
4033
4034 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4035
4036         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4037         1000 iterations.
4038
4039 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * nntp.el (nntp-open-connection): Check if process-type is available.
4042
4043 2011-05-16  Julien Danjou  <julien@danjou.info>
4044
4045         * shr.el (shr-tag-del): Add support for del tag.
4046
4047 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * gnus-html.el (gnus-html-put-image): Register a displayer.
4050
4051         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4052
4053 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * registry.el (prune-factor): New initialization parameter defaulting
4056         to 0.1.
4057         (registry-prune-hard): Use it.
4058
4059         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4060         0.1 expicitly.
4061
4062 2011-05-13  Glenn Morris  <rgm@gnu.org>
4063
4064         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4065         is bound, since this function requires sendmail.
4066
4067 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * registry.el (registry-usage-test): Disable pruning test.
4070
4071 2011-05-11  David Engster  <dengste@eml.cc>
4072
4073         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4074         Bind set-network-process-option for XEmacs.
4075
4076 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4077
4078         * registry.el (registry-prune-hard-candidates)
4079         (registry-prune-soft-candidates): Helper methods for registry pruning.
4080         (registry-prune): Use them.  Make the sort function optional.
4081
4082 2011-05-10  Jim Meyering  <meyering@redhat.com>
4083
4084         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4085
4086 2011-05-10  Julien Danjou  <julien@danjou.info>
4087
4088         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4089         symbol and not a list.
4090
4091 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-art.el (gnus-article-mode): Move binding of
4094         shr-put-image-function here from gnus-article-prepare-display.
4095
4096         * shr.el (shr-put-image-function): New variable.
4097         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4098         (shr-put-image): Return scaled image.
4099
4100         * gnus-art.el (gnus-shr-put-image): New function.
4101         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4102
4103         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4104         original ones, as deletable.
4105
4106 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4107
4108         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4109
4110 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4111
4112         * registry.el (registry-full): Add convenience method.  Fix logic.
4113         (registry-insert): Use it.  Fix logic here too.
4114
4115         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4116         `registry-prune' if `registry-full' returns t.
4117         (gnus-registry-handle-action)
4118         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4119         (gnus-registry-usage-test): Use it.
4120
4121 2011-05-07  Julien Danjou  <julien@danjou.info>
4122
4123         * shr.el (shr-link): Make shr-link inherit from link by default.
4124
4125 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4126
4127         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4128
4129 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4130
4131         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4132         error out because the face is not a list.
4133
4134 2011-05-05  Glenn Morris  <rgm@gnu.org>
4135
4136         * proto-stream.el (gnutls-negotiate): Fix declarations.
4137
4138         * gnus-start.el (gnus-propagate-marks): Declare.
4139
4140 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         * registry.el (registry-reindex): Fix percentage message.
4143
4144         * proto-stream.el (network-stream-open-starttls): Adjust to call
4145         `gnutls-negotiate' with :process and :hostname arguments.
4146
4147 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4148
4149         * shr.el: Add shr-link face for links.
4150         (shr-urlify): Use it.
4151
4152         * registry.el (registry-insert): Make error message more helpful.
4153
4154 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * gnus-html.el (gnus-html-schedule-image-fetching):
4157         Use url-queue-retrieve, if it exists.
4158
4159         * shr.el (shr-tag-img): Ditto.
4160
4161         * gnus.el: Autoload more gnus-agent functions.
4162
4163         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4164         agent if we haven't already (bug#8502).
4165
4166         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4167         into the Agent, too.
4168
4169         * gnus-agent.el (gnus-agent-store-article): New function.
4170
4171         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4172         and moved from that file for reuse.
4173
4174         * pop3.el (pop3-open-server): Error messages are "-ERR".
4175
4176 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4179         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4180
4181 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4182
4183         * gnus.el: No Gnus v0.17 is released.
4184
4185 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4186
4187         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4188         buffer has moved to a different frame.
4189
4190 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4193         to get the conversion from unibyte to multibyte buffers to work on
4194         Emacs 22.
4195
4196         * nntp.el (nntp-request-article): Slight clean-up.
4197
4198 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * shr.el (shr-strike-through): New face.
4201         (shr-tag-s): Use it to provide <s> support.
4202         (shr-tag-s): Remove duplicate definition.
4203
4204 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4207         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4208
4209 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4210
4211         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4212         `gnutls-negotiate'.
4213         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4214
4215 2011-04-23  Glenn Morris  <rgm@gnu.org>
4216
4217         * gnus-sum.el (gnus-extra-headers): Bump :version.
4218
4219 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * shr.el (shr-tag-sup): New function.
4222         (shr-tag-sub): Ditto.
4223
4224 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4225
4226         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4227         for the case where `gnus-registry-ignored-groups' is a list of lists,
4228         and don't call `gnus-parameter-registry-ignore' otherwise.
4229
4230 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4231
4232         * nnimap.el (nnimap-user): New backend variable.
4233         (nnimap-open-connection-1): Use it.
4234         (nnimap-credentials): Accept user parameter so it's explicit what user
4235         name is desired.
4236
4237         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4238         default.
4239
4240         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4241         not gnus-registry.el.
4242
4243         * gnus-registry.el: Mention in comments how to modify
4244         `gnus-extra-headers' for proper recipient tracking and that it may
4245         already have To and Cc recently, which it does as of this commit.
4246         (gnus-registry-ignored-groups): Remove defcustom.
4247         Explain why in comments.
4248         (gnus-registry-action): Fix data-header reference to use the extra
4249         headers.  Explain in package commentary how to add To and Cc headers to
4250         the gnus-extra-headers.
4251         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4252         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4253         parameter list or a string list in `gnus-registry-ignored-groups'.
4254         Fix logic error.
4255
4256 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * shr.el (shr-expand-url): Protect against null urls.
4259
4260 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * shr.el (shr-base): New binding.
4263         (shr-tag-base): Keep track of <base>.
4264         (shr-expand-url): New function used throughout.
4265
4266 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4267
4268         * gnus-registry.el
4269         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4270         (gnus-registry-ignored-groups): New variable.
4271         (gnus-registry-ignore-group-p): Use it.
4272         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4273         set the destination group to nil (same as delete) if it's ignored.
4274
4275 2011-04-20  David Engster  <dengste@eml.cc>
4276
4277         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4278
4279         * Makefile.in (test-nntp): New rule.
4280         (check): Add it.
4281         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4282
4283 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * gnus-registry.el (gnus-registry-action)
4286         (gnus-registry-fetch-header-fast):
4287         Don't use mail-header that looks an internal function of mailheader.el.
4288
4289 2011-04-19  Glenn Morris  <rgm@gnu.org>
4290
4291         * time-date.el (time-to-days): Remove unused local variables.
4292
4293 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * gnus-registry.el: Eliminate cl functions.
4296         (gnus-registry-sort-addresses): New function that replaces mapcan.
4297         (gnus-registry-action, gnus-registry-spool-action)
4298         (gnus-registry-split-fancy-with-parent)
4299         (gnus-registry-fetch-recipients-fast): Use it.
4300         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4301
4302         * registry.el (initialize-instance, registry-lookup)
4303         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4304         (registry-lookup-secondary-value, registry-search, registry-delete)
4305         (registry-insert, registry-reindex, registry-size, registry-prune):
4306         Use eval-and-compile.
4307
4308 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * registry.el (registry-reindex): New method to recreate the secondary
4311         registry indices.
4312
4313         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4314         tracked field changes.
4315         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4316         (gnus-registry-action, gnus-registry-spool-action)
4317         (gnus-registry-handle-action)
4318         (gnus-registry--split-fancy-with-parent-internal)
4319         (gnus-registry-split-fancy-with-parent)
4320         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4321         move, and delete actions, and for fancy splitting with parent.
4322         (gnus-registry-extract-addresses)
4323         (gnus-registry-fetch-recipients-fast)
4324         (gnus-registry-fetch-header-fast): Convenience functions.
4325         (gnus-registry-misc-test): ERT test of
4326         `gnus-registry-extract-addresses'.
4327
4328 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4331         Track by subject first, then sender.
4332
4333 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4334
4335         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4336
4337         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4338         Lisp.
4339
4340         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4341         (gnus-draft-send): Use it to avoid popping
4342         up frames from gnus-group-send-queue.
4343
4344 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4345
4346         * gnus-registry.el: Updated gnus-registry docs.
4347
4348 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4351         Fix logic bug.
4352         (gnus-registry-post-process-groups): Fix logging of no results and
4353         quote sender and subject.
4354
4355 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4358         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4359         gnutls-cli are too slow to be done opportunistically.
4360
4361         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4362         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4363         we had no early-data returned.
4364         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4365         two async commands to the same server at the same time.
4366
4367 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4368
4369         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4370
4371 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4374         "warning" level.
4375
4376         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4377         (mm-url-insert-file-contents): Don't set the package names.
4378
4379 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * gnus-registry.el (gnus-registry-action): Remove properties and
4382         simplify subject in `gnus-registry-handle-action'.
4383         (gnus-registry-spool-action): Get subject and sender from message if
4384         they are not passed in.
4385         (gnus-registry-handle-action): Remove properties and simplify subject
4386         consistently.
4387
4388 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4389
4390         * registry.el: Require CL before using defmacro*.
4391
4392 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-art.el (article-treat-date): Assume that
4395         gnus-article-date-headers may be a group parameter.
4396
4397 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4400
4401         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4402         interactively so the newsrc file can contain foreign groups too.
4403         Useful for debugging but not much for users.
4404
4405 2011-04-07  David Engster  <dengste@eml.cc>
4406
4407         * registry.el (registry-usage-test): Only do
4408         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4409         lexical binding.
4410
4411 2011-04-07  David Engster  <dengste@eml.cc>
4412
4413         * Makefile.in (check, test-registry): New rules for test-suite.
4414
4415 2011-04-06  David Engster  <dengste@eml.cc>
4416
4417         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4418         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4419
4420 2011-04-06  David Engster  <dengste@eml.cc>
4421
4422         * registry.el (initialize-instance): Change :after to :AFTER to be
4423         compatible with old EIEIO version in XEmacs.
4424
4425 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4426
4427         * gnus-registry.el (gnus-registry-post-process-groups)
4428         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4429         and provide better messaging.
4430
4431 2011-04-06  David Engster  <dengste@eml.cc>
4432
4433         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4434         errors.
4435
4436         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4437         dgnushack-compile with error-on-warn enabled, and to signal an error if
4438         clean compilation failed.
4439         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4440         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4441
4442 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4443
4444         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4445         unconditionally anyway, discarding errors.
4446         (gnus-registry-delete-entries): New convenience function.
4447         (gnus-registry-import-eld): Import from old .eld registry.
4448
4449         * registry.el: Don't use ERT if it's not available.  Load it
4450         unconditionally anyway, discarding errors.
4451
4452         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4453         version from the Claudio Bley GnuTLS patch (extra optional parameters
4454         and host name).
4455
4456 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4457
4458         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4459         fixup the parameters that can be customized by the user between
4460         save/read cycles.
4461         (gnus-registry-read): Use it.
4462         (gnus-registry-make-db): Use it.
4463         (gnus-registry-spool-action, gnus-registry-handle-action):
4464         Fix messaging.
4465         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4466         Map references to actual group names with sender and subject tracking.
4467         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4468         (gnus-registry-usage-test): Add subject lookup test.
4469
4470         * registry.el (registry-db, initialize-instance): Set up constructor
4471         instead of :initform arguments for the sake of older Emacsen.
4472         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4473         pre-lexbind merge bug.
4474         (registry-usage-test): Use it.
4475         (initialize-instance, registry-db): Move the non-function initforms
4476         back to the class definition.
4477
4478 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4479
4480         * registry.el: New library to manage gnus-registry-style data.
4481
4482         * gnus-registry.el: Use it (major rewrite).
4483
4484         * nnregistry.el: Use it.
4485
4486         * spam.el: Use it.
4487
4488 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489
4490         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4491         marks on non-selected articles.
4492
4493 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4494
4495         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4496         parameter to open-protocol-stream.
4497
4498 2011-04-01  Julien Danjou  <julien@danjou.info>
4499
4500         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4501         fundamental-mode.
4502
4503 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4506         servers.
4507
4508 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509
4510         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4511         made marks not propagate, again.
4512
4513 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4514
4515         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4516         Make this the default type.
4517         (proto-stream-open-plain): Rename from proto-stream-open-default.
4518         (open-protocol-stream, proto-stream-open-starttls)
4519         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4520         with `plain'.
4521
4522         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4523         value.
4524
4525         * nntp.el (nntp-open-connection-function): Document the fact that some
4526         values are not functions but are instead handled specially.
4527         Recognize nntp-open-plain-stream value.
4528         (nntp-open-connection): Recognize that value.
4529
4530 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4533         where it seems to be needed.
4534
4535 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4538         stuff.
4539
4540         * gnus-score.el (gnus-score-string): Fix calling convention of
4541         `gnus-simplify-buffer-fuzzy' after last patches.
4542
4543         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4544         server for articles we didn't get any headers for.  This is a sanity
4545         check.
4546
4547 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4548
4549         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4550         new CAPABILITY, use it.
4551
4552 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4555         downloading anything.
4556
4557         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4558
4559 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4560
4561         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4562         colors.
4563         (gnus-splash-svg-color-symbols): New function.
4564
4565 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4568         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4569         (gnus-simplify-subject-fuzzy): Use the local
4570         gnus-simplify-subject-fuzzy-regex instead of the global one.
4571         This makes using this variable in group parameters work.
4572
4573 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4574
4575         * gnus-registry.el (gnus-registry-unfollowed-groups):
4576         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4577         archive:sent-YYYY-MM-DD groups).
4578         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4579         tracking if there are more than `gnus-registry-max-track-groups'
4580         matches.
4581
4582 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4583
4584         * message.el (message--yank-original-internal): New function to do the
4585         insertion cleanly inside eval in `message-yank-original'.
4586         (message-yank-original): Use it.
4587
4588 2011-03-29  Julien Danjou  <julien@danjou.info>
4589
4590         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4591         local variables disabled rather than `normal-mode'.
4592
4593 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4594
4595         * imap.el (imap-shell-open, imap-process-connection-type):
4596         Use imap-process-connection-type for 'shell' streams as well as
4597         Kerberos, SSL, other subprocesses.
4598
4599 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4600
4601         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4602         with open-network-stream.
4603         (proto-stream-always-use-starttls): Option removed.
4604         (open-protocol-stream): Return a process object by default.  Provide a
4605         new parameter :return-list specifying a list-type return value, which
4606         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4607         :type `network' to `try-starttls', and `network-only' to `default'.
4608         Make `default' the default, for compatibility with open-network-stream.
4609         Handle the no-parameter case exactly as open-network-stream, with no
4610         additional stream processing.  Search plists using plist-get.
4611         Explicitly add :end-of-commend parameter if it is missing.
4612         (proto-stream-open-default): Rename from
4613         proto-stream-open-network-only.  Return 'default as the type.
4614         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4615         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4616         failed.  Always return a list with a (possibly dead) process as the
4617         first element, for compatibility with open-network-stream.
4618         (proto-stream-open-tls): Use plist-get.  Always return a list.
4619         (proto-stream-open-shell): Return `default' as connection type.
4620         (proto-stream-capability-open): Use plist-get.
4621         (proto-stream-eoc): Function deleted.
4622
4623         * nnimap.el (nnimap-stream, nnimap-open-connection)
4624         (nnimap-open-connection-1): Handle renaming of :type parameter for
4625         open-protocol-stream.
4626         (nnimap-open-connection-1): Pass a :return-list parameter
4627         open-protocol-stream to obtain a list return value.  Parse this list
4628         using plist-get.
4629
4630         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4631         for open-protocol-stream.  Accept open-protocol-stream return value
4632         that is a subprocess object instead of a list.  Handle the case of a
4633         dead returned process.
4634
4635 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4636
4637         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4638
4639         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4640
4641 2011-03-21  Julien Danjou  <julien@danjou.info>
4642
4643         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4644         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4645         query.
4646         (mm-inline-text): Render normal text with fontification whenever
4647         possible.
4648
4649         * gnus-sum.el (gnus-summary-save-parts-1):
4650         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4651         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4652         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4653         Use `mm-handle-filename'.
4654
4655         * mm-util.el (mm-handle-filename): New function, return the filename of
4656         an handle.
4657
4658 2011-03-18  Julien Danjou  <julien@danjou.info>
4659
4660         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4661         (gnus-buffer-live-p): Check that buffer is not nil.
4662
4663 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4664
4665         * gnus.el: No Gnus v0.15 is released.
4666
4667 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4670         avoid warning on XEmacs.
4671
4672         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4673         on XEmacs.
4674
4675         * gnus-art.el: Require mouse, which the build bot seems to say is
4676         needed.
4677
4678         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4679
4680         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4681         XEmacs, since it doesn't have url-retrieve-synchronously.
4682
4683         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4684         since assoc-string doesn't exist in XEmacs.
4685
4686 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4687
4688         * gnus-group.el (gnus-group-list-ticked): New function.
4689         (gnus-group-make-menu-bar): Provide a menu entry for it.
4690         (gnus-group-list-map): Provide a binding for it.
4691
4692 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * shr.el (shr-visit-file): New command.
4695
4696         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4697
4698 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4699
4700         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4701         servers.
4702
4703 2011-03-16  Julien Danjou  <julien@danjou.info>
4704
4705         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4706         inline.
4707
4708         * gnus-art.el (article-hide-list-identifiers):
4709         Use gnus-group-get-list-identifiers.
4710
4711         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4712         (gnus-summary-remove-list-identifiers):
4713         Use gnus-group-get-list-identifiers to get regexp.
4714         (gnus-select-newsgroup, gnus-summary-insert-subject)
4715         (gnus-summary-insert-articles):
4716         Call gnus-summary-remove-list-identifiers unconditionally.
4717
4718 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4721         we're selecting a group with unread articles.
4722
4723         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4724
4725         * gssapi.el: New file separated out from imap.el to provide a general
4726         Kerberos 5 connection facility for Emacs.
4727
4728         * message.el (message-elide-ellipsis): Document the format spec
4729         ellipsis.
4730
4731 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * message.el (message-elide-region): Allow the ellipsis to say how many
4734         lines were removed.
4735
4736 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4739         window configurations containing buffers that are now dead.
4740
4741         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4742         parsing to avoid integer overflows.
4743         (nnimap-parse-flags): Simplify the last change.
4744         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4745         too large for 32-bit Emacsen.
4746
4747 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4748
4749         * auth-source.el (auth-source-netrc-create):
4750         * message.el (message-yank-original): Fix use of `case'.
4751
4752 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4753
4754         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4755         XEmacs, which was one character too wide.
4756
4757 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4758
4759         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4760         default number of articles to display.
4761         (gnus-articles-to-read): Use pretty names for prompt.
4762
4763 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * gnus-int.el (gnus-open-server): Ditto.
4766
4767         * gnus-start.el (gnus-activate-group): Give a backtrace if
4768         debug-on-quit is set and the user hits `C-g'.
4769         (gnus-read-active-file): Ditto.
4770
4771         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4772
4773 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4774
4775         * message.el (message-yank-original): Use cond instead of CL case.
4776
4777 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4778
4779         * auth-source.el (auth-source-netrc-create): Use usual format for the
4780         default in prompts.
4781
4782 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * lpath.el: Fbind read-char-choice for XEmacs.
4785
4786 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4787
4788         * auth-source.el (auth-source-netrc-create): Show the default in the
4789         prompt when prompting for token creation.
4790
4791 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4792
4793         * auth-source.el (auth-source-format-prompt): Always convert the value
4794         to a string to avoid evaluating non-string arguments.
4795         (auth-source-netrc-create): Offer default properly, not as initial
4796         content in `read-string'.
4797         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4798         of line to determine if we've been run before.  If so, don't run again,
4799         but print a trivial message to indicate the cache was hit instead.
4800
4801 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4804         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4805         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4806         Gnus.
4807
4808 2011-03-11  Julien Danjou  <julien@danjou.info>
4809
4810         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4811         modified file".
4812
4813 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4814
4815         * auth-source.el (auth-source-read-char-choice): New function to read a
4816         character choice using `dropdown-list', `read-char-choice', or
4817         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4818         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4819         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4820         (auth-source-netrc-saver): Use it.
4821         (auth-source-pick-first-password): New convenience function.
4822
4823 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4826         parameter in the credentials.
4827         (nnimap-open-connection-1): Use it after a successful login.
4828         (nnimap-credentials): Add IMAP-specific user and password prompt.
4829
4830         * auth-source.el (auth-source-search): Add :require parameter, taking a
4831         list.  Document it and the :save-function return token.  Pass :require
4832         down.  Change the CREATED message from a warning to a debug statement.
4833         (auth-source-search-backends): Pass :require down.
4834         (auth-source-netrc-search): Pass :require down.
4835         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4836         Change save prompt to indicate all modifications saved here are
4837         deletions.
4838         (auth-source-netrc-create): Take user login name as default in user
4839         prompt.  Move all the save functionality to a lexically bound function
4840         under the :save-function token in the returned list.  Set up clearer
4841         default prompts for user, host, port, and secret.
4842         (auth-source-netrc-saver): New function, intended to be wrapped for
4843         :save-function.
4844
4845 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4848         lines to be spaces instead.
4849
4850 2011-03-07  Julien Danjou  <julien@danjou.info>
4851
4852         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4853         (sieve-sasl-auth): Check that auth-source-search did return something,
4854         or just return an empty string.
4855
4856 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4857
4858         * gnus.el (gnus-interactive): Use read-directory-name.
4859
4860         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4861         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4862         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4863         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4864         Likewise.
4865
4866         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4867
4868 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4871         onto the list of killed groups, too.  This makes killed nnimap groups,
4872         for instance, more reliably not reappear.
4873
4874         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4875         the parent.
4876
4877         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4878
4879         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4880         really have server-side marks.
4881
4882         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4883         since most backends do not usefully have server-side marks.
4884         (gnus-update-read-articles): Propagate marks to all backends that
4885         really have server-side marks.
4886
4887 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4888
4889         * message.el (message-cite-reply-position, message-cite-style):
4890         New variables.
4891         (message-yank-original): Use the new citation styles.
4892
4893 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4894
4895         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4896         buffer-local issue); don't mark it buffer-local when running under
4897         XEmacs.
4898
4899 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4900
4901         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4902         numbers too big to be `read'.
4903
4904 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4905
4906         * password-cache.el (password-in-cache-p): Add autoload.
4907
4908         * message.el (message-options): Make buffer-local two ways to attempt
4909         to fix a XEmacs bug.
4910
4911 2011-03-02  Julien Danjou  <julien@danjou.info>
4912
4913         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4914
4915 2011-03-01  Julien Danjou  <julien@danjou.info>
4916
4917         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4918         group.
4919         (article-hide-list-identifiers): Use list-identifier group parameter.
4920
4921 2011-02-28  Julien Danjou  <julien@danjou.info>
4922
4923         * sieve.el (sieve-buffer-script-name): New local variable to store
4924         sieve script name.
4925         (sieve-edit-script): Store sieve script name.
4926         (sieve-upload): Use sieve script name when uploading.
4927         (sieve-upload): Use substitute-command-keys.
4928         (sieve-edit-script): Use substitute-command-keys.
4929         (sieve-refresh-scriptlist): Use substitute-command-keys.
4930         (sieve-manage-mode-map): Define keymap properly.
4931         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4932         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4933         Remove commented code about cvs.
4934         (sieve-manage-quit): New function.
4935         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4936
4937 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4938
4939         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4940
4941 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4942
4943         * auth-source.el (auth-source-search): Cache empty result sets.
4944
4945         * password-cache.el (password-in-cache-p): Convenience function to
4946         check if a key is in the cache, even if the value is nil.
4947
4948         * auth-source.el (auth-source-save-behavior): New variable to replace
4949         `auth-source-never-create'.
4950         (auth-source-netrc-create): Use it.
4951         (auth-source-never-save): Remove.
4952
4953 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4954
4955         * nnimap.el (nnimap-stream): Doc fix.
4956         (nnimap-open-connection-1): Reverse the order of the ports to that the
4957         prompted-for port is first.
4958
4959         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4960         retrieval by the no-group selection.
4961
4962         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4963         numerical parameters.
4964
4965 2011-02-25  Julien Danjou  <julien@danjou.info>
4966
4967         * gnus-gravatar.el: Use gnus-with-article-buffer.
4968
4969         * gnus-art.el (gnus-with-article-buffer): Check that the
4970         gnus-article-buffer is alive.
4971
4972 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4973
4974         * auth-source.el (auth-source-creation-prompts): New variable to manage
4975         creation-time prompts.
4976         (auth-source-search): Document it.
4977         (auth-source-format-prompt): Add utility function.
4978         (auth-source-netrc-create): Don't default the user name to
4979         user-login-name.  Use `auth-source-creation-prompts' and some default
4980         prompts for user, host, port, and password (the default generic prompt
4981         remains ugly).
4982         (auth-source-never-save): Add customizable option to never save info.
4983         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4984         mode excursion.
4985
4986 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4989         argument that XEmacs doesn't support.
4990
4991         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4992         compiled for Emacsen having no `libxml-parse-html-region' support.
4993
4994         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4995
4996         * lpath.el: Bind buffer-save-without-query for XEmacs.
4997
4998 2011-02-23  Julien Danjou  <julien@danjou.info>
4999
5000         * gnus-art.el (article-make-date-line): Ignore errors if time is
5001         invalid and not convertible.
5002         (article-make-date-line): Only add lapsed time if time is not nil.
5003
5004 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5005
5006         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5007         `read-char-choice' for backwards compatibility.
5008         (auth-source-netrc-element-or-first): New function to DTRT for
5009         parameter extraction.
5010         (auth-source-netrc-create): Use it and fix multiple parameter print
5011         bug.  Use the default passed from above (given-default) or the
5012         built-in (user-login-name for :user).
5013
5014 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5015
5016         * gnus-start.el (gnus-dribble-read-file):
5017         Set buffer-save-without-query, since we always want to save the dribble
5018         file, probably.
5019
5020         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5021         nnimap.
5022
5023         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5024         -summary- since it's a user-visible variable.
5025
5026         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5027         first time you use the new Gnus.
5028
5029 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5030
5031         * auth-source.el: Don't load netrc.el.
5032         (auth-sources): Search ~/.netrc as well by default.
5033         (auth-source-debug): Add 'trivia option for extra output.
5034         (auth-source-do-trivia): Use it.
5035         (auth-source-search): Simplify logic to use
5036         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5037         appropriate.  Don't keep a running count at this level.  Layer :create
5038         and :delete options appropriately on the first and second passes.
5039         Don't track the backend with the search results.
5040         (auth-source-search-backends): New function to search a list of
5041         backends for a processed spec.
5042         (auth-source-netrc-parse): Cache all netrc files, making
5043         auth-source-netrc-cache an alist keyed by the file name and using the
5044         file mtime as the caching criterion.  Keep the obfuscated data secret
5045         with a lexical bind.
5046         (auth-source-netrc-search): Don't calculate the length of the results
5047         unnecessarily.
5048         (auth-source-search-backends): Fix bug.
5049         (auth-source-netrc-create): Rework prompts.
5050
5051 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5052
5053         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5054         Lower case names of search constraints.
5055         (nnir-run-query): Cache and reuse search constraints for all imap
5056         servers.
5057
5058 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5059
5060         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5061         after exit.
5062         (gnus-setup-message): Define missing variable from last checkin.
5063
5064         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5065         value, show the raw article.
5066
5067 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5068
5069         * gnus.el: No Gnus v0.13 is released.
5070
5071 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5072
5073         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5074         auth-source now accepts numbers.
5075
5076         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5077         spec, too.
5078         (auth-source-ensure-strings): New function.
5079
5080         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5081         (gnus-article-setup-buffer): Always restart the date timer so that user
5082         changes to the frequency is respected.
5083
5084         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5085         port numbers, so make sure it gets that if nnimap-server-port is
5086         explicit.
5087
5088 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5089
5090         * nnimap.el (nnimap-inbox): Doc fix.
5091
5092 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5093
5094         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5095         Autoload.  Add optional arg FRAME, and pass it to color-values.
5096         (color-complement): Caller changed.  Doc fix.
5097         (color-gradient): Rewrite for better clarity and efficiency.
5098
5099 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5100
5101         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5102         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5103         color-lab-to-srgb.
5104
5105 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5106
5107         * color.el: First part of merge from hexrgb.el.
5108         (color-rgb-to-hex): Rename from color-rgb->hex.
5109         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5110         saturation to zero if the value is too small.
5111         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5112         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5113         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5114         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5115         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5116         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5117         (color-cie-de2000): Doc fix.
5118
5119 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5120
5121         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5122         given method as in the group name if we're using an extended method.
5123         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5124         command, if we're using that, instead of waiting for the beginning.
5125
5126         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5127         we're sure to get unique server names, and we don't output two async
5128         commands in the same buffer.  This fixes an NNTP hang for some users.
5129
5130 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5131
5132         * gnus.el: No Gnus v0.11 is released.
5133
5134 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5135
5136         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5137         summary buffer before reading going to the next buffer.  This avoids
5138         putting the point in the group buffer if you `C-g' the command.
5139
5140         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5141         cache (for now) to make ~/.authinfo.gpg files usable.
5142
5143         * nnfolder.el (copyright-update): Define for the compiler.
5144
5145         * auth-source.el (auth-source-search): Fix unbound variable.
5146
5147 2011-02-19  Glenn Morris  <rgm@gnu.org>
5148
5149         * gnus.el (gnus-meta): Doc fix.
5150
5151 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5152
5153         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5154         in case it's not yet loaded.
5155
5156 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5157
5158         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5159         line we're waiting for.
5160
5161 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5162
5163         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5164         face with line-width greater than zero will cause RET in gnus summary
5165         buffer to scroll down article page-wise because auto vscroll happens,
5166         it should be temporally disabled when doing a scroll-up.
5167
5168 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5169
5170         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5171         outputs from the server.
5172
5173 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5174
5175         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5176         later so that bbdb can hook in easier.
5177
5178 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5179
5180         * auth-source.el (auth-source-search): Don't try to create credentials
5181         if the caller doesn't want that.
5182         (auth-source-search): If we don't find a match, don't bug out on
5183         non-bound variables.
5184         (auth-source-search): Only ask a single backend to create the
5185         credentials.
5186
5187         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5188         logging.
5189         (nnimap-credentials): Protect against auth-source-search returning nil.
5190         (nnimap-request-list): Protect against not being able to open the
5191         server.
5192
5193 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5194
5195         * auth-source.el (auth-source-search): Do a two-phase search, one with
5196         no :create to get the responses from all backends.
5197
5198         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5199         when getting credentials.
5200
5201         * gnus-util.el (gnus-delete-duplicates): New function.
5202
5203 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5206         a creation default, pass the whole port list down.  It will be
5207         completed.
5208
5209         * auth-source.el (auth-source-search): Updated docs to talk about
5210         multiple creation choices.
5211         (auth-source-netrc-create): Accept a list as a value (from the search
5212         parameters) and do completion on that list.  Keep a separate netrc line
5213         with the password obscured for showing the user.
5214
5215         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5216         first choice to `auth-source-search' so it will be used for entry
5217         creation instead of the server's Gnus-specific name.
5218         (nnimap-credentials): Rely on the auth-source library to select which
5219         port is actually wanted in the new netrc entry, so don't override
5220         `auth-source-creation-defaults'.
5221
5222         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5223         :protocol and accept a missing user, host, or port as a wildcard match.
5224         (auth-source-debug): Default to off.
5225
5226         (auth-source-netrc-search, auth-source-netrc-create)
5227         (auth-source-secrets-search, auth-source-secrets-create)
5228         (auth-source-user-or-password, auth-source-backend, auth-sources)
5229         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5230         instead of :protocol.
5231
5232         * nnimap.el (nnimap-credentials): Pass a port default to
5233         `auth-source-search' in case an entry needs to be created.
5234         (nnimap-open-connection-1): Use :port instead of :protocol.
5235
5236 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * auth-source.el: Bind load-path when loading EIEIO from
5239         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5240         21.4 doesn't support, to `require'.
5241         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5242         delete-dups that is not available in XEmacs 21.4.
5243
5244 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5245
5246         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5247         as EIEIO must also be loaded when auth-source.el is being
5248         byte-compiled.
5249
5250 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5253
5254         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5255
5256         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5257
5258         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5259
5260         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5261
5262         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5263
5264         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5265
5266         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5267         necessary.
5268
5269 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5270
5271         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5272         nil means that nnimap doesn't get updated.
5273
5274 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5277         result when the user doesn't want to write to the file.
5278         (auth-source-netrc-search): Expect a synthetic result and proceed
5279         accordingly.
5280         (auth-source-cache-expiry): New variable to override
5281         `password-cache-expiry'.
5282         (auth-source-remember): Use it.
5283
5284         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5285         parameter.  Create entry if necessary by using :create t.
5286         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5287
5288 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5289
5290         * auth-source.el (auth-source-debug): Enable by default and don't
5291         mention the obsolete `auth-source-hide-passwords'.
5292         (auth-source-do-warn): New function to debug unconditionally.
5293         (auth-source-do-debug): Use it.
5294         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5295         and for Secrets API entries when the secrets.el library is not
5296         available.
5297
5298 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5299
5300         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5301         (gnus-summary-exit): Kill the correct article buffer on exit from a
5302         `C-d' group.
5303
5304         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5305         gnus-propagate-marks.
5306
5307         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5308         before killing the buffers so that a non-full window conf gets handled
5309         correctly.
5310         (gnus-summary-exit): Ditto.
5311         (gnus-summary-read-group-1): Ditto.
5312
5313         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5314         async code again so that we can debug it properly.
5315
5316         * message.el (message-reply): Take an optional switch-buffer parameter
5317         so that Gnus window confs are respected better.
5318
5319 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5322         `plist-get' to accept non-list parameters (XEmacs issue).
5323         Fix docstring.
5324         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5325         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5326         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5327         Login collection is "Login" and not "login".
5328
5329 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5330
5331         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5332         multiple headers.
5333
5334         * nnimap.el (nnimap-inhibit-logging): New variable.
5335         (nnimap-log-command): Don't log login commands.
5336
5337         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5338         to have more parameters.
5339
5340         * nnimap.el (nnimap-send-command): Mark the command time for each
5341         command, so that we don't get NOOPs stepping on our toes.
5342
5343         * gnus-art.el (article-date-ut): Get the date from the Date header on
5344         `t'.
5345
5346 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * auth-source.el (auth-source-search): Use copy-sequence instead of
5349         the cl.el copy-list.
5350
5351 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5352
5353         * imap.el: Bring it back (revert
5354         84d800cd31de3064f0ed39617d725709a2f8f42f).
5355
5356 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5357
5358         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5359         Improve prompt.
5360
5361 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5362
5363         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5364         washing status from the default format.  It isn't very informative.
5365
5366 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5367
5368         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5369         Fix Gcc processing on imap.
5370
5371 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5372
5373         * imap.el: Remove file.  All the functionality is in nnimap.el.
5374
5375 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5376
5377         * message.el (message-bury): Don't pop up a new window when selected
5378         window is dedicated.
5379
5380 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5381
5382         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5383
5384 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5385
5386         * sieve-manage.el: Autoload `auth-source-search'.
5387         (sieve-sasl-auth): Use it.
5388
5389 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * nnimap.el: Autoload `auth-source-forget+'.
5392         (nnimap-open-connection-1): Use it if the connection fails.
5393
5394         * auth-source.el: Require `password-cache'.
5395         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5396         obsolete.
5397         (auth-source-magic): Marker for `password-cache' keys.
5398         (auth-source-do-cache): Update docstring.
5399         (auth-source-search): Use and check cache.
5400         (auth-source-forget-all-cached, auth-source-remember)
5401         (auth-source-recall, auth-source-forget, auth-source-forget+)
5402         (auth-source-specmatchp): Caching support functions.
5403         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5404         Remove and obsolete.
5405         (auth-source-user-or-password): Remove caching to further discourage
5406         using it.  Always hide passwords.
5407
5408         * password-cache.el (password-cache-remove): Accept secrets that are
5409         not strings.
5410
5411 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5412
5413         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5414         code for now, since it doesn't work for all users.
5415
5416 2011-02-09  Julien Danjou  <julien@danjou.info>
5417
5418         * message.el (message-options): Make message-options really buffer
5419         local.
5420
5421 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5422
5423         * mail-source.el: Autoload `auth-source-search'.
5424         (mail-source-keyword-map): Note order matters.
5425         (mail-source-set-1): Get all the mail-source source values and
5426         defaults and search auth-source on those if needed.  This can all
5427         probably be simplified.
5428
5429         * nnimap.el: Autoload `auth-source-search'.
5430         (nnimap-credentials): Use it.
5431         (nnimap-open-connection-1): Ask for the virtual server and physical
5432         address in one shot.
5433
5434         * nntp.el: Autoload `auth-source-search'.
5435         (nntp-send-authinfo): Use it.  Note TODO.
5436
5437 2011-02-08  Julien Danjou  <julien@danjou.info>
5438
5439         * shr.el (shr-tag-body): Add support for text attribute in body
5440         markups.
5441
5442         * message.el (message-options): Make message-options a local variable.
5443
5444 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5445
5446         * auth-source.el (auth-source-secrets-search)
5447         (auth-source-user-or-password): Use `append' instead of `nconc'.
5448         (auth-source-user-or-password): Build return list better and protect
5449         against nil :secret.
5450
5451 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5452
5453         * nnimap.el (nnimap-update-info): Refactor slightly.
5454         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5455         (nnimap-update-info): Clean up slightly.
5456         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5457         characters.
5458         (nnimap-process-quirk): Rename function to avoid collision.
5459         (nnimap-update-info): Fix macrology bug-out.
5460         (nnimap-update-info): Simplify split history test.
5461
5462 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5463
5464         * auth-source.el (top): Require 'eieio unconditionally.
5465         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5466         (auth-source-secrets-search): Limit search when `max' is greater than
5467         number of results.
5468
5469 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5470
5471         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5472         part not returning any data.
5473
5474         * proto-stream.el (open-protocol-stream): Document the return value.
5475
5476 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5477
5478         * auth-source.el (auth-source-secrets-search): Add examples.
5479
5480 2011-02-06  Julien Danjou  <julien@danjou.info>
5481
5482         * message.el (message-setup-1): Handle message-generate-headers-first
5483         set to t.
5484
5485 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5486
5487         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5488         API with a string "secrets:collection-name" and with 'default.
5489         (auth-source-backend-parse): Parse "secrets:collection-name" and
5490         'default.  Recurse on parses instead of repeating code.  Use the
5491         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5492         message when ignoring a source.
5493         (auth-source-search): List ignored search keys at the top level.
5494         (auth-source-netrc-create): Use `case' instead of `cond'.
5495         (auth-source-secrets-search): Created with TODOs.
5496         (auth-source-secrets-create): Created with TODOs.
5497         (auth-source-retrieve, auth-source-create, auth-source-delete)
5498         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5499         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5500         (auth-source-user-or-password-sftp)
5501         (auth-source-user-or-password-smtp): Remove.
5502         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5503         around `auth-source-search'.  Not tested thoroughly.
5504
5505 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5506
5507         * auth-source.el: Bring in assoc and eioeio libraries.
5508         (secrets-enabled): New variable to track the status of the Secrets API.
5509         (auth-source-backend): New EIOEIO class to represent a backend.
5510         (auth-source-creation-defaults): New variable to set prompt defaults
5511         during token creation (see the `auth-source-search' docstring for
5512         details).
5513         (auth-sources): Simplify to allow a simple string as a netrc backend
5514         spec.
5515         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5516         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5517         (auth-source-search): Main auth-source API entry point.
5518         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5519         (auth-source-search-collection): Helper function for searching.
5520         (auth-source-netrc-parse, auth-source-netrc-normalize)
5521         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5522         Supports search, create, and delete.
5523         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5524         backend stubs.
5525         (auth-source-user-or-password): Call `auth-source-search' but it's not
5526         ready yet.
5527
5528 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5529
5530         * message.el (message-setup-1): Remove the read-only stuff, since it
5531         doesn't work under XEmacs, for some reason.
5532
5533         * gnus-sum.el (gnus-user-date): Rename back from
5534         gnus-summary-user-date since user code refers to it.
5535
5536         * shr.el (shr-render-td): Store the actual background color used.
5537
5538         * message.el (message-setup-1): Don't bind the constant
5539         -forbidden-properties.
5540         (message-setup-1): Revert previous change, since it needs to bind the
5541         props to insert them.
5542         (message-resend): Allow removing the read-only separator line.
5543
5544 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5545
5546         * nnimap.el (nnimap-request-accept-article): Give an error message if
5547         the APPEND wasn't successful.
5548
5549 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5550
5551         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5552         that have no groups.
5553
5554 2011-02-03  Julien Danjou  <julien@danjou.info>
5555
5556         * gnus-draft.el: Remove progn around gnus-draft-setup.
5557
5558 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5559
5560         * gnus-start.el (gnus-read-active-for-groups): This function is never
5561         called with a nil `infos', so clean that up.
5562         (gnus-get-unread-articles): Request active files from primary/secondary
5563         methods that have no groups (yet).
5564
5565 2011-02-03  Julien Danjou  <julien@danjou.info>
5566
5567         * message.el (message-setup-1): Always generate References first.
5568         (message-mail): Return the return value of message-setup, not always t.
5569         (message-setup-1): Insert mail-header-separator with read-only and
5570         intangible properties set.
5571
5572         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5573         user-date in docstring.
5574
5575         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5576
5577         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5578         docstring.
5579
5580         * gnus.el (gnus-user-date-format-alist): Change default value.
5581         Use defcustom, with type and group. Move from gnus-util.el.
5582         Rename to gnus-summary-user-date-format-alist.
5583
5584 2011-02-03  Glenn Morris  <rgm@gnu.org>
5585
5586         * nnimap.el (gnus-fetch-headers): Declare.
5587
5588         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5589
5590 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5591
5592         * message.el (message-forward-make-body-digest-plain)
5593         (message-followup, message-reply): Clean up things noted by Stefan.
5594
5595         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5596         gnus-article-update-date-headers is nil.
5597         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5598         it didn't really work with defcustom.
5599         (article-update-date-lapsed): Make sure the window start doesn't move,
5600         either.
5601
5602 2011-02-01  Julien Danjou  <julien@danjou.info>
5603
5604         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5605         format.
5606
5607         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5608         standard in Emacs nowadays.
5609
5610         * color.el (color-gradient): Add a color-gradient function.
5611
5612 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5613
5614         * message.el (message-expand-name): Don't trust the return value of
5615         bbdb-complete-name.
5616         (message-check-news-header-syntax): Remove unused var `start'.
5617         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5618         (message-inhibit-body-encoding): Move to before first use.
5619         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5620         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5621         (Organization, Message-ID, Date, mh-previous-window-config):
5622         Defvar the vars using dynamic scoping.
5623
5624 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5625
5626         * shr.el (shr-render-td): Only do colors at the final rendering.
5627         Should be slightly faster.
5628         (shr-insert-table): Fix up TD background colors when doing the
5629         vertical padding.
5630
5631         * gnus-art.el (article-date-ut): Protect against articles with no Date
5632         header.
5633         (article-update-date-lapsed): Don't use current-column to find the
5634         horizontal position.  It's fragile in the presence of \003 characters.
5635
5636         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5637
5638 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5639
5640         * gnus-art.el (article-transform-date): Rewrite to still work when
5641         there are several rfc2822 parts.
5642         (article-transform-date): Fix infinite recursion.
5643         (article-date-ut): Replace infinitely many Date headers with a single
5644         one when called interactively.
5645
5646         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5647         secure manner.
5648
5649         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5650         move around by not using save-window-excursion.  It seems to work...
5651
5652 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-art.el (article-make-date-line): Work for user-defined format.
5655
5656 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5657
5658         * nntp.el (nntp-retrieve-group-data-early)
5659         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5660         fetching functions.
5661
5662         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5663         thoroughly for all backends that have no known groups.  This should
5664         allow new nnml methods to retrieve mail.
5665
5666         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5667         that Gnus doesn't know exists again.
5668
5669         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5670         (gnus-treat-date-ut): Ditto.
5671         (gnus-article-update-date-header): Rename.
5672         (gnus-treat-date-local): Remove.
5673         (gnus-treat-date-english): Remove.
5674         (gnus-treat-date-lapsed): Remove.
5675         (gnus-treat-date-combined-lapsed): Remove.
5676         (gnus-treat-date-original): Remove.
5677         (gnus-treat-date-iso8601): Remove.
5678         (gnus-treat-date-user-defined): Remove.
5679         (gnus-article-date-headers): New variable to control all the date
5680         header options.
5681         (article-date-ut): Rewrite to allow using the new way to format date
5682         headers(s).
5683
5684 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5685
5686         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5687         method.
5688         (nnmail-article-group): A better test for fanciness.
5689
5690         * nnimap.el (nnimap-request-head): Protect against not finding the
5691         article by Message-ID.
5692
5693 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5696         keep point at the "same place".
5697
5698 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5699
5700         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5701         data if the group is inactive.
5702
5703 2011-01-28  Julien Danjou  <julien@danjou.info>
5704
5705         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5706         (gnus-all-windows-visible-p): Remove old compatibility code.
5707         (gnus-window-top-edge): Add docstring.
5708
5709         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5710
5711 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5714         older request-update-info.
5715
5716         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5717
5718 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5719
5720         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5721         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5722
5723 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5724
5725         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5726         groups.  This makes the nndraft:queue group pop up if it's not already
5727         there.
5728
5729         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5730         messages" logic, which was reversed.
5731
5732         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5733         the "same place" even if point is on the line being replaced.
5734         (article-update-date-lapsed): Allow updating both the combined lapsed
5735         and the lapsed headers.
5736         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5737         (article-make-date-line): Limit the number of segments dynamically to
5738         avoid too-long lines.
5739
5740 2011-01-27  Julien Danjou  <julien@danjou.info>
5741
5742         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5743         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5744
5745 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5748         Use plist-get instead of the cl function getf.
5749
5750 2011-01-27  Glenn Morris  <rgm@gnu.org>
5751
5752         * gnus-util.el (float-time): Get rid of compiler warning, again.
5753
5754 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5755
5756         * shr.el (shr-put-color): Special-case background colors: Do put them
5757         at the blank parts at the front of the lines.
5758
5759         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5760         exit hook to nix out all data on readedness on group exit.
5761
5762         * gnus-util.el (float-time): If float-time is bound, always use it on
5763         all Emacsen.  It's unclear why the subrp check was there.
5764         (time-date): Require to make some autoload issues on XEmacs go away.
5765
5766         * shr.el (shr-put-color): Don't do the box padding in tables, since
5767         they're already padded.
5768
5769 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5770
5771         * gnus-art.el (gnus-article-next-page): When the last line of the
5772         article is displayed, scroll down once more instead of going to the
5773         next article at once.
5774         (article-lapsed-string): Refactor out and allow specifying how many
5775         segments you want.
5776         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5777         (gnus-article-update-lapsed-header): New variable.
5778
5779         * shr.el: Revert change that made headings use different-sized faces.
5780         The Emacs display engine isn't advanced enough that, for instance,
5781         tables can comfortably use differently-sized faces.
5782
5783 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5784
5785         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5786         used.
5787         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5788         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5789         we're using an encrypted connection.
5790
5791         * proto-stream.el: Alter the interface functions to also return the
5792         actual stream type used: network or tls.
5793
5794 2011-01-25  Julien Danjou  <julien@danjou.info>
5795
5796         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5797         (mm-display-javascript-inline): New function.
5798
5799         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5800         viewing function.
5801
5802 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * shr.el (shr-expand-newlines): Fix variable name.
5805
5806 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5807
5808         * shr.el (shr-expand-newlines): Make nested boxes work.
5809
5810 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5811
5812         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5813         backgrounds.
5814         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5815         in a more sensible manner.
5816
5817 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5820         if EPG is loaded.
5821
5822 2011-01-24  Julien Danjou  <julien@danjou.info>
5823
5824         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5825         tags.
5826
5827 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5828
5829         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5830         commands.
5831
5832         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5833         in the article buffer.
5834         (gnus-gravatar-insert): Use blank space from the current buffer to
5835         avoid breaking text properties.  This makes X-Sent updating work again.
5836
5837         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5838
5839 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5840
5841         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5842         fix the bug in url-http.el instead.
5843
5844         * shr.el (shr-image-fetched): Ditto.
5845
5846         * shr.el (shr-image-fetched): Avoid having point move in the article
5847         buffer.
5848
5849         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5850         buffer after being called.  It's apparently being killed by url.el, and
5851         killing it made point move to end-of-buffer in a random buffer.
5852
5853         * shr.el (shr-image-fetched): Ditto.
5854
5855 2011-01-23  Julien Danjou  <julien@danjou.info>
5856
5857         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5858
5859         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5860         text/x-org.
5861
5862 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5863
5864         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5865         (i.e., nnimap) returning nil as the article number.
5866
5867 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5868
5869         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5870         "DelSp" parameter in RFC3676.
5871
5872 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5873
5874         * message.el (message-check-recipients): Display the encoded version of
5875         the bogus address if they differ.
5876
5877         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5878         after sending.
5879
5880         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5881
5882         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5883
5884         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5885         group buffer after sending the queue.
5886
5887         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5888
5889 2011-01-22  Julien Danjou  <julien@danjou.info>
5890
5891         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5892
5893 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5894
5895         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5896         nested related parts.
5897
5898         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5899         unexpired articles.  This fixes the regression that led expiry marks to
5900         disappear from nnfolder groups.
5901
5902 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5903
5904         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5905         Don't confuse the "ret" of "retrograde" with RET.
5906
5907 2011-01-21  Julien Danjou  <julien@danjou.info>
5908
5909         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5910         than mm-insert-inline.
5911
5912 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5915         Widen article buffer.
5916
5917 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5918
5919         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5920         the temp buffer.
5921         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5922
5923 2011-01-20  Julien Danjou  <julien@danjou.info>
5924
5925         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5926
5927         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5928         than mm-insert-inline to insert inline part: this respect
5929         mm-inline-media-tests displayers.
5930
5931         * mm-view.el (mm-display-shell-script-inline): New function.
5932
5933         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5934
5935         * mm-uu.el (mm-uu-type-alist): Add org block.
5936         (mm-uu-org-src-code-block-extract): New function.
5937
5938         * mm-view.el (mm-display-org-inline): New function.
5939
5940         * mm-decode.el (mm-automatic-display): Add text/org.
5941
5942         * mailcap.el (mailcap-mime-extensions): Add .org.
5943
5944 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5947         gnus-article-add-buttons.
5948
5949 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5950
5951         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5952         From header with a date and "nobody" as the sender.
5953
5954 2011-01-19  Julien Danjou  <julien@danjou.info>
5955
5956         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5957         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5958         if you have the same regexp several times.
5959         (gnus-button-push): Fix matching when regexp is symbol.
5960
5961 2011-01-15  Glenn Morris  <rgm@gnu.org>
5962
5963         * message.el (message-mail): A compose-mail function should
5964         accept headers as strings.
5965
5966 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5967
5968         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5969         Add :vert-only tags.
5970         (message-mail): New arg RETURN-ACTION.
5971         (message-return-action): New var.
5972         (message-bury): Use it.
5973         (message-mode): Make it buffer-local.
5974         (message-send-and-exit): Always call message-bury.
5975
5976         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5977         message-mail.
5978
5979 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5980
5981         * nnimap.el (nnimap-convert-partial-article): Protect against
5982         zero-length body parts.
5983
5984         * mm-decode.el (mm-preferred-alternative-precedence):
5985         Discourage showing empty parts.
5986
5987         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5988         and stuff if the backend didn't return the article number.  This fixes
5989         an Exchange-related nnimap bug.
5990
5991         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5992         group window, because it does the wrong thing when a separate frame
5993         displays the group buffer.
5994
5995         * proto-stream.el (open-protocol-stream): Protect against the low-level
5996         transport functions returning nil.
5997
5998 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5999
6000         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6001         (mml2015-epg-find-usable-secret-key): New function.
6002         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6003         mml2015-epg-find-usable-key (Bug#7797).
6004         (mml2015-epg-encrypt): Ditto.
6005
6006 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * dgnushack.el (rot13-string): Fix the way to get the argument.
6009
6010 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6013
6014 2011-01-03  Glenn Morris  <rgm@gnu.org>
6015
6016         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6017
6018         * sieve.el (sieve-open-server): Give a more explicit error if
6019         sieve-manage-open returns nil.  (Bug#7720)
6020
6021 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6022
6023         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6024
6025 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6028         This avoids sending passwords in plain text over non-encrypted
6029         channels.
6030
6031         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6032
6033         * nnimap.el (nnimap-login): Refactored out into own function, and
6034         implement CRAM-MD5.
6035         (nnimap-wait-for-line): Refactored out.
6036
6037         * mm-view.el (mml-smime): Require.
6038
6039 2010-12-20  David Engster  <deng@eml.cc>
6040
6041         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6042         use EPG to decrypt S/MIME messages instead of openssl.
6043
6044 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045
6046         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6047
6048         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6049         status is the group clearly is unreachable.
6050
6051         * auth-source.el (auth-source-create): Add the optional second
6052         parameter to `local-variable-p' to be compatible with XEmacs.
6053
6054 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6055
6056         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6057         work when using a compressed nnml folder.
6058
6059 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6062         backends after sanitising on entry, because this never makes sense:
6063         If the articles have gone missing, then the data no longer exists on
6064         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6065         overwrite anything anyway.
6066
6067         * shr.el (shr-insert-document): Bind shr-width dynamically to
6068         window-width if it's nil.
6069
6070 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6071
6072         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6073         with the meaning of using the full emacs window width for rendering.
6074
6075 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6076
6077         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6078         case when sender is not given.
6079
6080 2010-12-23  Julien Danjou  <julien@danjou.info>
6081
6082         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6083         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6084         the addresses, otherwise we might misplaced the gravatar.
6085
6086 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6087
6088         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6089         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6090         obsolete in Emacs.
6091
6092 2010-12-20  Julien Danjou  <julien@danjou.info>
6093
6094         * gnus-util.el (gnus-rescale-image): Revert last change.
6095
6096 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6097
6098         * binhex.el: Improve commentary (Bug#7482).
6099
6100 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6101
6102         * gnus-group.el (gnus-group-delete-articles): New command.
6103
6104 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6105
6106         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6107
6108 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6111         here, since it's up to the backends to do CRLF removal if their
6112         protocol has it.
6113
6114         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6115
6116 2010-12-17  Julien Danjou  <julien@danjou.info>
6117
6118         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6119         they are from file.  Can also scale up.
6120
6121 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6122
6123         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6124         Restore gnus-use-agent.
6125         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6126
6127         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6128
6129 2010-12-17  Julien Danjou  <julien@danjou.info>
6130
6131         * gravatar.el (gravatar-retrieve-synchronously): New function.
6132         (gravatar-get-data): Make more robust.
6133
6134 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6137
6138 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6141         to really consider the last line.
6142
6143 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6144
6145         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6146         list of recipient keys, or use symmetric encryption if not a list.
6147         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6148         EPA override, replacing the call to `netrc-store-data'.
6149
6150 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6151
6152         * gnus-srvr.el: Avoid passing nil regexp argument to
6153         delete-matching-lines.
6154
6155 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6158         fetching stops when Gnus exits.
6159
6160         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6161         function.
6162         (nnfolder-request-expire-articles): Save all the buffers after doing
6163         expiry.
6164
6165         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6166         the last article", since that led to serious performance regressions
6167         when expiring nnml groups.
6168
6169 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6170
6171         * nnir.el: Improve customizations.
6172
6173 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6176
6177         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6178         group has been killed.
6179         (gnus-group-yank-group): Ditto.
6180
6181         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6182
6183         * nnimap.el (nnimap-request-update-group-status): New function.
6184
6185         * gnus-int.el (gnus-request-update-group-status): New interface
6186         function.
6187
6188         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6189         copying read-ness to the backends.
6190
6191         * nnimap.el (nnimap-quirk): New function.
6192         (nnimap-retrieve-group-data-early): Use it.
6193         (nnimap-quirks): New alist.
6194
6195 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6198         don't delete it within indentation.
6199
6200 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6203         previous line.
6204
6205 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6206
6207         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6208         QRESYNC command by deleting a superfluous space which broke Cyrus
6209         servers.  This change will break other servers that are buggy the other
6210         way around.
6211
6212 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6213
6214         * spam.el: Reindent and fix long lines.
6215         (spam-copy-or-move-routine): Exclude invalid move destinations.
6216
6217 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6218
6219         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6220         installed the registry.
6221
6222 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6225
6226 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6227
6228         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6229         groupname doesn't contain "gmane".
6230
6231 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6234         and netrc-bound-and-true-p bindings.
6235         (netrc-parse): Cache the netrc contents.
6236
6237         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6238         (gnus-1): Don't create the nndrafts group twice.
6239         (gnus-setup-news): There's no need to read the active file here, since
6240         that's done again later on a per-backend basis.
6241         (gnus-start-draft-setup): Make sure that the new group is started out
6242         empty.
6243
6244         * gnus-agent.el (gnus-agentize): Don't create the queue group
6245         automatically on startup.  It'll be created later, if needed.
6246
6247         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6248         of automatically subscribed groups.
6249         (gnus-auto-subscribed-categories): New variable.
6250         (gnus-matches-options-n): Use it.
6251         (gnus-default-subscribed-newsgroups): Remove unused variable.
6252         (gnus-start-draft-setup): Message a bit less.
6253
6254 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6255
6256         * nnir.el (nnir-run-imap): Return article list in order of increasing
6257         UID.
6258
6259 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * gnus-sum.el (gnus-summary-enter-digest-group):
6262         Mention gnus-auto-select-on-ephemeral-exit.
6263
6264         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6265         convention of the network-only option.
6266
6267 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * proto-stream.el (proto-stream-open-network-only): New function to
6270         have a way to specify non-STARTTLS upgrade connections.
6271
6272 2010-12-10  Julien Danjou  <julien@danjou.info>
6273
6274         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6275         email address is nil.
6276
6277         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6278
6279 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6280
6281         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6282         deletion.
6283         (nnir-run-imap): Only need to parse list once.
6284
6285 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286
6287         * shr.el (shr-tag-script): Ignore <script>.
6288         (shr-tag-label): Add <label> support.
6289
6290 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6293
6294         * shr.el (shr-image-displayer): Work for images lined side by side.
6295
6296 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6297
6298         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6299         parameter, since XEmacs doesn't accept t as a parameter.
6300
6301 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6302
6303         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6304         ids.
6305         (nnir-run-gmane): Simplify groupspec formatting.
6306         (nnir-request-expire-articles): New function.
6307
6308 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6311         overflow, possibly.
6312
6313         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6314         (shr-render-td): Handle td style="" better.
6315         (shr-tag-table): Use the color from the style sheet.
6316         (shr-render-td): Make sure we copy over all the overlays, too.
6317
6318 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6319
6320         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6321         (nnir-request-article): Improve article retrieval.
6322
6323 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * mm-util.el (mm-extra-numeric-entities): New variable.
6326
6327         * mm-url.el (mm-url-decode-entities):
6328         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6329
6330         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6331
6332 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6333
6334         * message.el: Use completion-at-point.
6335         (message-completion-function): New fun, extracted from message-tab.
6336         (message-mode): Use it for completion-at-point-functions.
6337         (message-tab): Use it and completion-at-point.
6338
6339 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6342         character if a non-breakable character follows.
6343
6344 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6345
6346         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6347         any stream.
6348
6349         * shr.el (shr-tag-font): Colorize the region.
6350         (shr-tag-body): Ditto.
6351         (shr-tag-font): Actually let the styles be inherited instead of
6352         overwriting them.
6353         (shr-tag-font): Get the background color right.
6354         (shr-tag-style): Ignore all <style> tags for the moment.
6355
6356         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6357         a Message-ID to avoid having nnimap depend on gnus-sum.
6358
6359         * shr.el (shr-descend): Only colorize something if we have a node that
6360         sets colors.
6361
6362 2010-12-06  Julien Danjou  <julien@danjou.info>
6363
6364         * shr.el (shr-render-td): Render td content with shr-descend, so style
6365         will be applied to <td> too.
6366         (shr-colorize-region): Colorize region even if we only have a background.
6367         (shr-tag-body): Fix color and background color inheritance.
6368         Do not recolorize after shr-generic.
6369         (shr-tag-font): Let shr-generic colorize via inheritance.
6370
6371 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6374
6375 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6376
6377         * nnir.el (nnir-request-move-article): Remove obsolete code.
6378
6379 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6382
6383 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384
6385         * gnus-sum.el (gnus-summary-respool-article): The completion function
6386         expects a list instead of an alist.
6387
6388         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6389         string as the parameter.
6390
6391         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6392
6393         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6394         styles.
6395         (shr-colorize-region): New function.
6396         (shr-insert-background-overlay): Remove.
6397         (shr-render-td): Background setting should be taken care of on a higher
6398         level.
6399         (shr-tag-body): Use post-hoc colorizations.
6400         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6401         (shr-put-color-1): Don't overwrite old colors.
6402         (shr-colorize-region): When the background color isn't explicit, use
6403         a fixed background.
6404
6405         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6406         nnmail variables.
6407
6408 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6409
6410         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6411         unless necessary.
6412
6413 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6414
6415         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6416         server.
6417
6418 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419
6420         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6421         so that TAB works.
6422
6423         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6424         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6425
6426         * shr.el (shr-urlify): Show the URL before the title to avoid
6427         misleading URLs.
6428
6429 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6430
6431         * shr.el (shr-urlify): Display the title in <a> tags.
6432
6433 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6434
6435         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6436
6437 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6438
6439         * nnir.el: Rearrange code to allow macros to be autoloaded by
6440         gnus-sum.el.
6441         (nnir-retrieve-headers-override-function): Make this variable
6442         customizable.
6443         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6444
6445         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6446         from nnir.el.
6447
6448 2010-12-03  Julien Danjou  <julien@danjou.info>
6449
6450         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6451
6452 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6455         allow optional argument `environment'.
6456
6457 2010-12-03  Glenn Morris  <rgm@gnu.org>
6458
6459         * mm-extern.el (message-goto-body): Update declaration.
6460
6461 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-util.el (gnus-macroexpand-all): New function.
6464
6465         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6466         instead of macroexpand-all that is unavailable in XEmacs.
6467
6468 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6469
6470         * nnir.el (nnir-summary-line-format): New variable.
6471         (nnir-mode): Use it.
6472         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6473         (nnir-article-ids): Reimplement as defsubst.
6474         (nnir-retrieve-headers): Don't mangle the subject header.
6475         (nnir-run-imap): Use 100 as RSV score.
6476         (nnir-run-find-grep): Fix for full server searching.
6477         (nnir-run-gmane): Better restriction to gmane groups.
6478
6479         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6480         summary buffers.
6481
6482 2010-12-02  Julien Danjou  <julien@danjou.info>
6483
6484         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6485
6486         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6487
6488         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6489         support.
6490
6491 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6492
6493         * nnir.el: Update to handle the registry better.
6494         (autoload): Silence byte-compiler.
6495         (nnir-open-server): Add a hook for nnir groups.
6496         (nnir-request-move-article): Don't mangle the header.  Better to use
6497         formatting variables (which will be added in the future).
6498         (nnir-registry-action): Update the registry using the original article
6499         group name.
6500         (nnir-mode): Install nnir-specific hooks for updating the registry.
6501
6502         * gnus-sum.el
6503         (gnus-article-original-subject,gnus-newsgroup-original-name):
6504         Remove obsolete variables.
6505         (gnus-summary-move-article): Remove use of obsolete variables.
6506         (gnus-summary-local-variables): Make move and delete hooks local to
6507         summary buffers.
6508
6509 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6510
6511         * rtree.el: New file.
6512
6513 2010-12-01  Julien Danjou  <julien@danjou.info>
6514
6515         * message.el (message-user-organization): Do not use
6516         gnus-local-organization.
6517
6518         * gnus.el: Remove gnus-local-organization.
6519
6520         * gnus-msg.el: Remove nastygram thing.
6521
6522 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6523
6524         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6525         funcall.
6526
6527 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6530         names.
6531
6532         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6533         characters.
6534
6535         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6536         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6537         Suggested by Štěpán Němec <stepnem@gmail.com>.
6538         (gnus-gravatar-transform-address): Use mail-extract-address-components
6539         that supports non-ASCII names rather than mail-header-parse-addresses.
6540
6541 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * proto-stream.el (open-protocol-stream): All starttls connections are
6544         handled by the network handler.
6545
6546 2010-11-30  Julien Danjou  <julien@danjou.info>
6547
6548         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6549         (nnimap-open-connection-1): Fix PREAUTH.
6550
6551         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6552
6553 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6556         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6557         (shr-insert): Use them.
6558         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6559
6560 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6561
6562         * nnir.el (nnir-request-move-article): Bail out if original group
6563         doesn't support article moves.
6564         (nnir-get-active): Improve active list retrieval.
6565
6566 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6569
6570 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6571
6572         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6573         seem to accept strings-with-numbers as port numbers.
6574
6575 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6576
6577         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6578         change the registry.
6579
6580 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6583         delete-dups that is not available in XEmacs 21.4.
6584
6585         * mm-util.el (mm-delete-duplicates): Add comment.
6586
6587 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6588
6589         * nnir.el (nnir-ignored-newsgroups): New variable.
6590         (nnir-get-active): Use it.
6591
6592 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593
6594         * proto-stream.el (proto-stream-open-network): Add some comments.
6595
6596         * nntp.el (nntp-open-connection): Provide a :success condition.
6597
6598         * nnimap.el (nnimap-open-connection-1): Ditto.
6599
6600         * proto-stream.el (proto-stream-open-network): See what the response to
6601         the STARTTLS command is.
6602
6603         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6604         backwards compatibility).
6605         (nnimap-open-connection-1): Really respect nnimap-server-port.
6606
6607         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6608         TLS upgrades we don't really care about the identity of the peer.
6609         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6610         that what we've checked for.
6611         (proto-stream-always-use-starttls): Only default to t if
6612         open-gnutls-stream exists.
6613         (proto-stream-open-network): If STARTTLS failed, then just open a
6614         normal connection.
6615         (proto-stream-open-network): Wait until the greeting before doing
6616         STARTTLS.
6617
6618         * nntp.el (nntp-open-connection): Report what the connection error is.
6619
6620         * proto-stream.el (open-protocol-stream): Rename from
6621         open-proto-stream.
6622
6623 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * nnimap.el (nnimap-stream): Change default to `undecided'.
6626         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6627         first, and then network.
6628         (nnimap-open-connection-1): Respect nnimap-server-port.
6629         (nnimap-open-connection): Be more backwards-compatible.
6630
6631         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6632         (proto-stream-open-starttls): De-duplicate the starttls code.
6633         (proto-stream-open-starttls): Folded back into the main function.
6634         (proto-stream-open-network): Fix typo in the gnutls path.
6635         (proto-stream-command): Refactor out.
6636
6637         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6638
6639         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6640         starttls.el STARTTLS.
6641
6642         * color.el (color-lab->srgb): Fix function call name.
6643
6644         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6645         if we're using tls.el.
6646         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6647         built in, then don't try to establish a STARTTLS connection.
6648
6649         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6650         servers.
6651
6652         * proto-stream.el (open-proto-stream): Use network, not stream.
6653         (open-proto-stream): Add a way to specify what the end of a command is.
6654
6655         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6656         connections types.
6657         (nntp-open-network-stream): Remove.
6658         (nntp-open-ssl-stream): Remove.
6659         (nntp-open-tls-stream): Remove.
6660         (nntp-ssl-program): Remove.
6661
6662         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6663
6664 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6665
6666         * nnir.el: Fix typos.
6667         (nnir-retrieve-headers-override-function): Rename variable to reflect
6668         new semantics.
6669         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6670         macros.
6671         (nnir-request-article, nnir-request-move-article): Use them.
6672         (nnir-categorize): New function.
6673         (nnir-run-query): Use it.
6674         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6675         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6676         sorted.
6677         (nnir-group-full-name): Use gnus-group-full-name instead.
6678         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6679         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6680
6681 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682
6683         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6684
6685         * proto-stream.el: New library to provide protocol-specific
6686         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6687         protocols.
6688         (open-proto-stream): Complete the documentation.
6689         (proto-stream-open-network): Fix some typos.
6690
6691         * nnimap.el (nnimap-open-connection): Use it.
6692
6693 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6694
6695         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6696         negotiation.
6697
6698 2010-11-26  Julien Danjou  <julien@danjou.info>
6699
6700         * color.el: Rename various rgb functions to srgb.
6701
6702 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6705         names.
6706
6707 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * shr.el (shr-insert): Revert last change.
6710         (shr-find-fill-point): Never leave point being at bol;
6711         relax the kinsoku limitation when rendering tables.
6712
6713 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6714
6715         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6716         results from -accept-article.
6717
6718         * shr-color.el: Require cl when compiling.
6719
6720         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6721         checkin.
6722
6723         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6724
6725         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6726
6727         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6728         'add and 'delete to set backend marks.
6729
6730         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6731
6732         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6733
6734         * nntp.el (nntp-request-set-mark): Use it.
6735
6736         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6737
6738         * nnml.el (nnml-request-set-mark): Ditto.
6739
6740         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6741         introduces regressions in article selection.
6742         (nnimap-find-uid-response): New function.
6743         (nnimap-request-accept-article): Use the UID returned, if any.
6744         (nnimap-request-move-article): Use the UID returned, if any.
6745         (nnimap-get-groups): Reimplement to work with folded lines.
6746         (nnimap-find-uid-response): The UID is the last element in the list.
6747         (nnimap-request-set-mark): Extend syntax with 'set.
6748
6749         * nnml.el (nnml-request-set-mark): Ditto.
6750
6751         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6752
6753         * nntp.el (nntp-request-set-mark): Ditto.
6754
6755 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * message.el (message-called-interactively-p): A temporary macro.
6758         (message-goto-body): Use it temporarily.
6759
6760 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6763         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6764         (nnimap-last-response-string): Fix last unfolding fix.
6765
6766 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * shr.el (shr-insert): Fix the way to fold lines.
6769
6770 2010-11-25  Julien Danjou  <julien@danjou.info>
6771
6772         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6773
6774         * color.el: Rename from color-lab.el
6775         (color-rgb->hex): Add.
6776         (color-complement): Add.
6777         (color-complement-hex): Add.
6778
6779         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6780
6781 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6782
6783         * shr-color.el (shr-color-visible): Don't bug out if the color names
6784         don't exist.
6785
6786 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6789         assuming that article displaying or another mml-preview may be
6790         interrupted for an error or for the like.
6791
6792         * shr.el (shr-get-background): Fix argument name.
6793
6794 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6797
6798         * gnus-sum.el (gnus-summary-include-articles): New function.
6799
6800         * message.el (message-goto-body): called-interactively-p needs a
6801         parameter, so use `any'.
6802
6803         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6804         clear marks before moving, since they're synced from the Gnus side
6805         first.
6806
6807         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6808         (gnus-summary-move-article): Copy over all marks before moving, so that
6809         IMAP doesn't think a new article has arrived.
6810
6811 2010-11-24  Julien Danjou  <julien@danjou.info>
6812
6813         * shr.el (shr-insert-background-overlay): Fix typo.
6814         (shr-render-td): Copy the background before rendering.
6815
6816         * shr-color.el (shr-color-visible): Fix docstring.
6817
6818         * shr.el (shr-tag-table): Add bgcolor support.
6819         (shr-render-td): Add bgcolor support.
6820         (shr-get-background): Add.
6821         (shr-insert-foreground-overlay): Use shr-get-background.
6822
6823         * message.el (message-goto-body): Use called-interactively-p.
6824         (message-in-body-p): message-goto-body returns point.
6825
6826 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6827
6828         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6829         Fixes something or other in Emacs 23, and is backwards compatible.
6830
6831         * message.el (message-goto-body): Remove the <#secure special-casing,
6832         which is too special.
6833
6834         * shr.el (shr-parse-style): Drop !important from styles.
6835
6836 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6837
6838         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6839         this function to return incorrect results when calling it with an
6840         explicit article argument different from
6841         (gnus-summary-article-number).
6842
6843 2010-11-24  Julien Danjou  <julien@danjou.info>
6844
6845         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6846         (shr-tag-body): Add background support.
6847         (shr-descend): Add background support.
6848         (shr-tag-title): Add.
6849
6850         * shr-color.el (shr-color-visible): Really return original background
6851         if fixed.
6852
6853 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6854
6855         * shr.el (shr-color-check): Protect against non-existent color names.
6856
6857 2010-11-24  Julien Danjou  <julien@danjou.info>
6858
6859         * color-lab.el: Require 'cl when compiling.
6860
6861         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6862
6863         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6864         matched part.
6865
6866         * color-lab.el: Fix all expt calls to use float type.
6867
6868 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6871         expression to shr-color-check as is.
6872
6873         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6874
6875         * color-lab.el: Add coding cookie.
6876         (float-pi): Use eval-and-compile.
6877
6878         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6879         compiled for Emacsen having no `libxml-parse-html-region' support.
6880
6881 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * shr.el (shr-insert-color-overlay): Split stuff like
6884         "#444444 !important" to find the real color.
6885         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6886         parse <font color="red"> entries.
6887
6888 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6889
6890         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6891         point when parsing headers.
6892
6893         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6894         is positioned properly when parsing headers.
6895
6896 2010-11-23  Julien Danjou  <julien@danjou.info>
6897
6898         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6899
6900         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6901
6902         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6903
6904         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6905         Use shr-color-hue-to-rgb.
6906         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6907
6908 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * shr.el (shr-color->hexadecimal): Autoload.
6911         (shr-descend): Add color to all tags.
6912
6913 2010-11-22  Julien Danjou  <julien@danjou.info>
6914
6915         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6916         shr-color->hexadecimal.
6917
6918         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6919         RGB() or HSL() color representation.
6920
6921         * shr.el (shr-tag-font): Add.
6922         (shr-tag-color-check): New function to get better colors.
6923         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6924         tag-span.
6925
6926         * shr-color.el: New file.
6927
6928         * color-lab.el: New file.
6929
6930         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6931
6932 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6933
6934         * nnir.el: Fix typo in comments.
6935         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6936         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6937
6938 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6939
6940         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6941
6942         * nnimap.el (nnimap-get-capabilities): Refactor out.
6943         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6944
6945 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6946
6947         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6948         appearing when `mm-uu-hide-markers' is nil.
6949
6950 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * nnimap.el (nnimap-unselect-group): Make into its own function.
6953         (nnimap-request-rename-group): Unselect group before renaming.
6954         This had gotten lost somewhere.
6955         (nnimap-request-accept-article): Keep track of examined groups, and
6956         unselect the group before APPENDing to read-only groups.
6957         (nnimap-request-move-article): Clear flags before moving so that they
6958         can be re-set later.
6959
6960 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6963         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6964
6965 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-art.el (gnus-mime-display-single):
6968         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6969         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6970         parameter.
6971
6972 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973
6974         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6975         (shr-table-vertical-line): New variable.
6976         (shr-insert-table): Use it.
6977
6978 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-html.el (gnus-html-wash-images): Don't display images if
6981         gnus-inhibit-images is non-nil; register displayer for cid images.
6982         (gnus-html-display-image): Work for cid image.
6983         (gnus-html-insert-image): Allow arguments.
6984         (gnus-html-put-image): Inhibit read-only.
6985         (gnus-html-prefetch-images): Don't prefetch images if
6986         gnus-inhibit-images is non-nil.
6987
6988 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6989
6990         * shr.el (shr-put-image): Break lines when inserting big pictures.
6991
6992 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6993
6994         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6995         sender, thanks Katsumi Yamaoka.
6996
6997 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6998
6999         * nnir.el (nnir-run-imap): Reverse the article list for each group
7000         rather than the whole list.
7001
7002 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * shr.el (shr-image-displayer): Protect function against non-existent
7005         image source.
7006
7007         * gnus-art.el (gnus-inhibit-images): New user option.
7008         (gnus-mime-display-single): Don't display image if it is non-nil.
7009
7010         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7011         gnus-inhibit-images.
7012
7013         * shr.el (shr-image-displayer): New function.
7014         (shr-tag-img): Use it.
7015
7016 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7017
7018         * mml2015.el (mml2015-epg-sign): Use From header.
7019
7020 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7023
7024         * gnus-util.el (gnus-find-text-property-region): Return markers.
7025
7026         * shr.el (shr-tag-img): Put a displayer in the text property.
7027
7028         * gnus-util.el (gnus-find-text-property-region): New utility function.
7029
7030         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7031         (gnus-html-show-images): Remove.
7032
7033         * gnus-art.el (gnus-article-show-images): New, more general function.
7034
7035         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7036         image url text properties.
7037
7038         * shr.el: Ditto.
7039
7040         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7041         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7042
7043 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7046         work for two or more articles.
7047
7048 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7051         divide an image that's in an html article to two or more when washing
7052         non-ASCII characters in alt text of it.
7053
7054 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7057         smime-decrypt-region using function argument.
7058         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7059
7060         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7061
7062         * smime.el (smime-decrypt-region): Catch it.
7063
7064 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7065
7066         * smime.el (smime-mode-map): Move initialization into declaration.
7067         (gnus-run-mode-hooks): Don't autoload.
7068         (smime-mode): Use define-derived-mode.
7069
7070 2010-11-11  Glenn Morris  <rgm@gnu.org>
7071
7072         * smime.el (from): Restrict declaration to XEmacs.
7073
7074         * nnir.el (gnus-group-topic-name): Autoload.
7075
7076 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * shr.el (shr-insert): Don't break long line if it is because of
7079         kinsoku-bol characters in the line end.
7080
7081 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7082
7083         * nnir.el (nnir-request-move-article): Fix to provide original group
7084         and subject.
7085         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7086         been retrieved.
7087
7088         * gnus-sum.el (gnus-summary-move-article): Use original group and
7089         subject for virtual articles such as those in an nnir summary buffer.
7090
7091 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7094         least 21.5).
7095
7096         * smime.el (from): Declare it again for XEmacs.
7097
7098 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * message.el (message-resend): Don't disable encoding unless it's
7101         already encoded.
7102
7103         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7104         low-numbered articles.
7105
7106 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * rfc2047.el (rfc2047-syntax-table): Simplify.
7109
7110         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7111
7112         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7113         set-char-table-range for XEmacs.
7114
7115 2010-11-10  Glenn Morris  <rgm@gnu.org>
7116
7117         * time-date.el (time-to-seconds): Always an alias on Emacs,
7118         never a real function.
7119         (with-no-warnings): Remove compat stub, now unused.
7120         (time-less-p): Doc fix.
7121         (time-to-number-of-days): Simplify.
7122
7123         * smime.el (from): Remove unused declaration.
7124
7125         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7126         (gnus-float-time): On Emacs, always an alias.
7127
7128         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7129         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7130
7131 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * dgnushack.el: Don't use ignore-errors in the top level form since it
7134         is unavailable in XEmacs even if cl is loaded.
7135
7136         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7137
7138 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7139
7140         * shr.el (browse-url-mailto): Autoload.
7141
7142         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7143
7144         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7145         regexp doesn't need quoting.
7146
7147 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7148
7149         * message.el (message-subject-trailing-was-ask-regexp)
7150         (message-subject-trailing-was-regexp): Match was: in addition to was.
7151
7152 2010-11-09  Glenn Morris  <rgm@gnu.org>
7153
7154         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7155         (nnbabyl-check-mbox): Use point-at-bol.
7156
7157 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7160
7161         * message.el (message-mailto): New function.
7162         (message-mailto): Should accept other parameters.
7163         (message-mailto): Remove since it duplicates browse-url-mailto
7164         functionality.
7165
7166 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7169         methods.
7170         (gnus-read-active-file): Ditto.
7171
7172         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7173         ": " from the prompt.
7174         (gnus-group-make-group): Ditto.
7175
7176 2010-11-07  Glenn Morris  <rgm@gnu.org>
7177
7178         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7179         (gnus-bookmark-kill-line): Use point-at-eol.
7180
7181 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7184         asterisks in From header.
7185
7186 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7189         string to avoid making the From headers syntactically invalid.
7190
7191         * message.el (message-send-mail): Don't insert courtesy messages if the
7192         message already has List-Post and List-ID messages.
7193
7194 2010-11-06  Glenn Morris  <rgm@gnu.org>
7195
7196         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7197         `condition', `type', `length' a prefix.
7198         (gnus-treat-predicate): Update for above name changes.
7199
7200 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7201
7202         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7203         binding.  Handled by `gnus-summary-refer-thread' instead.
7204         (nnir-warp-to-article): New backend function.
7205
7206         * nnimap.el (nnimap-request-thread): Force dependency updating.
7207
7208         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7209         (gnus-summary-refer-thread): Rework to improve thread-referral.
7210
7211         * gnus-int.el (gnus-warp-to-article): New function.
7212
7213         * gnus-sum.el (gnus-summary-article-map): Bind it.
7214
7215 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7216
7217         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7218         gnus-summary-refer-thread.
7219
7220         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7221         headers.
7222         (gnus-summary-limit-include-thread): Prevent articles in thread from
7223         being cut in gnus-cut-threads.
7224         (gnus-summary-refer-thread): Limit retrieved headers to those in
7225         thread.
7226
7227 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228
7229         * message.el (message-send-mail): Use the value of
7230         message-courtesy-message from the message buffer.
7231
7232         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7233
7234         * shr.el (shr-browse-url): Implement mailto: URLs.
7235
7236         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7237         "raw".
7238
7239         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7240         if it's already selected.
7241
7242         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7243
7244 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7247         to measure the length and truncate alt text.
7248
7249 2010-11-03  Glenn Morris  <rgm@gnu.org>
7250
7251         * nndiary.el (nndiary-generate-nov-databases-1)
7252         (nndiary-generate-active-info): Rename dynamic variable `files' to
7253         something less generic.
7254
7255 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7256
7257         * nnir.el (nnir-request-move-article): Call the underlying backend to
7258         move articles from nnir.
7259
7260 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261
7262         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7263
7264 2010-11-02  Julien Danjou  <julien@danjou.info>
7265
7266         * nnir.el: Remove wais support.
7267
7268 2010-11-02  Glenn Morris  <rgm@gnu.org>
7269
7270         * gnus-html.el: Reorder requirements to quieten compiler.
7271
7272 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7275         properly for XEmacs as well.
7276         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7277         (gnus-article-natural-long-line-p): Use window-width rather than
7278         frame-width.
7279
7280 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7281
7282         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7283         (nnir-read-parms): Don't modify query.
7284         (nnir-run-query): Add ability to search topic on current line.
7285         (nnir-get-active): Clean up.
7286
7287 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7288
7289         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7290         degenerate articles.
7291
7292         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7293         (gnus-print-buffer): Just print the buffer as is, without any copying
7294         to a buffer and then re-highlighting.
7295
7296         * nnimap.el (nnimap-request-group): Store the new updated info.
7297         (nnimap-request-group): Select the group when we don't know whether it
7298         exists or not.
7299
7300         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7301         groups.
7302
7303         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7304         groups.
7305
7306         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7307         groups.
7308
7309         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7310         long-lines case by only filling the long lines.
7311
7312         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7313         (bug #7311).
7314
7315 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * shr.el: No need to declare `declare-function' since shr.el is for
7318         only Emacsen that provide `libxml-parse-html-region'.
7319
7320         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7321         effective only in a file it is referred to.
7322
7323 2010-11-01  Glenn Morris  <rgm@gnu.org>
7324
7325         * mm-util.el (gnus-completing-read): Autoload.
7326         (mm-read-coding-system): Simplify Emacs definition.
7327
7328         * nnmail.el (gnus-activate-group):
7329         * nnimap.el (gnutls-negotiate):
7330         * nntp.el (netrc-parse): Fix declarations.
7331
7332 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7335         string-match-p in Emacs >=23.
7336
7337         * gnus-msg.el (gnus-configure-posting-styles):
7338         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7339
7340 2010-11-01  Glenn Morris  <rgm@gnu.org>
7341
7342         * nnir.el (declare-function): Add compat stub.
7343         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7344         (nnir-run-gmane): Require 'mm-url.
7345
7346         * mm-util.el (mm-string-to-multibyte): Simplify.
7347
7348         * shr.el (declare-function): Add compat stub.
7349         (url-cache-create-filename): Declare.
7350         (mm-disable-multibyte, widget-convert-button): Autoload.
7351
7352         * smime.el (ldap-search): Declare.
7353         (smime-cert-by-ldap-1): Require ldap on Emacs.
7354
7355         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7356         (nnimap-keepalive): Use gnus-float-time.
7357
7358         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7359         (mail-source-delete-crash-box): Use gnus-float-time.
7360
7361         * gnus-dired.el (gnus-completing-read): Autoload.
7362
7363         * mm-view.el (gnus-rescale-image): Autoload.
7364
7365         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7366
7367         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7368
7369         * sieve-manage.el: Require 'cl when compiling.
7370
7371         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7372         (gnus-iswitchb-completing-read): Require iswitchb.
7373         (gnus-select-frame-set-input-focus): Silence compiler.
7374
7375 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7376
7377         * message.el (message-subject-trailing-was-query): Change default to t,
7378         since I think that's what most people want.
7379
7380         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7381         appending for easier debugging.
7382         (nnimap-wait-for-connection): Take a regexp.
7383         (nnimap-request-accept-article): Wait for the continuation line before
7384         sending anything unless we're streaming.
7385
7386         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7387         leave the header washing to take place.
7388
7389 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7390
7391         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7392         regular expression match and replace in posting styles.
7393
7394 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7395
7396         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7397         an entire server.
7398         (nnir-get-active): New function.
7399         (nnir-run-imap): Use it.
7400         (nnir-run-gmane): Who knew, gmane search returns an article score!
7401
7402         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7403         server on the current line with nnir.
7404
7405 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7408         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7409         left edge.
7410         (gnus-article-foldable-buffer): Skip past the prefix when determining
7411         raggedness.
7412
7413         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7414         the raw article, and change `C-u g' to show the article without doing
7415         treatments.
7416
7417         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7418         on to `gnus-treat-article'.
7419         (gnus-inhibit-article-treatments): New variable.
7420
7421         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7422
7423         * gnus-art.el (gnus-treatment-function-alist): Have
7424         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7425         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7426         sections.
7427
7428         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7429         parameter.
7430         (gnus-article-fill-cited-long-lines): New function.
7431         (gnus-article-fill-cited-article): Allow filling only long sections.
7432
7433         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7434         and non-punctuation (like after the apostrophe in "'We").
7435
7436         * gnus-sum.el (gnus-summary-select-article): Make sure
7437         gnus-original-article-buffer is alive.
7438
7439         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7440         reflect the order they're in in the digest.
7441
7442         * gnus.el (gnus-group-startup-message): Move point to the start of the
7443         buffer.
7444
7445         * nnimap.el (nnimap-capability): New function.
7446         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7447         is set.
7448
7449 2010-10-31  David Engster  <dengste@eml.cc>
7450
7451         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7452         conform with changes to gnus-completing-read.
7453
7454 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7457
7458 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7459
7460         * nnir.el: Move defvar, defcustom around to keep file organized
7461         and keep byte-compiler quiet.
7462         (nnir-read-parms): Accept search-engine as arg.
7463         (nnir-run-query): Pass search-engine as arg.
7464         (nnir-search-engine): Remove.
7465
7466 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7467
7468         * shr.el (shr-generic): The text nodes should be text, not :text.
7469
7470         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7471         later in the file.
7472
7473 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7474
7475         * nnir.el: General clean up.  Allow searching with multiple engines.
7476         Allow separate extra-parameters for each engine.
7477         Batch queries when possible.
7478         (nnir-imap-default-search-key,nnir-method-default-engines):
7479         Add customize interface.
7480         (nnir-run-gmane): New engine.
7481         (nnir-engines): Use it.  Qualify all prompts with engine name.
7482         (nnir-search-engine): Remove global variable.
7483         (nnir-run-hyrex): Restore for now.
7484         (nnir-extra-parms,nnir-search-history): New variables.
7485         (gnus-group-make-nnir-group): Use them.
7486         (nnir-group-server): Remove in favor of gnus-group-server.
7487         (nnir-request-group): Avoid searching twice.
7488         (nnir-sort-groups-by-server): New function.
7489
7490 2010-10-30  Julien Danjou  <julien@danjou.info>
7491
7492         * gnus-group.el: Remove gnus-group-fetch-control.
7493
7494         * gnus-start.el (gnus-find-new-newsgroups):
7495         Remove gnus-check-first-time-used.
7496
7497         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7498
7499 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7500
7501         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7502         set on groups that don't have \* permanentflags.
7503
7504 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7505
7506         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7507         control the background color.
7508         (shr-tag-img): Ignore very small web bug type images.
7509         (shr-put-image): Add help-echo alt texts to the images.
7510         (shr-tag-video): Show the video poster image.
7511
7512 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7513
7514         * shr.el (shr-table-depth): New variable.
7515         (shr-tag-table-1): Only insert the images after the top-level table.
7516
7517         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7518
7519         * gnus-util.el (gnus-list-memq-of-list): New function.
7520
7521         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7522         selected.
7523         (nnimap-unsplittable-articles): New slot.
7524         (nnimap-new-articles): Use it.
7525
7526 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7527
7528         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7529         move to the previous line on `M-g'.
7530
7531 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7534         *-request-group, which seems unnecessary.
7535
7536         * nnimap.el (nnimap-quote-specials): Function copied over from
7537         imap.el.
7538         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7539         they support that.  Suggested by Tom Regner.
7540
7541 2010-10-29  Julien Danjou  <julien@danjou.info>
7542
7543         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7544         defalias.
7545         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7546
7547         * gnus.el: Remove `gnus-nntp-service' variable.
7548         (gnus-secondary-servers): Make obsolete.
7549         (gnus-nntp-server): Make obsolete.
7550
7551         * gnus-start.el (gnus-1): Remove x-splash calls.
7552
7553         * gnus-ems.el (gnus-x-splash): Remove.
7554
7555         * gnus.el (gnus-group-startup-message): Simplify/update code.
7556
7557         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7558         definition.
7559
7560         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7561         capability before doing anything.
7562         (gnus-group-insert-group-line): Remove useless
7563         gnus-group-remove-excess-properties.
7564
7565 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7568
7569 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7572         config after reselecting.
7573
7574 2010-10-28  Julien Danjou  <julien@danjou.info>
7575
7576         * shr.el (shr-put-image): Use point even if only inserting text.
7577         (shr-put-image): Save excursion when inserting alt text on non-graphic
7578         display, so the behavior is the same when we are on a graphic display.
7579
7580         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7581
7582 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7585         (gnus-mime-copy-part): Check coding system, not charset.
7586         (gnus-mime-view-part-externally): Never remove part.
7587         (gnus-mime-view-part-internally): Don't remove part here.
7588         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7589         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7590         multipart/alternative.
7591
7592         * mm-decode.el (mm-display-part): Take optional arg `force'.
7593
7594 2010-10-26  Julien Danjou  <julien@danjou.info>
7595
7596         * gnus-group.el (gnus-group-default-list-level): Add this function to
7597         compute the default list level.
7598         (gnus-group-default-list-level): Add possibility to use a function.
7599
7600 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7603
7604         * gnus-group.el (gnus-group-completing-read)
7605         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7606         gnus-replace-in-string.
7607
7608 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * shr.el (shr-tag-div): Add.
7611
7612         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7613
7614 2010-10-25  Julien Danjou  <julien@danjou.info>
7615
7616         * gnus-util.el: Remove `gnus-with-local-quit'.
7617
7618         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7619
7620 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7621
7622         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7623         the original article buffer.
7624
7625 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * nnimap.el (nnimap-request-head): New function.
7628         (nnimap-request-move-article): Try to be slightly faster by not
7629         requesting the entire message when moving.
7630         (nnimap-transform-headers): Don't bug out on bodiless articles.
7631         (nnimap-send-command): Have no outstanding messages if the IMAP server
7632         doesn't support streaming.
7633         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7634
7635 2010-10-24  Julien Danjou  <julien@danjou.info>
7636
7637         * message.el (message-default-headers): Fix type.
7638
7639 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7642         prefetching images.
7643
7644         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7645         backend for unknown groups.  This is mainly useful for nnimap groups.
7646
7647         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7648         group isn't covered by the agent.
7649
7650 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7651
7652         * nnir.el (nnir-method-default-engines): New variable.
7653         (nnir-run-query): Use it.
7654         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7655         (gnus-summary-nnir-goto-thread): Change group if needed.
7656
7657         * gnus-group.el (gnus-group-group-map): Add key binding for
7658         gnus-group-make-nnir-group.
7659
7660 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661
7662         * shr.el (shr-tag-object): Add.
7663
7664         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7665         original article buffer live.
7666         (gnus-summary-select-article-buffer):
7667         Mention gnus-widen-article-buffer.
7668
7669 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * shr.el (shr-tag-strong): Add.
7672
7673 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7674
7675         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7676         group names.  They mess up the group buffer badly.
7677
7678         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7679
7680         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7681         instead of the summary one.
7682
7683 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * mml.el (mml-preview): Work properly when editing article.
7686
7687         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7688         gnus-have-read-active-file if it's already been in.
7689
7690 2010-10-22  Tom Tromey  <tromey@redhat.com>
7691
7692         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7693         gnus-group-completing-read.
7694
7695 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * message.el (message-mode-map): Don't bind M-; to comment region, to
7698         allow the global comment-dwim to work.
7699
7700 2010-10-21  Julien Danjou  <julien@danjou.info>
7701
7702         * message.el (message-setup-1): Allow message-default-headers to be a
7703         function.
7704
7705 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * shr.el (shr-tag-table): Simplify.
7708
7709 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7710
7711         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7712         to avoid trying to snarf invalid stuff.
7713
7714         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7715
7716         * gnus.el (gnus-message-archive-group): Quote value.
7717         (gnus-message-archive-group): Mark as changed.
7718
7719         * shr.el (shr-add-font): Don't put the font properties on the newline
7720         or the indentation.
7721
7722         * message.el (message-fix-before-sending): Change options when sending
7723         non-printable characters.
7724
7725         * gnus.el (gnus-message-archive-method): Change the default to
7726         monthly outgoing groups.
7727
7728         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7729         that have gotten new numbers.
7730
7731         * nnimap.el (nnimap-request-replace-article): New function.
7732
7733 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7736         (nnrss-request-article): Don't use special html washing code.
7737
7738 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * shr.el (shr-tag-table): Remove useless nconc.
7741
7742 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * gnus-art.el (article-wash-html): Simplify and remove the charset
7745         stuff.  Use the normal html rendering code instead of the special html
7746         washing code.
7747
7748         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7749         `gnus-w3m' symbols.
7750         (mm-text-html-washer-alist): Remove.
7751
7752         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7753         (mm-inline-media-tests): Remove use.
7754         (mm-text-html-renderer): Change default to the `shr' symbol.
7755
7756         * mm-view.el (mm-inline-text-html): Remove use.
7757
7758         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7759         `gnus-blocked-images' to be a function.
7760         (gnus-article-wash-function): Remove.
7761
7762 2010-10-20  Julien Danjou  <julien@danjou.info>
7763
7764         * spam.el (spam-list-of-processors): Mark as obsolete.
7765
7766         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7767         (nnimap-insert-partial-structure): Fix boundary detection.
7768
7769 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7770
7771         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7772         run file-truename on remote files.  This can be expensive and even
7773         prevent one from editing drafts if some unrelated buffer has a stale
7774         connection.
7775
7776 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7779         kinsoku-eol regardless of shr-kinsoku-shorten.
7780         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7781         (shr-tag-table): Support caption, thead, and tfoot.
7782
7783 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784
7785         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7786         lines.
7787         (shr-save-contents): New command and keystroke.
7788
7789         * nndoc.el (nndoc-type-alist): Add git support.
7790         (nndoc-git-type-p): New function.
7791         (nndoc-transform-git-article): Ditto.
7792         (nndoc-transform-git-headers): Ditto.
7793         (nndoc-transform-git-headers): Generate Subject headers.
7794
7795         * shr.el (shr-parse-style): New function.
7796         (shr-tag-span): Ditto.
7797
7798         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7799         to `G G' to avoid collisions.
7800
7801 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7802
7803         * shr.el: Load kinsoku if necessary.
7804         (shr-kinsoku-shorten): New internal variable.
7805         (shr-find-fill-point): Make kinsoku shorten text line if
7806         shr-kinsoku-shorten is bound to non-nil.
7807         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7808         shr-indentation too when testing if table is wider than frame width.
7809         (shr-insert-table): Use `string-width' instead of `length' to measure
7810         text width.
7811         (shr-insert-table-ruler): Make sure indentation is done at bol.
7812
7813 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7814
7815         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7816         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7817         undecoded network data.
7818
7819 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7822         name in the mode line spec so that the mode line menu works
7823         (bug #2431).
7824
7825         * message.el (message-get-reply-headers): If we're fed `to-address',
7826         then always use that.
7827
7828         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7829         aren't so wide as to need to switch off the edit menu.
7830
7831         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7832         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7833
7834         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7835         `M-g'.
7836         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7837         the permanent marks.
7838
7839 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7840
7841         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7842         Splitting according to references/in-reply-to obeys the ignore-groups
7843         variable, while splitting by sender and subject do not.
7844
7845 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7848         alist, so that we can look for non-Unicode chars.
7849         (article-translate-strings): Allow both character and string maps.
7850
7851 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * shr.el (shr-insert): Don't insert space behind a wide character
7854         categorized as kinsoku-bol, or between characters both categorized as
7855         nospace.
7856
7857 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7858
7859         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7860         headers to gnus-newsgroup-headers.
7861
7862 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7863
7864         * shr.el (shr-tag-img): Don't align images -- since we're not
7865         rescaling, this often leads to ugly displays.
7866
7867 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7868
7869         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7870         duplicates.
7871
7872 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7873
7874         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7875         call.
7876
7877 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * gnus.el: Autoload gnus-html-show-images.
7880
7881         * nnimap.el: Use nnheader-message throughout.
7882
7883         * shr.el (shr-tag-img): Ignore images with no data.
7884
7885 2010-10-15  Julien Danjou  <julien@danjou.info>
7886
7887         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7888         a possibility to disable format=flow encoding when using hard newlines.
7889
7890 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * shr.el (shr-insert): Remove space inserted before or after a
7893         breakable character or at the beginning or the end of a line.
7894         (shr-find-fill-point): Do kinsoku; find the second best point or give
7895         it up if there's no breakable point.
7896
7897 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898
7899         * nnimap.el (nnimap-open-connection): Message when opening connection
7900         for debugging purposes.
7901
7902         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7903         on every setup buffer call to allow this to change from article to
7904         article.
7905
7906         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7907         buffers where we have a wide table.
7908
7909 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7910
7911         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7912         uses *-request-thread.
7913
7914 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7917         incantation, which is no longer valid.
7918
7919 2010-10-14  Julien Danjou  <julien@danjou.info>
7920
7921         * shr.el: Fix defcustom type (char -> character).
7922
7923 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7926         programs.
7927
7928 2010-10-14  Julien Danjou  <julien@danjou.info>
7929
7930         * shr.el (shr-tag-a): Use url-link as widget type.
7931
7932         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7933         `gnus-group-get-icon'.
7934
7935 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7936
7937         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7938         This should make server editing work better.
7939
7940         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7941
7942         * tls.el (tls-program): Remove spurious %s from openssl.
7943
7944         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7945         (nnimap-parse-flags): Fix regexp.
7946
7947         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7948         probably work for CJVK text, too.
7949
7950         * nnimap.el (nnimap-extend-tls-programs): Remove.
7951         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7952
7953         * tls.el (tls-starttls-switches): Remove starttls hack.
7954         (open-tls-stream): Ditto.
7955         (tls-find-starttls-argument): Ditto.
7956
7957 2010-10-13  Julien Danjou  <julien@danjou.info>
7958
7959         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7960         responses.
7961
7962 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7965
7966         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7967         anything in Emacs.
7968
7969         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7970
7971 2010-10-13  Julien Danjou  <julien@danjou.info>
7972
7973         * shr.el (shr-width): Make shr-width a defcustom with default to
7974         fill-column.
7975         (shr-tag-img): Use shr-width rather than fill-column.
7976
7977 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * dgnushack.el (byte-optimize-apply):
7980         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7981
7982         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7983         position when (X-)Faces exist.
7984         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7985         avatars when called interactively.
7986
7987 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7990         gnus-article-x-face-too-ugly is bound.
7991
7992 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7995
7996         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7997         mailbox that doesn't exist.
7998
7999 2010-10-12  Julien Danjou  <julien@danjou.info>
8000
8001         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8002         (shr-get-image-data): Encode URL properly when fetching from cache.
8003         (shr-tag-img): Use aligned-to spaces to align correctly images.
8004
8005         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8006         before inserting the Gravatar.
8007
8008         * shr.el (shr-tag-img): Add align attribute support for <img>.
8009
8010 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * gnus-gravatar.el (gnus-art): Require.
8013
8014         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8015         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8016         Remove long obsoleted functions.
8017
8018 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8021
8022         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8023
8024         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8025         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8026         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8027         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8028         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8029         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8030         * sieve-manage.el, smime.el, spam.el:
8031         Fix comment for declare-function.
8032
8033 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8034
8035         * nnimap.el (nnimap-request-rename-group): Select group read-only
8036         before renaming it.
8037
8038         * shr.el (shr-insert): Fix up the white space only regexp.
8039
8040         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8041         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8042
8043         * shr.el (shr-current-column): New function.
8044         (shr-find-fill-point): New function.
8045
8046 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8047
8048         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8049         numbers.
8050
8051 2010-10-11  Julien Danjou  <julien@danjou.info>
8052
8053         * shr.el (shr-hr-line): Add.
8054         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8055         display hr lines.
8056         (shr-max-columns): Do not change state to nil if we just inserting
8057         spaces.
8058
8059 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8062         select the last group.
8063
8064 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8065
8066         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8067
8068 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8069
8070         * dig.el (dig-mode-map): Declare and define in one step.
8071
8072 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8073
8074         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8075         for Gnus.
8076         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8077         (nnimap-update-qresync-info): Mark \Seen articles as read.
8078
8079         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8080         non-variable, too.
8081
8082         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8083         available.
8084         (nnimap-update-info): Rely more on the current active than the param
8085         active to avoid marking articles as read too much.
8086
8087         * auth-source.el (auth-source-create): Use (user-login-name) for the
8088         user name default.
8089
8090         * nnimap.el (nnimap-update-info): If the server doesn't return any
8091         useful info, just use the previous info.
8092         (nnimap-update-info): Prefer old info over start-article.
8093         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8094
8095 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8096
8097         * nnir.el (autoload): Clean up autoloads.
8098         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8099         Use key rather than value.
8100         (nnir-imap-search-other): New variable.
8101         (nnir-read-parm): Use it.
8102         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8103         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8104
8105 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8106
8107         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8108         the process, too.
8109
8110 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8111
8112         * spam.el (gnus-summary-mode-map): Bind to "$".
8113         Suggested by Russ Allbery.
8114
8115         * shr.el: Rework the way things are indented by <li> slightly.
8116
8117         * gnus.el (gnus-group-set-parameter): Fix typo.
8118
8119         * nnimap.el: Start implementing QRESYNC support.
8120
8121 2010-10-09  Julien Danjou  <julien@danjou.info>
8122
8123         * nnir.el (nnir-engines): Fix too many arguments.
8124
8125 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8126
8127         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8128         group is the "last", so that the backends like nnfolder actually save
8129         their folders.
8130
8131         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8132         try to use that for the tls stream.
8133         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8134         UIDVALIDITY and find out which groups are read-only and not.
8135         (nnimap-get-flags): Use the same marks parsing code as the rest of
8136         nnimap.
8137
8138 2010-10-09  Julien Danjou  <julien@danjou.info>
8139
8140         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8141
8142         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8143         retrieving gravatars.
8144
8145         * shr.el (shr-table-corner): Add.
8146         (shr-table-line): Add.
8147         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8148
8149 2010-10-08  Julien Danjou  <julien@danjou.info>
8150
8151         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8152
8153 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8154
8155         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8156
8157         * gnus-sum.el (gnus-mark-article-as-unread)
8158         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8159         (gnus-summary-set-bookmark): Use it.
8160
8161         * gnus-msg.el (gnus-setup-message): Use it.
8162
8163         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8164
8165         * gnus.el (gnus-group-remove-parameter): Use it.
8166
8167         * gnus-group.el (gnus-group-make-web-group): Use it.
8168
8169         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8170
8171         * nnregistry.el: Update docs to mention manual.
8172
8173         * gnus-registry.el: Update docs to mention nnregistry.el.
8174         (gnus-registry-initialize): Don't install nnregistry refer method
8175         automatically.
8176         (gnus-registry-install-nnregistry): Remove it.
8177
8178 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * shr.el (shr-insert): Don't insert double spaces.
8181
8182 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus-gravatar.el (gnus-treat-from-gravatar)
8185         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8186         called interactively.
8187
8188         * gnus-art.el (gnus-mime-view-part-externally)
8189         (gnus-mime-view-part-internally): Make predicate function passed to
8190         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8191         of a mime type.
8192
8193         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8194
8195 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * shr.el (require): Require cl when compiling.
8198         (shr-tag-hr): New function.
8199
8200         * nnimap.el (nnimap-update-info): Remove double setting of high.
8201         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8202         This makes nnimap work properly on Courier again.
8203
8204         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8205         the variable for backwards compatibility.
8206
8207         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8208         the file name before using to avoid setting mm-default-directory to
8209         nil.
8210
8211         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8212         bidning gnus-agent variables.
8213
8214         * shr.el (shr-render-td): Use a cache for the table rendering function
8215         to avoid getting an exponential rendering behavior in nested tables.
8216         (shr-insert): Rework the line-breaking algorithm.
8217         (shr-insert): Don't leave trailing spaces.
8218         (shr-insert-table): Also insert empty TDs.
8219         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8220
8221 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8222
8223         * gnus-sum.el (gnus-number): Rename from `number'.
8224         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8225         (gnus-summary-limit-children): Update uses correspondingly.
8226
8227 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8230         (gnus-gravatar-transform-address): Don't show avatars of people of
8231         which mail addresses match gnus-gravatar-too-ugly.
8232
8233 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234
8235         * shr.el (shr-table-widths): Expand TD elements to fill available
8236         space.
8237
8238 2010-10-07  Julien Danjou  <julien@danjou.info>
8239
8240         * nnimap.el (nnimap-request-rename-group): Add this method.
8241
8242 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8245         name from XEmacs' function-arglist.
8246
8247         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8248         gravatar under XEmacs.
8249
8250 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8251
8252         * auth-source.el: Update docs with TODO items.
8253
8254         * gnus-sync.el: Update docs to explain state and plans.
8255
8256         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8257         Hooks for mark updates.
8258         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8259
8260         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8261         hooks with arguments, which is needed for mark update hooks.
8262
8263 2010-10-06  Julien Danjou  <julien@danjou.info>
8264
8265         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8266         was matched.
8267
8268         * sieve-manage.el: Update example in `Commentary'.
8269
8270         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8271
8272         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8273         not 2000.
8274         (sieve-manage-authenticate): Re-add function.
8275
8276 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * shr.el (shr-insert): Get 'space transition right.
8279         (shr-render-td): Only delete space at the end of the TD.
8280
8281         * nnimap.el (nnimap-open-connection): Prepare to support
8282         open-gnutls-stream.
8283
8284         * shr.el: Rearrange function order to be more logical.
8285
8286 2010-10-06  Julien Danjou  <julien@danjou.info>
8287
8288         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8289         (nnrss-discover-feed): Remove 404 URL in docstring.
8290
8291         * nnir.el: Fix Swish-E URL.
8292         Fix Namazu URL.
8293
8294         * message.el (message-change-subject): Remove 404 URL in a comment.
8295
8296 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8299         called interactively.
8300
8301         * gnus-util.el (gnus-remove-if): Allow hash table.
8302         (gnus-remove-if-not): New function.
8303
8304         * gnus-art.el (gnus-mime-view-part-as-type):
8305         * gnus-score.el (gnus-summary-score-effect):
8306         * gnus-sum.el (gnus-read-move-group-name):
8307         Replace remove-if-not with gnus-remove-if-not.
8308
8309         * gnus-group.el (gnus-group-completing-read):
8310         Regard collection as a hash table if it is not a list.
8311
8312 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313
8314         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8315
8316         * shr.el: Document the table-rendering algorithm.
8317
8318 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8321         for Emacsen having no `libxml-parse-html-region' support.
8322
8323 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324
8325         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8326         invalid URLs.
8327
8328         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8329         line-broken.
8330         (shr-tag-img): Ignore image fetching errors.
8331         (shr-overlays-in-region): Compute overlay positions correctly.
8332
8333         * mm-decode.el (mm-shr): Require shr.
8334
8335         * gnus-art.el (gnus-blocked-images): Move variable here.
8336
8337         * shr.el (shr-insert-table): Bind free variable.
8338
8339         * mm-decode.el (mm-shr): Bind shr-content-function.
8340
8341         * shr.el (shr-content-function): New variable.
8342
8343         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8344         added for symmetry.
8345
8346         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8347
8348         * gnus-group.el (gnus-group-make-group): Doc fix.
8349
8350         * nnimap.el (nnimap-request-newgroups): Return success.
8351
8352         * shr.el (shr-find-elements): New function.
8353         (shr-tag-table): Put all the images after the table.
8354         (shr-tag-table): Really inhibit images inside the table.
8355         (shr-collect-overlays): Copy over overlays from the TD elements to the
8356         main document.
8357
8358         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8359         gnus-blocked-images.
8360
8361 2010-10-05  Julien Danjou  <julien@danjou.info>
8362
8363         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8364
8365         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8366         (gnus-html-maximum-image-size): Add this function.
8367         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8368
8369         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8370         server-value of the capability is nil.
8371
8372 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373
8374         * shr.el (shr-tag-em): Add <EM> tag.
8375
8376 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8377
8378         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8379         customizable.
8380
8381         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8382         handing broken links to browse-url.
8383
8384 2010-10-05  Julien Danjou  <julien@danjou.info>
8385
8386         * gnus-util.el (gnus-emacs-completing-read)
8387         (gnus-iswitchb-completing-read): Use autoload rather than require.
8388
8389 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8392         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8393         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8394         iswitchb-temp-buflist for XEmacs.
8395
8396         * gnus-util.el (gnus-completing-read-function): Exclude
8397         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8398         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8399         XEmacs.
8400
8401         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8402         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8403
8404         * gnus-html.el: Don't require help-fns under XEmacs.
8405         (gnus-html-schedule-image-fetching): Work for XEmacs.
8406
8407         * mm-decode.el (mm-shr): Decode contents by charset.
8408
8409 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410
8411         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8412         unknown.
8413
8414         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8415         (shr-get-image-data): Ensure against the cache file missing.
8416
8417         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8418         for data.
8419
8420         * spam-report.el (spam-report-url-ping-plain): Don't query about
8421         killing the process.
8422
8423         * shr.el (shr-render-td): Protect against too-wide text.
8424
8425 2010-10-04  Julien Danjou  <julien@danjou.info>
8426
8427         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8428         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8429
8430         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8431         retrieved.
8432
8433 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * shr.el (browse-url): Require.
8436         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8437         lines.
8438         (shr-show-alt-text, shr-browse-image): New commands.
8439         (shr-browse-url, shr-copy-url): New commands.
8440
8441         * gnus-sum.el (gnus-widen-article-window): New variable.
8442         (gnus-summary-select-article-buffer): Use it.
8443
8444         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8445         without @ signs.
8446
8447 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8448
8449         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8450
8451 2010-10-04  Julien Danjou  <julien@danjou.info>
8452
8453         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8454         for XEmacs.
8455
8456 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8459
8460         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8461         (nnimap-close-server): Implement.
8462
8463         * dgnushack.el (iswitchb): Require to shut up the compiler.
8464
8465         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8466         (shr-insert): Tweak line breaking.
8467         (shr-insert): Handle <pre> better.
8468         (shr-tag-li): Get <li> indentation right.
8469         (shr-tag-li): Get <li> indentation even righter.
8470         (shr-tag-blockquote): Ensure paragraph start.
8471         (shr-make-table): Tweak table generation.
8472         (shr-make-table): Fix typo.
8473
8474         * shr.el: Implement table rendering.
8475
8476 2010-10-04  Julien Danjou  <julien@danjou.info>
8477
8478         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8479
8480 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481
8482         * shr.el (shr-insert): Use string anchors instead of line anchors.
8483
8484 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * shr.el: Add headings.
8487         (shr-ensure-paragraph): Actually work.
8488         (shr-tag-li): Make <ul> prettier.
8489         (shr-insert): Get white space at the beginning/end of elements right.
8490         (shr-tag-p): Collapse subsequent <p>s.
8491         (shr-ensure-paragraph): Don't insert double line feeds after blank
8492         lines.
8493         (shr-insert): \t is also space.
8494         (shr-tag-s): Fix "s" tag name function.
8495         (shr-tag-s): Fix face prop name.
8496
8497 2010-10-03  Julien Danjou  <julien@danjou.info>
8498
8499         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8500
8501         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8502         gnus-window-inside-pixel-edges.
8503
8504         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8505         gnus-ems.
8506
8507         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8508
8509         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8510         function.
8511
8512         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8513         resize choice.
8514
8515 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8516
8517         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8518         beginning of the buffer.
8519
8520         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8521         article buffer again.
8522
8523         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8524
8525         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8526         when it's at the start of the buffer.
8527
8528         * shr.el (shr-tag-blockquote): Convert name.
8529         (shr-rescale-image): Use the right image-size variant.
8530
8531         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8532         buffer isn't shown, then select the current article first instead of
8533         bugging out.
8534         (gnus-summary-select-article-buffer): Show both the article and summary
8535         buffers again.
8536
8537         * shr.el (shr-fontize-cont): Protect against regions with no text.
8538         Rename tag functions to shr-tag-* for enhanced security.
8539         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8540
8541 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8542
8543         * shr.el (shr-insert):
8544         * pop3.el (pop3-movemail):
8545         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8546         loaded.
8547
8548 2010-10-03  Glenn Morris  <rgm@gnu.org>
8549
8550         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8551
8552         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8553
8554         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8555
8556         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8557
8558         * gnus-util.el (gnus-make-local-hook): Simplify.
8559
8560 2010-10-02  Julien Danjou  <julien@danjou.info>
8561
8562         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8563         (gnus-ido-completing-read): New function.
8564         (gnus-emacs-completing-read): New function.
8565         (gnus-completing-read): Use gnus-completing-read-function.
8566         Add gnus-completing-read-function.
8567
8568 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * shr.el (shr-insert-document): Autoload.
8571         (shr-img): Be silent.
8572         (shr-insert): Add a newline after every picture before text.
8573         (shr-add-font): Use overlays for combining faces.
8574         (shr-insert): Pass upwards the text start point.
8575
8576         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8577         possible.
8578         (mm-shr): New function.
8579
8580 2010-10-02  Julien Danjou  <julien@danjou.info>
8581
8582         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8583         should go backward.
8584
8585 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8586
8587         * shr.el (shr): Fix typo in provide call.
8588
8589 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8590
8591         * shr.el: New file.
8592
8593         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8594
8595         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8596         completing read.
8597
8598 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599
8600         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8601         we're being queried about.  Suggested by Dan Jacobson.
8602
8603         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8604         Suggested by Jason Eisner.
8605
8606         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8607         table, too.  Suggested by Stefan Wiens.
8608         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8609         the table unnecessary.  Suggested by Stefan Wiens.
8610
8611         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8612         longer needed, and probably doesn't work either, as pointed out by
8613         Stefan Wiens.
8614         (gnus-summary-exit): Remove call to the clearing function.
8615         (gnus-summary-exit-no-update): Ditto.
8616
8617         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8618         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8619         Reported by Stefan Monnier.
8620         (gnus-summary-save-in-rmail): Ditto.
8621
8622         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8623         article buffer, instead of both the article buffer and the summary
8624         buffer.  Sort of suggested by Dan Jacobson.
8625
8626         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8627
8628         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8629         Suggested by Dan Jacobson.
8630
8631         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8632         documentation clearer.
8633
8634         * message.el (message-shorten-references): Comment on the number "21".
8635         Suggested by Stefan Monnier.
8636
8637         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8638         Suggested by Dan Jacobson.
8639
8640         * gnus.el (gnus-large-newsgroup):
8641         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8642
8643         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8644         externalize attachments.  Bug reported by Steve Wen.
8645
8646         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8647         really message anything to the user.
8648
8649         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8650         directly.
8651
8652         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8653         messages in empty groups.
8654
8655 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8656
8657         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8658         non-UIDNEXT group.
8659
8660 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661
8662         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8663         not the value from the collection.
8664
8665         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8666         values.  This sometimes happens on some groups that have no info.
8667         (nnimap-request-newgroups): New function.
8668
8669 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8670
8671         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8672         check into `gnus-registry-initialize'.
8673         (gnus-registry-initialize): Ditto.
8674         Fix and extend header docs.
8675
8676 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8679         regexp backtrace overflows.
8680
8681         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8682         for starttls that tls.el implements; i.e. openssl.
8683
8684         * tls.el (tls-starttls-switches): Give up on using starttls with
8685         gnutls-cli.
8686         (tls-program): Add --insecure to be consistent with the defaults from
8687         openssl s_client.  Now all three commands are insecure.
8688
8689 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * lpath.el: Bind completion-styles-alist for XEmacs.
8692
8693         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8694         (gravatar-create-image): New function that's an alias to
8695         gnus-xmas-create-image, gnus-create-image, or create-image.
8696         (gravatar-data->image): Use it.
8697
8698 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8699
8700         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8701         install the nnregistry refer method.
8702         (gnus-registry-install-hooks): Use it.
8703         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8704         unfollowed groups.
8705
8706 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8707
8708         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8709         expanding threads.
8710
8711 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * nnir.el: Use the server names without suffixes (bug #7009).
8714
8715         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8716         unencrypted to STARTTLS, if possible.
8717
8718 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8719
8720         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8721         headers before superseding.
8722
8723 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * nnrss.el (nnrss-use-local): Add documentation.
8726
8727         * nnimap.el (nnimap-extend-tls-programs): New function.
8728         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8729         (nnimap-wait-for-connection): Accept the greeting from the stupid
8730         output from openssl s_client -starttls, too.
8731
8732         * tls.el (tls-starttls-switches): New variable.
8733         (tls-find-starttls-argument): Use it.
8734         (open-tls-stream): Ditto.
8735
8736         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8737         (netrc-machine): Ditto.
8738
8739         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8740         article number.
8741         (nnimap-split-fancy): New variable.
8742         (nnimap-split-incoming-mail): Use it.
8743
8744         * nntp.el (nntp-server-list-active-group): Document.
8745
8746         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8747         SELECT to get the message-id.
8748
8749         * mail-source.el (mail-sources): Remove webmail support.
8750         (defvar): Ditto.
8751         (mail-source-fetcher-alist): Ditto.
8752         (mail-source-fetch-webmail): Remove.
8753
8754         * webmail.el: Remove -- doesn't seem relevant any more.
8755
8756         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8757
8758         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8759         the \r.
8760
8761 2010-09-30  Julien Danjou  <julien@danjou.info>
8762
8763         * gnus-agent.el (gnus-agent-add-group): Fix call to
8764         gnus-completing-read.
8765
8766 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * nndoc.el (nndoc-retrieve-groups): New function.
8769
8770         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8771         `default', use nnmail-split-methods.
8772         (nnimap-request-article): Downcase the NILs so that they are nil.
8773
8774         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8775         symbol.
8776
8777         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8778         code, since if the user has requested network, that's what they ought
8779         to get.
8780         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8781         (nnimap-split-rule): Mark as obsolete.
8782
8783         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8784         New variable.
8785
8786         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8787         correct slot, too.
8788
8789 2010-09-29  Julien Danjou  <julien@danjou.info>
8790
8791         * gnus.el (gnus-local-domain): Declare variable obsolete.
8792
8793         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8794         Fix history computing.
8795         (gnus-ido-completing-read): Require ido.
8796
8797 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798
8799         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8800         build Gnus.
8801
8802         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8803         when interpreting the structures.
8804         (nnimap-request-accept-article): Add \r\n to the lines to make this
8805         work with Cyrus.
8806
8807         * nndraft.el (nndraft-request-expire-articles): Use the group name
8808         instead if "nndraft".  Fix found by Nils Ackermann.
8809
8810 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8811
8812         * nnregistry.el: Add.
8813
8814 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8815
8816         * nnmail.el (group, group-art-list, group-art):
8817         Remove unneeded directives.
8818
8819 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8822         (mm-mime-charset):
8823         * rfc2047.el (rfc2047-syntax-table):
8824         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8825
8826         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8827         rather than `insert-file-contents' and `eval-region'.
8828
8829         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8830         construction.
8831
8832         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8833
8834         * time-date.el: No need to require cl for Emacs 21.
8835
8836 2010-09-29  Julien Danjou  <julien@danjou.info>
8837
8838         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8839         replacement of `gnus-gravatar-relief' to mimic
8840         `gnus-faces-properties-alist'.
8841         Add :version property.
8842
8843 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * mail-source.el (mail-source-report-new-mail):
8846         * message.el (message-default-mail-headers):
8847         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8848
8849         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8850
8851 2010-09-28  Julien Danjou  <julien@danjou.info>
8852
8853         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8854         mail-address contains the same string as real-name.
8855
8856         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8857         non-blank in header, otherwise it'll get stripped.
8858
8859         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8860         real-name, and then for mail address rather than doing : or , search.
8861
8862 2010-09-27  Julien Danjou  <julien@danjou.info>
8863
8864         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8865         right completing-read function.
8866         (gnus-use-ido): New variable
8867         (gnus-completing-read-with-default): Remove.
8868         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8869         (gnus-agent-add-group):
8870         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8871         * mm-view.el (mm-view-pkcs7-decrypt):
8872         * mm-util.el (mm-codepage-setup):
8873         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8874         * mml-smime.el (mml-smime-openssl-sign-query):
8875         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8876         (mml-insert-multipart):
8877         * gnus-msg.el (gnus-summary-yank-message):
8878         * gnus-int.el (gnus-start-news-server):
8879         * mm-decode.el (mm-interactively-view-part):
8880         * gnus-dired.el (gnus-dired-attach):
8881         * gnus.el (gnus-read-method):
8882         * gnus-bookmark.el (gnus-bookmark-jump):
8883         * gnus-art.el (gnus-mime-view-part-as-type)
8884         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8885         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8886         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8887         * nnmairix.el (nnmairix-create-server-and-default-group)
8888         (nnmairix-update-groups, nnmairix-get-server)
8889         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8890         (nnmairix-get-group-from-file-path):
8891         * nnrss.el (nnrss-find-rss-via-syndic8):
8892         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8893         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8894         (gnus-group-browse-foreign-server):
8895         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8896         (gnus-summary-execute-command, gnus-summary-respool-article)
8897         (gnus-read-move-group-name):
8898         * gnus-score.el (gnus-summary-increase-score)
8899         (gnus-summary-score-effect):
8900         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8901
8902 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8905         x-focus-frame.
8906
8907         * nnimap.el (auth-source-forget-user-or-password)
8908         (auth-source-user-or-password): Autoload.
8909
8910         * message.el (message-from-style, message-interactive)
8911         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8912         (message-yank-prefix, message-indentation-spaces, message-signature)
8913         (message-signature-file): Add comment.
8914
8915 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916
8917         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8918         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8919         new articles.
8920
8921         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8922         parts.
8923         (nnimap-request-article): Work with the t setting, too.
8924
8925         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8926         that you don't get flashes of other buffers.
8927         (gnus-summary-show-complete-article): Intern before setting.
8928
8929 2010-09-27  David Engster  <dengste@eml.cc>
8930
8931         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8932         well as HEADERS.
8933         (nnmairix-retrieve-headers): Provide new argument for the above.
8934
8935 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8936
8937         * gnus-sum.el (gnus-summary-move-article): Don't alter
8938         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8939         group.
8940
8941         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8942
8943         * message.el (message-cite-prefix-regexp): Revert my last edit.
8944
8945         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8946         variable instead of the Gnus variable.
8947
8948         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8949
8950         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8951
8952         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8953         since some servers don't like it.
8954         (nnimap-open-connection): Forget credentials if the server says the
8955         password was wrong.
8956         (nnimap-parse-line): Protect against invalid data.
8957
8958         * gnus-sum.el (gnus-summary-move-article): Add comment.
8959         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8960         nothing alters it while scanning for new messages.
8961
8962         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8963         which may or may not help.
8964         (nnimap-open-connection): If we're doing a stream connection, and then
8965         discover we're on a STARTTLS-capable server, then open a STARTTLS
8966         connection instead.
8967
8968 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * nnimap.el (utf7): Require.
8971
8972         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8973         prefix.
8974
8975 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8976
8977         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8978
8979 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * nnimap.el (nnimap-request-accept-article): Message the error on
8982         error.
8983
8984 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8987
8988 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * nndoc.el (nndoc-request-list): Return success always.
8991
8992         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8993         `fetch-old' -- we only want to fetch the articles we've requested.
8994         The rest are in the agent, probably.
8995         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8996         disappeared server" to something low.  It's not important.
8997
8998         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8999         arrived before the FETCH data.
9000
9001         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9002         target here, because we don't know the Gnus name of the group.
9003
9004         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9005         for the correct group.
9006
9007         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9008
9009         * gnus.el (gnus): Give a final warning after startup.
9010
9011         * gnus-util.el (gnus-action-message-log): New variable.
9012         (gnus-message): Use it.
9013         (gnus-final-warning): New function.
9014
9015         * nnimap.el (nnimap-open-connection): Record the greeting.
9016         (nnimap): Add greeting.
9017
9018 2010-09-26  Julien Danjou  <julien@danjou.info>
9019
9020         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9021         arguments.
9022         (gnus-html-wash-images): Fix spec computing to include start/end.
9023
9024         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9025
9026 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9027
9028         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9029         deletion.
9030         (nnimap-retrieve-headers): Don't select the group, because that's
9031         already done by nnimap-possibly-change-group.
9032
9033         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9034         (gnus-picon-transform-address): Use it.
9035
9036         * mail-source.el (mail-source-value): Revert previous patch.
9037
9038         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9039         on failure.
9040         (nnimap-open-connection): Look up both virtual and physical server name
9041         credentials.
9042
9043         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9044
9045 2009-02-07  Dave Love  <fx@gnu.org>
9046
9047         * tls.el (open-tls-stream): Don't query killing process.
9048
9049 2009-02-08  Dave Love  <fx@gnu.org>
9050
9051         * gnus-win.el (gnus-window-to-buffer-helper)
9052         (gnus-all-windows-visible-p): Function needn't be a symbol.
9053
9054         * mail-source.el (mail-source-value): Function needn't be a symbol.
9055
9056 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * message.el (message-cite-prefix-regexp): Remove } from the cite
9059         prefix.
9060
9061         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9062         highlight again, so that the highlight is correct.
9063
9064         * gnus-picon.el (gnus-picon): Remove again.
9065         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9066
9067         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9068         doing the header highlightling, so that the background color of the
9069         picon is correct.
9070
9071         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9072         (gnus-picon): Ditto.
9073         (gnus-picon): Reinstate.  The background color for picons is white.
9074         (gnus-picon-insert-glyph): Make the background white.
9075
9076         * nnml.el (nnml-open-nov): Don't return dead buffers.
9077
9078         * auth-source.el (auth-source-create): Query the user for whether to
9079         store the credentials.
9080
9081         * netrc.el (netrc-store-data): New function.
9082
9083         * auth-source.el (auth-source-user-or-password): Use the existing auth
9084         sources, if any, for creation.
9085
9086         * gnus.el (gnus-group-fast-parameter): Return the last matching
9087         parameter instead of the first matching parameter.
9088
9089 2010-09-26  Julien Danjou  <julien@danjou.info>
9090
9091         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9092
9093 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * mml2015.el (mml2015-use): Remove gpg support.
9096
9097         * mml1991.el (mml1991-function-alist): Remove gpg function.
9098         (mml1991-gpg-sign): Remove.
9099
9100 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9101
9102         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9103         (gnus-browse-unsubscribe-current-group): Document it.
9104         (gnus-browse-unsubscribe-group): Use it.
9105
9106 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9107
9108         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9109         address to the To list for easier response.
9110
9111         * gnus.el (gnus-play-startup-jingle): Remove.
9112         (gnus-splash): Don't play jingle.
9113         (gnus): Silence gnus-load message.
9114
9115         * gnus-art.el (gnus-treat-play-sounds): Remove.
9116
9117         * gnus.el (gnus-play-jingle): Remove audio support.
9118
9119         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9120
9121         * earcon.el: Remove -- no users.
9122
9123         * gnus-audio.el: Remove -- no users of this package.
9124
9125         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9126
9127         * gnus-start.el (gnus-setup-news): Remove nocem support.
9128
9129         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9130
9131         * gnus.el (gnus-use-nocem): Remove.
9132
9133         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9134         Remove.
9135
9136         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9137         uses NoCeM any more.
9138
9139         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9140         (gnus-button-ctan-handler): Ditto.
9141         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9142         (gnus-button-ctan-directory-regexp): Ditto.
9143         (gnus-button-handle-ctan): Ditto.
9144         (gnus-button-tex-level): Ditto.
9145         (gnus-button-alist): Remove CTAN stuff.
9146
9147 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9148
9149         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9150         nnimap-streaming test.
9151
9152         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9153         servers twice.
9154
9155         * nnimap.el (nnimap-open-connection): Add more error reporting when
9156         nnimap fails early.
9157
9158         * nnheader.el (nnheader-get-report-string): New function.
9159         (nnheader-get-report): Use it.
9160
9161         * gnus-int.el (gnus-check-server): Say what the error was when opening
9162         failed.
9163
9164         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9165         using streaming.
9166
9167 2010-09-25  Julien Danjou  <julien@danjou.info>
9168
9169         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9170         gnus-window-inside-pixel-edges.
9171
9172 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9175
9176         * mm-decode.el (mm-save-part): Allow saving to other directories the
9177         normal Emacs way.
9178
9179         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9180         Suggested by Jay Berkenbilt.
9181
9182         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9183         there isn't a single byte.
9184
9185         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9186         just do it.  It doesn't really seem to matter what the user responds
9187         here, I think, so it's just a confusing question.
9188
9189         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9190         non-streaming case.
9191
9192         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9193         (gnus-article-encrypt-body): Use it.
9194
9195         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9196         keystroke.
9197
9198         * nnimap.el (nnimap-find-wanted-parts-1):
9199         Use gnus-fetch-partial-articles.
9200
9201         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9202
9203         * nnimap.el (nnimap-insert-partial-structure): New function.
9204         (nnimap-get-partial-article): New function.
9205         (nnimap-request-article): Use it.
9206         (nnimap-wait-for-response): Return whether the wait was successful.
9207         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9208         retrieval wasn't successful.
9209         (nnimap-retrieve-group-data-early): Allow throttling servers.
9210         (nnimap-streaming): New variable.
9211         (nnimap-fetch-partial-articles): Remove.
9212
9213         * mm-decode.el (mm-with-part): Protect against killed buffers.
9214
9215         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9216         for prettier summary display.
9217
9218 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9219
9220         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9221
9222 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9223
9224         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9225         apparently third-party libraries depend on it.
9226
9227         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9228         before starting negotiation.
9229
9230         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9231         privacy reasons.
9232         (gnus-treat-mail-gravatar): Ditto.
9233
9234         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9235         buffer when inserting images.  Inserting text into the headers, for
9236         instance, can make them invalid.
9237
9238 2010-09-25  Julien Danjou  <julien@danjou.info>
9239
9240         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9241         variables.
9242
9243         * nnheader.el: Remove useless variables news-reply-yank-from and
9244         news-reply-yank-message-id.
9245
9246         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9247         variables.
9248
9249         * mml1991.el: Remove useless mml1991-verbose.
9250
9251         * gnus.el: Remove useless variable gnus-use-generic-from.
9252         Remove obsolete variable gnus-topic-indentation.
9253
9254         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9255
9256         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9257
9258         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9259
9260         * gnus-group.el: Remove useless gnus-group-icon-cache.
9261         Remove useless gnus-ephemeral-group-server.
9262
9263         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9264
9265         * mml2015.el: Remove useless mml2015-verbose.
9266
9267         * mml-smime.el: Remove useless mml-smime-verbose.
9268
9269         * gnus.el: Remove useless gnus-local-domain.
9270
9271         * gnus-gravatar.el (gnus-gravatar-transform-address):
9272         Use gnus-gravatar-size.
9273
9274         * gnus-art.el: Remove useless gnus-treat-translate.
9275
9276 2010-09-24  Julien Danjou  <julien@danjou.info>
9277
9278         * gnus-sum.el: Add support for Gravatars.
9279
9280         * gnus-art.el: Add support for Gravatars.
9281
9282         * gnus-gravatar.el: Add this file.
9283
9284         * gravatar.el: Add this file.
9285
9286 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9287
9288         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9289
9290         * gnus-group.el (gnus-group-fetch-faq): Remove.
9291
9292         * gnus.el (gnus-group-faq-directory): Remove.
9293
9294         * gnus-group.el (gnus-group-fetch-charter): Remove.
9295
9296         * gnus.el (gnus-group-charter-alist): Remove.
9297
9298         * gnus-group.el (gnus-group-archive-directory): Remove.
9299         (gnus-group-recent-archive-directory): Ditto.
9300         (gnus-group-make-archive-group): Remove.
9301
9302         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9303
9304         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9305         use the same article number for all the cached articles.
9306
9307         * nnimap.el (nnimap-command): Register the last command time so
9308         that we can use it for idling NOOPs.
9309         (nnimap-open-connection): Start the keeplive timer.
9310         (nnimap-make-process-buffer): Store all the process buffers.
9311         (nnimap-keepalive): New function.
9312
9313         * starttls.el (starttls-open-stream): Add autoload cookie.
9314
9315 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9316
9317         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9318         handling.
9319
9320 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9321
9322         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9323         its data structures.
9324
9325         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9326         instead of the cl.el copy-list.
9327         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9328         equalp.
9329
9330 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9333         and tool-bar-local-item-from-menu.
9334
9335         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9336         mode-line-highlight face for Emacs.
9337
9338         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9339         loading gnus-sum.elc; fix comment for canlock-verify.
9340         (gnus-article-jump-to-part): Use read-number.
9341         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9342         Remove Emacs pre-21 compatible code for help-echo.
9343         (gnus-article-next-page-1): No need to adjust the number of lines.
9344         (gnus-article-describe-bindings): Always use help-buffer.
9345
9346         * gnus-audio.el (gnus-audio-inline-sound):
9347         * gnus-cus.el (gnus-custom-mode):
9348         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9349
9350         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9351
9352         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9353         compatible code.
9354
9355 2010-09-24  Glenn Morris  <rgm@gnu.org>
9356
9357         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9358         visiting the fcc file in rmail-mode.
9359
9360         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9361
9362 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * nnir.el: Silence the byte compiler.
9365
9366         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9367         alias to browse-url-url-encode-chars if any.
9368         (gnus-html-encode-url): Use it.
9369
9370 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9371
9372         * gnus-start.el (gnus-use-backend-marks): New variable.
9373         (gnus-get-unread-articles-in-group): Use it.
9374
9375         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9376         makeover.
9377
9378 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9379
9380         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9381
9382 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9383
9384         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9385         Remove.
9386         (gnus-setup-news-hook):
9387         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9388
9389         * gnus-int.el (gnus-request-update-info): Protect against backends not
9390         having the function.
9391
9392         * nnimap.el (nnimap-stream): Mention starttls.
9393         (nnimap-open-connection): Add starttls support.
9394
9395 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9396
9397         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9398
9399 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9402         BODYSTRUCTUREs.
9403         (nnimap-transform-headers): Unfold quoted {42} headers.
9404
9405         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9406         the info.
9407         (gnus-get-unread-articles): Only call updatep on backends that support
9408         it.
9409
9410         * nnweb.el (nnweb-request-update-info): NOOP.
9411
9412         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9413
9414         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9415         since it only deals with marks.
9416
9417         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9418         gnus-request-marks, and make a new gnus-request-update-info.
9419
9420         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9421         the active instead of the high number, which is usually too low.
9422
9423 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9424
9425         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9426         * encrypt.el: Remove.
9427
9428 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429
9430         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9431         server in symbolic form.
9432
9433         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9434
9435 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9438         (nnimap-update-info): Fix up code slightly.
9439
9440         * gnus-int.el (gnus-open-server): Add tracing for performance
9441         debugging.
9442
9443         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9444         (gnus-group-insert-group-line): Pass the real group name so that it
9445         gets the right data.
9446
9447         * gnus-start.el (gnus-get-unread-articles): Don't have
9448         `gnus-get-unread-articles-in-group' update info, since that can be
9449         really slow and doesn't seem to be needed?
9450
9451 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9452
9453         * time-date.el (date-to-time): Try using parse-time-string first before
9454         using the slower timezone-make-date-arpa-standard.
9455
9456 2010-09-22  Julien Danjou  <julien@danjou.info>
9457
9458         * gnus-group.el (gnus-group-insert-group-line):
9459         Call gnus-group-highlight-line.
9460         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9461         default hook list.
9462         (gnus-group-update-eval-form): Add new function.
9463         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9464         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9465
9466 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9469         immediate, then expire all articles.
9470         (nnimap-update-info): Fix off-by-one errors.
9471         (nnimap-flags-to-marks): Would return no marks lists for group with no
9472         flags.  Instead return the other data.
9473
9474 2010-09-22  Julien Danjou  <julien@danjou.info>
9475
9476         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9477         Only return an icon.
9478         (gnus-group-insert-group-line): Compute icon to return.
9479
9480         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9481         (gnus-html-image-fetched): Only cache if
9482         gnus-html-image-automatic-caching is set.
9483         (gnus-html-image-fetched): Check for errors.
9484
9485 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486
9487         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9488         once per method on `g'.  This ensures that backends like nnfolder don't
9489         open all their folders.
9490
9491         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9492         (nnimap-request-list): Nix out group in the correct buffer.
9493         (nnimap-parse-flags): Implement by using `read' instead of
9494         hand-parsing.
9495         (nnimap-flags-to-marks): Pass on permanent-flags.
9496         (nnimap-make-process-buffer): Record the server name.
9497         (nnimap-parse-flags): Fix typo.
9498         (nnimap-request-scan): Run split on the server in general, not just a
9499         single group.
9500
9501         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9502         parameter, and propagate this downwards.
9503
9504         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9505         since EXAMINE changes it on the server.
9506
9507         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9508         this command might take a while.
9509
9510 2010-09-22  Julien Danjou  <julien@danjou.info>
9511
9512         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9513         harmful if you have 2 images side-by-side, they can't be properly
9514         update on text deletion.  Using text-property is safer here.
9515         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9516         data.
9517
9518 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * nnimap.el (nnimap-expunge-inbox): Remove.
9521         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9522         (nnimap-expunge): Flip default to t.
9523
9524         * gnus.el (gnus-method-to-server): Don't push things to the cache
9525         unless it's unique.
9526         (gnus-server-to-method): Ditto.
9527
9528 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9529
9530         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9531
9532 2010-09-22  Julien Danjou  <julien@danjou.info>
9533
9534         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9535         get the start of data.
9536         (gnus-html-encode-url): Add this function to encode special chars in
9537         URL.
9538         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9539         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9540
9541         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9542         default.
9543         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9544
9545         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9546         images alt-text.
9547         (gnus-html-put-image): Put alt-text as help-echo.
9548
9549 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9552         * mm-util.el (mm-decompress-buffer):
9553         * nnir.el (nnir-run-find-grep):
9554         * pop3.el (pop3-list): Use 3rd arg of split-string.
9555
9556         * time-date.el (format-seconds): Comment fix.
9557
9558         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9559         and byte-optimize-form-code-walker.
9560         (dgnushack-make-auto-load): Don't advise make-autoload.
9561
9562         * lpath.el: Remove Emacs 21 stuff.
9563
9564 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9567         outside the active range.  Suggested by Dan Christensen.
9568
9569         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9570         slightly later to avoid double-getting it.
9571
9572         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9573         previous patch.
9574
9575         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9576
9577 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9578
9579         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9580
9581 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-int.el (gnus-open-server): Give a better error message in the
9584         "go offline" case.
9585
9586         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9587         marks for nnimap, which is seldom the right thing to do.
9588
9589         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9590         (gnus-same-method-different-name): New function.
9591
9592         * nnimap.el (parse-time): Require.
9593
9594         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9595         method in the presence of many similar methods.
9596
9597         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9598
9599         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9600         nnml-inhibit-expiry.
9601
9602         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9603         find out whether methods are equal.
9604
9605         * nnimap.el (nnimap-find-expired-articles): New function.
9606         (nnimap-process-expiry-targets): New function.
9607         (nnimap-request-move-article): Request the article before looking at
9608         what the Message-ID is.  Fix found by Andrew Cohen.
9609         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9610
9611         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9612         for oldness in addition to being a predicate.
9613
9614         * nnimap.el (nnimap-request-group): When we have zero articles, return
9615         the right data to Gnus.
9616         (nnimap-request-expire-articles): Only delete articles immediately if
9617         the target is 'delete.
9618
9619         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9620         method, this would bug out.
9621
9622         * gnus-group.el (gnus-group-expunge-group): Rename from
9623         gnus-group-nnimap-expunge, and implemented as a normal interface
9624         function.
9625
9626         * gnus-int.el (gnus-request-expunge-group): New function.
9627
9628         * nnimap.el (nnimap-request-create-group): Implement.
9629         (nnimap-request-expunge-group): New function.
9630
9631 2010-09-21  Julien Danjou  <julien@danjou.info>
9632
9633         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9634         (gnus-html-cache-expired): Add new function.
9635         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9636         wethever we should display image for fetch it.
9637         Compute alt-text earlier to pass it to the fetching function too.
9638         (gnus-html-schedule-image-fetching): Change function argument to only
9639         get one image at a time, not a list.
9640         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9641         cache.
9642         (gnus-html-get-image-data): New function to retrieve image data from
9643         cache.
9644         (gnus-html-put-image): Change buffer argument to use image data rather
9645         than file, and place image above region rather than inserting a new
9646         one.  Do not take alt-text as argument, since it's useless now: we place
9647         the image above alt-text.
9648         (gnus-html-prune-cache): Remove.
9649         (gnus-html-show-images): Start to fetch image when we find one, do not
9650         push into a temporary list.
9651         (gnus-html-prefetch-images): Only fetch image if they have expired.
9652         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9653         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9654
9655 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9658
9659 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9662         spec inser "*" if the group isn't active instead of 0.
9663
9664         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9665         opening the server.
9666         (nnimap-request-delete-group): Implement group deletion.
9667         (nnimap-transform-headers): Return the size of the entire message in
9668         the Bytes header, not just the size of the first part.
9669         (nnimap-request-move-article): When moving an article from nnimap,
9670         request the article first so the accepting form has an article to
9671         accept.  Reported by Dan Christensen.
9672         (nnimap-command): Make sure that the error message doesn't error out.
9673
9674 2010-09-20  David Edmondson  <dme@dme.org>
9675
9676         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9677         we haven't requested anything.
9678
9679 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9680
9681         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9682         "".  Fix found by Andrew Cohen.
9683
9684         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9685         instead of -encode-string.
9686
9687 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9690
9691         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9692         by mm-subst-char-in-string.
9693
9694 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695
9696         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9697         waiting for the connection string.
9698
9699         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9700         arriving.
9701
9702         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9703         bogus characters.  This allows selecting certain Gmail groups.
9704
9705         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9706         (nnimap-fetch-partial-articles): New variable.
9707         (nnimap-open-connection): When looking for credentials, also use the
9708         nnimap-server-port.
9709         (nnimap-request-article): Return the group/article number, so that Gnus
9710         `^' works as expected.
9711         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9712
9713         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9714         comments.
9715         (gnus-methods-sloppily-equal): New function.
9716         (gnus): When using the development version of Gnus, load the gnus-load
9717         file.
9718
9719         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9720         `gnus-open-server' on each method before trying to scan them etc.
9721         This ensures that all the backend parameters are set correctly.
9722
9723         * nnimap.el (nnimap-authenticator): New variable.
9724         (nnimap-open-connection): Allow anonymous login.
9725         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9726         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9727
9728         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9729         patch, found by Knut Anders Hatlen.
9730
9731 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9732
9733         * gnus-agent.el (gnus-agent-batch-confirmation)
9734         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9735         to gnus-message.
9736         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9737         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9738         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9739         * gnus-int.el (gnus-open-server): Likewise.
9740         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9741         (gnus-score-check-syntax): Likewise.
9742         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9743         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9744         Likewise.
9745         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9746
9747 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9750         calling conventions so that prefetch doesn't bug out.
9751
9752 2010-09-19  Julien Danjou  <julien@danjou.info>
9753
9754         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9755         rather than `subst-char-in-region' in order to be able to replace ASCII
9756         char by UTF-8 ones.
9757
9758         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9759         than curl.
9760         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9761         the right URL and ALT text on images.
9762         (gnus-html-wash-tags): Fix tag case.
9763         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9764         (gnus-article-html): Add -o display_ins_del=2 option.
9765         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9766
9767 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768
9769         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9770         the extra mail headers, which sometimes seem to happen for unknown
9771         reasons.
9772
9773         * mail-parse.el (mail-header-encode-parameter): Define as
9774         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9775         (or most, perhaps?) mail readers don't understand the latter, but do
9776         understand the former.
9777
9778         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9779         to nil, so that no methods are automatically agentized.  I think this
9780         is probably what most users want.
9781
9782         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9783         from url-retrieve, for instance about invalid URLs.
9784
9785         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9786         groups that have no articles.
9787         (nnimap-request-article): Check that we really got an article when we
9788         requested one.
9789
9790         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9791         doesn't exist.
9792
9793         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9794         nntp buffer so the agent can save it.
9795         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9796         that CRLF doesn't get translated to \n.
9797         (nnimap-open-connection): Don't make 'shell commands only send \n.
9798
9799 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9800
9801         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9802         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9803         Update var name.
9804         (nnml-generate-nov-file): Use dolist.
9805         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9806         Use with-current-buffer.
9807
9808 2010-09-18  Julien Danjou  <julien@danjou.info>
9809
9810         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9811         parallel.
9812
9813 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9816         the range update right.
9817         (nnimap-request-group): Don't make `M-g' bug out on group with no
9818         marks.
9819         (nnoo): Require, so that other packages can require nnimap.
9820         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9821         command we're looking for.  This helps when the server sends more
9822         responses after we've gotten everything we expected.
9823         (nnimap): Add a `newlinep' field to keep track of end-of-line
9824         conventions.
9825         Don't send CRLF to things that don't want it.
9826         (nnimap-request-accept-article): Ditto.
9827
9828 2010-09-18  Julien Danjou  <julien@danjou.info>
9829
9830         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9831         than curl to retrieve images.
9832
9833 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834
9835         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9836         the marks.
9837         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9838         (nnimap-wait-for-connection): New function.
9839         (nnimap-open-connection): If we have PREAUTH, don't query for login
9840         credentials.
9841         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9842         when doing a partial update.
9843
9844 2010-09-18  Julien Danjou  <julien@danjou.info>
9845
9846         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9847         tags.
9848
9849 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850
9851         * nnimap.el (nnimap-credentials): New function.
9852         (nnimap-open-connection): Use the new function to look for credentials
9853         also on the numeric equivalents of "imap" and "imaps".
9854
9855         * gnus-start.el (gnus-activate-group): Send the info to
9856         gnus-request-group.
9857
9858         * nnimap.el (nnimap-request-group): Have the "check" version of the
9859         function parse flags and update the info, so that a `M-g' get a total
9860         resync of all flags from the group.
9861
9862         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9863         to allow backends to alter the info on group selection.  Also alter all
9864         the backend -request-group functions to take the parameter.
9865
9866         * nnimap.el (nnimap-store-info): New function.
9867         (nnimap-update-info): Store the info for later usage.
9868         (nnimap-request-group): Use the stored info for the dont-check case, so
9869         that we don't retrieve all marks when we enter a group.
9870
9871         * nnimap.el: Use deffoo instead of defun for interface functions.
9872
9873         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9874         update the group info.  This makes the nndraft groups, for instance, go
9875         back to their old behavior.
9876
9877         * gnus-sum.el (gnus-select-newsgroup): Indent.
9878
9879         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9880         in.
9881         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9882         nothing.
9883
9884         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9885         from methods that are denied.
9886
9887         * gnus-int.el (gnus-method-denied-p): New function.
9888
9889         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9890         store the password instead of netrc.
9891         (nnimap-open-connection): Don't error out when we can't make a
9892         connections.
9893
9894         * auth-source.el (auth-source-create): In the password prompt, say what
9895         we're querying for.  Also prompt for user name if that hasn't been
9896         given.
9897
9898         * nnimap.el (nnimap-with-process-buffer): Remove.
9899
9900 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9901
9902         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9903         method when we're reading from the agent.
9904
9905         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9906
9907         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9908         that's probably most useful for users.
9909
9910         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9911         "failed" all the time.
9912
9913         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9914         ...)) with (with-current-buffer ... ).
9915
9916         * nntp.el (nntp-open-server): Return whether the open was successful or
9917         not.
9918
9919         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9920         select an unread unseen article first.
9921
9922         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9923         /etc/services, supply some sensible port defaults.
9924
9925         * dgnushack.el: Define netrc-credentials.
9926
9927 2010-09-17  Julien Danjou  <julien@danjou.info>
9928
9929         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9930
9931 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9932
9933         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9934         doesn't have any parameters.
9935
9936 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9939         only upcased checks.
9940
9941         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9942
9943         * nnimap.el (nnimap-open-shell-stream): New function.
9944         (nnimap-open-connection): Use it.
9945         (nnimap-transform-headers): Get the number of lines in each message.
9946         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9947         number of lines.
9948         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9949         problem.
9950
9951         * utf7.el (utf7-encode): Autoload.
9952
9953         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9954         to allow the mail splitting to not return a default group.  This is
9955         useful for nnimap, which will leave unmatched mail in the inbox.
9956
9957         * nnimap.el: Rewritten.
9958
9959         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9960         nnimap usage.
9961
9962         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9963         if the move is internal, so that nnimap can do fast internal moves.
9964
9965         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9966         data.
9967         (gnus-read-active-for-groups): Support finishing the early retrieval of
9968         data.
9969
9970         * gnus-range.el (gnus-range-nconcat): New function.
9971
9972         * gnus-int.el (gnus-finish-retrieve-group-infos)
9973         (gnus-retrieve-group-data-early): New functions.
9974
9975 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9976
9977         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9978         (nnrss-retrieve-groups):
9979         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9980         (pop3-quit): Use with-current-buffer.
9981
9982 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9985         instead of nnheader-accept-process-output.
9986
9987         * dgnushack.el (dgnushack-compile): Add comment.
9988
9989         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9990
9991         * gnus-html.el (gnus-html-schedule-image-fetching)
9992         (gnus-html-prefetch-images): Replace process-kill-without-query by
9993         gnus-set-process-query-on-exit-flag.
9994
9995 2010-09-16  Romain Francoise  <romain@orebokech.com>
9996
9997         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9998
9999 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10000
10001         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10002         parameter to unintern is mandatory-ish in Emacs 24.
10003
10004         * gnus-html.el (gnus-html-schedule-image-fetching)
10005         (gnus-html-prefetch-images): Check for curl before using it.
10006
10007         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10008         depend on curl, which isn't essential.
10009
10010         * imap.el: Revert back to version
10011         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10012         seem problematic.
10013
10014 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10015
10016         * gnus-registry.el (gnus-registry-install-shortcuts):
10017         Explicitly pass `obarray' to `unintern' to avoid a warning.
10018
10019 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10020
10021         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10022         change.
10023
10024         * nnrss.el (nnrss-request-list): Remove this function and related
10025         functions, including the moreover stuff.
10026
10027 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10028
10029         * nnrss.el (nnrss-retrieve-groups): New function.
10030
10031 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10032
10033         * .dir-locals.el: Add no-byte-compile cookie.
10034
10035 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * time-date.el (format-seconds): Comment fix.
10038
10039         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10040         for back end that doesn't support request-scan.
10041
10042 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10043
10044         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10045         then do request scans from the backends.
10046
10047         * netrc.el (netrc-credentials): New conveniency function.
10048
10049         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10050         avoid running a hook per line, since this takes a lot of time,
10051         profiling shows.
10052         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10053         directly if gnus-visual-p is true.
10054
10055 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10058         groups; replace mapcar with dolist which is a bit faster; pass groups
10059         info to gnus-read-active-file-1.
10060         (gnus-read-active-file-1): Scan only specified groups if the new
10061         optional arg `infos' is given.
10062
10063 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10064
10065         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10066
10067         * pop3.el (pop3-movemail): Remove.
10068         (pop3-streaming-movemail): Rename to pop3-movemail.
10069
10070         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10071         don't restrict end-tag searches to the end of the line.
10072
10073 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10076         articles of every unchecked group to t, which means unknown since the
10077         server has never been opened.
10078
10079 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10080
10081         * gnus-html.el (gnus-html-show-alt-text): New command.
10082         (gnus-html-browse-image): Ditto.
10083         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10084         to browse the image directly.
10085         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10086         better.
10087
10088         * gnus-async.el (gnus-async-article-callback):
10089         Call `gnus-html-prefetch-images' unconditionally.
10090
10091         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10092         before feeding URLs to curl.
10093
10094 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10097         internal images as deletable by `W D D'.
10098
10099         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10100         (gnus-async-article-callback): Fix typo.
10101
10102 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10103
10104         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10105         current line to work around bugs in the output from w3m.
10106
10107         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10108         for groups that want that.
10109
10110         * nntp.el (nntp-wait-for-string): Supply a timeout for
10111         accept-process-output to ensure progress.
10112
10113         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10114         level to get unread articles from, then use that for foreign groups,
10115         too.
10116
10117         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10118         confuses the rest of the function.
10119
10120         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10121         for the methods that support -retrieve-groups, too.
10122
10123         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10124
10125 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10128         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10129
10130         * pop3.el: Require cl when compiling.
10131         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10132
10133 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10136         that aren't going to be activated.
10137         (gnus-get-unread-articles): Fix up the last commit.
10138
10139         * gnus-html.el (gnus-article-html): Allow calling without specifying
10140         the handle.  In that case, dissect the buffer first.
10141
10142         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10143
10144         * nnimap.el (nnimap-open-connection): Revert the change that would look
10145         into authinfo for imaps instead of imap.
10146
10147         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10148         say that you don't want to call gnus-request-group with don-check, but
10149         do check the reponse.  This is for virtual groups only.
10150         (gnus-get-unread-articles): Count the archive groups as secondary, so
10151         that they're activated the same way as before.
10152
10153         * imap.el (imap-message-map): Removed optional buffer parameter, since
10154         no callers use it.
10155         (imap-message-get): Ditto.
10156         (imap-message-put): Ditto.
10157         (imap-mailbox-map): Ditto.
10158         (imap-mailbox-put): Ditto.
10159         (imap-mailbox-get): Ditto.
10160         (imap-mailbox-get): Revert last change for this function.
10161
10162         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10163         case-insensitively.
10164         (nnimap-debug): Remove.
10165
10166         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10167         callers to use `imap-fetch' instead.  According to the comments, this
10168         should be safe, since all other IMAP clients use the 1:* syntax.
10169         (imap-enable-exchange-bug-workaround): Remove.
10170         (imap-debug): Remove -- doesn't seem very useful.
10171
10172         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10173         mail from a file, and the file doesn't exist.
10174
10175         * imap.el (imap-log): New convenience function used throughout instead
10176         of repeating the same code all over the place.
10177
10178         * pop3.el (pop3-streaming-movemail): Return t for success.
10179
10180         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10181         .authinfo if we're using ssl connection.
10182
10183         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10184         already have if we're in a main Gnus `g' run.
10185
10186         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10187
10188 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10191
10192         * nnmh.el (nnmh-request-list-1): Bind `file'.
10193
10194         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10195         alias to set-process-query-on-exit-flag or process-kill-without-query.
10196         (pop3-open-server): Use it.
10197
10198 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10199
10200         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10201         box to the Incoming file.  Fixes mistake in previous checkin.
10202
10203         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10204         request loop (for debugging purposes) removed.
10205
10206         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10207         culprit is more visible.
10208         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10209         (nnml-add-incremental-nov): New functions to do "incremental" nov
10210         updates, where we just append to the end of the existing nov files
10211         without reading/writing them in full.
10212
10213         * mail-source.el (mail-source-delete-crash-box): Really only check the
10214         incoming files once in a while.
10215
10216         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10217
10218         * mail-source.el (mail-source-delete-crash-box): Only check the
10219         incoming files for deletion once per day to save a lot of file
10220         accesses.
10221
10222         * pop3.el (pop3-logon): Fix up unbound variable typo.
10223
10224         * mail-source.el (pop3-streaming-movemail): Autoload.
10225
10226         * pop3.el (pop3-streaming-movemail):
10227         Respect pop3-leave-mail-on-server.
10228
10229         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10230         retrieval.
10231
10232         * pop3.el (pop3-process-filter): Remove unused function.
10233         (pop3-streaming-movemail, pop3-send-streaming-command)
10234         (pop3-wait-for-messages, pop3-write-to-file)
10235         (pop3-number-of-responses): New functions for streaming pop3
10236         retrieval.
10237
10238         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10239         come from no known methods.
10240         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10241         list.
10242
10243         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10244         message sizes.
10245         (pop3-movemail): Use erase-buffer instead of looping and deleting
10246         regions, which seems rather odd.
10247
10248         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10249         file once per `g' run.
10250
10251         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10252         directories.  This makes the draft queue directory work.
10253
10254         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10255         data from the backends, so that we only request the list of groups from
10256         each method once.  This should speed things up considerably.
10257
10258         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10259         detect that it's not implemented.
10260
10261         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10262         we actually do recurse down into the tree, but don't stat all leaf
10263         nodes.
10264
10265         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10266         then say so instead of bugging out.
10267
10268         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10269         files exist before trying to read them.
10270
10271         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10272         around <pre_int>.
10273
10274         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10275
10276         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10277
10278 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10279
10280         * mm-util.el (mm-image-load-path): Just return the image directories,
10281         not all directories in the path in addition to the image directories.
10282         (mm-image-load-path): Maintain a cache of the image directories so that
10283         the `g' command in Gnus doesn't have to stat dozens of directories each
10284         time.
10285
10286         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10287         (gnus-html-wash-tags): Add a new `i' command to insert images.
10288         (gnus-html-insert-image): New command and keystroke.
10289         (gnus-html-redisplay-with-images): New command and keystroke.
10290         (gnus-html-show-images): Rename command.
10291         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10292         spacers.
10293         (gnus-html-wash-tags): Decode entities at the end, so that entities
10294         inside the tags don't mess up the rest of the "parsing".
10295
10296         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10297         so that nnimap methods aren't agentized by default.  There's apparently
10298         many problems related to agent/imap behavior.
10299
10300         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10301
10302         * gnus-html.el: Doc fix.
10303
10304 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10307         specifier-spec-list for Emacs 21.
10308
10309         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10310         glyph-width and glyph-height instead of display-graphic-p and
10311         image-size; make avoidance of displaying small images work for XEmacs.
10312
10313         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10314         for XEmacs.
10315
10316         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10317         of symbol that holds plist data.
10318         (gnus-process-plist): Remove plist of process after getting it.
10319
10320 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321
10322         * message.el (message-generate-hashcash): Change default to
10323         'opportunistic if hashcash is installed.
10324
10325         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10326         (gnus-html-put-image): Only call image-size once, since it's somewhat
10327         time-consuming on remote X servers.
10328
10329 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10332         type on data, not a file name.
10333
10334         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10335         window-pixel-edges for Emacs 21.
10336
10337         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10338         decoded contents.
10339         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10340
10341 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342
10343         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10344         group line format, since it isn't very interesting.
10345
10346         * gnus-agent.el (gnus-agent-short-article),
10347         (gnus-agent-long-article): Increase values for these two variables,
10348         since most people are likely to have more network connection and
10349         storage than before.
10350
10351         * gnus.el (gnus-refer-article-method): Change default to 'current.
10352         When referring an article, the common behavior is to refer it from the
10353         current select method, not the native select method.  The chances of
10354         the native select method having the message in question is rather slim
10355         these days.
10356
10357         * gnus-sum.el (gnus-auto-select-subject): Change default to
10358         `unseen-or-unread'.  I think it's likely that most people want to
10359         select an unseen article over a previously seen, but unread one.
10360
10361         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10362         means that in the article buffer none of the minor mode elements will
10363         be shown, usually, and this is not desirable in most cases.
10364
10365         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10366         that commands like `d' (and the like) go to the next line in the
10367         buffer, instead of the next unread article.  I think this is the
10368         behavior that is most natural for most users.
10369         (gnus-single-article-buffer): Change default to nil, so that people can
10370         have as many article buffers open as they have summary buffer.  I think
10371         this is the most natural way for the groups to behave.
10372
10373         * message.el (message-generate-new-buffers): Change default to
10374         `unsent', so that all new message buffers start their names with the
10375         string "*unsent", and it's easier to find the buffers if you move from
10376         them.
10377
10378 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379
10380         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10381         small.  They're probably tracking images.
10382         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10383         (gnus-html-rescale-image): Yet another try at getting the image sizing
10384         right.
10385
10386         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10387         nntp-marks-file-name is nil.
10388
10389 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10390
10391         * gnus-html.el (gnus-html-wash-tags)
10392         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10393         Better logging.
10394
10395 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10398
10399         * gnus-html.el (gnus-html-wash-tags): Check the value of
10400         gnus-blocked-images in the summary buffer.
10401
10402 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10403
10404         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10405
10406 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10409         like "a", it seems like.
10410         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10411         since it needs to be picked from the correct buffer.
10412
10413         * nnwfm.el: Remove.
10414
10415         * nnlistserv.el: Remove.
10416
10417 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10418
10419         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10420         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10421
10422 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10423
10424         * nnkiboze.el: Remove.
10425
10426         * nndb.el: Remove.
10427
10428         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10429         alt text.
10430         (gnus-html-rescale-image): Try to get the rescaling logic right for
10431         images that are just wide and not tall.
10432
10433         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10434         overshadow variable bindings.
10435
10436 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10437
10438         * gnus-html.el (gnus-html-wash-tags)
10439         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10440         Add extra logging.
10441
10442 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10443
10444         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10445         (gnus-max-image-proportion): New variable.
10446         (gnus-html-rescale-image): New function.
10447         (gnus-html-put-image): Rescale images.
10448
10449 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10450
10451         Fix up some byte-compiler warnings.
10452         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10453         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10454         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10455         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10456         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10457         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10458         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10459
10460 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * gnus-html.el (gnus-article-html): Decode contents by charset.
10463
10464 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10467         (gnus-html-frame-width, gnus-blocked-images):
10468         * message.el (message-prune-recipient-rules): Add custom version.
10469         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10470
10471         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10472         functions.
10473
10474         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10475         gnus-process-get.
10476
10477 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10478
10479         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10480         instead of lsub directly.
10481
10482 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * nnwarchive.el: Remove.
10485
10486         * gnus-soup.el: Remove.
10487
10488         * nnsoup.el: Remove.
10489
10490         * nnultimate.el: Remove.
10491
10492         * gnus-html.el (gnus-blocked-images): New variable.
10493
10494         * message.el (message-prune-recipients): New function.
10495         (message-prune-recipient-rules): New variable.
10496
10497         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10498         guess whether a long line is natural text or not.
10499
10500         * gnus-html.el (gnus-html-schedule-image-fetching):
10501         Use gnus-process-plist and friends for compatibility.
10502
10503 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10504
10505         * gnus-html.el: Require packages that define macros used in this file.
10506         (gnus-article-mouse-face): Declare to silence byte-compiler.
10507         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10508         process-get.
10509         (gnus-html-put-image): Use plist-get to avoid getf.
10510         (gnus-html-prefetch-images): Use with-current-buffer.
10511
10512 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus-ems.el: Provide compatibility functions for
10515         gnus-set-process-plist.
10516
10517         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10518         header-line-format for XEmacs 21.4.
10519
10520         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10521         * gnus.el (gnus-valid-select-methods):
10522         * message.el (message-send-mail-partially-limit):
10523         * mm-decode.el (mm-text-html-renderer):
10524         * mml.el (mml-insert-mime-headers-always):
10525         * smiley.el (smiley-regexp-alist): Bump custom version.
10526
10527 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10528
10529         * gnus-html.el: require mm-url.
10530         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10531         with the url to `url'.
10532         (gnus-html-wash-tags): Support cid: URLs/images.
10533
10534 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10535
10536         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10537         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10538         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10539
10540         * gnus-move.el: Remove file, since it doesn't really work.
10541
10542         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10543         UTF-8.  This seems to fix problems with some German web feeds.
10544
10545         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10546         at the top so that the proper colors are applied.
10547
10548         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10549         don't have dots in their names.
10550
10551         * gnus-art.el (gnus-article-view-part): Doc fix.
10552
10553         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10554         XEmacs-compatible.
10555         (gnus-html-put-image): Don't do images on non-graphic displays.
10556
10557         * nnslashdot.el: Remove this unused backend.
10558
10559         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10560         actions.
10561         (gnus-undo-register-1): Revert last change.
10562
10563         * gnus-group.el (gnus-group-completing-read): Protect against not
10564         having completion-styles bound.
10565
10566         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10567         make broken recipients happier.
10568
10569         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10570
10571         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10572         point parameter.
10573
10574         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10575
10576         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10577         completion-styles for group selection.
10578
10579 2009-02-04  Andreas Schwab  <schwab@suse.de>
10580
10581         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10582         headers and regexp-quote the match if necessary.
10583
10584 2009-03-24  Miles Bader  <miles@gnu.org>
10585
10586         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10587         the blinking smiley.
10588
10589 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10590
10591         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10592         blink smiley.
10593
10594 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595
10596         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10597         where the dribbel file lives exists.
10598
10599         * message.el (message-send-mail-partially-limit): Change the default to
10600         nil, since most people don't want this.
10601
10602         * mm-url.el (mm-url-decode-entities): Also decode entities like
10603         &#x3212.
10604
10605 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10606
10607         * gnus-sum.el (gnus-summary-idna-message):
10608         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10609         Hyperlink urls in docstrings with URL `...'.
10610
10611 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10612
10613         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10614         functions.
10615
10616 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10617
10618         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10619         say what the mouseover text should be.
10620
10621         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10622         version of the mm-w3m-safe-url-regexp variable to only download images
10623         in the groups where we want that to happen.
10624
10625         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10626
10627         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10628         easier debugging.
10629         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10630         big pictures in the article buffer.
10631
10632         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10633         gnus-article-html.
10634         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10635         w3m.
10636
10637         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10638
10639 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10640
10641         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10642         which doesn't exist.
10643
10644         * message.el (message-inhibit-ecomplete): New variable to allow some
10645         function to inhibit ecomplete address storage.
10646         (message-resend): Disable ecomplete message storage when resending
10647         messages.
10648
10649         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10650
10651 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10654         Save excursion while copying, moving, and deleting articles in order to
10655         prevent the cursor from jumping to unforeseen place.
10656
10657 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * lpath.el: No need to bind bookmark-current-buffer,
10660         bookmark-yank-point and bookmark-make-record-function.
10661
10662 2010-08-17  Glenn Morris  <rgm@gnu.org>
10663
10664         * gnus-sync.el: Require gnus components whose functions are used.
10665
10666         * gnus-art.el (bookmark-make-record-function):
10667         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10668         Declare for compiler.
10669
10670         * mm-url.el (mml-compute-boundary): Autoload.
10671
10672 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10675
10676 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10677
10678         Typo fix "hoo4a" -> "hook".
10679
10680         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10681
10682 2010-08-14  Glenn Morris  <rgm@gnu.org>
10683
10684         * gnus-sync.el (gnus-sync): Fix defgroup version.
10685
10686 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10687
10688         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10689
10690         * gnus-sync.el: Fix docs.
10691         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10692         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10693
10694 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10695
10696         Optimizations for gnus-sync.el.
10697
10698         * gnus-sync.el: Add docs about gnus-sync-backend
10699         possibilities.
10700         (gnus-sync-save): Remove unnecessary message.
10701         (gnus-sync-read): Optimize and show what groups were skipped.
10702
10703 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10704
10705         Minor bug fixes for gnus-sync.el.
10706
10707         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10708         Don't read the sync on get-new-news.
10709
10710         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10711         quiet.
10712
10713         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10714         (fix typo).
10715
10716 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10717
10718         Make saving and restoring of hidden threads work with overlays.
10719         Patch applied by Ted Zlatanov.
10720
10721         * gnus-sum.el (gnus-hidden-threads-configuration)
10722         (gnus-restore-hidden-threads-configuration): Update to deal with text
10723         properties, rather than searching for a magic character.
10724
10725 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10726
10727         New gnus-sync.el library for synchronization of marks.
10728
10729         * gnus-sync.el: New library for synchronization of marks.
10730
10731         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10732         renamed from `gnus-registry-grep-in-list'.
10733
10734         * gnus-registry.el (gnus-registry-follow-group-p):
10735         Use `gnus-grep-in-list'.
10736
10737         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10738
10739 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10742         determining charset of text fails.
10743
10744 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * nnmail.el (nnmail-get-new-mail-1): Revert.
10747
10748         * nnml.el (nnml-active-number): Make sure names of newly created groups
10749         in nnml-group-alist are encoded.
10750
10751 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10754         containing non-ASCII characters in active file for nnml back end.
10755
10756 2010-07-24  David Engster  <dengste@eml.cc>
10757
10758         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10759         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10760
10761 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10762
10763         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10764         tag (Bug#6654).
10765
10766 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10769         the article buffer, not the summary buffer.
10770
10771 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10774         Emacs 23 as well.
10775
10776 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10779         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10780
10781 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10782
10783         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10784         Patch applied by Karl Fogel.
10785
10786         * gnus-sum.el (gnus-summary-bookmark-make-record):
10787         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10788
10789 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10790
10791         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10792         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10793         C-w still not working correctly from Article buffers; Thierry's
10794         patch to fix that will be applied after this.
10795
10796         * gnus-art.el (bookmark-make-record-function): New local variable.
10797
10798         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10799         article buffer.
10800         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10801
10802 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10803
10804         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10805         on changes in bookmark.el.
10806
10807 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10810         `no-log' instead of message not to log prompt string.
10811
10812 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10813
10814         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10815         the *other* type of HTML form submission.
10816
10817 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10818
10819         * auth-source.el (auth-source-pick): If choice does not contain a
10820         questioned keyword, set the check to t.
10821
10822 2010-06-12  Romain Francoise  <romain@orebokech.com>
10823
10824         * gnus-util.el (gnus-date-get-time): Move up before first use.
10825
10826 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10829         (gnus-article-edit-part): Bind it to make last part that is substituted
10830         or deleted visible.
10831         (gnus-mime-display-single): Buttonize part of which id equals to
10832         gnus-mime-buttonized-part-id.
10833
10834 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10835
10836         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10837         (gnus-dd-mmm): Use gnus-date-get-time.
10838         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10839         simplify logic.
10840         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10841         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10842
10843 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10844
10845         * auth-source.el (top): Autoload `secrets-list-collections',
10846         `secrets-create-item', `secrets-delete-item'.
10847         (auth-sources): Fix tag string.
10848         (auth-get-source, auth-source-retrieve, auth-source-create)
10849         (auth-source-delete): New defuns.
10850         (auth-source-pick): Rewrite in order to avoid 2 passes.
10851         (auth-source-forget-user-or-password): New parameter USERNAME.
10852         (auth-source-user-or-password): New parameters CREATE-MISSING and
10853         DELETE-EXISTING.  Retrieve password interactively, if needed.
10854
10855 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10856
10857         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10858         deleting unused directories when gnus-expert-user is t.
10859
10860 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10863         for each temp file when gnus-article-browse-delete-temp is ask.
10864
10865 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10866
10867         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10868         Replace Lisp calls to delete-backward-char by calls to delete-char.
10869
10870 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10871
10872         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10873
10874 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10875
10876         * password-cache.el (password-cache-remove): Fix docstring.
10877
10878 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10881         article unless decoding article to be saved.
10882
10883 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10886         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10887         generated within the mm-with-unibyte-current-buffer macro.
10888
10889 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10892         to nil when we're in a mml-preview buffer and no group is selected.
10893
10894 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10895
10896         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10897         when catching the `C-g'.  Reported by "Leo".
10898
10899 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * message.el (message-forward-make-body-plain)
10902         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10903         multibyte-string-p.
10904
10905         * lpath.el: Revert.
10906
10907 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * message.el (message-forward-make-body-mml): Assume original message
10910         is multibyte string; error on unibyte.
10911         (message-forward-make-body-plain): Ditto; don't add excessive newline
10912         in body end.
10913
10914         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10915
10916 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10917
10918         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10919         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10920
10921 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * mm-extern.el (mm-extern-url): Don't use
10924         mm-with-unibyte-current-buffer.
10925         (mm-extern-cache-contents): Use with-current-buffer instead of
10926         save-excursion + set-buffer.
10927
10928 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * mm-util.el (mm-emacs-mule): Remove.
10931
10932 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10933
10934         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10935         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10936         change.
10937
10938 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10941         bind the default value of enable-multibyte-characters to nil.
10942
10943 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * message.el (message-forward-make-body-plain)
10946         (message-forward-make-body-mml):
10947         Don't use mm-with-unibyte-current-buffer.
10948
10949 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10950
10951         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10952
10953 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10954
10955         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10956         (Bug#5592).
10957
10958 2010-05-07  Julien Danjou  <julien@danjou.info>
10959
10960         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10961         it to mm-pipe-part.
10962
10963         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10964         it is given.
10965
10966 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * binhex.el (binhex-decode-region-internal):
10969         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10970         (dns-query):
10971         * nnweb.el (nnweb-gmane-search):
10972         * pgg-parse.el (pgg-parse-armor):
10973         * pgg.el (pgg-verify-region):
10974         * sha1.el (sha1-string-external):
10975         * uudecode.el (uudecode-decode-region-internal):
10976         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10977         XEmacs.
10978
10979         * gnus-art.el (gnus-article-browse-html-parts):
10980         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10981         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10982         make-temp-file.
10983
10984         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10985         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10986         compiling.
10987
10988         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10989         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10990         XEmacs when compiling.
10991
10992         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10993         gnus-pick-mode-off-hook for XEmacs when compiling.
10994         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10995         gnus-binary-mode-off-hook for XEmacs when compiling.
10996
10997         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10998         Return nil if char-charset is not available.
10999
11000         * imap.el (imap-disable-multibyte)
11001         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11002         macros.
11003
11004         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11005         instead of encode-coding-string.
11006
11007         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11008         'xemacs) instead of mm-emacs-mule to switch function definitions.
11009         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11010
11011         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11012         bind temporary-file-directory for XEmacs;
11013         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11014         timer-set-function for XEmacs 21.4 and SXEmacs;
11015         bind timer-list for XEmacs 21.4 and SXEmacs;
11016         fbind char-charset and find-charset-region for non-Mule XEmacs;
11017         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11018         encode-coding-region and encode-coding-string for XEmacs having no
11019         file-coding feature.
11020
11021 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11022
11023         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11024
11025 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11028         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11029
11030 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11031
11032         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11033         alias `jka-compr-delete-temp-file' no longer exists.
11034
11035 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11036
11037         Use define-minor-mode in Gnus where applicable.
11038         * mml.el (mml-mode): Use define-minor-mode.
11039         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11040         (gnus-undo-mode): Use define-minor-mode.
11041         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11042         (gnus-dead-summary-mode): Use define-minor-mode.
11043         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11044         Initialize in declaration.
11045         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11046         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11047         (gnus-mailing-list-mode): Use define-minor-mode.
11048         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11049         (gnus-draft-mode): Use define-minor-mode.
11050         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11051         (gnus-dired-mode): Use define-minor-mode.
11052
11053 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11054
11055         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11056         handles on recursive mml-to-mime translation and check them for
11057         boundary delimiter collisions.  Reported by Greg Troxel.
11058
11059 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11062
11063 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11064
11065         * mm-util.el (mm-find-buffer-file-coding-system):
11066         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11067
11068 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11069
11070         * message.el (message-generate-headers): Record insertion of optional
11071         headers as well.  Otherwise the check to prevent repeated insertion of
11072         optional headers is a no-op.
11073
11074 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11075
11076         * smime.el: Don't mention CVS.
11077
11078         * nnrss.el (nnrss-fetch): Don't mention CVS.
11079
11080         * nnir.el: Don't mention CVS.
11081
11082 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11083
11084         * gnus-sum.el (gnus-summary-bookmark-make-record):
11085         Add `location' field.
11086
11087 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * lpath.el: Fbind bookmark-default-handler,
11090         bookmark-get-bookmark-record, bookmark-make-record-default,
11091         bookmark-prop-get for Emacs <23 and XEmacs.
11092
11093 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11094
11095         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11096         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11097         Use with-current-buffer to silence the byte-compiler.
11098         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11099         bother to require `gnus'.
11100         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11101
11102 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11103
11104         * gnus-sum.el (gnus-summary-bookmark-make-record)
11105         (gnus-summary-bookmark-jump): New functions.
11106         (gnus-summary-mode): Setup bookmark support.
11107
11108 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11109
11110         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11111         if set.
11112
11113 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11116         gnus-article-browse-html-save-cid-image; make it work recursively for
11117         forwarded messages as well.
11118         (gnus-article-browse-html-parts): Work when prefix arg is given.
11119         (gnus-article-browse-html-article): Doc fix.
11120
11121 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11122
11123         * message.el (message-default-mail-headers):
11124         (message-default-headers): Carry the value mail-default-headers over
11125         into message-default-mail-headers, rather than message-default-headers.
11126
11127 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11128
11129         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11130         charset.
11131
11132         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11133         charset into the <meta> tag when the article is encoded to utf-8.
11134
11135 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-art.el (gnus-article-browse-delete-temp-files):
11138         Delete directories as well.
11139         (gnus-article-browse-html-parts): Work for images that do not specify
11140         file names; delete temp directory when quitting; insert header at the
11141         right place; use file: scheme for image files.
11142
11143 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11144
11145         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11146         (gnus-article-browse-html-parts): Use it to make temporary cid image
11147         files in addition to html file so that browser may display them.
11148
11149 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11152
11153 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11154
11155         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11156
11157 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11158
11159         * auth-source.el (auth-sources): Change default to be simpler.
11160         Explain about Secret Service API sources.  Improve Customize options.
11161         (auth-source-pick): Change to accept any number of search parameters.
11162         Implement fallbacks iteratively, not recursively.  Add scoring on the
11163         second pass and sort by score.  Call Secret Service API when needed.
11164         (auth-source-user-or-password): Use it.  Call Secret Service API
11165         directly when needed to get the user name and the password.
11166
11167 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11168
11169         * message.el (message-interactive): Doc fix.
11170         (message-qmail-inject-args): Reflow.
11171         (message-kill-to-signature): Fix typo in docstring.
11172
11173         * smiley.el (smiley-buffer): Fix typo in docstring.
11174
11175 2010-03-24  Glenn Morris  <rgm@gnu.org>
11176
11177         * mail-source.el (gnus-message): Declare.
11178         (mail-source-delete-old-incoming): Require gnus-util.
11179
11180 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11183
11184         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11185
11186         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11187         password-cache's default if it is not bound.
11188         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11189         password-cache-expiry's default if it is not bound.
11190
11191         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11192         available in Emacs 21.
11193
11194         * lpath.el: Suppress compiler warnings for:
11195         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11196         XEmacs;
11197         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11198         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11199         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11200
11201 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11202
11203         * auth-source.el (auth-sources): Fix up definition so extra parameters
11204         are always inline.
11205
11206 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11207
11208         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11209         wasn't updated after mismatch.  Clear cached mailbox info correctly
11210         when uidvalidity changes.
11211         (nnimap-group-prefixed-name): New function to avoid some code
11212         duplication.
11213         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11214         (nnimap-request-group): Use it.
11215         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11216         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11217         with many imap folders.  This is done by caching the group status from
11218         the imap server persistently in a group parameter `imap-status'.  (This
11219         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11220         but not persistently, so every Gnus startup was still very slow.)
11221
11222 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11223
11224         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11225         delete the extra newline.  Otherwise editing of :string and :number
11226         types don't work.
11227
11228 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11229
11230         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11231         secrets.el dependency.
11232         (auth-sources): Add optional user name.  Add secrets.el configuration
11233         choice (unused right now).
11234
11235 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11236
11237         * gnus-sum.el (gnus-summary-make-menu-bar):
11238         Let `gnus-registry-install-shortcuts' fill in the functions.
11239
11240         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11241         warnings.
11242         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11243         (gnus-registry-install-shortcuts): Populate and use it in a
11244         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11245
11246 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11247
11248         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11249         In-place substitutions for the group name encoding/decoding.
11250         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11251         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11252         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11253         (nnimap-update-unseen, nnimap-request-list)
11254         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11255         (nnimap-request-set-mark, nnimap-split-to-groups)
11256         (nnimap-split-articles, nnimap-request-newgroups)
11257         (nnimap-request-create-group, nnimap-request-accept-article)
11258         (nnimap-request-delete-group, nnimap-request-rename-group)
11259         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11260         `encoded-mbx' for consistency.
11261         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11262         variable `imap-current-mailbox'.
11263
11264         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11265         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11266
11267 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11268
11269         * pop3.el (pop3-display-message-size-flag): Display message size byte
11270         counts during POP3 download.
11271         (pop3-movemail): Use it.
11272         (pop3-list): Implement listing of available messages.
11273
11274 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11275
11276         * nnir.el (nnir-get-article-nov-override-function): New function to
11277         override the normal NOV retrieval.
11278         (nnir-retrieve-headers): Use it.
11279
11280 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11281
11282         * auth-source.el (netrc-machine-user-or-password): Autoload.
11283
11284 2010-03-19  Glenn Morris  <rgm@gnu.org>
11285
11286         Stop message.el from loading about 40 libraries it doesn't always need.
11287         The general approach is to autoload rather than require, and to
11288         require in the specific functions rather than the file.  (Bug#5642)
11289
11290         * gmm-utils.el: Don't require wid-edit.
11291         (widget-create-child-value, widget-convert, widget-default-get):
11292         Autoload.
11293
11294         * gnus-util.el: Don't require time-date, netrc.
11295         (message-fetch-field, gnus-group-name-decode): Declare rather than
11296         autoloading.
11297         (gnus-fetch-field): Require message.
11298         (gnus-decode-newsgroups): Require gnus-group.
11299
11300         * ietf-drums.el: Don't require time-date.
11301
11302         * message.el: Don't require hashcash, canlock, ecomplete.
11303         Do require mail-utils.  Require nnheader only when compiling.
11304         (smtpmail-default-smtp-server): Remove declaration.
11305         (message-send-mail-function): Check smtpmail-default-smtp-server
11306         is bound rather than requiring smtpmail.
11307         (message-auto-save-directory, message-insert-signature):
11308         Use expand-file-name rather than nnheader-concat.
11309         (nnheader-insert-file-contents): Autoload.
11310         (hashcash-wait-async): Declare.
11311         (message-send-mail): Only call gnus-setup-posting-charset if
11312         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11313         (message-send-mail-with-sendmail): Require sendmail.
11314         (canlock-password, canlock-password-for-verify): Declare.
11315         (message-canlock-password): Require canlock.
11316         (nnheader-get-report): Autoload.
11317         (gnus-setup-posting-charset): Declare.
11318         (message-send-news): Require gnus-msg.
11319         (message-make-references, message-make-in-reply-to): Use mail-header-id
11320         rather than the alias mail-header-message-id.
11321         (ecomplete-add-item, ecomplete-save): Declare.
11322         (message-put-addresses-in-ecomplete): Require ecomplete.
11323         (ecomplete-display-matches): Autoload.
11324
11325         * mm-decode.el: Don't require mailcap, gnus-util.
11326         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11327         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11328         Autoload.
11329         (mailcap-mime-extensions): Declare.
11330
11331         * mm-encode.el: Don't require mailcap.
11332         (mailcap-extension-to-mime): Autoload.
11333
11334         * mml-sec.el: Don't require password-cache.
11335
11336         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11337         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11338         (mml-minibuffer-read-type): Require mailcap.
11339         (mml-preview): Require gnus-msg.
11340
11341         * mml1991.el: Require password-cache.
11342         (password-cache-expiry): Remove declaration.
11343
11344         * mml2015.el: Require password-cache.
11345         (password-cache-expiry): Remove declaration.
11346
11347         * nneething.el (mailcap): Require mailcap.
11348
11349         * nnheader.el (declare-function): Add compatibility stub.
11350         (message-remove-header): Declare rather than autoload.
11351         (nnheader-replace-header): Require message.
11352
11353         * nnimap.el (declare-function): Add compatibility stub.
11354         (netrc-parse, netrc-machine-user-or-password): Declare.
11355         (nnimap-open-connection): Require netrc.
11356
11357         * nntp.el (declare-function): Add compatibility stub.
11358         (netrc-parse, netrc-machine, netrc-get): Declare.
11359         (nntp-send-authinfo): Require netrc.
11360
11361         * rfc2047.el: Don't require qp.
11362         (quoted-printable-encode-region, quoted-printable-decode-string):
11363         Autoload.
11364
11365         * sieve-mode.el: Don't require easymenu.
11366         (easy-menu-add-item): Autoload it.
11367
11368         * spam-stat.el (time-to-number-of-days): Autoload it.
11369
11370 2010-03-19  Glenn Morris  <rgm@gnu.org>
11371
11372         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11373
11374 2010-03-18  Glenn Morris  <rgm@gnu.org>
11375
11376         * hashcash.el (declare-function): Remove duplicate definition.
11377
11378 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11379
11380         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11381         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11382         value if any backslash escapes).
11383
11384 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11387         if it is available.  (bug#5647)
11388
11389         * lpath.el: Suppress compiler warning for coding-system-from-name for
11390         Emacs 21 and XEmacs.
11391
11392 2010-03-14  Juri Linkov  <juri@jurta.org>
11393
11394         * hmac-def.el:
11395         * hmac-md5.el:
11396         * netrc.el: Fix keywords.
11397
11398 2010-02-26  Glenn Morris  <rgm@gnu.org>
11399
11400         * message.el (message-send-mail-function): Change the default, so that
11401         it inherits from a customized send-mail-function.  (Bug#5643)
11402
11403 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11404
11405         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11406         shell-command-to-string signals an error (bug#5299).
11407
11408 2010-02-24  Glenn Morris  <rgm@gnu.org>
11409
11410         * message.el (message-smtpmail-send-it)
11411         (message-send-mail-with-mailclient): Doc fixes.
11412
11413 2010-02-16  Glenn Morris  <rgm@gnu.org>
11414
11415         * message.el (message-default-mail-headers): Change the default value
11416         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11417
11418 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11421         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11422
11423 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11424
11425         * time-date.el (date-to-time): Doc fix (Bug#5408).
11426
11427 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11428
11429         * message.el (message-mail): Just pass yank-action on to message-setup.
11430         (message-setup): Handle (FUN . ARGS) form of yank-action.
11431         (message-with-reply-buffer, message-widen-reply)
11432         (message-yank-original): Handle non-buffer values of
11433         message-reply-buffer (Bug#4080).
11434         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11435
11436 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11437
11438         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11439         Fix typo in docstring.
11440
11441 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11442
11443         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11444         response.
11445
11446 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11449
11450         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11451
11452         * message.el (message-check-news-header-syntax): Protect against a
11453         string that `rfc822-addresses' returns when parsing fails.
11454
11455 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11458         (gnus-previous-char-property-change): New functions.
11459
11460         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11461
11462 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11463
11464         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11465         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11466
11467 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11468
11469         * message.el (message-exchange-point-and-mark): Rework last change to
11470         avoid using optional arg of exchange-point-and-mark, for backward
11471         compatibility.
11472
11473 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11474
11475         * message.el (message-exchange-point-and-mark):
11476         Call exchange-point-and-mark with an argument rather than setting
11477         mark-active by hand (Bug#5175).
11478
11479 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * nntp.el (nntp-service-to-port): Work for service expressed with
11482         numeric string; replace [:digit:] with [0-9] for XEmacs.
11483
11484 2009-12-17  Glenn Morris  <rgm@gnu.org>
11485
11486         * gnus-group.el (gnus-bug-group-download-format-alist):
11487         Change emacs entry to debbugs.gnu.org.  Bump :version.
11488
11489 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11492
11493 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * message.el (message-info): Explain why we use `Info-goto-node'.
11496
11497 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11500
11501 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11502
11503         * message.el (message-completion-in-region): New compatibility function.
11504         (message-expand-group): Use it.
11505
11506 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11509         with no unread article should be listed if the 2nd arg `predicate' is
11510         given.
11511
11512 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11515
11516 2009-11-29  Juri Linkov  <juri@jurta.org>
11517
11518         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11519         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11520         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11521
11522 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11523
11524         * sha1.el (sha1-string-external): default-directory "/" in case
11525         otherwise non-existent.  process-connection-type pipe for touch of
11526         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11527
11528 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11529
11530         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11531         it's comms related and sgml-mode.el has "comm" on that basis too.
11532
11533 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11536         containing tspecial characters if they have been already quoted.
11537
11538 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11539
11540         * dns-mode.el (auto-mode-alist): Purecopy string.
11541
11542 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11543
11544         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11545
11546 2009-10-24  Glenn Morris  <rgm@gnu.org>
11547
11548         * gnus-art.el (help-xref-stack-item): Define for compiler.
11549
11550 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11551
11552         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11553
11554 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11557
11558 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11561         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11562
11563 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11566         (gnus-overlays-in): New alias to overlays-in.
11567
11568         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11569         gnus-overlay-get, and gnus-delete-overlay.
11570         (gnus-summary-show-thread): Make it work as well for systems in which
11571         next-single-char-property-change is not available.
11572         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11573
11574         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11575         (gnus-overlay-get): New alias to extent-property.
11576         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11577
11578         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11579         SXEmacs.
11580
11581         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11582         SXEmacs.
11583
11584 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11587
11588 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11589
11590         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11591         and XEmacs that don't have `remove-overlays'.
11592
11593 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11594
11595         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11596         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11597         selective display.  Use overlays instead.
11598
11599 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11600
11601         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11602
11603 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11604
11605         * spam-stat.el (spam-stat-load): Fix typo in message.
11606
11607 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11608
11609         * dig.el (dig-invoke): Fix typo in docstring.
11610         (query-dig): Reflow docstring.
11611
11612 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11613
11614         * gnus-art.el (gnus-article-encrypt-body):
11615         * message.el (message-check-recipients):
11616         * mm-util.el (mm-codepage-setup):
11617         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11618         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11619
11620 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11621
11622         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11623         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11624         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11625         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11626         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11627
11628 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11629
11630         * dig.el: Add "Keywords: comm", as per net-utils.el.
11631
11632 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11633
11634         * dig.el (dig-mode): Use define-derived-mode.
11635
11636 2009-09-19  Glenn Morris  <rgm@gnu.org>
11637
11638         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11639
11640 2009-09-18  Glenn Morris  <rgm@gnu.org>
11641
11642         * gnus-diary.el (gnus-diary-check-message):
11643         * message.el (message-insert-formatted-citation-line):
11644         * nnbabyl.el (top-level):
11645         * nndiary.el (nndiary-schedule):
11646         Fix typos in condition-case handlers.
11647
11648 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11651         configuration that provides the sole article window in a frame;
11652         position point correctly after deleting a part.
11653
11654 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11655
11656         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11657         (spam-resolve-registrations-routine): Use it to unregister articles
11658         that change status.
11659
11660 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11663         with XEmacs.
11664         (parse-time-string-chars): Use it.
11665
11666 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11667
11668         * imap.el (imap-interactive-login): Better messages.
11669         (imap-open): Fix bug with renamed buffer on reconnect.
11670         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11671         for easier debugging and cleaner code.  On successful (guessed based on
11672         server capabilities) secondary authentication, set imap-state
11673         correctly.
11674         (imap-last-authenticator): Define imap-last-authenticator as a variable
11675         to avoid warnings.
11676
11677 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * nnrss.el (nnrss-request-article): Remove binding of
11680         default-enable-multibyte-characters that has gotten needless by
11681         the 2007-07-13 change in rfc2047-encode-message-header.
11682
11683         * mml.el (mml-insert-multipart): Error on the message header.
11684         (mml-insert-part): Error on the message header; position point at
11685         the end of a MIME tag.
11686
11687 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * time-date.el (autoload): Expand define-obsolete-function-alias into
11690         defalias and make-obsolete for old Emacsen that Gnus supports.
11691         (with-no-warnings): Define it for old Emacsen.
11692         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11693         is available.
11694         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11695         float-time is available; suppress compile warning for time-to-seconds.
11696
11697         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11698         (gnus-float-time): Alias to float-time if it exists.
11699
11700         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11701         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11702         float-time is available; suppress compile warning for time-to-seconds.
11703
11704         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11705         XEmacs.
11706
11707 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11708
11709         * imap.el (imap-message-map): Docstring fix.
11710
11711 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11714         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11715         Add the optional argument `encoding' that overrides the default.
11716
11717         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11718         mm-encode-buffer.
11719
11720 2009-09-04  Glenn Morris  <rgm@gnu.org>
11721
11722         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11723         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11724         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11725         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11726         * mm-util.el (mm-with-unibyte-current-buffer)
11727         (mm-find-buffer-file-coding-system):
11728         * yenc.el (yenc-decode-region): Use default-value rather than
11729         default-enable-multibyte-characters.
11730
11731 2009-09-03  Glenn Morris  <rgm@gnu.org>
11732
11733         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11734         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11735         than default-enable-multibyte-characters.
11736
11737 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11738
11739         * gnus-art.el (gnus-article-read-summary-keys):
11740         Fix gnus-buffer-configuration's value temporarily used.
11741
11742 2009-09-02  Glenn Morris  <rgm@gnu.org>
11743
11744         * gnus-util.el (gnus-float-time): New function.
11745         * gnus-delay.el (gnus-delay-article):
11746         * gnus-sum.el (gnus-thread-latest-date):
11747         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11748         * nnspool.el (nnspool-request-newgroups):
11749         Use gnus-float-time rather than time-to-seconds.
11750         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11751
11752         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11753         (gnus-header-subject-face, gnus-header-newsgroups-face)
11754         (gnus-header-name-face, gnus-header-content-face):
11755         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11756         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11757         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11758         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11759         (gnus-cite-face-11):
11760         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11761         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11762         (gnus-server-closed-face, gnus-server-denied-face)
11763         (gnus-server-offline-face):
11764         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11765         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11766         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11767         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11768         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11769         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11770         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11771         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11772         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11773         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11774         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11775         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11776         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11777         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11778         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11779         (gnus-summary-high-undownloaded-face)
11780         (gnus-summary-low-undownloaded-face)
11781         (gnus-summary-normal-undownloaded-face)
11782         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11783         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11784         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11785         (gnus-splash-face):
11786         * message.el (message-header-to-face, message-header-cc-face)
11787         (message-header-subject-face, message-header-newsgroups-face)
11788         (message-header-other-face, message-header-name-face)
11789         (message-header-xheader-face, message-separator-face)
11790         (message-cited-text-face, message-mml-face):
11791         * sieve-mode.el (sieve-control-commands-face)
11792         (sieve-action-commands-face, sieve-test-commands-face)
11793         (sieve-tagged-arguments-face):
11794         * spam.el (spam-face):
11795         Mark face aliases with "-face" in the name as obsolete.
11796
11797 2009-09-01  Glenn Morris  <rgm@gnu.org>
11798
11799         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11800         than goto-line.
11801
11802 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11805         Don't move point if the command is invoked inside the message header.
11806
11807 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11808
11809         * imap.el (imap-send-command): Simplify.
11810         (imap-wait-for-tag): point-max -> buffer-size.
11811
11812 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11813
11814         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11815         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11816         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11817         * nnir.el (nnir-swish-e-index-file):
11818         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11819         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11820         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11821         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11822         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11823         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11824
11825 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11828         Don't save excursion.
11829
11830 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11831
11832         * nnheader.el (nnheader-find-file-noselect):
11833         * mm-util.el (mm-insert-file-contents):
11834         Use (default-value 'major-mode) instead of default-major-mode.
11835
11836 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11837
11838         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11839
11840 2009-08-26  Glenn Morris  <rgm@gnu.org>
11841
11842         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11843         than placing in files.el.
11844
11845 2009-08-25  Glenn Morris  <rgm@gnu.org>
11846
11847         * nnir.el (top-level): Don't require cl at run-time.
11848         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11849         Replace cl-function substitute with gnus-replace-in-string.
11850         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11851         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11852         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11853         simplified expansions.
11854
11855 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11856
11857         * dig.el (dig): Add autoload cookie.
11858
11859 2009-08-22  Glenn Morris  <rgm@gnu.org>
11860
11861         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11862         goto-line.
11863
11864 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11865
11866         * parse-time.el (parse-time-string-chars): Save match data.
11867
11868 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11869
11870         * parse-time.el (parse-time-string-chars): Compute using character
11871         classes, to handle non-ascii characters (Bug#3190).
11872
11873 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11876
11877         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11878         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11879         (gnus-mm-display-part, gnus-mime-display-single)
11880         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11881         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11882
11883         * gnus-sum.el
11884         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11885         (gnus-summary-move-article): Add expirable mark to articles copied or
11886         moved to group that has auto-expire turned on if the option is non-nil.
11887
11888 2009-07-24  Glenn Morris  <rgm@gnu.org>
11889
11890         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11891         Fix typo.  (Bug#3903)
11892
11893 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11896         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11897         that should not be used for draft articles.
11898         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11899         that has no concern in minor mode keys.
11900         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11901         Abolish.
11902
11903 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11906         article without making inquiry to a user for unknown encoding.
11907
11908         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11909         (nnmaildir--scan): Assume i-node and device number that file-attributes
11910         returns might be cons-cell.
11911
11912         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11913
11914         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11915
11916 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11917
11918         * auth-source.el: Remove docs now in auth.texi.  Don't use
11919         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11920         `auth-source-hide-passwords' and use them.
11921
11922 2009-07-15  Glenn Morris  <rgm@gnu.org>
11923
11924         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11925
11926 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11929         excessive whitespace from the default values of title and description.
11930
11931 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11934         mail-fetch-field to fetch Content-Description header in order to
11935         exclude newlines.
11936
11937 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11938
11939         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11940         format used by GnuPG 2.0.11.
11941
11942 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11945         to deleted part.
11946
11947 2009-05-30  David Engster  <dengste@eml.cc>
11948
11949         * nnmairix.el: Remove old documentation in the commentary block.
11950         (nnmairix-request-group): Do not update active file for nnml back ends.
11951         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11952         end so that overview files are ignored.
11953         (nnmairix-update-groups): Make updating the groups more robust by using
11954         marks.
11955         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11956         with dollar characters in message-id.
11957
11958 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11961         2008-12-25 in dns.el.
11962
11963 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11964
11965         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11966         could happen if the text is only composed of spaces and/or tabs.
11967
11968 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11969
11970         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11971         when sending a queued message to avoid extra mml tags.
11972
11973 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11976
11977 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11980         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11981         rmail-toggle-header for XEmacs;
11982         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11983
11984 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * gnus-dired.el: Remove autoload for gnus-setup-message.
11987         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11988         displaying Gnus logo; always use compose-mail.
11989
11990 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11993
11994 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11997         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11998         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11999         available.
12000         (gnus-nocem-epg-verify): New function.
12001
12002 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12005
12006 2009-02-15  Glenn Morris  <rgm@gnu.org>
12007
12008         * gnus-util.el (rmail-insert-rmail-file-header)
12009         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12010         autoloads.
12011         (rmail-default-rmail-file): Remove unnecessary declaration.
12012         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12013
12014 2009-02-14  Glenn Morris  <rgm@gnu.org>
12015
12016         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12017         variable (only used in gnus-util, which declares it anyway).
12018         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12019         which was only needed by gnus-art (changed to not use it any more).
12020         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12021         only used in gnus-util, which autoloads it itself.
12022         (rmail-update-summary): Fix autoload.
12023
12024         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12025         rather than rmail-output-to-rmail-file.
12026
12027 2009-02-07  Glenn Morris  <rgm@gnu.org>
12028
12029         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12030         autoload of function that no longer exists.
12031         (rmail-toggle-header): Declare.
12032         (message-forward-rmail-make-body): Handle mbox Rmail.
12033
12034 2009-01-31  Glenn Morris  <rgm@gnu.org>
12035
12036         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12037         2009-01-09 change.
12038
12039 2009-01-31  Dave Love  <fx@gnu.org>
12040
12041         * imap.el (imap-fetch-safe): Bind debug-on-error.
12042         (imap-debug): Add imap-fetch-safe.
12043
12044 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12045
12046         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12047         (auth-source-forget-all-cached): New convenience function.
12048         (auth-source-user-or-password): Accept list of modes or a single mode.
12049
12050         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12051         auth-source modes.
12052
12053         * netrc.el (netrc-machine-user-or-password): Use list of
12054         auth-source modes.
12055
12056         * nnimap.el (nnimap-open-connection): Use list of
12057         auth-source modes.
12058
12059         * nntp.el (nntp-send-authinfo): Use list of
12060         auth-source modes.
12061
12062 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12063
12064         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12065         now.
12066
12067 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12070         coding system in XEmacs; add a workaround for XEmacs.
12071
12072         * lpath.el: Fbind coding-system-aliasee.
12073
12074 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12077         of current-language-environment.
12078
12079 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12082         available at runtime.
12083
12084 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12087
12088 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12089
12090         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12091         the greatest positive fixnum value doesn't work under an XEmacs with
12092         bignum support; use the most-positive-fixnum constant instead,
12093         available since Emacs 21.1 with cl and XEmacs 21.1.
12094
12095 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12098         XEmacs gets not to work.
12099
12100 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * mm-util.el (mm-coding-system-priorities): Allow the value like
12103         "Japanese (UTF-8)" of current-language-environment.
12104
12105 2009-01-09  Glenn Morris  <rgm@gnu.org>
12106
12107         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12108         with last-command-event.
12109
12110 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12113         in the doc string.
12114
12115         * message.el (message-fix-before-sending): Amend comment.
12116
12117 2009-01-08  Dave Love  <fx@gnu.org>
12118
12119         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12120
12121 2009-01-07  David Engster  <dengste@eml.cc>
12122
12123         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12124         simplified server definitions by converting it via
12125         gnus-server-to-method.
12126
12127 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12130         parameter's operands.
12131
12132 2009-01-06  David Engster  <dengste@eml.cc>
12133
12134         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12135         primary select method (for gnus-group-mark-article-as-read).
12136
12137 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12138
12139         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12140         `(gnus)Face', not `(gnus)X-Face'.
12141
12142 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * mm-util.el (mm-ucs-to-char): New function.
12145
12146         * mm-url.el (mm-url-decode-entities): Use it.
12147
12148         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12149         unicode-to-char.
12150
12151 2009-01-05  Dave Love  <fx@gnu.org>
12152
12153         * time-date.el: Require cl for `declare'.
12154
12155 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12158         Dave Love.
12159
12160 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * message.el (message-fix-before-sending): Add `eight-bit' to
12163         illegible-text check.
12164
12165 2009-01-03  Michael Olson  <mwolson@gnu.org>
12166
12167         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12168         `headers' is nil.  This can occur if the IMAP server does not have
12169         permissions to read messages from a folder, but can write new messages
12170         to the folder.
12171         (nnimap-request-article-part): Do not insert `data' if it is nil.
12172
12173         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12174         characters which will confuse `read', so skip past them.
12175
12176 2009-01-01  Dave Love  <fx@gnu.org>
12177
12178         * imap.el (imap-string-to-integer): Fix typo.
12179         (imap-fetch-safe): New function.
12180         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12181
12182         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12183
12184         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12185         (imap-parse-greeting): Fix doc strings.
12186         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12187         (imap-parse-flag-list): Make messages unique.
12188         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12189
12190         * nnimap.el: Fix author email.
12191         (nnimap-split-rule): Add FIXME comment.
12192         (nnimap-debug): Fix doc string.
12193
12194 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12197
12198 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12201         nslookup if resolv.conf isn't available.
12202         (dns-query): Rename from query-dns.
12203         (dns-query-cached): Rename from query-dns-cached.
12204
12205 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12208         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12209         to check if those variables exist (first appeared in Emacs 18.50).
12210
12211 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * mm-util.el (mm-line-number-at-pos): New function.
12214
12215         * spam-report.el (spam-report-process-queue): Use it.
12216
12217 2008-12-24  David Engster  <dengste@eml.cc>
12218
12219         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12220         parameters that haven't existed as variables as buffer-local variables.
12221
12222 2008-12-23  Dave Love  <fx@gnu.org>
12223
12224         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12225         cadar.
12226
12227         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12228         imap-starttls-p.
12229         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12230
12231 2008-12-22  Dave Love  <fx@gnu.org>
12232
12233         * imap.el: Fix author email.  Doc fixes.
12234         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12235         reply.
12236
12237 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * spam-report.el (spam-report-gmane-max-requests): New constant.
12240         (spam-report-gmane-wait): New variable.
12241         (spam-report-gmane-ham, spam-report-gmane-spam)
12242         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12243         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12244         the server.
12245
12246         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12247         Add explanations.
12248
12249         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12250         nnheader-accept-process-output and nnheader-read-timeout if available.
12251         (pop3-movemail): Use it.
12252
12253         * message.el (message-check-news-body-syntax): Fix signature check if
12254         there's an attachment.
12255
12256 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * mm-util.el: Add comments to the mm- emulating functions.
12259
12260 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12261
12262         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12263         Reported by Stephen Berman <stephen.berman@gmx.net>.
12264
12265 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * mm-util.el (mm-substring-no-properties): New function.
12268         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12269         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12270         (mm-string-to-multibyte): Doc fix.
12271
12272         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12273
12274 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * mml.el (mml-attach-file): Strip text properties from file name.
12277         (Bug#1574)
12278
12279 2008-12-16  Glenn Morris  <rgm@gnu.org>
12280
12281         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12282
12283 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12286         knows since the charset specified might be a bogus alias that
12287         mm-charset-synonym-alist provides.
12288
12289 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12292         "ISO_8859-1".
12293
12294         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12295
12296 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * mm-util.el (mm-charset-eval-alist):
12299         Define it before mm-charset-to-coding-system.
12300         (mm-charset-to-coding-system): Add optional argument `silent';
12301         define it before mm-charset-override-alist.
12302         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12303         default value if it can be used in Emacs currently running;
12304         silence mm-charset-to-coding-system.
12305
12306 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12309         `allow-override' which says whether to use `mm-charset-override-alist'.
12310         (rfc2047-decode-encoded-words): Use it.
12311
12312         * mm-util.el (mm-charset-override-alist): Fix custom type;
12313         add `(gb2312 . gbk)' to choices.
12314
12315 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12318         fast.
12319
12320         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12321
12322         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12323
12324 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12325
12326         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12327         on links.
12328
12329         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12330
12331 2008-12-03  Lute Kamstra  <lute@gnu.org>
12332
12333         * sha1.el: Remove leading * from docstrings of defcustoms,
12334         deffaces, defconsts and defuns.
12335
12336 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12339         users' addresses that don't have domain parts.
12340         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12341         rather than message-narrow-to-head since there will be the message
12342         header separator.
12343
12344 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12345
12346         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12347         since the result is inserted in a unibyte buffer anyway.
12348         (nnimap-demule-use-string-to-multibyte): Remove.
12349         (nnimap-demule): Alias it to mm-string-to-multibyte.
12350
12351 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12354         variable for debugging bug#464 and bug#1174.
12355         (nnimap-demule): Use it.
12356
12357 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12360         score calculation correctly.
12361
12362 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12363
12364         * message.el (message-send-mail): Just set the buffer to unibyte
12365         rather than use mm-with-unibyte-current-buffer which does a lot more.
12366         (message-send-mail-partially): Don't bother with
12367         mm-with-unibyte-current-buffer since it's already been made unibyte by
12368         message-send-mail.
12369
12370 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12371
12372         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12373
12374 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12375
12376         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12377
12378 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12381         require itself and to remove `with-no-warnings'.
12382
12383 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12384
12385         * starttls.el (starttls-any-program-available): Get the name of the
12386         available TLS layer program.
12387         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12388         well as the host name in the "opening" message.
12389
12390         * auth-source.el (auth-source-cache, auth-source-do-cache)
12391         (auth-source-user-or-password): Cache passwords and logins by default,
12392         allow override with `auth-source-do-cache'.
12393         (auth-source-forget-user-or-password): Allow users to remove cache
12394         entries if needed.
12395
12396 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12397
12398         * md4.el (md4-buffer): Fix typo in docstring.
12399         (md4, md4-64): Doc fixes.
12400         (md4-pack-int32): Reflow docstring.
12401
12402 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12403
12404         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12405         condition-case to only the forward-sexp call.
12406
12407 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12408
12409         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12410         quotes contained.  Make it more robust regardless by an extra
12411         condition-case wrapper.
12412
12413 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12416
12417 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * nnml.el (nnml-request-expire-articles): Check if the function set to
12420         `nnmail-expiry-target' returns the symbol `delete'.
12421
12422         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12423
12424         * nnmail.el (nnmail-expiry-target): Fix custom type.
12425
12426 2008-10-02  Glenn Morris  <rgm@gnu.org>
12427
12428         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12429         Silence compiler warning.
12430
12431 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12432
12433         * tls.el (open-tls-stream): Show the actual command being
12434         executed, instead of the format string.
12435
12436 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * lpath.el: Fbind codepage-setup for Emacs 23.
12439
12440 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12441
12442         * mml.el (mml-menu): Don't assume mml2015 is bound.
12443
12444 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12447         exists.
12448
12449 2008-09-27  Glenn Morris  <rgm@gnu.org>
12450
12451         * gnus-util.el (mail-header-remove-comments): Autoload it.
12452
12453 2008-09-27  Andreas Schwab  <schwab@suse.de>
12454
12455         * gnus-util.el (gnus-split-references): Strip comments.
12456         (gnus-parent-id): Likewise.
12457
12458 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * message.el (message-confirm-send): Fix version.
12461
12462 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * message.el (message-idna-to-ascii-rhs-1): Use
12465         mail-extract-address-components rather than mail-header-parse-addresses
12466         that is an alias by default to ietf-drums-parse-addresses that does not
12467         support non-ASCII names in headers' contents.
12468
12469 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12470
12471         * message.el (message-confirm-send): Fix variable documentation to
12472         avoid the "y/n" wording.
12473
12474 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12475
12476         * message.el (message-set-auto-save-file-name): Save to a different
12477         filename so multiple messages (especially drafts) can be recovered.
12478
12479 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12480
12481         * message.el (message-confirm-send): Add appropriate version.
12482
12483 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12484
12485         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12486         defvar.
12487
12488 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12489
12490         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12491         (mm-pkcs7-enveloped-magic): Ditto.
12492
12493 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12494
12495         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12496         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12497
12498 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12499
12500         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12501         default, it's better.
12502
12503 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12504
12505         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12506         summary line gnus-number property and ignore them (with a warning
12507         message).
12508
12509 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12512         macro caddr in the interactive form since it won't be expanded.
12513
12514 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12517         `charset'; fix name of function called recursively.
12518         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12519
12520 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12523         (gnus-mime-set-charset-parameters): New function.
12524         (gnus-mime-view-part-as-charset): Use it to correctly display part
12525         specifying wrong charset.
12526
12527 2008-09-08  David Engster  <dengste@eml.cc>
12528
12529         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12530         in completing-read for back end server.
12531
12532 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12533
12534         * message.el (message-confirm-send): New variable to confirm sending a
12535         message.
12536         (message-send): Use it.
12537
12538 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12539
12540         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12541
12542 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12545
12546 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12547
12548         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12549         prevent tracking too many groups.
12550         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12551         Use it.
12552
12553 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12554
12555         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12556         moving point to the bottom of the window in order to avoid recentering.
12557
12558 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12561
12562         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12563         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12564         (gnus-article-beginning-of-window): Fix calculation.
12565
12566 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gnus-msg.el (gnus-summary-supersede-article)
12569         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12570         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12571         message header.
12572
12573 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12574
12575         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12576         pending output coming after the status change.
12577
12578 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12579
12580         * message.el:
12581         * gnus-start.el:
12582         * gnus-registry.el: Remove VMS support.
12583
12584 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12587         macro.
12588         (rfc2104-hash): Use it.
12589
12590 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12593         (gnus-summary-sort-by-most-recent-date): New commands.
12594         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12595         and menu entries.
12596
12597 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12600         don't redisplay article for raw contents; remove plural articles stuff.
12601
12602         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12603         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12604         on gnus-summary-save-article; display results properly.
12605
12606 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * lpath.el: No need to fbind ns-focus-frame.
12609
12610 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12613
12614 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * gnus-art.el (gnus-summary-save-in-pipe):
12617         Consider gnus-save-all-headers.
12618
12619 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12620
12621         * gnus-util.el (ns-focus-frame): Remove declaration.
12622         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12623         like x.
12624
12625 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12626
12627         * rfc2104.el (rfc2104-zero): Delete defconst.
12628         (rfc2104-hex-alist): Likewise.
12629         (rfc2104-hex-to-int): Delete func.
12630         (rfc2104-hexstring-to-bitstring): Likewise.
12631         (rfc2104-nybbles): New defconst.
12632         (rfc2104-hash): Rewrite for speed.
12633
12634 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * tls.el (open-tls-stream): Make it work with the 2nd argument
12637         BUFFER that is a string but does not exist as a buffer object, as
12638         mentioned in the doc-string.
12639
12640 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12643         SXEmacs.
12644
12645 2008-07-16  Glenn Morris  <rgm@gnu.org>
12646
12647         * gnus-util.el (ns-focus-frame): Declare for compiler.
12648
12649 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12652         set as a group parameter.
12653         (gnus-summary-save-in-pipe): Work when it is called independently.
12654         (gnus-summary-pipe-to-muttprint): Don't modify
12655         gnus-summary-pipe-output-default-command.
12656
12657 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12658
12659         * message.el (message-send-mail-with-sendmail):
12660         Display the error message.
12661
12662 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-art.el (gnus-default-article-saver):
12665         Add gnus-summary-save-in-pipe to choices.
12666         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12667         gnus-summary-pipe-output-default-command as the default command.
12668         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12669         instead of gnus-last-shell-command.
12670
12671         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12672         New user option.
12673         (gnus-summary-muttprint-program): Mention the value will be changed.
12674         (gnus-summary-save-article): Force showing of all headers.
12675         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12676
12677 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12678
12679         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12680
12681 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12682
12683         * nnimap.el (nnimap-id):
12684         * sieve-manage.el (sieve-manage-open): Doc fixes.
12685
12686 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12687
12688         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12689         if available.
12690
12691 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12692
12693         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12694
12695         * nnkiboze.el (nnkiboze-generate-group):
12696         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12697
12698         * nnmairix.el: Require CL.
12699
12700 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * dgnushack.el: Autoload get-display-table and put-display-table for
12703         XEmacs 21.5.
12704
12705         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12706         21.4 and SXEmacs.
12707
12708 2008-06-15  David Engster  <dengste@eml.cc>
12709
12710         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12711
12712 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12713
12714         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12715         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12716         runtime choice under XEmacs.
12717
12718         * gnus-sum.el (gnus-summary-set-display-table):
12719         Use `gnus-put-display-table', `gnus-get-display-table',
12720         `gnus-set-display-table' for the display table, instead of `aset'.
12721
12722         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12723         Use `gnus-put-display-table', `gnus-get-display-table',
12724         `gnus-set-display-table' for the display table.
12725
12726 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * nnmairix.el: Add autoloads.
12729
12730 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * nnmairix.el (nnmairix-delete-recreate-group)
12733         (nnmairix-update-and-clear-marks): Fix error messages.
12734
12735 2008-06-14  David Engster  <dengste@eml.cc>
12736
12737         * nnmairix.el: Upgrade to version 0.6.
12738         (nnmairix-group-toggle-propmarks-this-group)
12739         (nnmairix-group-toggle-readmarks-this-group)
12740         (nnmairix-group-delete-recreate-this-group)
12741         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12742         (nnmairix-remove-tick-mark-original-article): New commands.
12743         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12744         (nnmairix-propagate-marks-to-nnmairix-groups)
12745         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12746         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12747         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12748         functions needed for marks propagation and manipulation of read marks.
12749         (nnmairix-update-groups): New function.
12750         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12751         (nnmairix-determine-original-group-from-registry)
12752         (nnmairix-determine-original-group-from-path)
12753         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12754         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12755         New helper functions.
12756         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12757         keystrokes for new commands.
12758         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12759         (nnmairix-request-group): Check allow-fast group parameter.
12760         (nnmairix-request-create-group): Set allow-fast group parameter if
12761         nnmairix-allowfast-default is set.
12762         (nnmairix-close-group): Propagate marks upon closing if needed.
12763         (nnmairix-group-toggle-threads-this-group): Use new.
12764         nnmairix-group-toggle-parameter helper function.
12765         (nnmairix-search): Better check for empty search result.
12766         (nnmairix-goto-original-article): Use new helper functions for
12767         determining original article.
12768         (nnmairix-show-original-article): Make sure message-id is in brackets.
12769         (nnmairix-call-mairix-binary): Change variable name.
12770         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12771         helper function.
12772         (nnmairix-widget-toggle-activate): Fix doc string.
12773
12774 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * nnir.el: Require edmacro when compiling with XEmacs.
12777         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12778         available in Emacs 21.
12779
12780 2008-06-11  Glenn Morris  <rgm@gnu.org>
12781
12782         * gnus-util.el (x-focus-frame):
12783         * gnus.el (image-size):
12784         * mm-decode.el (image-size): Declare.
12785
12786         * gnus-picon.el (declare-function): Add compat definition.
12787         (image-size): Declare.
12788
12789         * gnus-group.el (tool-bar-map):
12790         * gnus-sum.el (tool-bar-map): Define for compiler.
12791
12792         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12793
12794         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12795
12796         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12797         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12798         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12799         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12800         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12801         * sieve-manage.el, spam-report.el, spam.el:
12802         Remove unnecessary eval-and-compile of autoloads.
12803
12804 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12805
12806         * auth-source.el: Precise Tramp doc.
12807
12808 2008-06-07  Glenn Morris  <rgm@gnu.org>
12809
12810         * nnmairix.el: Remove unnecessary eval-when-compile.
12811
12812 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * lpath.el: Fbind propertize for XEmacs 21.4.
12815
12816 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * nnir.el: Move here from ../contrib.
12819
12820 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12821
12822         * gnus-util.el (gnus-read-shell-command): New function.
12823         * mm-decode.el (mm-pipe-part):
12824         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12825
12826 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12829
12830 2008-06-03  Glenn Morris  <rgm@gnu.org>
12831
12832         * pop3.el (nnheader-accept-process-output): Autoload it.
12833
12834 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12837         are not 2-digit hexadecimal characters that follow `%'s.
12838
12839 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * message.el (message-bogus-recipient-p): Fix type in doc string.
12842         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12843         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12844         Improve custom options.
12845         (message-bogus-recipient-p): Adjust accordingly.
12846
12847 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12848
12849         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12850         long-form month and day names.
12851
12852 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * dgnushack.el: Autoload debug, eudc-expand-inline and
12855         pgg-snarf-keys-region for XEmacs.
12856
12857         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12858
12859         * nnmairix.el: Require edmacro when compiling with XEmacs.
12860
12861 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12864         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12865
12866 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12867
12868         * auth-source.el: Add more docs.
12869
12870         * netrc.el (netrc-machine): Always match if the port is not given.
12871
12872 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12873
12874         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12875         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12876         retrieval faster in some cases, but might make CPU usage larger.
12877         If this has any bad side effects, we might revert this change.
12878
12879         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12880         seems to make mail retrieval much, much faster.
12881         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12882         unconditionally.
12883
12884         * gnus-draft.el (gnus-group-send-queue):
12885         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12886
12887 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12890
12891         * message.el (message-bogus-address-regexp): Fix and improve custom
12892         type.
12893         (message-setup-hook): Add message-check-recipients as custom option.
12894
12895 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * message.el (message-cite-function): Remove bogus autoload which crept
12898         in during merge from v5-10.
12899
12900 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12901
12902         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12903
12904         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12905
12906         * auth-source.el: Preliminary Tramp docs.
12907         (auth-sources): Change the default auth-sources to use
12908         EPA .gpg files.
12909
12910 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12911
12912         * nntp.el: Autoload `auth-source-user-or-password'.
12913         (nntp-send-authinfo): Use it.
12914
12915         * nnimap.el: Autoload `auth-source-user-or-password'.
12916         (nnimap-open-connection): Use it.
12917
12918         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12919         for the gnus-message function.
12920         (auth-source-user-or-password): Use it.
12921
12922 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12923
12924         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12925         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12926         (rfc2104-hash): Use it.
12927
12928 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12929
12930         * gnus-art.el (gnus-article-toggle-truncate-lines):
12931         Don't use `iff' in docstring.
12932
12933 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12934
12935         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12936
12937         * gnus-util.el (gnus-extract-address-component-name)
12938         (gnus-extract-address-component-email): Convenience functions around
12939         `gnus-extract-address-components'.
12940
12941         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12942         Use `gnus-extract-address-component-email' to fix bug of comparing full
12943         sender name to `user-mail-address'.
12944
12945 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12946
12947         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12948         catch/throw to optimize.
12949         (gnus-registry-find-keywords): Just use member to find a keyword.
12950
12951 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12952
12953         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12954         is current before calling gnus-server-prepare.
12955         (gnus-server-setup-buffer, gnus-server-update-server)
12956         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12957
12958 2008-05-04  Juri Linkov  <juri@jurta.org>
12959
12960         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12961         (mailcap-file-default-commands): Use mailcap-replace-in-string
12962         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12963         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12964
12965 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12966
12967         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12968
12969 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12970
12971         * gnus.el: Bump version to 0.11.
12972
12973 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12974
12975         * gnus.el: No Gnus v0.10 is released.
12976
12977 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12978
12979         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12980         hooks.
12981         (gnus-update-read-articles): Speed up non-marks-using users.
12982         (gnus-use-marks): Define gnus-use-marks.
12983         (gnus-propagate-marks): Rename variable to something more sensible.
12984
12985 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12986
12987         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12988         (gmm-image-load-path-for-library): Fix typos in docstrings.
12989         (gmm-message): Reflow docstring.
12990
12991 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12992
12993         * mail-source.el (mail-source-set-1, mail-source-bind):
12994         Move auth-source code out of the macro to clean it up and fix bugs.
12995
12996 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12997
12998         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12999         by sender if it's equal to user-mail-address, it's likely to be
13000         useless.
13001
13002         * mail-source.el (mail-source-bind): Don't use user or password if they
13003         are not bound.  Unintern them if they are nil.  Don't use server unless
13004         it's bound, and default it to empty string otherwise.
13005
13006 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13007
13008         * mail-source.el: Load auth-source.el.
13009         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13010         get user name or password, if auth-sources is set up.
13011
13012         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13013         strategy of splitting with parent.
13014         (gnus-registry-split-fancy-with-parent)
13015         (gnus-registry-post-process-groups): Use it and fix prior
13016         bug (returning a list as the split result).
13017
13018         * auth-source.el (auth-sources): Remove server parameter.
13019         (auth-source-pick, auth-source-user-or-password)
13020         (auth-source-user-or-password-imap)
13021         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13022         (auth-source-user-or-password-sftp)
13023         (auth-source-user-or-password-smtp): Remove server parameter.
13024
13025 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13026
13027         * smime.el (smime-sign-region, smime-encrypt-region)
13028         (smime-decrypt-region):
13029         Remove redundant calls to `generate-new-buffer-name'.
13030
13031 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13032
13033         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13034         Don't use QP for message/rfc822.
13035         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13036
13037 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13038
13039         * sieve-manage.el (sieve-string-bytes): Remove.
13040         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13041         correct byte-length only if the process's coding-system is the same as
13042         the one used internally by Emacs to represent strings.
13043
13044 2008-04-22  Juri Linkov  <juri@jurta.org>
13045
13046         * mailcap.el (mailcap-file-default-commands): New function.
13047
13048 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * message.el (message-signature-separator, message-cite-function):
13051         Change custom version.
13052
13053 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13054
13055         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13056         commands.
13057         (tls-checktrust): Ditto.
13058
13059 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * mm-decode.el (mm-display-external): Make temp file read-only.
13062
13063 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13066         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13067         `C-c C-f d'.
13068
13069 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13070
13071         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13072
13073 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * gnus.el: Bump version to 0.9.
13076
13077 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13078
13079         * gnus.el: No Gnus v0.8 is released.
13080
13081 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13082
13083         * mail-source.el (mail-source-value):
13084         Prefer fboundp to functionp so it works with macros as well.
13085
13086 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13087
13088         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13089         Fix last change in case the element is not even a symbol.
13090
13091 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13092
13093         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13094         Prefer fboundp to functionp so it works with macros as well.
13095
13096 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13097
13098         * auth-source.el: Add docs.
13099         (auth-sources): Modify format to support server.
13100         (auth-source-pick, auth-source-user-or-password)
13101         (auth-source-user-or-password-imap)
13102         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13103         (auth-source-user-or-password-sftp)
13104         (auth-source-user-or-password-smtp): Add server parameter.
13105
13106 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13107
13108         * gnus-registry.el: Initialize the registry when gnus-registry-install
13109         is t.
13110
13111 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * compface.el (uncompface): Make buffer unibyte.
13114
13115 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13116
13117         * mail-source.el (mail-source-value):
13118         Prefer fboundp to functionp so it works with macros as well.
13119
13120 2008-04-05  Glenn Morris  <rgm@gnu.org>
13121
13122         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13123
13124 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13125
13126         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13127         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13128
13129         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13130         multibyteness after rather than before erasing it.
13131
13132         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13133         mm-with-multibyte.
13134         (gnus-request-article-this-buffer): Make sure the proper decoding is
13135         used if gnus-original-article-buffer happens to be unibyte.
13136
13137         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13138         default-enable-multibyte-characters.
13139
13140         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13141         default-enable-multibyte-characters.
13142
13143         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13144
13145         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13146
13147 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13148
13149         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13150         Fix last change in case the element is not even a symbol.
13151
13152 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13153
13154         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13155         (imap-message-copyuid-1): Use it.
13156         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13157         J. Williams in
13158         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13159
13160         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13161         imap-enable-exchange-bug-workaround.
13162         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13163
13164 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13165
13166         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13167         a 100 byte status-checks into a 2-3MB transfer for each group.
13168         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13169         to enable bug workaround or not.
13170         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13171
13172 2008-03-31  Glenn Morris  <rgm@gnu.org>
13173
13174         * message.el (mml2015-use): Declare for compiler.
13175         (message-info): Require mml2015 when appropriate.
13176
13177 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13180         whitespace.
13181
13182 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13183
13184         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13185         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13186         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13187         (nntp-service-to-port): New function.
13188         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13189         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13190         (nntp-open-netcat-stream): New function.
13191         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13192
13193 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13194
13195         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13196
13197 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13198
13199         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13200
13201 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13202
13203         * dns.el (dns-write): Use set-buffer-multibyte.
13204
13205 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13206
13207         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13208
13209 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * message.el (message-signature-separator): Change default.
13212         Improve custom type.
13213         (message-cite-function): Change default to
13214         message-cite-original-without-signature.
13215
13216         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13217         toggle.
13218
13219         * message.el (message-check-news-body-syntax): Fix signature check.
13220         (message-setup-1): Mark buffer as unmodified _after_ running
13221         message-setup-hook and handling message-alternative-emails.
13222         (message-shorten-references): Be more strict when building list of
13223         valid references to comply with GNKSA.
13224
13225         * gnus-group.el (gnus-read-ephemeral-bug-group)
13226         (gnus-read-ephemeral-debian-bug-group)
13227         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13228
13229         * message.el (message-info): Don't use booleanp which isn't supported
13230         in Emacs 21 and XEmacs.
13231
13232 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13235         gnus-group-gmane-group-download-format.
13236         (gnus-group-read-ephemeral-gmane-group): Rename from
13237         gnus-group-read-ephemeral-gmane-group.
13238         (gnus-read-ephemeral-gmane-group-url): Rename from
13239         gnus-group-read-ephemeral-gmane-group-url.
13240         (gnus-bug-group-download-format-alist): New variable.
13241         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13242         (gnus-read-ephemeral-emacs-bug-group): New commands.
13243
13244 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13245
13246         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13247         (gnus-visible-headers): Improve custom type.
13248
13249 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * mml.el (mml-menu): Add workarounds for XEmacs.
13252
13253         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13254         X-Boundary header.
13255
13256         * message.el (message-simplify-recipients): Fix previous commit.
13257
13258 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13259
13260         * mm-util.el (mm-set-buffer-multibyte): New function.
13261         * mm-decode.el (mm-copy-to-buffer): Use it.
13262
13263         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13264         Prefer fboundp to functionp so it works with macros as well.
13265
13266 2008-03-19  Glenn Morris  <rgm@gnu.org>
13267
13268         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13269         Accidentally removed in the sync process with Emacs.
13270
13271 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13272
13273         * message.el (message-alter-recipients-discard-bogus-full-name):
13274         New function.
13275         (message-alter-recipients-function): New variable.
13276         (message-get-reply-headers): Use it.
13277         (message-replace-header): New helper function.
13278         (message-recipients-without-full-name): New variable.
13279         (message-simplify-recipients): New command.
13280
13281         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13282
13283         * message.el (message-info): Handle EasyPG manual.
13284
13285         * mml.el (mml-menu): Add entry for EasyPG.
13286
13287 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13288
13289         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13290         parameter.
13291
13292         * message.el (message-disassociate-draft): Specify drafts group name
13293         fully.
13294
13295 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13296
13297         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13298         Eliminate unnecessary duplicates from the match list.
13299
13300 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13303
13304         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13305
13306         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13307         args of `how-many' of which the XEmacs version doesn't take; declare
13308         Info-index-next as function.
13309
13310 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * gnus-score.el (gnus-score-headers): Fix handling of
13313         gnus-inhibit-slow-scoring.
13314
13315         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13316         string.
13317         (gnus-button-url-regexp): Improve handling of parenthesis.
13318         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13319         (gnus-button-handle-info-keystrokes): Handle index entries.
13320
13321 2008-03-15  Glenn Morris  <rgm@gnu.org>
13322
13323         * parse-time.el (parse-time-string): Simplify.
13324
13325 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13328         Incoming* files.
13329
13330 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13331
13332         * auth-source.el (auth-sources): Rename from auth-source-choices.
13333         (auth-source-pick): Use it.
13334
13335 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13336
13337         * binhex.el (binhex-decode-region-internal):
13338         * uudecode.el (uudecode-decode-region-internal):
13339         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13340         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13341         setting default-enable-multibyte-characters.
13342
13343 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13344
13345         * auth-source.el (auth-source-protocols)
13346         (auth-source-protocols-customize, auth-source-choices): Add and
13347         modified variable customizations and defaults.
13348         (auth-source-pick, auth-source-user-or-password)
13349         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13350         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13351         (auth-source-user-or-password-sftp)
13352         (auth-source-user-or-password-smtp): Use new variables and provide an
13353         interface to netrc.el.
13354
13355 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13358         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13359         Make sure the nntp port to specify is a string.
13360
13361 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13362
13363         * nntp.el: Use with-current-buffer.
13364         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13365         dubious mm-with-unibyte-current-buffer.
13366         (nntp-with-open-group-function): New function extracted from
13367         nntp-with-open-group macro.
13368         (nntp-with-open-group): Use the function, so it's easier to debug.
13369         Add indentation and debugging info.
13370         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13371         Recommend the use of the netcat alternatives.
13372
13373         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13374         Avoid mm-string-as-multibyte as well.
13375
13376         * nnweb.el (nnweb-insert-html):
13377         Remove use of nnheader-string-as-multibyte.
13378
13379         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13380         (nnheader-string-as-multibyte): Remove.
13381
13382         * mm-view.el: Use inhibit-read-only.
13383         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13384         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13385         or unibyte-string.
13386
13387         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13388         (mm-uu-yenc-extract): Use with-current-buffer.
13389
13390         * gnus-soup.el (gnus-soup-send-packet): Don't use
13391         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13392
13393         * nnmh.el: Use with-current-buffer.
13394         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13395         mm-string-as-multibyte on the output of mm-encode-coding-string.
13396
13397         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13398         (nnimap-request-move-article): Use with-current-buffer.
13399
13400         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13401         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13402         conversion uses string-make-unibyte rather than string-as-unibyte.
13403
13404         * gnus-msg.el: Use with-current-buffer.
13405
13406         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13407
13408 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13409
13410         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13411         string for caching if it is 'PIN.
13412
13413 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * lpath.el: Consider the case without Emacs/W3.
13416
13417 2008-03-08  Glenn Morris  <rgm@gnu.org>
13418
13419         * time-date.el (date-to-time, time-subtract, time-add)
13420         (safe-date-to-time): Doc fixes.
13421
13422 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * mail-source.el (mail-source-delete-old-incoming-confirm):
13425         Change default to nil.
13426         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13427
13428 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * lpath.el: Rearrange.
13431
13432         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13433         (gnus-article-goto-prev-page): Work for articles having ^L's.
13434
13435         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13436
13437         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13438
13439 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13440
13441         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13442         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13443         (gnus-bookmark-jump): Adjust some variable names.
13444
13445 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13446
13447         * auth-source.el: New package.
13448         (auth-source-choices): Add customization entry point variable.
13449
13450         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13451         bug.
13452
13453 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13454
13455         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13456         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13457         (gnus-registry-install-shortcuts): Rename from
13458         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13459         the `gnus-registry-mark-map' keymap dynamically from
13460         `gnus-registry-marks'.  The generated functions update the summary line
13461         when a registry mark is added or deleted, and will call
13462         `gnus-registry-install-p' (see the comments in the code).
13463         (gnus-registry-user-format-function-M): Use concat intelligently.
13464
13465         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13466         the registry mark functions.
13467
13468 2008-03-05  Glenn Morris  <rgm@gnu.org>
13469
13470         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13471         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13472         gnus-art.
13473         (top-level): No need to load own source when compiling.
13474
13475 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13478         Suggested by <chris.anderton@zetnet.co.uk>.
13479
13480 2008-03-04  Glenn Morris  <rgm@gnu.org>
13481
13482         * gnus-sum.el (top-level): No need to require gnus when compiling,
13483         since unconditionally required near start of file.
13484         (gnus-summary-display-while-building): Move definition before use.
13485
13486 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13487
13488         * gnus-registry.el (gnus-registry-user-format-function-M):
13489         Add formatting function.
13490
13491 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13492
13493         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13494         with plists.
13495         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13496         Use new format.
13497
13498 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13501         `where-is-internal' that returns a range of key sequences.
13502
13503 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13504
13505         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13506
13507         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13508         (gnus-summary-jump-to-group): Consider windows on other displayed
13509         frames as well.  Similar changes might be needed elsewhere, but that's
13510         the one I've bumped into during my use.
13511
13512         * nndoc.el (nndoc-oe-dbx-type-p):
13513         * gnus-msg.el (gnus-debug):
13514         * gnus-group.el (gnus-update-group-mark-positions):
13515         Use mm-string-to-multibyte.
13516
13517 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13520         doesn't handle NotDashEscaped.
13521
13522         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13523         (mml-dnd-attach-options): Fix typo in custom choice.
13524
13525         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13526         Change nndoc-article-type to mbox.
13527         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13528
13529         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13530         to nil, instead of html2text.
13531
13532         * imap.el (imap-debug): Add `imap-ping-server'.
13533
13534         * gnus-bookmark.el: Add FIXMEs.
13535
13536         * message.el (message-form-letter-separator)
13537         (message-send-form-letter-delay): New variables.
13538         (message-send-form-letter): Use them.  New command to send form
13539         letters.  Requested by Uwe Siart.
13540         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13541
13542 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * Update copyright years.
13545
13546 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         Sync from EMACS_22_BASE.
13549
13550         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13551
13552 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13553
13554         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13555         empty author.
13556
13557 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13558
13559         * gnus-registry.el (gnus-registry-marks): Add variable for
13560         customization of marks and their appearance.
13561         (gnus-registry-read-mark): Use it.
13562         (gnus-registry-do-marks): Add utility function to loop through
13563         `gnus-registry-marks'.
13564         (gnus-registry-install-shortcuts-and-menus): Add function to install
13565         shortcuts and menus.
13566         (gnus-registry-initialize): Use it.
13567         (gnus-registry-default-mark): Clarify documentation.
13568
13569 2008-02-29  Glenn Morris  <rgm@gnu.org>
13570
13571         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13572         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13573         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13574         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13575         Change defcustom :version from 23.0 to 23.1.
13576
13577 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13578
13579         * gnus-registry.el (gnus-registry-follow-group-p)
13580         (gnus-registry-post-process-groups): Add functions to aid registry
13581         splitting and improve logging.  Clarify behavior in function
13582         documentation.
13583         (gnus-registry-split-fancy-with-parent): Use them.
13584
13585 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13586
13587         * gnus-art.el: Use with-current-buffer.
13588
13589 2008-02-27  David Engster  <dengste@eml.cc>
13590
13591         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13592         Express real group name in the response.
13593
13594 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13597         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13598         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13599         autoload gnus-registry-fetch-group when compiling.
13600         (nnmairix-request-group-with-article-number-correction):
13601         Remove unreferenced argument passed to nnmairix-call-backend.
13602
13603 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13606         (mm-uu-extract): Improve face for low color ttys.
13607         Reported by Sascha Wilde.
13608
13609 2008-02-27  Glenn Morris  <rgm@gnu.org>
13610
13611         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13612         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13613         variables to defconsts.  Convert comments to doc-strings.
13614         (nnmairix-last-server, nnmairix-current-server): Convert from free
13615         variables to defvars.  Convert comments to doc-strings.
13616         (gnus-registry-fetch-group): Autoload.
13617         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13618         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13619         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13620         caddr.
13621         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13622         nnmairix-request-group-with-article-number-correction call.
13623         (nnmairix-fast, nnmairix-group): New, less general names, for free
13624         variables passed from nnmairix-request-group to
13625         nnmairix-request-group-with-article-number-correction.  Declare.
13626         (nnmairix-request-group-with-article-number-correction):
13627         Use nnmairix-fast, nnmairix-group rather than fast, group.
13628
13629 2008-02-26  David Engster  <dengste@eml.cc>
13630
13631         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13632         version 0.5.
13633
13634 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13635
13636         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13637         instead of making an extra function call.  Don't add the current group
13638         to articles only when they have the group.  Use
13639         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13640         Reported by David <de_bb@arcor.de>.
13641
13642 2008-02-24  Miles Bader  <miles@gnu.org>
13643
13644         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13645         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13646         (mm-find-mime-charset-region):
13647         * mm-bodies.el (mm-encode-body):
13648         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13649
13650 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13653         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13654
13655 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13656
13657         * mail-source.el (mail-source-delete-incoming): Change default.
13658         Supplement doc string.
13659
13660         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13661
13662 2008-02-14  Glenn Morris  <rgm@gnu.org>
13663
13664         * time-date.el (format-seconds): New function.
13665
13666 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * nnmail.el (nnmail-message-id-cache-file): Derive from
13669         `gnus-home-directory'.
13670
13671 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13674         Document negative prefix.
13675
13676         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13677
13678 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13679
13680         * message.el (message-unsent-separator): Add the Exim bounce
13681         separator.
13682
13683 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13684
13685         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13686         list.
13687         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13688         recipient/signer list.
13689
13690 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * Makefile.in (datarootdir): Define.
13693         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13694         name that might contain whitespace.
13695
13696 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13699         fbound (Emacs 23 unicode), signal an error.
13700
13701 2008-02-08  Glenn Morris  <rgm@gnu.org>
13702
13703         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13704
13705 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13706
13707         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13708         ports to the calls to `netrc-machine-user-or-password' in addition to
13709         "imap" and "imaps".
13710
13711 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13712
13713         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13714
13715         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13716
13717 2008-02-01  Kenichi Handa  <handa@m17n.org>
13718
13719         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13720         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13721         (rfc2104-hash): Convert the result of concat to unibyte string.
13722
13723 2008-02-01  Dave Love  <fx@gnu.org>
13724
13725         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13726         coding-system-for-read.
13727         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13728
13729 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13732         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13733         <hanche@math.ntnu.no>.
13734
13735 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13738
13739         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13740
13741 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13742
13743         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13744         * message.el (message-beginning-of-line): Use featurep instead of bound
13745         tests in order to resolve conditionals at compile time.
13746
13747 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13748
13749         * mail-source.el (mail-sources): Add `group' choice.
13750
13751         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13752         parameter `in-group' to control into which group the articles go.
13753         Add treatment of `group' mail-source.
13754
13755 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13758
13759         * mm-decode.el (mm-dissect-buffer): Decode description.
13760
13761         * mml.el (mml-to-mime): Encode message header first.
13762
13763 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13766         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13767
13768         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13769         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13770
13771 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13772
13773         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13774
13775 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13778         prefix keys.
13779         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13780         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13781         gnus-xmas.el.
13782
13783         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13784         (gnus-xmas-article-describe-bindings): New function.
13785         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13786         gnus-xmas-article-describe-bindings.
13787
13788         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13789
13790 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13791
13792         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13793         Add new variables for article mark management.
13794         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13795         list of extra data entries which, when present, will indicate that the
13796         article ID should not be trimmed from the registry.
13797         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13798         functions.
13799         (gnus-registry-read-mark): New function to read a mark name from the
13800         user.
13801         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13802         (gnus-registry-set-article-mark-internal): New functions to add and
13803         remove marks.
13804         (gnus-registry-get-article-marks): New function to show the marks for
13805         an article, or retrieve them for further use.
13806
13807 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13810         keys when no argument is given.
13811
13812 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * imap.el (imap-ping-server): New variable.
13815         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13816         (imap-ping-server): Minor doc string fixes.
13817
13818 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13819
13820         * imap.el (imap-ping-server): New function.
13821         (imap-opened): Call imap-ping-server.
13822
13823 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * gnus-sum.el (gnus-article-sort-by-random)
13826         (gnus-thread-sort-by-random): Fix doc strings.
13827         Reported by jidanni@jidanni.org.
13828
13829 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * gnus-art.el (gnus-article-describe-bindings): New function.
13832         (gnus-article-read-summary-keys): Use it.
13833         (gnus-article-mode-map): Bind `C-h b' to it.
13834
13835 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13838         XEmacs.
13839         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13840         Protect against non-character events.
13841
13842         * lpath.el: Fbind map-keymap for Emacs 21.
13843
13844 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13845
13846         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13847         New command.
13848         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13849         instead of END.  Change name of the temp file.
13850         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13851         customizable.
13852
13853 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13856         bind `S W' to gnus-article-wide-reply-with-original; set default
13857         binding to gnus-article-read-summary-send-keys.
13858         (gnus-article-read-summary-keys): Fix the order of keys; display
13859         continuation keys correctly in the echo area; describe bindings
13860         correctly when keys end with `C-h'.
13861         (gnus-article-read-summary-send-keys): New function.
13862         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13863         Work for gnus-article-read-summary-send-keys; display continuation keys
13864         correctly in the echo area.
13865         (gnus-article-reply-with-original): Ignore prefix argument.
13866         (gnus-article-wide-reply-with-original): New function.
13867
13868         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13869         Emacs 21.
13870
13871 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13874         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13875
13876 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13879         (gnus-group-read-ephemeral-gmane-group): New command.
13880
13881 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13882
13883         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13884
13885 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13886
13887         * message.el (message-send-mail-function): Increase custom version.
13888
13889         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13890         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13891
13892 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13893
13894         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13895         for the cases where imap-authenticate is called with a nil buffer
13896         parameter.
13897
13898 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13901         html parts correctly; support forwarded messages.
13902         (gnus-article-browse-html-article): Remove work buffers.
13903
13904         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13905         compiling.
13906         (netrc-bound-and-true-p): New macro.
13907         (netrc-parse): Use it instead of bound-and-true-p that is not available
13908         in XEmacs 21.4.
13909
13910 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13911
13912         * gnus-registry.el (gnus-registry-mark-article)
13913         (gnus-registry-article-marks): Add functionality to mark articles
13914         through the Gnus registry.
13915
13916         * encrypt.el: Clarify documentation for the new pgg method.
13917         (encrypt-file-alist): Add PGG option.
13918         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13919         functionality.  Abstract password key and messaging to external
13920         functions.
13921         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13922         (encrypt-message-method-and-cipher): Add new convenience external
13923         functions.
13924         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13925         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13926
13927         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13928         (netrc-parse): Use encrypt-file-alist to determine if
13929         encrypt-find-model or encrypt-insert-file-contents should be used.
13930
13931         * encrypt.el: Clarify documentation.  Load password-cache or
13932         password, whichever one is found first, instead of autoloading.
13933
13934 2007-12-19  Glenn Morris  <rgm@gnu.org>
13935
13936         * mml.el (message-options-set, message-narrow-to-head)
13937         (message-in-body-p, message-mail-p, message-encode-message-body):
13938         Autoload.
13939         (message-remove-header, message-narrow-to-headers-or-head)
13940         (message-subscribed-p, message-make-mail-followup-to)
13941         (message-position-on-field, message-news-p)
13942         (message-options-set-recipient, message-generate-headers)
13943         (message-sort-headers): Declare as functions.
13944
13945 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13948         convention in doc string.
13949
13950 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13953         title to html parts.
13954         (gnus-article-browse-html-article): Pass message header to it.
13955
13956         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13957
13958 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13961         or password compatible with XEmacs.
13962
13963 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13966         format document.
13967         (gnus-mime-delete-part): Don't write description line if empty.
13968         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13969
13970 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13971
13972         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13973         (gnus-summary-mark-read-and-unread-as-read)
13974         (gnus-summary-mark-current-read-and-unread-as-read)
13975         (gnus-summary-mark-unread-as-ticked): Doc fix.
13976         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13977
13978 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13981         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13982
13983 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13986         yes-or-no-p.
13987
13988 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * mm-decode.el (mm-add-meta-html-tag): New function.
13991         (mm-save-part-to-file, mm-pipe-part): Use it.
13992
13993         * gnus-art.el (gnus-article-browse-delete-temp-files):
13994         Use gnus-y-or-n-p instead of y-or-n-p.
13995         (gnus-article-browse-html-parts): Work with message/external-body; use
13996         mm-add-meta-html-tag.
13997
13998 2007-12-11  Glenn Morris  <rgm@gnu.org>
13999
14000         * gnus-cache.el: Require gnus-sum not just when compiling.
14001
14002         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14003
14004         * gnus-int.el (gnus-server-opened, gnus-status-message):
14005         Move definitions before use.
14006
14007         * mm-decode.el: Require gnus-util.
14008         (mm-remove-part): Only call delete-annotation on XEmacs.
14009
14010         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14011
14012         * nnmail.el: Require gnus-int.
14013
14014         * spam.el: Move `require's before `eval-when-compile's.
14015
14016         * gnus-ems.el (gnus-alive-p):
14017         * gnus-fun.el (message-goto-eoh):
14018         * gnus-util.el (gnus-group-name-decode):
14019         * mail-source.el (gnus-compress-sequence):
14020         * message.el (Info-goto-node, format-spec):
14021         * mm-bodies.el (message-options-get):
14022         * mm-decode.el (mm-view-pkcs7):
14023         * mm-util.el (gmm-write-region):
14024         * mml-smime.el (mml-compute-boundary)
14025         (gnus-completing-read-with-default):
14026         * mml.el (widget-button-press, gnus-make-hashtable):
14027         * mml1991.el (mm-decode-content-transfer-encoding)
14028         (mm-encode-content-transfer-encoding)
14029         (message-options-get, message-options-set):
14030         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14031         * nnfolder.el (gnus-request-group):
14032         * nnheader.el (ietf-drums-unfold-fws):
14033         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14034         * smime.el (gnus-run-mode-hooks):
14035         * spam-stat.el (gnus-message): Autoload.
14036
14037         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14038         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14039         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14040         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14041         Add declare-function compatibility definition.
14042
14043         * gnus-cache.el (nnvirtual-find-group-art):
14044         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14045         (gnus-add-image, gnus-add-wash-type):
14046         * gnus-group.el (nnkiboze-score-file):
14047         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14048         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14049         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14050         (message-tokenize-header, gnus-get-buffer-create)
14051         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14052         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14053         * gnus.el (gnus-group-decoded-name):
14054         * mail-source.el (imap-capability):
14055         * mm-bodies.el (message-options-set):
14056         * mm-decode.el (gnus-configure-windows):
14057         * mm-extern.el (message-goto-body):
14058         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14059         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14060         (epg-sub-key-validity, message-options-set):
14061         * mml.el (widget-event-point, gnus-configure-windows):
14062         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14063         * mml2015.el (epg-check-configuration, epg-configuration)
14064         (message-options-set):
14065         * nndb.el (nndb-request-article):
14066         * nnfolder.el (gnus-request-create-group):
14067         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14068         * nnmaildir.el (gnus-group-mark-article-read):
14069         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14070         * rfc1843.el (message-fetch-field):
14071         * spam.el (gnus-extract-address-components):
14072         Declare as functions.
14073
14074 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14077
14078         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14079
14080         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14081         bind show-trailing-whitespace for XEmacs.
14082
14083 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14086         new no-op macro for backward compatibility.
14087
14088         * imap.el (imap-string-to-integer): New function.
14089
14090 2007-12-09  Glenn Morris  <rgm@gnu.org>
14091
14092         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14093
14094         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14095         * message.el, mm-view.el, sieve-manage.el, smime.el:
14096         Add declare-function compatibility definition.
14097
14098         * gnus-art.el (w3-region, w3m-region, Info-menu):
14099         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14100         * gnus-sum.el (gnus-get-predicate):
14101         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14102         * message.el (mail-abbrev-in-expansion-header-p):
14103         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14104         (w3m-detect-meta-charset, w3m-region):
14105         * sieve-manage.el (password-read, password-cache-add)
14106         (password-cache-remove):
14107         * smime.el (password-read-and-add): Declare as functions.
14108
14109 2007-12-08  David Kastrup  <dak@gnu.org>
14110
14111         * gnus-sum.el (gnus-summary-simplify-subject-query):
14112         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14113         `message'.
14114
14115 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14118         it to bind idna-program, installation-directory, defined-colors, and
14119         face-attribute for XEmacs of the version that compiles defcustom forms.
14120
14121 2007-12-07  Glenn Morris  <rgm@gnu.org>
14122
14123         * gnus-art.el (article-make-date-line): Revert previous change.
14124
14125 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14128
14129 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14130
14131         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14132         Call gnus-add-to-range ranges only once with a prepared article-list.
14133
14134 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14135
14136         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14137         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14138         group names with backslashes.
14139         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14140
14141 2007-12-06  Deepak Goel  <deego3@gmail.com>
14142
14143         * gnus-art.el (article-make-date-line):
14144         * gnus-start.el (gnus-load):
14145         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14146
14147 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-art.el (gnus-use-idna):
14150         * gnus-start.el (gnus-site-init-file):
14151         * message.el (message-use-idna):
14152         * mm-uu.el (mm-uu-hide-markers):
14153         * smiley.el (smiley-style): Revert changes that suppress warnings.
14154
14155 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14158         specify charset to html source.
14159         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14160
14161 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14164         idna-program in order to suppress byte compile warning issued by XEmacs
14165         that came to byte compile the default value section of defcustom forms
14166         recently.
14167
14168         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14169         value of installation-directory.
14170
14171         * message.el (message-use-idna): Don't directly refer to the value of
14172         idna-program.
14173
14174         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14175
14176         * smiley.el (smiley-style): Don't directly call face-attribute.
14177
14178 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14181
14182         * gnus-dired.el: Reduce Gnus dependencies.
14183         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14184         Don't require.  Use autoloads instead.
14185         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14186         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14187         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14188         (gnus-dired-mode): Adjust doc string.
14189         (gnus-dired-mail-mode): New variable.
14190         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14191         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14192         (gnus-dired-mail-buffers): New function.  Return mail or message
14193         composition buffers.
14194         (gnus-dired-attach): Use it.
14195         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14196         NO-DECODE.
14197         (gnus-dired-print): Use `gnus-print-buffer' depending on
14198         `gnus-dired-mail-mode'.
14199
14200 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * rfc2047.el (rfc2047-encoded-word-regexp)
14203         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14204         explaining what regexp patterns are for.
14205
14206 2007-12-04  Glenn Morris  <rgm@gnu.org>
14207
14208         * password.el: Move to password-cache.el.
14209
14210         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14211         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14212         * mml-smime.el (password-read, password-cache-add)
14213         (password-cache-remove):
14214         No need to autoload, since mml-sec requires password.
14215
14216         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14217         * message.el (gnus-extract-address-components):
14218         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14219
14220         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14221         password.
14222
14223 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * mailcap.el: Reduce dependencies.
14226         (mail-header-parse-content-type): Autoload.
14227         (mailcap-delete-duplicates): New alias.
14228         (mailcap-mime-info): Add optional argument NO-DECODE.
14229         (mailcap-mime-types): Use mailcap-delete-duplicates.
14230
14231         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14232
14233 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14234
14235         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14236         (imap-parse-status): Upcase status-att for servers that sends them
14237         lower-case (e.g., MS Exchange 2007).
14238
14239 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14240
14241         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14242         function.
14243
14244         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14245         (gnus-uu-yenc-article): New function.
14246
14247         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14248
14249         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14250
14251 2007-12-02  Glenn Morris  <rgm@gnu.org>
14252
14253         * binhex.el (binhex): New custom group.
14254         (binhex-decoder-program, binhex-decoder-switches)
14255         (binhex-use-external): Move to the binhex custom group.
14256
14257         * uudecode.el (uudecode): New custom group.
14258         (uudecode-decoder-program, uudecode-decoder-switches)
14259         (uudecode-use-external): Move to the uudecode custom group.
14260
14261         * netrc.el (top-level): Don't load `encrypt' features.
14262         (netrc-parse): Don't use encrypt.
14263         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14264
14265         * encrypt.el: Remove file.
14266
14267 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14270         matches on patches.
14271
14272         * gnus-art.el (gnus-article-browse-html-article):
14273         Mention `mm-text-html-renderer' in the doc string.
14274
14275         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14276         string.  Add comments.
14277
14278         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14279         if rhs is ASCII.
14280
14281 2007-12-01  Glenn Morris  <rgm@gnu.org>
14282
14283         * mail-source.el (top-level): Require format-spec before
14284         eval-when-compile.
14285
14286 2007-11-30  Glenn Morris  <rgm@gnu.org>
14287
14288         * encrypt.el: Require password, rather than autoloading password-read.
14289
14290 2007-11-29  Glenn Morris  <rgm@gnu.org>
14291
14292         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14293         (sasl-make-client, sasl-next-step, sasl-step-data)
14294         (sasl-step-set-data): Declare as functions.
14295
14296 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14299
14300 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14301
14302         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14303         certs should be verified and what is to be done in the event of a
14304         verification failure.
14305
14306         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14307         caller can indicate whether the cache should be disregarded for this
14308         call.  This way the result of the call is reproducible at all times and
14309         can be considered a canonical server name for the supplied method.
14310         (gnus-agent-method-p): Canonicalize server names by pushing their
14311         method through `gnus-method-to-server' using the no-cache argument.
14312
14313         * gnus-srvr.el (gnus-server-insert-server-line):
14314         Call `gnus-method-to-server' with `no-cache' argument.
14315
14316         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14317         gnus-agent-possibly-synchronize-flags as this should be called when the
14318         server is actually being opened.
14319         (gnus-agent-possibly-synchronize-flags)
14320         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14321         flags file of an agentized server to the latter function.
14322
14323         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14324         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14325         after a connection has been established successfully.
14326
14327 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * gnus-art.el (article-display-face): Force to display face if called
14330         interactively; check if gnus-article-x-face-too-ugly matches author.
14331         (article-display-x-face): Display face even if From header is missing
14332         as article-display-face does.
14333
14334 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14335
14336         * hashcash.el (message-narrow-to-headers-or-head)
14337         (message-fetch-field, message-goto-eoh)
14338         (message-narrow-to-headers): Declare as functions.
14339
14340 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * mail-source.el (mail-sources): Default to fetch from file for
14343         compatibility with default of nnmail-spool-file.
14344
14345 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14348         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14349         to look for encoded word that should be encoded again.
14350         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14351         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14352         encoding pattern.
14353         (rfc2047-decode-region): Switch strict regexp and loose one according
14354         to rfc2047-allow-irregular-q-encoded-words.
14355
14356 2007-11-25  Romain Francoise  <romain@orebokech.com>
14357
14358         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14359
14360 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * tls.el (tls-program): Provide more custom choices from
14363         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14364         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14365
14366 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14369         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14370
14371         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14372         `nnmail-spool-file'.
14373
14374         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14375         `nnmail-spool-file'.
14376
14377         * gnus-move.el (gnus-change-server): Ditto.
14378
14379         * gnus-kill.el (gnus-batch-score): Ditto.
14380
14381         * gnus-cache.el (gnus-jog-cache): Ditto.
14382
14383         * gnus-msg.el (gnus-summary-reply):
14384         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14385
14386 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14389         version.  Minor improvement to doc strings.
14390         (tls-program): Add comment.
14391
14392 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14393
14394         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14395         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14396         mismatch between the hostname provided in the certificate and the name
14397         of the host connnecting to.
14398         (open-tls-stream): Use them.  Check certificates against trusted root
14399         certificates.
14400
14401 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * gnus-cache.el (gnus-cache-generate-nov-databases):
14404         Use nnml-generate-nov-databases-directory instead of
14405         nnml-generate-nov-databases-1.
14406
14407 2007-11-24  Glenn Morris  <rgm@gnu.org>
14408
14409         * message.el (message-tool-bar-retro): Update for rename
14410         mail_send.xpm->mail-send.xpm.
14411
14412 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14413
14414         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14415         `smime-ldap-search' for Emacs 22 and up.
14416
14417 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14418
14419         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14420
14421         * message.el (message-send-mail-function): Fix error convention.
14422         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14423         (message-widen-reply, message-send-mail, message-talkative-question)
14424         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14425         (message-clone-locals, message-send-news): Use with-current-buffer.
14426         (message-insert-or-toggle-importance): Remove unused var `valid'.
14427         (message-make-references): Remove unused var `new-references'.
14428         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14429
14430 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14431
14432         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14433         (spam-split-symbolic-return-positive): Reflow docstring.
14434         (spam-backends, spam-summary-exit-behavior)
14435         (spam-mark-ham-unread-before-move-from-spam-group)
14436         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14437         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14438         (spam-clear-cache, spam-backend-check, spam-install-backend)
14439         (spam-install-statistical-backend, spam-list-of-processors)
14440         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14441         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14442         (spam-check-crm114, spam-initialize, spam-unload-hook):
14443         Fix typos in docstrings.
14444
14445 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14448         been checked if they have never been read and those group levels are
14449         higher than the one that a user specified.
14450
14451 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14454         foreign groups unless a group level is specified by a user.
14455         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14456
14457 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * message.el (message-send-mail-function): Require sendmail.
14460
14461 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * message.el (message-send-mail-function): Check for smtpmail too.
14464
14465         * utf7.el (utf7-encode, utf7-decode): Use coding system
14466         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14467
14468         * message.el (message-send-mail-function): New function.
14469         (message-send-mail-function): Set default using
14470         message-send-mail-function.  Adjust doc string.
14471         (message-send-mail-with-mailclient): New function.
14472
14473 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14474
14475         * smime.el (from):
14476         * rfc2047.el (message-posting-charset):
14477         * qp.el (mm-use-ultra-safe-encoding):
14478         * pop3.el (parse-time-months):
14479         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14480         * nnml.el (files):
14481         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14482         (jka-compr-compression-info-list, ange-ftp-path-format)
14483         (efs-path-regexp):
14484         * nndiary.el (files):
14485         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14486         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14487         (epg-digest-algorithm-alist, inhibit-redisplay)
14488         (password-cache-expiry):
14489         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14490         (pgg-output-buffer, password-cache-expiry):
14491         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14492         (efs-path-regexp):
14493         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14494         (inhibit-redisplay):
14495         * mm-uu.el (file-name, start-point, end-point, entry)
14496         (gnus-newsgroup-name, gnus-newsgroup-charset):
14497         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14498         (latin-unity-ucs-list):
14499         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14500         (mm-uu-binhex-decode-function):
14501         * message.el (gnus-message-group-art, gnus-list-identifiers)
14502         (rmail-enable-mime-composing, gnus-local-organization)
14503         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14504         (gnus-read-active-file, facemenu-add-face-function)
14505         (facemenu-remove-face-function, gnus-article-decoded-p)
14506         (tool-bar-mode):
14507         * mail-source.el (display-time-mail-function):
14508         * gnus-util.el (nnmail-pathname-coding-system)
14509         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14510         (gnus-original-article-buffer, gnus-user-agent)
14511         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14512         (xemacs-codename, sxemacs-codename, emacs-program-version):
14513         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14514         * gnus-start.el (gnus-agent-covered-methods)
14515         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14516         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14517         (gnus-newsgroup-headers, gnus-group-list-mode)
14518         (gnus-group-mark-positions, gnus-newsgroup-data)
14519         (gnus-newsgroup-unreads, nnoo-state-alist)
14520         (gnus-current-select-method, mail-sources)
14521         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14522         (nnmail-spool-file, gnus-cache-active-hashtb):
14523         * gnus-mh.el (mh-lib-progs):
14524         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14525         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14526         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14527         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14528         (gnus-group-buffer):
14529         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14530         (font-lock-set-defaults):
14531         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14532         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14533         (gnus-summary-post-menu, total-parts, type, condition, length):
14534         * gnus-agent.el (gnus-agent-read-agentview):
14535         * flow-fill.el (show-trailing-whitespace):
14536         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14537         eval-and-compile wrappers for byte compiler pacifiers.
14538
14539         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14540         (mm-display-inline-fontify): Check for featurep 'xemacs not
14541         extent-list.
14542
14543         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14544         itimer-list.
14545         (mm-create-image-xemacs): Only do something for XEmacs.
14546         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14547
14548         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14549
14550         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14551         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14552
14553 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14554
14555         * nnimap.el (nnimap-split-download-body):
14556         * gnus-demon.el (gnus-demon):
14557         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14558
14559 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14562         New macros.
14563         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14564         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14565         copy data from unibyte buffer to multibyte current buffer.
14566         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14567         to copy data from unibyte current buffer to multibyte buffer.
14568         (nntp-make-process-buffer): Make process buffer unibyte.
14569
14570         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14571
14572 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14573
14574         * pop3.el (pop3-open-server): Accept and process data more robustly at
14575         connection start to avoid spurious "POP SSL connection failed" errors.
14576
14577 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14580         read group names.
14581
14582 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14583
14584         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14585
14586 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14589         (nnmail-save-active): Use a unibyte buffer when saving active file,
14590         which may contain non-ASCII group names.
14591
14592         * nnml.el (nnml-request-group): Decode group names in messages.
14593
14594 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14595
14596         * message.el (message-citation-line-function)
14597         (message-insert-formatted-citation-line): Fix spelling of
14598         `message-insert-formated-citation-line'.
14599
14600 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14603
14604 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14607         nnmail-pathname-coding-system.
14608
14609         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14610         that a user enters; decode group names in messages.
14611
14612         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14613
14614 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14615
14616         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14617
14618         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14619
14620         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14621         risky local variable.
14622
14623         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14624
14625 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14626
14627         * encrypt.el: Improve documentation to fix function name typo.
14628         Reported by Daiki Ueno <ueno@unixuser.org>.
14629
14630 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14633         even if the point is not in the last page of an article.
14634         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14635         back to the previous page.
14636
14637 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14638
14639         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14640
14641 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14644
14645 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14646
14647         * message.el (message-check-news-body-syntax):
14648         Avoid mm-string-as-multibyte.
14649         (message-hide-headers): Don't assume (point-min)==1.
14650
14651 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * message.el (message-remove-blank-cited-lines): Fix if remove is
14654         given.
14655         (message-bogus-address-regexp): New variable.
14656         (message-bogus-recipient-p): New function.
14657         (message-check-recipients): New command.
14658         (message-syntax-checks): Add `bogus-recipient'.
14659         (message-fix-before-sending): Add `bogus-recipient'.
14660
14661         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14662         (gnus-treat-body-boundary): Don't test window-system.
14663
14664 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14665
14666         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14667
14668 2007-10-28  Miles Bader  <miles@gnu.org>
14669
14670         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14671         at compile-time too.
14672
14673 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14674
14675         * gnus-msg.el (gnus-message-setup-hook):
14676         Add `message-remove-blank-cited-lines' to options.
14677
14678 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14679
14680         * message.el (message-remove-blank-cited-lines): New function.
14681         Suggested by Karl Plästerer.
14682
14683 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14686         mapc.
14687
14688         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14689         (top-level): Use mapc to set functions to be traced for debugging.
14690
14691         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14692         called for effect with while loop.
14693
14694         * message.el (message-talkative-question): Replace mapcar called for
14695         effect with mapc.
14696
14697         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14698         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14699         called for effect with dolist.
14700
14701         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14702
14703         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14704         gnus-extra-headers and nnmail-extra-headers.
14705
14706         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14707         called for effect with dolist.
14708         (top-level): Use mapc to set functions to be traced for debugging.
14709
14710         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14711         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14712         dolist.
14713
14714         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14715         Replace mapcar called for effect with mapc.
14716         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14717         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14718         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14719         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14720
14721         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14722         remove-if that's a cl function.
14723
14724         * webmail.el (webmail-debug): Replace mapcar called for effect with
14725         dolist.
14726
14727         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14728         with mapc.
14729
14730 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14733         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14734         with while loop.
14735
14736         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14737         functions from article-* functions.
14738         (gnus-multi-decode-header): Replace mapcar called for effect with
14739         dolist.
14740
14741         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14742         (gnus-bookmark-show-details): Replace mapcar called for effect with
14743         while loop.
14744
14745         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14746         called for effect with while loop.
14747
14748         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14749         with dolist.
14750
14751         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14752         Replace mapcar called for effect with dolist.
14753
14754         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14755
14756         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14757         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14758         Replace mapcar called for effect with dolist.
14759         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14760         mapc.
14761
14762         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14763         Replace mapcar called for effect with dolist.
14764         (gnus-topic-list): Replace mapcar called for effect with mapc.
14765
14766         * gnus.el: Use mapc instead of mapcar to add autoloads.
14767
14768 2007-10-23  Richard Stallman  <rms@gnu.org>
14769
14770         * gnus-group.el (gnus-group-highlight): Mark as risky.
14771
14772 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus.el (gnus-server-to-method): Return method found first in
14775         gnus-newsrc-alist.
14776
14777         * gnus-art.el (gnus-article-highlight-signature)
14778         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14779         button overlay without the front stickiness.
14780
14781 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14782
14783         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14784         overview buffer needed a catch to receive its throw.
14785         (gnus-agent-flush-cache): Declare as interactive to make this function
14786         easier to use.
14787
14788 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14791         `next-line'.
14792
14793 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14796         exclude address matching message-dont-reply-to-names.
14797
14798 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-util.el (gnus-string<): New function.
14801
14802         * gnus-sum.el (gnus-article-sort-by-author)
14803         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14804
14805 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14808         the frame-focus tag is set in gnus-buffer-configuration.
14809
14810 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14813         the front stickiness.
14814
14815 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14818         url pattern; remove duplicate one.
14819         (gnus-article-extend-url-button): New function.
14820         (gnus-article-add-buttons): Use it.
14821         (gnus-button-push): Use concatenated url that it makes.
14822
14823 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14824
14825         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14826
14827 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14828
14829         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14830         Don't hardcode point-min==1.
14831
14832 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14835         Fix comment about "iso8859-1".
14836
14837 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14838
14839         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14840         ones returned from the verify-function.
14841
14842         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14843         Call mml2015-extract-cleartext-signature if extraction failed.
14844
14845 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14846
14847         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14848         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14849         failed.
14850
14851 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14854
14855 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14858         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14859         recommends to use EasyPG instead of PGG.
14860
14861         * pgg.el: Revert to revision 6.23.2.16.
14862
14863         * pgg-def.el: Revert to revision 6.6.2.14.
14864
14865         * pgg-gpg.el: Revert to revision 6.23.2.34.
14866
14867 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14868
14869         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14870         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14871         thread for both the null and zero (kill/expire thread) universal prefix
14872         cases.
14873         (gnus-summary-expire-thread): Add new function to expire a thread,
14874         using gnus-summary-kill-thread.
14875         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14876         shortcuts for gnus-summary-expire-thread.
14877         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14878         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14879
14880 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14881
14882         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14883         extras value, so an extras entry can be deleted.
14884         (gnus-registry-delete-extra-entry): Use it.
14885         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14886         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14887         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14888         storage through the gnus-registry, and provide an appropriate API for
14889         it.
14890
14891 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14894         Suggested by Leo <sdl.web@gmail.com>.
14895
14896         * gnus.el: Do.
14897
14898 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14901         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14902
14903         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14904
14905         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14906         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14907
14908 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14911         newline.
14912         (nnmbox-request-accept-article): Don't change article in source buffer;
14913         narrow to header to use message-fetch-field rather than
14914         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14915         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14916         as delimiters; make sure article ends with newline.
14917         (nnmbox-delete-mail): Correct last position of article to be deleted;
14918         ignore X-Gnus-Newsgroup header in article body.
14919         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14920         positions; make sure article ends with newline.
14921
14922         * message.el (message-display-abbrev): Don't infloop when a user
14923         inserts SPC in the beginning of header.
14924
14925         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14926         coding-system-for-read and coding-system-for-write for XEmacs having no
14927         file-coding feature.
14928
14929         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14930
14931 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14932
14933         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14934         list of groups not followed by default.  Fix type to be regexp.
14935         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14936
14937 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14938
14939         * hmac-def.el (define-hmac-function): Switch from old-style to
14940         new-style backquotes.
14941
14942         * md4.el (md4-make-step): Likewise.
14943
14944 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14947         raw-text coding system when saving .newsrc file, which may contain
14948         non-ASCII group names.
14949
14950 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-cus.el (gnus-score-extra): New widget.
14953         (gnus-score-extra-convert): New function.
14954         (gnus-score-customize): Use it for Extra.
14955
14956 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14957
14958         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14959         (mml2015-mailcrypt-clear-verify): Use it.
14960         (mml2015-gpg-clear-verify): Use it.
14961         (mml2015-pgg-clear-verify): Use it.
14962         (mml2015-epg-clear-verify): Replace the current part with the output
14963         from GnuPG; don't extract the plaintext by itself.
14964
14965         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14966         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14967         mml2015-clear-verify-function; don't touch the armor headers or
14968         dash-escaped text here.
14969
14970 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14973         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14974         parts, or application/octet-stream as a last resort.
14975         (gnus-mime-view-part-as-type): Don't toggle display.
14976         (gnus-mime-view-part-as-charset): Don't turn off display before
14977         querying charset.
14978
14979         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14980         stuff to undisplayer function in Emacs.
14981         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14982
14983         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14984         text/calendar parts.
14985
14986 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14989         decoding text/calendar parts.
14990
14991         * message.el (message-forward-make-body-mime): Always mark body as
14992         having no illegible text; remove signed-or-encrypted argument.
14993         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14994
14995         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14996         (mml-generate-mime-1): Don't encode body if it is specified to be in
14997         raw form; don't make buffer be unibyte when inserting multibyte string.
14998
14999 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15000
15001         * sha1.el: Fix up comment style.
15002         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15003         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15004
15005         * hex-util.el: Fix up comment style.
15006         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15007
15008         * gnus-salt.el: Use with-current-buffer.
15009         (gnus-pick-setup-message): Fix long-standing typo.
15010
15011 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * imap.el (imap-logout-timeout): New variable.
15014         (imap-logout, imap-logout-wait): New functions.
15015         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15016
15017         * nnimap.el (nnimap-logout-timeout): New server variable.
15018         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15019         nnimap-logout-timeout.
15020
15021         * gnus-art.el (gnus-article-summary-command-nosave)
15022         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15023
15024 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus.el (gnus-maximum-newsgroup): New variable.
15027
15028         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15029         according to gnus-maximum-newsgroup.
15030
15031         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15032         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15033         Limit the range of articles according to gnus-maximum-newsgroup.
15034
15035 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15036
15037         * gnus-art.el (gnus-sticky-article): Fix problems described in
15038         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15039         Don't perform gnus-configure-windows here; reuse existing sticky
15040         article buffer.
15041
15042         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15043         it doesn't exist in gnus-article-mode.
15044
15045 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15048         (gnus-agent-decoded-group-name): New function.
15049         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15050         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15051
15052 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15053
15054         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15055         Add binding for gnus-sticky-article.
15056         (gnus-summary-exit): Don't kill sticky article buffers.
15057
15058         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15059         article buffer.
15060         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15061         (gnus-kill-sticky-article-buffers): New commands.
15062
15063 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * nntp.el (nntp-xref-number-is-evil): New server variable.
15066         (nntp-find-group-and-number): If it is non-nil, don't trust article
15067         numbers in the Xref header.
15068
15069 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-agent.el (gnus-agent-read-group): New function.
15072         (gnus-agent-flush-group, gnus-agent-expire-group)
15073         (gnus-agent-regenerate-group): Use it.
15074         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15075         nnmail-pathname-coding-system.
15076
15077 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15080
15081         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15082         that are unread as unread, and also as selected so that information of
15083         marks having been changed by a user may be updated when exiting group.
15084
15085 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15088
15089 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15092         calculated ignoring signature parts to gnus-treat-article.
15093
15094 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15097         a point here in order to keep the window start.
15098         (gnus-insert-mime-security-button): Make a button overlay without the
15099         front stickiness.
15100         (gnus-mime-display-security): Goto the end of a button.
15101
15102         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15103
15104 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15107         group-name-at-point.
15108         (gnus-group-completing-read): New function that offers decoded
15109         non-ASCII group names for completion.
15110         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15111         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15112         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15113         (gnus-group-fetch-control): Use it.
15114         (gnus-fetch-group): Use group-name-at-point for the initial value
15115         rather than the default value; use gnus-alive-p.
15116
15117         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15118         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15119         (gnus-summary-post-news): Use gnus-group-completing-read.
15120
15121         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15122         (gnus-read-move-group-name): Decode group name for completion.
15123
15124 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15125
15126         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15127         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15128         Yamaoka slightly modified the code).
15129
15130 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15133         (nnmail-split-incoming): Bind it.
15134
15135         * nnml.el (nnml-group-name-charset): New function.
15136         (nnml-decoded-group-name): Use it; don't decode group name if
15137         nnmail-group-names-not-encoded-p is non-nil.
15138         (nnml-encoded-group-name): New function.
15139         (nnml-group-pathname): Inline nnml-decoded-group-name.
15140         (nnml-request-expire-articles): Decode group name in message.
15141         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15142         nnmail-pathname-coding-system.
15143         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15144         not decoded ones according to nnmail-group-names-not-encoded-p.
15145         (nnml-generate-active-info): Use nnml-encoded-group-name.
15146
15147 2007-08-08  Glenn Morris  <rgm@gnu.org>
15148
15149         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15150         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15151         doc-strings and comments.
15152
15153 2007-07-25  Glenn Morris  <rgm@gnu.org>
15154
15155         * Relicense all FSF files to GPLv3 or later.
15156
15157 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-sum.el (gnus-summary-move-article):
15160         Make gnus-summary-respool-article work.
15161
15162 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15165         string.
15166
15167 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15168
15169         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15170         that should be ignored when comparing distant RSS articles with local
15171         ones.
15172         (nnrss-make-hash-index): New function.  Create a hash index according
15173         to the ignored fields.
15174         (nnrss-check-group): Use it.
15175
15176 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15179
15180         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15181
15182         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15183         the new optional argument ENCODED is non-nil.
15184         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15185         coding system for encoding group name.
15186         (gnus-group-make-rss-group): Pass un-encoded group name to
15187         gnus-group-make-group.
15188         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15189         encoded.
15190
15191         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15192         Encode group name to which articles are moved or copied.
15193         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15194         coding system for encoding Newsgroup, Followup-To and Xref headers.
15195
15196         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15197         marks; use nnheader-file-coding-system to write a file.
15198         (nnagent-retrieve-headers): Bind file-name-coding-system to
15199         nnmail-pathname-coding-system.
15200
15201         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15202
15203         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15204         (nnml-request-article, nnml-request-create-group)
15205         (nnml-request-rename-group, nnml-find-id)
15206         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15207         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15208         (nnml-save-marks): Use nnml-group-pathname instead of
15209         nnmail-group-pathname.
15210
15211         (nnml-request-create-group, nnml-request-expire-articles)
15212         (nnml-request-move-article, nnml-request-delete-group)
15213         (nnml-deletable-article-p, nnml-possibly-create-directory)
15214         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15215         (nnml-open-marks): Bind file-name-coding-system to
15216         nnmail-pathname-coding-system.
15217
15218         (nnml-request-article): Pass server argument to nnml-find-group-number.
15219         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15220         Pass server argument to nnml-possibly-create-directory.
15221         (nnml-request-accept-article): Pass server argument to
15222         nnml-active-number and nnml-save-mail.
15223         (nnml-find-group-number): Pass server argument to nnml-find-id.
15224         (nnml-request-update-info): Pass server argument to
15225         nnml-marks-changed-p.
15226
15227         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15228         (nnml-save-mail, nnml-active-number): Add server argument.
15229
15230         (nnml-request-delete-group): Warn if group is missing.
15231         (nnml-get-nov-buffer): Decode group name.
15232         (nnml-generate-active-info): Encode group name.
15233         (nnml-open-marks): Decode group name in messages.
15234
15235 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15238         if it is not specified.
15239         (gnus-article-pipe-part, gnus-article-save-part)
15240         (gnus-article-interactively-view-part, gnus-article-copy-part)
15241         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15242         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15243         (gnus-article-replace-part, gnus-article-delete-part)
15244         (gnus-article-view-part-as-type): Pass raw prefix argument to
15245         gnus-article-part-wrapper.
15246
15247 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15248
15249         * gnus-agent.el (gnus-agent-save-active):
15250         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15251
15252         * gnus-cache.el (gnus-cache-save-buffers)
15253         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15254         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15255         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15256         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15257         (gnus-cache-generate-active, gnus-cache-rename-group)
15258         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15259         (gnus-cache-update-overview-total-fetched-for):
15260         Bind file-name-coding-system to nnmail-pathname-coding-system.
15261         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15262         New variables.
15263         (gnus-cache-decoded-group-name): New function.
15264         (gnus-cache-file-name): Use it.
15265         (gnus-cache-generate-active): Use non-decoded group name for active.
15266
15267         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15268         right place.
15269         (gnus-write-active-file): Don't break non-ASCII group names.
15270
15271         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15272         nnmail-pathname-coding-system.
15273
15274         * lpath.el: Bind default-file-name-coding-system,
15275         file-name-coding-system and language-info-alist for XEmacs.
15276
15277         * gnus-uu.el (gnus-uu-decode-save): Typo.
15278
15279 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15282
15283 2007-07-14  David Kastrup  <dak@gnu.org>
15284
15285         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15286         finishing actions if we did not edit the article.
15287
15288 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15291         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15292         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15293         (gnus-agent-flush-group, gnus-agent-flush-cache)
15294         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15295         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15296         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15297         (gnus-agent-regenerate-group)
15298         (gnus-agent-update-files-total-fetched-for)
15299         (gnus-agent-update-view-total-fetched-for):
15300         Bind file-name-coding-system to nnmail-pathname-coding-system.
15301         (gnus-agent-group-pathname): Don't encode file names by
15302         nnmail-pathname-coding-system.
15303         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15304         coding-system-for-write instead of buffer-file-coding-system to
15305         gnus-agent-file-coding-system.
15306
15307         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15308         Decode group name.
15309
15310         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15311
15312         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15313         (gnus-read-newsrc-el-file): Make group names unibyte.
15314
15315         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15316         nnmail-pathname-coding-system.
15317
15318         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15319         (nnrss-request-delete-group): Bind file-name-coding-system to
15320         nnmail-pathname-coding-system.
15321         (nnrss-read-server-data, nnrss-read-group-data):
15322         Bind file-name-coding-system correctly.
15323         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15324
15325         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15326         (nntp-server-to-method-cache): New variable.
15327         (nntp-group-pathname): New function that decodes non-ASCII group names.
15328         (nntp-possibly-create-directory, nntp-marks-changed-p)
15329         (nntp-save-marks, nntp-open-marks): Use it.
15330         (nntp-possibly-create-directory, nntp-open-marks):
15331         Bind file-name-coding-system to nnmail-pathname-coding-system.
15332         (nntp-open-marks): Decode group names when bootstrapping marks.
15333
15334         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15335         Newsgroups and Followup-To headers.
15336
15337 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15340         (gnus-server-closed-face, gnus-server-denied-face)
15341         (gnus-server-offline-face): Remove variable.
15342         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15343
15344         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15345         of modifying message-stack directly for XEmacs.
15346
15347         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15348         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15349         if the coding-system argument is nil for XEmacs.
15350
15351         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15352         mm-charset-override-alist.
15353
15354         * rfc2047.el: Don't require base64; require rfc2045 for the function
15355         rfc2045-encode-string.
15356         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15357         to quote the parameter value.
15358
15359 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15362         form in gnus-group-name-charset-method-alist.
15363
15364         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15365         overrides the default layout edit-form.
15366
15367         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15368
15369         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15370
15371 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15374         as unfetched articles.
15375
15376 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15379
15380 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15383         original back end that keeps marks in the local system.
15384
15385 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15388         arg of pop-to-buffer for XEmacs.
15389         (gnus-article-read-summary-keys): Ditto; don't restore window
15390         configuration if summary command ends up with neither article buffer
15391         nor summary buffer; describe bindings if summary keys end with C-h.
15392
15393 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * message.el (message-fix-before-sending): Skip raw message part to be
15396         forwarded while checking illegible text.
15397         (message-forward-make-body-mime, message-forward-make-body):
15398         Mark signed or encrypted raw message as having no illegible text.
15399
15400 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15403         (gnus-message-with-timestamp-1): New macro.
15404         (gnus-message-with-timestamp): New function.
15405         (gnus-message): Use them.
15406
15407         * nnheader.el (nnheader-message): Use them.
15408
15409 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15410
15411         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15412         .newsrc.eld file.
15413
15414 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * gnus-agent.el (gnus-agent-fetch-headers)
15417         (gnus-agent-retrieve-headers):
15418         Bind gnus-decode-encoded-address-function to identity.
15419
15420         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15421         available also when the server returns simply a dot.
15422
15423         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15424
15425 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15428
15429 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * gnus-ems.el (gnus-x-splash): Make it work.
15432
15433         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15434         from being used.
15435
15436         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15437
15438 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15441         4th and the 5th arguments.
15442
15443         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15444         the front stickiness.
15445         (gnus-article-summary-command-nosave): Correct the order of the
15446         arguments passed to pop-to-buffer.
15447         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15448         summary command ends up with the article buffer.
15449
15450         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15451         the same faces.
15452
15453 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15454
15455         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15456
15457 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15458
15459         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15460         * gnus-sum.el (gnus-summary-highlight):
15461         * pgg.el (pgg-sign-region, pgg-sign):
15462         * mail-source.el (mail-source-delete-old-incoming-confirm):
15463         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15464
15465 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-art.el (gnus-mime-view-part-externally)
15468         (gnus-mime-view-part-internally): Fix predicate function passed to
15469         completing-read.
15470
15471         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15472
15473         * gnus.el (gnus-update-message-archive-method): Add :version.
15474
15475 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus.el (gnus-update-message-archive-method): New variable.
15478
15479         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15480         according to gnus-message-archive-method if
15481         gnus-update-message-archive-method is non-nil.
15482
15483 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15486         Suggested by Loic Dachary <loic@dachary.org>.
15487         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15488
15489 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * message.el (message-pop-to-buffer): Add switch-function argument.
15492         (message-mail): Pass switch-function argument to it.
15493
15494 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15495
15496         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15497         Improve doc string.
15498
15499 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15502         (gnus-header-content):
15503         * gnus-cite.el (gnus-cite-10):
15504         * gnus-srvr.el (gnus-server-closed):
15505         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15506         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15507         (gnus-group-mail-3-empty, gnus-group-mail-low)
15508         (gnus-group-mail-low-empty, gnus-splash):
15509         * message.el (message-header-to, message-header-cc)
15510         (message-header-subject, message-header-other, message-header-name)
15511         (message-header-xheader, message-separator, message-cited-text)
15512         (message-mml): Lighten colors of faces used for dark background.
15513
15514 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15515
15516         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15517         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15518
15519 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * message.el (message-narrow-to-headers-or-head):
15522         Ignore mail-header-separator in the body.
15523
15524 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15527         same as window size.
15528
15529 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15530
15531         * message.el (message-font-lock-keywords): Use message-header-xheader
15532         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15533         ahead of the anything pattern, to get it recognized.
15534
15535 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15538         spam.el loads uses it in the compiled defadvice form.
15539
15540 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15541
15542         * gnus-sum.el (gnus-articles-to-read)
15543         (gnus-summary-insert-old-articles): Don't truncate group name for
15544         `read-string'.
15545
15546         * gnus-util.el (gnus-limit-string): Delete this function.
15547
15548         * gnus-sum.el (gnus-simplify-subject-fully):
15549         Use `truncate-string-to-width' instead.
15550
15551 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15552
15553         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15554         Tell if, on summary exit, the next group has to be selected.
15555         (gnus-summary-exit): Use it.
15556
15557 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15560         non-break space.
15561
15562 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15565         Check if group is not a directory.
15566         (nnfolder-request-expire-articles): Don't delete articles if the target
15567         group is not available.
15568
15569         * nnml.el (nnml-request-create-group): Properly check if group is not a
15570         file.
15571         (nnml-request-expire-articles): Don't delete articles if the target
15572         group is not available.
15573
15574         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15575         Don't quote characters that are within parentheses.
15576
15577 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15580         (gnus-handle-ephemeral-exit): Select article according to it.
15581
15582 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15583
15584         * message.el (message-insert-formated-citation-line): Remove newline.
15585         (message-citation-line-format): Add final \n here so that the user can
15586         avoid a blank line.
15587
15588 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15589
15590         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15591         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15592         Update lanl/arXiv support.
15593
15594 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * gnus.el: Bump version number.
15597
15598 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15599
15600         * gnus.el (gnus-version-number): Bump version.
15601
15602 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15603
15604         * gnus.el: No Gnus v0.6 is released.
15605
15606 2007-04-27  Didier Verna  <didier@xemacs.org>
15607
15608         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15609         * gmm-utils.el (gmm-regexp-concat): ... here.
15610         * message.el: Don't require 'gnus-util.
15611         (message-dont-reply-to-names): Handle name change above.
15612         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15613
15614 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15617         since the initial value varies according to the system.
15618
15619 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15622
15623 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15624
15625         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15626
15627 2007-04-24  Didier Verna  <didier@xemacs.org>
15628
15629         Improve the type of gnus-ignored-from-addresses.
15630         * gnus-util.el (gnus-orify-regexp): New function.
15631         * message.el (gnus-util): Require it.
15632         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15633         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15634         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15635
15636 2007-04-24  Didier Verna  <didier@xemacs.org>
15637
15638         * gnus-sum.el:
15639         * gnus-utils.el: Fix some trailing whitespaces.
15640
15641 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15644         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15645         article's Message-ID; refer parent article in summary buffer.
15646
15647         * message.el (message-bounce): Call mime-to-mml.
15648
15649         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15650         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15651         optimize and/or forms properly.
15652
15653 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15654
15655         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15656         URL.
15657
15658 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15661
15662 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15665         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15666         displayed of multipart/alternative part if it is invoked from summary
15667         buffer.
15668
15669         * mm-view.el (mm-inline-text-html-render-with-w3m)
15670         (mm-inline-text-html-render-with-w3m-standalone)
15671         (mm-inline-render-with-function): Use mail-parse-charset by default.
15672
15673 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15674
15675         * parse-time.el (parse-time-string-chars): Check if CHAR
15676         is less than the length of parse-time-syntax.
15677
15678 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15681         from gnus-newsgroup-processable.
15682
15683 2007-04-16  Didier Verna  <didier@xemacs.org>
15684
15685         * gnus-msg.el (gnus-configure-posting-styles):
15686         Handle message-signature-directory properly with :file syntax.
15687         Reported by "Leo".
15688
15689 2007-04-11  Didier Verna  <didier@xemacs.org>
15690
15691         New user option: message-signature-directory.
15692         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15693         * message.el (message-insert-signature): Ditto.
15694         * message.el (message-signature-file): Doc update.
15695         * message.el (message-signature-directory): New.
15696
15697 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-msg.el (gnus-inews-yank-articles):
15700         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15701
15702 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * message.el (message-yank-original): Make sure cited text ends with
15705         newline; don't exchange point and mark.
15706
15707 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15708
15709         * tls.el (open-tls-stream): Properly handle case where there
15710         is no associated buffer.
15711
15712 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15713
15714         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15715         message-yank-original, make sure (< mark TEXT point).
15716
15717 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * message.el (message-fill-column): New variable.
15720         (message-mode): Use it.  Add comment on a possible new hook.
15721
15722         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15723         (nnmail-get-new-mail): Reformat.
15724
15725         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15726
15727         * gmm-utils.el: Fix Commentary.
15728         (gmm-tool-bar-from-list): Fix typo in doc string.
15729
15730 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15731
15732         * message.el (message-yank-original): Don't switch point and mark
15733         unnecessarily to put point and mark as documented.
15734
15735 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15736
15737         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15738         from the message heads.
15739
15740 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15741
15742         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15743         article buffer does not have a window.  This may not be the best
15744         solution but is certainly better than setting the start of the null,
15745         that is the current, window.
15746
15747 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15750         (gnus-draft-setup): Run it.
15751
15752         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15753         gnus-score-fast-scoring.  Allow regexp.
15754         (gnus-score-headers): Use it.
15755
15756         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15757         XEmacs.
15758
15759         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15760         string.
15761         (gnus-button-alist): Also catch `<f1> k ...'.
15762         (gnus-treat-display-x-face): Fix doc string.
15763
15764 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15765
15766         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15767         evaluation of gnus-extended-version to ensure correct generation of the
15768         User-Agent header when message-generate-headers-first is used.
15769
15770 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15771
15772         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15773         hashcash-path is nil.  Don't call callback with incorrect number of
15774         parameters if val is 0.
15775
15776 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15777
15778         * message.el (message-required-news-headers):
15779         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15780
15781 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15782
15783         * tls.el (open-tls-stream): In handshake-waiting loop,
15784         don't wait more if there is output available to process.
15785
15786 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15787
15788         * tls.el (tls-program): Doc fix.
15789
15790 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * message.el (message-generate-new-buffers): Change the meaning of the
15793         nil value; add `standard' to the choices; treat t as `unique'; improve
15794         doc string.
15795         (gnus-select-frame-set-input-focus): Autoload.
15796         (message-buffer-name): Search for the existing message buffer if
15797         message-generate-new-buffers is nil or `standard'; treat the value t of
15798         message-generate-new-buffers as `unique'.
15799         (message-pop-to-buffer): Raise the frame already displaying the message
15800         buffer; clear the echo area after querying.
15801         (message-setup): Pass the `continue' argument to compose-mail.
15802         (message-mail): Prefer `switch-function' if it is given; search for the
15803         existing message buffer if the `continue' argument is non-nil; pass
15804         continue and switch-function arguments to compose-mail by way of
15805         message-setup.
15806         (message-mail-other-window): Adjust argument of message-setup.
15807         (message-mail-other-frame): Ditto.
15808
15809 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15812         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15813         to turn font-lock on when turning gnus-message-citation-mode on.
15814
15815 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15816
15817         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15818         (mml-smime-function-alist): New variable; add epg as the backend.
15819         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15820         mml-smime- functions instead.
15821         * mm-view.el: Require smime.
15822
15823 2007-03-05  Didier Verna  <didier@xemacs.org>
15824
15825         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15826         instead of just inheritance for posting styles.
15827         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15828
15829 2007-02-24  Chris Moore  <dooglus@gmail.com>
15830
15831         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15832         * pgg-pgp.el (pgg-pgp-encrypt-region):
15833         * pgg-gpg.el (pgg-gpg-encrypt-region):
15834         Check pgg-encrypt-for-me if no other recipients.
15835
15836 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15837
15838         * tls.el (tls-certtool-program): Fix custom type.
15839
15840 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15843         and point-at-eol instead of line-(beginning|end)-position.
15844
15845         * assistant.el (assistant-parse-buffer): Ditto.
15846
15847         * netrc.el (netrc-parse-services): Ditto.
15848
15849 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15850
15851         * mml2015.el (mml2015-epg-find-usable-key): New function.
15852         (mml2015-epg-sign): Use it.
15853         (mml2015-epg-encrypt): Use it.
15854
15855 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * message.el (message-make-in-reply-to): Quote name containing
15858         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15859         if there are special characters.  Reported by NAKAJI Hiroyuki
15860         <nakaji@jp.freebsd.org>.
15861
15862 2007-02-27  Didier Verna  <didier@xemacs.org>
15863
15864         Include the group parameters as well as the topic ones in the
15865         inheritance filter process.
15866         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15867         argument GROUP-PARAMS-LIST.
15868         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15869
15870 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * nntp.el (nntp-never-echoes-commands)
15873         (nntp-open-connection-functions-never-echo-commands): New variables.
15874         (nntp-send-command): Use them.
15875
15876 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15877
15878         * mml2015.el (mml2015-epg-verify): Simplify.
15879
15880 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * mml.el (mml-content-disposition-alist): New user option.
15883         (mml-content-disposition): New function.
15884         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15885         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15886
15887 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15888
15889         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15890         verification.
15891
15892 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15893
15894         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15895         articles posted in the last 24 hours.
15896
15897 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15898
15899         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15900
15901 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15902
15903         * nntp.el (nntp-send-command): Don't wait for echoes when
15904         nntp-open-ssl-stream is used.
15905
15906 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15909         (gnus-message-add-citation-keywords)
15910         (gnus-message-remove-citation-keywords): Remove.
15911         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15912         directly, make the variables in font-lock-defaults buffer-local, add
15913         gnus-message-citation-keywords to them and then update the value of
15914         font-lock-keywords.
15915
15916 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * message.el (message-cite-original-1): Don't call
15919         gnus-article-highlight-citation.
15920
15921         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15922         citations; fix line count.
15923
15924 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15925
15926         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15927         (gnus-message-add-citation-keywords)
15928         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15929         versions of font-lock-add-keywords and font-lock-remove-keywords to
15930         work with XEmacs correctly.
15931
15932 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * gnus-cite.el (gnus-cite-face-list): Set the values of
15935         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15936         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15937         (gnus-message-cite-prefix-regexp): New variable.
15938         (gnus-message-search-citation-line): Use it; protect against long
15939         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15940         the 0th match data for Emacs.
15941         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15942         (gnus-message-add-citation-keywords): Append keywords rather than
15943         prepending; emulate font-lock-add-keywords if it is not available.
15944         (gnus-message-remove-citation-keywords):
15945         Emulate font-lock-remove-keywords if it is not available.
15946
15947         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15948
15949         * message.el (message-cite-prefix-regexp): Set the value of
15950         gnus-message-cite-prefix-regexp.
15951
15952 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15953
15954         * nnweb.el (nnweb-google-parse-1): Update parser.
15955
15956 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15957
15958         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15959
15960 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15961
15962         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15963         regexp.
15964
15965 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15968         string-to-multibyte.
15969         (uudecode-decode-region-internal): Use it.
15970
15971         * lpath.el: Fbind string-as-multibyte for XEmacs.
15972
15973 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15976         Fix custom choice.
15977
15978         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15979
15980 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15981
15982         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15983
15984         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15985         `write-region' to respect `mm-inhibit-file-name-handlers'.
15986
15987 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15988
15989         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15990         Use gnus-home-directory instead of "~/" or "$HOME".
15991
15992 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15993
15994         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15995         to mention filename.
15996         Add comments at beginning regarding usage.
15997         (encrypt-write-file-contents): Change interactive so a string is
15998         acceptable.  If the file has no associated model, show an error instead
15999         of a nonsense prompt.
16000
16001 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16002
16003         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16004         Thanks to Yoshihiko Yamada for kind notification of this typo.
16005
16006 2007-01-12  Kenichi Handa  <handa@m17n.org>
16007
16008         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16009         multibyte buffer.
16010
16011 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16012
16013         * gnus-score.el (gnus-score-fast-scoring): New variable.
16014         (gnus-score-headers): Use it.
16015
16016         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16017
16018         * message.el (message-cite-original-1):
16019         Call gnus-article-highlight-citation if requested.
16020         (message-make-from): Allow name and address as optional arguments.
16021
16022         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16023
16024         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16025         bugs to doc string.
16026         (gnus-button-alist): Add mid\\|message-id.
16027         (gnus-button-fetch-group): Extend for use in
16028         `browse-url-browser-function'.
16029         (gnus-button-url-regexp): Try to catch paired parentheses like in
16030         Wikipedia URLs.
16031
16032         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16033         Suggested by Simon Krahnke <overlord@gmx.li>.
16034
16035 2007-01-13  Romain Francoise  <romain@orebokech.com>
16036
16037         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16038         Update copyright.
16039
16040 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16041
16042         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16043
16044 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16045
16046         * gnus-registry.el (gnus-registry-unfollowed-groups)
16047         (gnus-registry-split-fancy-with-parent): Fix documentation.
16048
16049 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16050
16051         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16052         from nnweb groups.
16053
16054 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16055
16056         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16057         Xref urls.  Erase buffer before requesting head.
16058
16059         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16060
16061 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16062
16063         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16064         customizable.
16065
16066 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16067
16068         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16069         no signing key is found.
16070         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16071         no encrypting and/or signing key is found.
16072
16073 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16074
16075         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16076
16077 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16078
16079         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16080         headers read from disk with the ones newly found in the current search.
16081         This should no longer cause problems, because the article numbers in
16082         Gmane's `nov.php' output are ignored since the previous change.
16083
16084 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16085
16086         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16087
16088 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16091         replace-regexp-in-string; bind url-version; fbind display-images-p and
16092         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16093         find-face and set-itimer-function for Emacs; bind itimer-list for
16094         Emacs.
16095
16096         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16097
16098 2007-01-01  Romain Francoise  <romain@orebokech.com>
16099
16100         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16101
16102 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16103
16104         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16105         `define-minor-mode' macro definition expanded properly.
16106         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16107         exclude it there.
16108
16109         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16110         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16111         `fboundp' test.
16112         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16113         This is OK to autoload in (S)XEmacs now.
16114
16115 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16116
16117         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16118         keystroke.
16119         (gnus-summary-limit-to-singletons): Fix typo.
16120
16121         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16122         else fails.
16123
16124 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16125
16126         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16127         docstring.
16128
16129         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16130         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16131         (gnus-summary-insert-dormant-articles): Fix typo in message.
16132
16133 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16136         nil for XEmacs.
16137         (gnus-message-citation-mode): Don't autoload in XEmacs.
16138
16139         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16140
16141 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16142
16143         * nnimap.el (nnimap-expunge-search-string):
16144         Mention nnimap-search-uids-not-since-is-evil in docstring.
16145
16146 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * spam.el: Revert to make-obsolete-variable because
16149         define-obsolete-variable-alias is not supported in Emacs 21.
16150
16151         * spam.el (spam-ifile-path, spam-ifile-database-path)
16152         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16153         make-obsolete-variable.
16154         (spam-bsfilter-path, spam-bsfilter-program)
16155         (spam-spamassassin-path, spam-spamassassin-program)
16156         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16157         Don't use "path" inappropriately.
16158         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16159         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16160         variable names.
16161
16162 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16163
16164         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16165         summary buffer.
16166
16167         * password.el (password-cache-remove): Use clear-string to burn
16168         password, if available.
16169
16170 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16173
16174         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16175
16176         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16177         (gnus-message-highlight-citation): Move defcustom here from
16178         gnus-cite.el.
16179         (gnus-message-citation-mode): Autoload.
16180
16181         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16182         checks to make it compile with XEmacs.
16183         (gnus-message-citation-mode): New minor mode.
16184         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16185         (gnus-message-highlight-citation): New variables.
16186         (gnus-message-search-citation-line)
16187         (gnus-message-add-citation-keywords)
16188         (gnus-message-remove-citation-keywords)
16189         (turn-on-gnus-message-citation-mode)
16190         (turn-off-gnus-message-citation-mode): New functions.
16191
16192 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16193
16194         * gnus-cite.el: Enable highlighting of different citation levels in
16195         message-mode.
16196
16197 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * message.el (message-make-fqdn): Fix comment.
16200         (message-bogus-system-names): Add ".local".
16201
16202         * spam.el (spam-ifile-path, spam-ifile-program)
16203         (spam-ifile-database-path, spam-ifile-database)
16204         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16205         Don't use "path" inappropriately.
16206         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16207         strings.
16208         (spam-check-ifile, spam-ifile-register-with-ifile)
16209         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16210         Use new variable names.
16211
16212         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16213         (gnus-treat-display-smileys): Simplify using
16214         gnus-image-type-available-p.
16215
16216         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16217         available.
16218
16219         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16220         Use `display-images-p' if available.
16221
16222 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16225         one after turning on the buffer's multibyteness instead of decoding
16226         them directly in the unibyte buffer that causes unexpected conversion
16227         in Emacs 23 (unicode).
16228
16229 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16230
16231         * message.el (message-generate-hashcash): Fix custom type.
16232
16233 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16234
16235         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16236
16237 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16238
16239         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16240         disconnect icons.  Add help text.
16241
16242 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16243
16244         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16245         negated to be consistent with the others we handle.
16246
16247 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16248
16249         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16250         version of gnus-summary-buffer to something, so that we can use two
16251         article buffers at the same time.
16252
16253 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16254
16255         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16256         trigger all the extra headers.
16257         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16258         sorting.
16259
16260 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16261
16262         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16263         solid groups.
16264
16265 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16266
16267         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16268
16269 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16270
16271         * legacy-gnus-agent.el: Add Copyright notice.
16272
16273 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16274
16275         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16276
16277 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16278
16279         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16280
16281         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16282         to make it work reliably in CVS Emacs.
16283         (gnus-summary-limit-strange-charsets-predicate)
16284         (gnus-summary-limit-to-predicate): New functions.
16285
16286 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16287
16288         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16289         specifying array size.
16290         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16291         array if it is too small.
16292         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16293         (gnus-sort-threads-loop): New function.
16294
16295 2006-12-06  Chris Moore  <dooglus@gmail.com>
16296
16297         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16298         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16299
16300 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16301
16302         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16303         options.
16304
16305 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16306
16307         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16308         DOS-ing the recipient.
16309
16310         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16311         the headers when creating the mapping to avoid mismappings.
16312         (nnweb-gmane-create-mapping): Always nix out old mapping.
16313
16314 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16317         and mm-verify-option to never.
16318
16319 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * message.el (message-signed-or-encrypted-p): New function.
16322         (message-forward-make-body): Use it.
16323
16324         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16325         Replace encode-coding-string with mm-encode-coding-string.
16326
16327 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * nneething.el (nneething-decode-file-name):
16330         Replace decode-coding-string with mm-decode-coding-string.
16331
16332         * gnus-int.el (gnus-open-server): Say failed server's name.
16333
16334 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16335
16336         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16337         strings to a single string.  Quote `errors-file-name'.
16338         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16339         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16340         Adjust calls.  Use `shell-quote-argument'.
16341
16342 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16343
16344         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16345         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16346
16347         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16348         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16349         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16350         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16351         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16352         (gnus-subscribe-newsgroup, gnus-1):
16353         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16354         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16355         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16356         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16357
16358 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16359
16360         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16361         keystroke.
16362         (gnus-summary-limit-to-bodies): Implement headersp.
16363
16364 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16365
16366         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16367
16368 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16371
16372 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16373
16374         * message.el (message-generate-hashcash): Expand range of values to
16375         include `opportunistic'.
16376         (message-send-mail): Use it.
16377
16378 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16379
16380         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16381         and comment it.
16382
16383         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16384
16385 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * gnus-util.el (gnus-extract-address-components): Improve comment.
16388
16389 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * gnus-util.el (gnus-extract-address-components): Work with address in
16392         which the name portion contains @.
16393
16394         * lpath.el: Fbind custom-autoload.
16395
16396 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16397
16398         * gnus.el (gnus-start): Move custom group up.
16399         (gnus-select-method): Don't autoload, but make it available for
16400         `customize-variable'.
16401         (gnus-getenv-nntpserver): Don't autoload.
16402
16403 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16404
16405         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16406
16407 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16408
16409         * message.el (message-sendmail-extra-arguments): New variable.
16410         (message-send-mail-with-sendmail): Use it.
16411
16412 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16415         mm-with-unibyte-current-buffer to make string unibyte.
16416
16417         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16418         mm-string-as-multibyte.
16419
16420 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16421
16422         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16423         Reported by Werner Koch <wk@gnupg.org>.
16424
16425 2006-11-14  Daiki Ueno  <ueno@p360>
16426
16427         * mml2015.el: Autoload epa-select-keys when compiling.
16428
16429 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16430
16431         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16432         message-options.
16433         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16434
16435 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16436
16437         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16438         EasyPG (< 0.0.6).
16439         (mml2015-always-trust): New user option.
16440         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16441         prompt.
16442
16443 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * nntp.el (nntp-authinfo-force): New variable.
16446         (nntp-send-authinfo): Use it.
16447
16448 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16451         decode encoded words.  Improve prompt.  Add comment about forwarding.
16452         (message-replacement-char): Move up.
16453
16454 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16455
16456         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16457         instead of gnus-intersection because arguments of gnus-sorted-nunion
16458         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16459
16460 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16463         (message-simplify-subject-functions):
16464         Enable message-strip-subject-encoded-words by default.
16465
16466 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16467
16468         * message.el (message-strip-subject-encoded-words): New function.
16469         (message-simplify-subject-functions): New variable.
16470         (message-simplify-subject): Use it.  Fix typo in doc string.
16471         Support message-strip-subject-encoded-words.
16472
16473 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16474
16475         * gnus-diary.el (gnus-diary-delay-format-function):
16476         * nndiary.el (nndiary-reminders):
16477         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16478
16479 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * gnus-art.el (article-hide-boring-headers): Fetch date from
16482         gnus-original-article-buffer to avoid problems with localized date
16483         strings.
16484
16485 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16488
16489 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16492         New variables.
16493         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16494         (mm-charset-synonym-alist): Move some entries to
16495         mm-codepage-iso-8859-list.
16496         (mm-charset-synonym-alist, mm-charset-override-alist):
16497         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16498
16499 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16502
16503 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16504
16505         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16506         with Emacs 21 and XEmacs.
16507
16508 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16509
16510         * spam.el (spam-parse-address): New function for better parsing,
16511         catching errors, etc.
16512         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16513
16514 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * mm-view.el: Add interactive arg to html2text autoload.
16517
16518 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16521
16522 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16523
16524         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16525         New variables.
16526         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16527         (mm-charset-synonym-alist): Move some entries to
16528         mm-codepage-iso-8859-list.
16529
16530         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16531
16532 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * message.el (message-citation-line-format)
16535         (message-insert-formated-citation-line): Fix implementation of %E, %N
16536         and %n according to the doc string.
16537
16538 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16539
16540         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16541         Use car-safe to avoid bad parses.
16542
16543 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16546         names.
16547
16548         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16549
16550 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16553         header.
16554
16555         * message.el (message-draft-headers): Add Date.
16556         (message-headers-to-generate): Fix typo in docstring.
16557
16558         * nndraft.el (nndraft-required-headers): New variable.
16559         (nndraft-generate-headers): Use it.
16560
16561         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16562
16563 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16564
16565         * gnus-registry.el (gnus-registry-wash-for-keywords)
16566         (gnus-registry-find-keywords): New functions to allow easy searching of
16567         articles that are in the registry.
16568
16569 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16570
16571         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16572         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16573         Reported by Damien Elmes <damien@repose.cx>.
16574
16575 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16576
16577         * gnus.el (gnus-mime): Remove unused custom group.
16578
16579 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16580
16581         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16582         "blank line" when searching for end of armor headers.
16583
16584 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gmm-utils.el (gmm-write-region): Fix variable name.
16587
16588 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * gmm-utils.el (gmm-write-region): New function based on compatibility
16591         code from `mm-make-temp-file'.
16592
16593         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16594
16595         * nnmaildir.el (nnmaildir--update-nov)
16596         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16597         Use `gmm-write-region'.
16598
16599 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16602         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16603
16604         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16605
16606         * message.el (message-replacement-char): New variable.
16607         (message-fix-before-sending): Use it.
16608         (message-simplify-subject): New function to remove duplicate code.
16609         (message-reply, message-followup): Use it.
16610
16611         * gnus-sum.el (gnus-summary-make-menu-bar):
16612         Clarify gnus-summary-limit-to-articles.
16613
16614 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * gnus-util.el (gnus-with-local-quit): New macro.
16617
16618         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16619
16620 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16621
16622         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16623         ignore non-string data.
16624
16625 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16626
16627         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16628         non-string data (needs to be done in the registry too).
16629
16630 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16631
16632         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16633         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16634         (gnus-registry-split-fancy-with-parent)
16635         (gnus-registry-fetch-simplified-message-subject-fast)
16636         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16637         Remove text properties on ingress into the registry and when it's saved.
16638         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16639         registry from entries with no groups.
16640
16641 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16642
16643         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16644         function to remove string properties.
16645
16646 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16647
16648         * gmm-utils.el (gmm): Adjust custom version.
16649
16650         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16651         Adjust custom version.
16652
16653         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16654
16655 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * gnus-art.el (gnus-insert-prev-page-button)
16658         (gnus-insert-next-page-button): Simplify.  Reformat.
16659
16660 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16661
16662         * gnus-art.el (gnus-insert-prev-page-button)
16663         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16664
16665 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16666
16667         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16668
16669 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16670
16671         * gnus-art.el (gnus-insert-mime-button)
16672         (gnus-insert-mime-security-button):
16673         Apply gnus-article-button-face to MIME and security buttons.
16674
16675 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16678         readable.
16679
16680 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16683
16684 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16685
16686         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16687         `browse-url-of-file' instead of `browse-url'.
16688
16689 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16690
16691         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16692         regexp.  Articles containing quotation were cut prematurely.
16693
16694 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * message.el (message-cite-original-1): Use nobody by default for the
16697         value of From header.
16698         (message-reply): Ditto.
16699
16700 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16701
16702         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16703         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16704         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16705
16706 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16709         mails in the doc string.  Add some URLs in comment.
16710         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16711
16712 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16715         backslashes handling and the way to find boundaries of quoted strings.
16716
16717 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16718
16719         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16720         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16721         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16722         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16723
16724 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16725
16726         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16727         doc string.
16728         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16729
16730 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * lpath.el: Fbind epg-check-configuration.
16733
16734 2006-09-06  Simon Josefsson  <jas@extundo.com>
16735
16736         * mml2015.el (mml2015-use): Doc fix, mention epg.
16737
16738 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16739
16740         * mml2015.el (mml2015-use): Default to epg, if available.
16741
16742 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16743
16744         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16745         message-sender.
16746         (mml1991-epg-encrypt): Ditto.
16747         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16748         message-sender.
16749         (mml2015-epg-encrypt): Ditto.
16750
16751 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16752
16753         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16754         several common directories.
16755
16756 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16757
16758         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16759         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16760
16761 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-art.el (article-decode-encoded-words): Make it fast.
16764
16765 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16768
16769         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16770         in quoted string into `\'.
16771
16772 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16775         Use standard-syntax-table.
16776
16777 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * gnus-art.el (gnus-decode-address-function): New variable.
16780         (article-decode-encoded-words): Use it to decode headers which are
16781         assumed to contain addresses.
16782         (gnus-mime-delete-part): Remove useless `or'.
16783
16784         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16785         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16786         (gnus-nov-parse-line): Use it to decode From header.
16787         (gnus-get-newsgroup-headers): Ditto.
16788         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16789
16790         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16791         (mail-decode-encoded-address-string): New alias.
16792
16793         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16794         New function.
16795         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16796         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16797         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16798         (rfc2047-decode-string): Ditto.
16799         (rfc2047-decode-address-region): New function.
16800         (rfc2047-decode-address-string): New function.
16801
16802 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16803
16804         * message.el (message-caesar-buffer-body): Allow rotating headers.
16805
16806         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16807
16808         * message.el (message-insert-formated-citation-line): Fix %f.
16809         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16810
16811 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16814         (gnus-bookmark-mouse-available-p): New macro.
16815         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16816         (gnus-bookmark-bmenu-show-infos): Use it.
16817         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16818         (gnus-bookmark-bmenu-hide-infos): Ditto.
16819         (gnus-bookmark-remove-properties): New function.
16820         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16821         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16822         (gnus-bookmark-write-file): Bind coding-system-for-write.
16823         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16824         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16825         group before selecting it.
16826         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16827         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16828         quit-window if it is not available; use gnus-mouse-2 and bind it to
16829         gnus-bookmark-bmenu-select-by-mouse.
16830         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16831         (gnus-bookmark-bmenu-select-by-mouse): New function.
16832
16833 2006-08-13  Romain Francoise  <romain@orebokech.com>
16834
16835         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16836         space.
16837
16838 2006-08-10  Romain Francoise  <romain@orebokech.com>
16839
16840         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16841         (dns-mode-soa-auto-increment-serial): New user option.
16842         (dns-mode-soa-maybe-increment-serial): New function.
16843         (dns-mode): Add the latter to `write-contents-functions'.
16844
16845 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * compface.el (uncompface): Use binary rather than raw-text-unix.
16848
16849 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * compface.el (uncompface): Make sure the eol conversion doesn't take
16852         place when communicating with the external programs.
16853         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16854
16855 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16858
16859 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16860
16861         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16862         Make it more robust by parsing author and date independently.
16863
16864 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16867
16868 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16869
16870         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16871         first matching secret key.
16872         (mml2015-epg-encrypt): Ditto.
16873
16874         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16875         first matching secret key.
16876         (mml1991-epg-encrypt): Ditto.
16877
16878         * mml2015.el (mml2015-encrypt-to-self): New user option.
16879         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16880         mml2015-epg-encrypt-to-self is set.
16881
16882         * mml1991.el (mml1991-encrypt-to-self): New variable.
16883         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16884         mml1991-epg-encrypt-to-self is set.
16885
16886         * mml2015.el (mml2015-signers): New user option.
16887         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16888         (mml2015-epg-encrypt): Allow to select signing keys.
16889
16890         * mml1991.el (mml1991-signers): New variable.
16891         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16892         (mml1991-epg-encrypt): Allow to select signing keys.
16893
16894 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * nnheader.el (nnheader-insert-head): Make it work even if the file
16897         uses CRLF for the line-break code.
16898
16899 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16900
16901         * mml2015.el: Require mml-sec instead of password.
16902         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16903         (mml2015-cache-passphrase): Inherit the default value from
16904         mml-secure-cache-passphrase.
16905         (mml2015-passphrase-cache-expiry): Inherit the default value from
16906         mml-secure-passphrase-cache-expiry.
16907
16908         * mml1991.el: Require mml-sec instead of password.
16909         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16910         (mml1991-cache-passphrase): Inherit the default value from
16911         mml-secure-cache-passphrase.
16912         (mml1991-passphrase-cache-expiry): Inherit the default value from
16913         mml-secure-passphrase-cache-expiry.
16914
16915         * mml-sec.el: Require password.
16916         (mml-secure-verbose): New user option.
16917         (mml-secure-cache-passphrase): New user option.
16918         (mml-secure-passphrase-cache-expiry): New user option.
16919
16920 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16921             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16922
16923         * pgg-def.el (pgg-truncate-key-identifier):
16924         Truncate the key ID to 8 letters from the end.
16925
16926 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16927
16928         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16929         workaround for the url package included with Emacs.
16930
16931         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16932
16933 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16936         correctly.  This fixes a bug caused by the 2006-05-12 change.
16937
16938 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16939
16940         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16941         some information about the error when saying that the `bogus' mail
16942         group will be used.
16943
16944 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16947         string.
16948
16949 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16950
16951         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16952
16953 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16954
16955         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16956
16957 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16958
16959         * mml1991.el (mml1991-function-alist): Add epg.
16960         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16961         (mml1991-epg-encrypt): New functions.
16962
16963 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16964
16965         * mml2015.el (mml2015-verbose): New variable.
16966         (mml2015-cache-passphrase): Ditto.
16967         (mml2015-passphrase-cache-expiry): Ditto.
16968         (mml2015-function-alist): Add epg.
16969         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16970         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16971         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16972         New functions.
16973
16974 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16975
16976         * message.el (message-cite-original-1): Preserve region when removing
16977         quoted text due to X-No-Archive in order to avoid bogus attribution
16978         when citing multiple messages.
16979
16980 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16981
16982         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16983         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16984
16985 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16986
16987         * gnus-diary.el (gnus-user-format-function-d)
16988         (gnus-user-format-function-D): Autoload.
16989
16990         * imap.el (Commentary): Fix typo.
16991
16992         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16993         2006-04-22 contribution.
16994
16995 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16996
16997         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16998         It didn't really fix the bogosity I'm seeing with solid web groups.
16999
17000 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17001
17002         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17003         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17004         created using server names.  If we use the feature without declaring
17005         it, Gnus does not properly manage server and group state.
17006
17007         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17008         bound.
17009
17010 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17011
17012         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17013         looking up the method using GROUP's prefix before inventing a new one.
17014         It is used on killed/unknown groups in various places where returning
17015         an all-new method isn't expected by the caller.
17016
17017         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17018         and match semantics of gnus-group-real-prefix.
17019
17020 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17021
17022         * nnmail.el (nnmail-broken-references-mailers): New variable.
17023         (nnmail-ignore-broken-references): New function generalizing
17024         nnmail-fix-eudora-headers.
17025         (nnmail-fix-eudora-headers): Now obsolete.
17026
17027         * gnus-art.el (gnus-button-handle-custom):
17028         Support `customize-apropos*'.
17029
17030 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17031
17032         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17033
17034         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17035         articles.
17036
17037 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17038
17039         * message.el (message-cite-reply-above): New variable.
17040         (message-yank-original): Use it.
17041
17042 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17045
17046 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17047
17048         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17049         as read.
17050
17051         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17052
17053 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17054
17055         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17056         (gnus-bookmark-default-file): Use gnus-directory.
17057         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17058         Remove "*" in doc string.
17059         (gnus-bookmark-write-file): Simplify.
17060         (gnus-bookmark-maybe-sort-alist): Use `when'.
17061         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17062         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17063         Add FIXME about Emacs 21 and XEmacs compatibility.
17064         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17065         compatibility.
17066         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17067         compatibility.
17068         (gnus-bookmark-menu-heading): Fix version.
17069
17070 2006-06-19  Bastien Guerry  <bzg@altern.org>
17071
17072         * gnus-bookmark.el: New file.
17073
17074 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * message.el (message-syntax-checks): Doc fix.
17077
17078 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17079
17080         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17081         unsubscribed groups as if they were killed ones.  It causes duplicate
17082         entries in gnus-newsrc-alist.
17083
17084 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * message.el (message-syntax-checks): Doc fix.
17087         (message-send-mail): Add check for continuation headers.
17088         (message-check-news-header-syntax): Fix regexp used to check for
17089         continuation headers.
17090
17091 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17094
17095 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17096
17097         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17098
17099 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17102         default-truncate-lines.
17103
17104 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17107         to fill the utf-8 entry.
17108
17109         * lpath.el: Fbind unicode-precedence-list.
17110
17111 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17112
17113         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17114
17115 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17116
17117         * gnus-agent.el (directory-files-and-attributes): Move all the way
17118         forward (the third and final move).
17119         (gnus-agent-read-agentview): Trap reconstruction errors due to
17120         nonexistent directory.  Handle by returning nil.
17121
17122 2006-05-30  Didier Verna  <didier@xemacs.org>
17123
17124         * message.el (message-dont-reply-to-names): Update the custom type.
17125         * message.el (message-dont-reply-to-names): New defsubst: potentially
17126         convert a list of regexps into a single one.
17127         * message.el (message-get-reply-headers): Use it.
17128         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17129
17130 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-agent.el (directory-files-and-attributes): Move forward.
17133
17134 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17135
17136         * gnus-ml.el (gnus-mailing-list-subscribe)
17137         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17138         (gnus-mailing-list-message): Fix doc strings.
17139
17140 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17141
17142         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17143         of doing it manually.
17144
17145 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17148         comment.
17149
17150 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17151
17152         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17153         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17154         (gnus-agent-read-local): All symbols allocated in my-obarray.
17155         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17156         (gnus-agent-regenerate-group): Check numeric names to see if they are
17157         messages or groups.
17158         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17159         better way of do this...)
17160
17161         * gnus-cache.el (gnus-agent-total-fetched-for):
17162         Ignore 'dummy.group' (there should be a better way of do this...)
17163
17164 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17167         (gnus-saved-headers): Ditto.
17168         (gnus-default-article-saver): Mention functions may have properties.
17169         (gnus-article-save): Override gnus-save-all-headers and
17170         gnus-saved-headers by :headers property which saver function may have.
17171         (gnus-summary-save-in-file): Add :headers property.
17172         (gnus-summary-write-to-file): Ditto.
17173
17174         * gnus-sum.el (gnus-summary-save-article): Bind
17175         gnus-prompt-before-saving to t when saving many articles in a file;
17176         always show all headers.
17177
17178         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17179
17180 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17181
17182         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17183         marks.
17184
17185         * message.el (message-indent-citation): Add optional arguments to allow
17186         using it outside of message buffers.
17187
17188         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17189         (gnus-article-treat-unfold-headers): Use it.
17190         (gnus-article-truncate-lines): New variable.
17191         (gnus-article-mode): Use it.
17192         (gnus-article-toggle-truncate-lines): New function.
17193
17194         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17195         Add gnus-article-toggle-truncate-lines.
17196
17197         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17198         coding system in XEmacs, use binary.
17199
17200 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17203         after-load-alist.
17204
17205         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17206         this function should save decoded articles.
17207         (gnus-summary-write-to-file): Use property to specify this function
17208         should save decoded articles and specify gnus-summary-save-in-file
17209         should be used to save articles other than the first one when saving
17210         many articles.
17211         (gnus-summary-save-body-in-file): Use property to specify this
17212         function should save decoded articles.
17213         (gnus-summary-write-body-to-file): Use property to specify this
17214         function should save decoded articles and specify
17215         gnus-summary-save-body-in-file should be used to save articles other
17216         than the first one when saving many articles.
17217
17218         * gnus-sum.el (gnus-summary-save-article): Simplify.
17219
17220 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-art.el (gnus-default-article-saver):
17223         Add gnus-summary-write-body-to-file.
17224         (gnus-article-save-coding-system): Don't use coding system object
17225         in XEmacs.
17226         (gnus-read-save-file-name): Add optional `dir-var' argument which
17227         specifies directory in which files are saved; work even if optional
17228         `variable' argument is not specified.
17229         (gnus-summary-write-to-file): Read file name.
17230         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17231         (gnus-summary-write-body-to-file): New function.
17232
17233         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17234         (gnus-summary-local-variables): Add it.
17235         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17236         (gnus-summary-save-article): Remove optional `decode' argument;
17237         determine whether to decode articles by the value of
17238         gnus-default-article-saver; when saving many files using
17239         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17240         it first and use gnus-summary-save-in-file or
17241         gnus-summary-save-body-in-file thereafter unless
17242         gnus-prompt-before-saving is always; move point to article which
17243         will be saved.
17244         (gnus-summary-save-article-file): Revert.
17245         (gnus-summary-write-article-file): Revert.
17246         (gnus-summary-save-article-body-file): Revert.
17247         (gnus-summary-write-article-body-file): New function.
17248
17249 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-art.el (gnus-default-article-saver): Doc fix.
17252         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17253         from gnus-summary-save-article-coding-system, and default to a
17254         certain coding system.
17255         (gnus-output-to-file): Add coding cookie and encode text according
17256         to gnus-article-save-coding-system; don't use mm-append-to-file.
17257
17258         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17259         gnus-art.el and rename to gnus-article-save-coding-system.
17260         (gnus-summary-save-article): Require gnus-art; don't show all
17261         headers if it decodes articles; don't add coding cookie here;
17262         don't bind mm-text-coding-system-for-write.
17263         (gnus-summary-save-article-file): Save decoded articles.
17264         (gnus-summary-write-article-file): When saving many files, use
17265         gnus-summary-write-to-file first and gnus-summary-save-in-file
17266         thereafter unless gnus-prompt-before-saving is always.
17267         (gnus-summary-save-article-body-file): Save decoded articles.
17268
17269         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17270
17271 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17272
17273         * nnrss.el (nnrss-check-group): Bind hash-index.
17274
17275 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17276
17277         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17278         its hash index.  Store this hash in `nnrss-group-data'.
17279         (nnrss-read-group-data): Update accordingly.
17280
17281 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17282
17283         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17284         entry.
17285
17286         * gnus-sum.el (gnus-summary-make-menu-bar):
17287         Add gnus-article-browse-html-article.
17288
17289 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17290
17291         * gnus-sum.el (gnus-summary-mime-map):
17292         Add gnus-article-browse-html-article.
17293
17294         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17295
17296 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17297
17298         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17299         suitable coding systems in customize.
17300
17301 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17302
17303         * mail-source.el (mail-sources): Fix custom type.
17304
17305 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17306
17307         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17308         (gnus-summary-expire-articles-now): Shorten prompt.
17309
17310         * gmm-utils.el (wid-edit): Require.
17311         (defun-gmm): Rename from `gmm-defun-compat'.
17312         (gmm-image-search-load-path): Use it.
17313         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17314
17315 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * gnus-sum.el (gnus-summary-save-article-coding-system):
17318         New variable.
17319         (gnus-summary-save-article): Add optional `decode' argument.
17320         If it is set and gnus-summary-save-article-coding-system is non-nil,
17321         save decoded article.
17322         (gnus-summary-write-article-file): Save decoded article if
17323         gnus-summary-save-article-coding-system is non-nil.
17324
17325         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17326         type.
17327
17328 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17331
17332 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17335         first to test gnus-single-article-buffer which may be buffer-local.
17336
17337         * gnus-sum.el (gnus-summary-setup-buffer):
17338         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17339         group; make gnus-article-buffer, gnus-article-current, and
17340         gnus-original-article-buffer always buffer-local.
17341         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17342         group.
17343         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17344
17345 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17346
17347         * nnml.el (nnml-request-compact-group): Compressed files might not
17348         have .gz extension.
17349
17350 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17351
17352         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17353         (mm-copy-to-buffer): Use with-current-buffer.
17354         (mm-display-part): Simplify.
17355         (mm-inlinable-p): Add optional arg `type'.
17356
17357 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17358
17359         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17360         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17361         Try harder to show the attachment internally or externally using
17362         gnus-mime-view-part-as-type.
17363
17364 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * message.el (message-from-style, message-signature-separator)
17367         (message-user-organization-file, message-send-mail-function)
17368         (message-citation-line-function, message-yank-prefix)
17369         (message-indent-citation-function, message-signature)
17370         (message-signature-file, message-signature-insert-empty-line):
17371         Remove autoloads.
17372
17373         * gnus-art.el (gnus-buttonized-mime-types):
17374         Remove "multipart/signed".  Revert 2006-04-26 change.
17375
17376 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17377
17378         * gnus.el (gnus-version-number): Bump version.
17379
17380 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17381
17382         * gnus.el: No Gnus v0.5 is released.
17383
17384 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17385
17386         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17387         fetching articles by message-id.
17388
17389 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17390
17391         * message.el (hashcash): Require hashcash as normal.
17392
17393         * ecomplete.el (ecomplete-highlight-match-line):
17394         Use point-at-eol.
17395         (ecomplete-highlight-match-line): Use `highlight', because that
17396         face exists in both Emacs and XEmacs.
17397
17398         * message.el (message-display-abbrev): Use point-at-bol.
17399
17400         * mail-source.el: Don't require timer/timer-funcs.
17401
17402         * gnus-async.el: Ditto.
17403
17404         * password.el: Ditto.
17405
17406         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17407
17408         * mm-url.el: Ditto.
17409
17410         * gnus-xmas.el: Don't require timer-funcs.
17411
17412         * mm-util.el: Require timer/timer-funcs.
17413
17414 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17415
17416         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17417         Close.
17418
17419 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17422         unibyte after clear-decrypt function runs.
17423
17424         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17425         returns as a unibyte string.
17426
17427 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * lpath.el: Revert.
17430
17431         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17432         (pgg-gpg-process-sentinel): Revert.
17433
17434         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17435         (pgg-pgp-lookup-key): Revert.
17436
17437         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17438         (pgg-pgp5-lookup-key): Revert.
17439
17440         * pgg.el (pgg-fetch-key): Revert.
17441
17442 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * lpath.el: Fbind string-as-multibyte for XEmacs.
17445
17446         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17447         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17448         (mml1991-pgg-encrypt): Ditto.
17449
17450         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17451         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17452         a multibyte buffer.
17453
17454         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17455         (pgg-pgp-lookup-key): Ditto.
17456
17457         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17458         (pgg-pgp5-lookup-key): Ditto.
17459
17460         * pgg.el (pgg-fetch-key): Ditto.
17461
17462 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17463
17464         * message.el (message-user-organization-file): Check several
17465         locations of the organization file.
17466
17467         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17468         Add gnus-article-view-part-as-type.
17469
17470         * gnus-art.el (gnus-article-view-part-as-type): New function.
17471
17472         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17473         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17474
17475         * mml.el: Simplify autoload.
17476         (mml-mode): defvar dnd-protocol-alist instead of using
17477         symbol-value.
17478         (mml-default-directory): New variable.
17479         (mml-minibuffer-read-file): Use it.
17480         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17481
17482         * message.el (message-citation-line-format): New variable.
17483         (message-insert-formated-citation-line): New function.
17484         (message-citation-line-function):
17485         Add `message-insert-formated-citation-line' to custom type.
17486
17487         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17488         to doc string.
17489
17490         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17491         depending on mm-verify-option.
17492
17493 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17496         binding pgg-* variables; reimplement the section which prevents
17497         MIME header from being signed.
17498         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17499         pgg-text-mode; remove a blank line at the top of body.
17500
17501         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17502         lines at the top of body; use gnus-newsgroup-charset if there's no
17503         Charset header.
17504
17505 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * message.el (message-self-insert-commands): Doc fix.
17508
17509         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17510         (mm-uu-pgp-encrypted-test): Ditto.
17511         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17512         between header and body; return application/pgp-encrypted handle
17513         if decryption failed; decode decrypted body by charset.
17514
17515         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17516         element match to application/pgp-*.
17517
17518 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17519
17520         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17521         HTML.
17522
17523 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17524
17525         * mail-source.el (mail-source-call-script): Message the error
17526         string.
17527
17528 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17529
17530         * gnus-util.el (gnus-byte-compile): Use it.
17531
17532 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17533
17534         * gnus-util.el (kill-empty-logs): New function.
17535
17536 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17537
17538         * message.el (message-mail-alias-type): Doc fix.
17539         (message-mail-alias-type-p): New function.
17540         (message-send): Use it.
17541         (message-mode): Ditto.
17542         (message-strip-forbidden-properties): Ditto.
17543
17544         * ecomplete.el (ecomplete-database-file-coding-system):
17545         New variable.
17546         (ecomplete-save): Use it.
17547         (ecomplete-setup): Use it.
17548
17549 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * message.el (message-self-insert-commands): New variable.
17552         (message-strip-forbidden-properties): Use it.
17553
17554 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17555
17556         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17557         that doesn't make XEmacs choke.
17558
17559 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17560
17561         * gnus-util.el (gnus-replace-in-string):
17562         Prefer replace-regexp-in-string over of replace-in-string.
17563
17564 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * gnus-util.el (gnus-select-frame-set-input-focus):
17567         Use select-frame-set-input-focus if it is available in XEmacs; use
17568         definition defined in Emacs 22 for old Emacsen.
17569
17570         * dgnushack.el: Autoload unmorse-region for XEmacs.
17571
17572         * lpath.el: Bind cursor-in-non-selected-windows and
17573         select-frame-set-input-focus for XEmacs.
17574
17575 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17578
17579 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17580
17581         * gnus-registry.el (gnus-registry-cache-save): Remove text
17582         properties when saving via the temp buffer.
17583
17584 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17585
17586         * message.el (message-generate-hashcash): Honor custom type.
17587
17588 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17589
17590         * message.el (message-generate-hashcash): Default to non-nil when
17591         hashcash is found.
17592
17593         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17594         (gnus-refer-thread-limit): Increase default to 500.
17595
17596         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17597
17598         * flow-fill.el (fill-flowed): Allow delete-space.
17599
17600 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17601
17602         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17603         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17604         Remove autoloads.
17605
17606 2006-04-18  Simon Josefsson  <jas@extundo.com>
17607
17608         * message.el (message-generate-hashcash): Default to.
17609
17610 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17613         concatenating segments rather than before concatenating them.
17614
17615 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17618
17619 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17620
17621         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17622
17623         * message.el (message-forward-make-body-plain):
17624         Allow message-forward-ignored-headers to be a list.
17625         (message-remove-ignored-headers): Factor out into function.
17626         (message-forward-make-body-mml): Use it.
17627
17628         * imap.el (imap-quote-specials): New function.
17629         (imap-login-auth): Quote specials.
17630
17631         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17632         (rfc2231-parse-string): Allow concatanation of parameters that
17633         aren't contiguous.  The test case is
17634           (mail-header-parse-content-type "message/external-body;
17635             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17636             access-type=LOCAL-FILE;
17637             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17638
17639 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17640
17641         * nntp.el (nntp-accept-process-output): Return the value of
17642         `nnheader-accept-process-output'.
17643
17644 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17645
17646         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17647         (gnus-button-alist): Recognize more diff formats.
17648         (gnus-button-patch): Strip directory.
17649
17650 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17651
17652         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17653         Emacs 22 when setting focus.
17654
17655 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17656
17657         * gnus-art.el (gnus-article-treat-types): Do treatment of
17658         text/x-verbatim parts.
17659         (gnus-button-patch): New command.
17660
17661         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17662         addresses that contain invalid characters.
17663
17664 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17665
17666         * message.el (message-put-addresses-in-ecomplete):
17667         Use gnus-replace-in-string.
17668         (message-is-yours-p): Use the more correct
17669         mail-header-parse-address instead of
17670         mail-extract-address-components.
17671         (message-put-addresses-in-ecomplete): Fix typo.
17672
17673         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17674         keystroke.
17675
17676         * gnus-art.el (gnus-treatment-function-alist): Change order of
17677         newsgroups/generic header folding to avoid double-folding.
17678
17679         * message.el (message-hidden-headers): Add X-Draft-From.
17680
17681         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17682         New command.
17683         (gnus-summary-repeat-search-article-backward): New command.
17684
17685         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17686         groups in the parent topic.
17687
17688 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17689
17690         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17691         (spam-extra-header-to-number): Return the CRM114 number as a
17692         number instead of a string.
17693
17694 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17695
17696         * gnus-art.el (gnus-face-properties-alist): Move here from
17697         gnus-fun.
17698
17699         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17700
17701 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17702
17703         * message.el (message-strip-forbidden-properties): Only display on
17704         self-insert-command.
17705
17706         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17707         reindent.
17708         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17709
17710 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17711
17712         * smiley.el (smiley-style): Fix typo.
17713
17714 2006-03-23  Kenichi Handa  <handa@m17n.org>
17715
17716         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17717         instead of set-buffer-multibyte.
17718
17719 2006-03-23  Kenichi Handa  <handa@m17n.org>
17720
17721         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17722         buffer and then decode the buffer text if necessary.
17723         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17724         first, and after mm-encode-body, change the buffer to unibyte.
17725
17726 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17727
17728         * hashcash.el (hashcash-insert-payment-async-2):
17729         Use message-goto-eoh instead of doing it manually.
17730         (mail-add-payment): Use message-narrow-to-header instead of trying
17731         to do the same itself.
17732
17733         * message.el (message-hidden-headers): Add Face.
17734
17735         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17736         reparenting code.
17737         (gnus-summary-reparent-children): Refactored out code.
17738         (gnus-summary-thread-map): New keystroke.
17739         (gnus-summary-reparent-children): Make into command.
17740
17741         * smiley.el (smiley-style): Default to `medium' if using a large
17742         font.
17743
17744         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17745         does it itself.
17746
17747         * message.el (message-point-in-header-p): Simplify definition.
17748
17749 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17750
17751         * nnagent.el (nnagent-request-set-mark): Silence log file
17752         writing.
17753         (nnagent-request-set-mark): Use write-region instead of
17754         append-to-file.
17755
17756         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17757         strange select method.
17758
17759         * ecomplete.el (ecomplete-display-matches): Get highlightling
17760         right.
17761         (ecomplete-display-matches): Use literals.
17762         (ecomplete-display-matches): Disable message logging.
17763
17764         * message.el (message-display-abbrev): Small optimization.
17765
17766         * ecomplete.el (ecomplete-display-matches): Allow automatic
17767         display.
17768
17769         * message.el (message-strip-forbidden-properties):
17770         Display abbrevs.
17771         (message-display-abbrev): Get automatic display right.
17772
17773         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17774         keystrokes.
17775
17776 2006-04-13  Romain Francoise  <romain@orebokech.com>
17777
17778         TODO: Backport to v5-10!
17779
17780         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17781         Move here (and rename) from gnus-registry.el.
17782
17783         * gnus-registry.el: Require gnus-util.
17784         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17785
17786 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17787
17788         * gnus-group.el (gnus-group-catchup-current):
17789         Change if-then-else-if-then-else into cond.
17790         (gnus-group-catchup): Indent.
17791         (group-name-at-point): New function.
17792         (gnus-fetch-group): Provide default from thing at point.
17793
17794 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17795
17796         * message.el (message-display-abbrev): Fix regexp.
17797
17798         * ecomplete.el (ecomplete-highlight-match-line):
17799         Reimplement choosing.
17800         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17801         dead variables.
17802
17803         * message.el (message-newline-and-indent): Remove debugging.
17804         (message-display-abbrev): Use new implementation.
17805
17806 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17807
17808         * gnus-art.el (gnus-article-mode):
17809         Set cursor-in-non-selected-windows to nil.
17810
17811         * smiley.el: Revert previous change.
17812         (smiley-data-directory): defvar it before using it in the
17813         defcustom of `smiley-style'.
17814
17815 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17816
17817         * message.el (message-newline-and-indent): New function.
17818
17819         * ecomplete.el: Implement more bits.
17820
17821         * message.el (message-put-addresses-in-ecomplete): Clean up the
17822         string.
17823
17824         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17825
17826         * gnus-sum.el (gnus-summary-save-parts):
17827         Bind gnus-summary-save-parts-counter and use it to make unique file
17828         names.
17829
17830         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17831
17832         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17833         parameter to say whether to actually parse the individual
17834         addresses.
17835
17836         * message.el (message-put-addresses-in-ecomplete): New function.
17837         (ecomplete): Require.
17838         (message-mail-alias-type): Add ecomplete as an option.
17839
17840 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17841
17842         * flow-fill.el (fill-flowed): Remove trailing space from blank
17843         quoted lines.
17844
17845 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17846
17847         * smiley.el (smiley-style): Move definition later to avoid a
17848         compilation warning.
17849
17850 2006-04-12  Kenichi Handa  <handa@m17n.org>
17851
17852         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17853         buffer and then decode the buffer text if necessary.
17854         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17855         first, and after mm-encode-body, change the buffer to unibyte.
17856         Use mm-disable-multibyte instead of set-buffer-multibyte.
17857
17858 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17861         Content-Type header instead of Content-Disposition header.
17862         (gnus-mime-inline-part): Ditto.
17863         (gnus-mime-view-part-as-charset): Ignore charset that the part
17864         specifies.
17865
17866         * mm-decode.el (mm-display-part): Work with external parts and
17867         usual parts similarly.
17868
17869         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17870         instead of gnus-display-mime.
17871
17872         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17873         instead of with-temp-buffer.
17874
17875         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17876         tag to summarized topics part in order to encode non-ASCII text.
17877
17878 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17879
17880         * smiley.el (smiley-style): New variable.
17881         (smiley-directory): New function.
17882         (smiley-data-directory): Derive from `smiley-style' using
17883         `smiley-directory'.
17884         (smiley-regexp-alist): Add new entries.
17885
17886         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17887         (gnus-article-browse-delete-temp): Add :version.
17888
17889 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17890
17891         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17892         the sieve region.
17893
17894 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17895
17896         * gnus.el (gnus-version-number): Bump version.
17897
17898 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17899
17900         * gnus.el: No Gnus v0.4 is released.
17901
17902 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17903
17904         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17905         layout.
17906
17907         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17908         unknown charset.
17909
17910         * message.el (message-header-synonyms): Add Original-To to the
17911         default.
17912
17913         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17914         optional parameter.
17915
17916 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17917
17918         * gnus-fun.el (gnus): Require it for gnus-directory.
17919
17920 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17923
17924 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17925
17926         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17927
17928 2006-04-05  Simon Josefsson  <jas@extundo.com>
17929
17930         * password.el (password-reset): New function.
17931
17932 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17933
17934         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17935         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17936
17937 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17938
17939         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17940         Some whitespace was matched into the url, which broke browsing hits
17941         > 100 when mm-url-use-external was nil.
17942
17943 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17946         Check gnus-extra-headers for 'Newsgroups.
17947
17948         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17949         bound.
17950
17951 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17952
17953         * pgg-gpg.el: Clean up process buffers every time gpg processes
17954         complete.
17955
17956 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17957
17958         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17959         doc string.
17960
17961 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17962
17963         * pgg-gpg.el (pgg-gpg-process-filter)
17964         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17965
17966         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17967         lines, temporary fix.
17968
17969 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17970
17971         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17972
17973 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17974
17975         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17976         default-enable-multibyte-characters.  This reverts the change from
17977         revision 6.17 which is no longer necessary because the passphrase
17978         is sent separately now.  GnuPG messages are unreadable under
17979         multibyte locales with default-enable-multibyte-characters set to
17980         nil.
17981
17982 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17983
17984         * message.el (message-tool-bar-gnome): Move "spell".
17985
17986 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17987
17988         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17989         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17990         instead.
17991
17992 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17993
17994         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17995         Improve newsgroups handling for NNTP overviews which don't include
17996         Newsgroups.
17997
17998 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17999
18000         * message.el (message-resend): Bind message-generate-hashcash to nil.
18001
18002 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18003
18004         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18005         when searching for already-paid recipients.
18006
18007 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18008
18009         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18010         passphrases when it is not needed.
18011         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18012         passphrase stuff from gpg, should only be necessary when you use
18013         gpg with a smartcard.
18014
18015 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * mml.el (mml-insert-mime): Ignore cached contents of
18018         message/external-body part.
18019
18020         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18021         (mm-insert-part): Ditto.
18022
18023 2006-03-23  Simon Josefsson  <jas@extundo.com>
18024
18025         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18026         Reiner.
18027         (pgg-gpg-use-agent-p): Use it again.
18028
18029 2006-03-23  Simon Josefsson  <jas@extundo.com>
18030
18031         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18032         older emacsen.
18033         (pgg-gpg-use-agent-p): Don't use it.
18034
18035 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18036
18037         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18038         if we can.
18039
18040 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18041
18042         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18043         (pgg-gpg-update-agent): New function.
18044         (pgg-gpg-use-agent-p): New function.
18045         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18046         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18047         (pgg-gpg-sign-region): Use it.
18048
18049 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18052         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18053
18054 2006-03-21  Simon Josefsson  <jas@extundo.com>
18055
18056         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18057         <wilde@sha-bang.de>.
18058         (pgg-gpg-use-agent): New variable.
18059         (pgg-gpg-process-region): Use it.
18060         (pgg-gpg-encrypt-region): Likewise.
18061         (pgg-gpg-encrypt-symmetric-region): Likewise.
18062         (pgg-gpg-decrypt-region): Likewise.
18063         (pgg-gpg-sign-region): Likewise.
18064         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18065
18066 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18067
18068         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18069
18070         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18071         Add comment on version.
18072
18073 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18074
18075         * smiley.el: Add missing test smiley.
18076
18077 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * mm-decode.el (mm-with-part): New macro.
18080         (mm-get-part): Use it; work with message/external-body as well.
18081         (mm-save-part): Treat name and filename equally.
18082
18083         * mm-extern.el (mm-extern-cache-contents): New function.
18084         (mm-inline-external-body): Use it; force the part to be displayed;
18085         move undisplayer added to the cached handle to the parent.
18086
18087         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18088         (gnus-mime-view-part-as-type): Work with message/external-body.
18089
18090         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18091
18092 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18093
18094         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18095         images in image-load-path.  [Sync with image.el, revision 1.60, in
18096         Emacs.]
18097
18098 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18099
18100         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18101         path rather than symbol.  Always return list of directories.
18102         Guarantee that image directory comes first.  [Sync with image.el,
18103         revision 1.59, in Emacs.]
18104
18105         * message.el (message-make-tool-bar): Adjust to new API of
18106         `gmm-image-load-path-for-library'.
18107
18108         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18109
18110         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18111
18112 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18113
18114         * gnus-art.el (gnus-article-only-boring-p):
18115         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18116         intangible text.
18117         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18118
18119 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18120
18121         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18122         Use `defun' instead of `gmm-defun-compat'.
18123
18124 2006-03-14  Simon Josefsson  <jas@extundo.com>
18125
18126         * message.el (message-unique-id): Don't use message-number-base36
18127         if (user-uid) is a float.
18128         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18129
18130 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18133
18134         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18135         empty line between a part and a message part.
18136
18137 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * smiley.el: Add more test smileys.
18140         (smiley-data-directory, smiley-regexp-alist)
18141         (gnus-smiley-file-types): Fix doc strings.
18142         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18143         adding new elements.
18144         (smiley-mouse-map): Unused code.  Make it a comment.
18145
18146 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18149         scan latest NoCeM messages instead of old ones.
18150         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18151         delimiters that are recently used.
18152         (gnus-nocem-load-cache): Add autoload cookie.
18153
18154         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18155
18156         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18157         level which is larger than gnus-use-nocem is specified.
18158
18159         * gnus-group.el (gnus-group-get-new-news): Ditto.
18160
18161 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18162
18163         * gnus-util.el (gnus-tool-bar-update): New function.
18164
18165         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18166         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18167
18168         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18169
18170         * gnus-group.el (gnus-group-redraw-when-idle)
18171         (gnus-group-redraw-check): Remove.
18172         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18173
18174 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18177         if optional last element is specified in splits (FIELD VALUE...).
18178
18179 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18180
18181         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18182         to gmm-image-load-path-for-library.  Call with no-error argument.
18183         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18184
18185         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18186
18187         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18188
18189         * gmm-utils.el (gmm-image-load-path): Remove alias.
18190
18191 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18192
18193         * gmm-utils.el (gmm-image-load-path): Add alias.
18194
18195         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18196         nnml-generate-nov-databases-1.
18197         (nnml-generate-nov-databases): Use it.
18198         (nnml-generate-nov-databases-directory): Document no-active
18199         argument.
18200
18201         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18202         directory if path is t.  Add no-error.
18203
18204         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18205         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18206
18207         * gnus-art.el (gnus-article-browse-delete-temp-files):
18208         Simplify resetting gnus-article-browse-html-temp-list.
18209
18210         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18211         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18212         Add example to docstring.  Rename local variables.  Move error
18213         checks to default case in cond and simplify.
18214
18215 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18218         handle is multipart when calling it recursively.
18219         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18220
18221 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18222
18223         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18224         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18225
18226 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18227
18228         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18229         is loaded.
18230
18231         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18232         loaded.
18233
18234 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18235
18236         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18237         to "Emacs 23 (unicode)" in doc string.
18238
18239         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18240         "Emacs 23 (unicode)" in comment.
18241
18242 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18245
18246         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18247         characters 160 through 255 in Emacs 23.
18248
18249 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18250
18251         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18252         gnus-article-browse-html-temp.
18253         (gnus-article-browse-delete-temp): Make it customizable.
18254         Add `file'.  Adjust doc string.
18255         (gnus-article-browse-delete-temp-files): Add argument.
18256         Allow query for each file.  Adjust doc string.
18257         (gnus-article-browse-html-parts):
18258         Add `gnus-article-browse-delete-temp-files' to
18259         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18260
18261 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18262
18263         * gnus-art.el (gnus-article-browse-html-temp)
18264         (gnus-article-browse-delete-temp): New variables.
18265         (gnus-article-browse-delete-temp-files): New function.
18266         (gnus-article-browse-html-parts): Use it.
18267
18268 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18271
18272         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18273         string.
18274
18275         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18276         gnus-summary-insert-new-articles when unplugged.
18277         Remove gnus-summary-search-article-forward.
18278
18279         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18280         display-visual-class instead of display-color-cells.
18281
18282 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * dgnushack.el: Autoload customize-group for XEmacs.
18285
18286         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18287         message/* containing non-ASCII text properly.
18288
18289 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18290
18291         * message.el: Require gmm-utils, remove autoloads.
18292         (message-tool-bar): Set default based on
18293         gmm-tool-bar-style.
18294         (message-tool-bar-gnome): Add gmm-customize-mode.
18295
18296         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18297         gmm-tool-bar-style.
18298         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18299
18300         * gnus-group.el (gnus-group-tool-bar): Set default based on
18301         gmm-tool-bar-style.
18302         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18303
18304         * gmm-utils.el (gmm-image-directory): Rename variable from
18305         gmm-image-load-path.
18306         (gmm-image-load-path): Use gmm-image-directory.
18307         (gmm-customize-mode): New function.
18308         (gmm-tool-bar-style): New variable.
18309
18310         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18311         gnus-group-redraw-line-number.
18312         (gnus-group-redraw-check): Simplify.
18313         (gnus-group-tool-bar-update): Remove redraw check.
18314         (gnus-group-make-tool-bar): Add redraw check.
18315
18316 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18317
18318         * gnus-art.el (gnus-button): Add missing parentheses.
18319
18320 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * lpath.el: Fbind line-number-at-pos.
18323
18324 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18325
18326         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18327
18328 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * gnus-art.el (gnus-button): New face.
18331         (gnus-article-button-face): Use it.
18332
18333         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18334         Add gnus-summary-next-page.  Re-order.
18335
18336         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18337         next-node are now included.
18338         (gnus-group-redraw-line-number): New internal variable.
18339         (gnus-group-redraw-check): Helper function for updating the tool
18340         bar.
18341         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18342
18343         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18344
18345         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18346         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18347         Use it to match format of Spamassassin 3.0 and later.
18348         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18349         (spam-check-bogofilter)
18350         (spam-bogofilter-register-with-bogofilter): Fix args of
18351         `gnus-error' calls.
18352
18353 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18356         unnecessary interaction when sending queued mails.
18357         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18358
18359 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18360
18361         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18362         first or last are nil.
18363
18364 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18365
18366         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18367
18368 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18369
18370         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18371
18372 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18373
18374         * dns.el (query-dns): Protect more against buggy tcp output.
18375
18376 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18377
18378         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18379         nov.php.
18380
18381 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18382
18383         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18384         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18385         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18386         output on the server side.
18387         (nnweb-google-create-mapping): Update regexps and add some
18388         progress indication.
18389
18390 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18391
18392         * gnus-group.el (gnus-group-tool-bar-gnome):
18393         Fix gnus-agent-toggle-plugged.  Re-order icons.
18394         (gnus-group-tool-bar-gnome):
18395         Add gnus-group-{prev,next}-unread-group.
18396         (gnus-group-tool-bar-gnome): Re-order icons.
18397
18398         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18399         Move gnus-summary-insert-new-articles.
18400
18401         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18402         Fix comments.
18403
18404         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18405         also available in Emacs 21.3.
18406
18407         * message.el (message-fix-before-sending): Change "Emacs 22" to
18408         "Emacs 23 (unicode)" in comment.
18409
18410         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18411         "Emacs 23 (unicode)" in comment.
18412
18413         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18414         comment.
18415         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18416
18417         * mm-view.el (mm-fill-flowed): Add :version.
18418
18419 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18422         and load-path.
18423
18424 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * message.el: Autoload gmm-image-load-path.
18427         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18428         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18429         consitency.
18430
18431         * gmm-utils.el (gmm-image-load-path): Also search in
18432         "../etc/images".  Don't set gmm-image-load-path if we don't find
18433         the image.
18434
18435 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * gmm-utils.el (gmm-image-load-path): Don't make
18438         `gmm-image-load-path' include subdirectories which the second arg
18439         `image' might specify.
18440
18441         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18442         subdirectory to icon file names.
18443
18444         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18445
18446 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18447
18448         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18449         gmm-image-load-path calls.
18450
18451         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18452
18453         * message.el (message-make-tool-bar): Ditto.
18454
18455         * mml.el (mml-preview): Add comment concerning tool bar icons.
18456
18457         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18458         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18459
18460         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18461         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18462
18463         * message.el (message-tool-bar-gnome): Use new icon names.
18464         (message-make-tool-bar): Use `gmm-image-load-path'.
18465
18466         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18467         New functions from MH-E.
18468         (gmm-image-load-path): New variable from MH-E.
18469         (gmm-image-load-path): New function from MH-E.  Add arguments
18470         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18471         *-image-load-path-called-flag.
18472
18473 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18474
18475         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18476
18477 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18478
18479         * nnimap.el (nnimap-request-move-article): Change folder back to
18480         source group before deleting.
18481
18482 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18485
18486         * gnus-art.el (mm-url-insert-file-contents-external):
18487         Autoload mm-url.
18488
18489         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18490
18491 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18494         coding system which mm-charset-to-coding-system returns for a
18495         given charset is valid.
18496
18497 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18498
18499         * html2text.el (html2text-remove-tag-list):
18500         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18501
18502 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18503
18504         * gnus-cus.el: Revert 2005-10-17 change.
18505
18506 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18507
18508         * gnus-art.el (article-strip-banner):
18509         Call article-really-strip-banner only when the regexp match is made.
18510
18511 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * gnus-art.el (article-strip-banner):
18514         Use gnus-extract-address-components instead of
18515         mail-header-parse-addresses to make it work with non-ASCII text;
18516         remove mail-encode-encoded-word-string.
18517
18518         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18519         values which are surrounded with \"...\"; make it never cause a
18520         Lisp error; give up parsing of parameters if it failed in
18521         extracting type.
18522
18523 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18524
18525         * smime.el (smime-cert-by-ldap-1): Fix bug where
18526         `smime-ldap-search' returns results without userCertificates.
18527
18528 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18531
18532 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18533
18534         * spam.el (spam-check-spamassassin-headers): Adapt format for
18535         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18536         <ari@mbf.ocn.ne.jp>.
18537         (spam-list-of-processors): Add spam-use-gmane.
18538
18539 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18542         make-temp-file; make it work with XEmacs as well.
18543
18544         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18545         mm-make-temp-file.
18546
18547         * mm-decode.el (mm-display-external): Use the 3rd arg of
18548         mm-make-temp-file.
18549         (mm-create-image-xemacs): Ditto.
18550
18551 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18554         with message-narrow-to-headers.
18555         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18556         (gnus-draft-check-draft-articles): New function.
18557         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18558
18559 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * gnus-art.el (gnus-article-browse-html-parts):
18562         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18563         Don't use suffix argument for mm-make-temp-file for Emacs 21
18564         compatibility.  Remove useless `format'.
18565
18566 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18567
18568         * nnweb.el (nnweb-google-wash-article): Update regexps.
18569         (nnweb-group-alist): Use defvoo instead of defvar.
18570
18571 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18572
18573         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18574         re-loading nn* modules.
18575
18576 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18577
18578         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18579         for `tool-bar-mode' and don't check it's default-value.
18580
18581         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18582
18583         * message.el (message-make-tool-bar): Ditto.
18584
18585         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18586         `substring'.  Shorten tmp-file name.
18587
18588         * gnus.el: Remove bogus comment.
18589
18590 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18591
18592         * gnus-art.el (gnus-article-browse-html-parts): New function.
18593         (gnus-article-browse-html-article): New function for viewing html
18594         articles with a browser.
18595
18596 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18597
18598         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18599         in elisp.
18600         (pgg-gpg-encrypt-symmetric-region): Ditto.
18601         (pgg-gpg-sign-region): Ditto.
18602
18603         * pgg-def.el (pgg-text-mode): New variable.
18604
18605         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18606         (mml2015-pgg-encrypt): Ditto.
18607
18608         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18609         (mml1991-pgg-encrypt): Ditto.
18610
18611 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * nnfolder.el (nnfolder-insert-newsgroup-line):
18614         Use message-make-date instead of current-time-string.
18615
18616         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18617         to gnus-decoded which mm-uu might set.
18618
18619 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18620
18621         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18622         don't decode quoted parameters; remove misimported Emacs code.
18623         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18624         (rfc2231-decode-encoded-string): Don't use split-string which
18625         behaves differently according to Emacs version; use
18626         mm-decode-coding-region to convert charset to coding-system.
18627         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18628         (rfc2231-encode-string): Remove misimported Emacs code.
18629
18630 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18633         when calling mail-header-parse-content-type.
18634         (article-de-quoted-unreadable): Ditto.
18635         (article-de-base64-unreadable): Ditto.
18636         (article-wash-html): Ditto.
18637
18638         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18639         calling mail-header-parse-content-type and
18640         mail-header-parse-content-disposition.
18641         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18642         mail-header-parse-content-type.
18643
18644         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18645         insert charset and format parameters; encode description after
18646         inserting it to buffer.
18647         (mml-insert-parameter): Fold lines properly even if a parameter is
18648         segmented into two or more lines; change the max column to 76.
18649
18650         * rfc1843.el (rfc1843-decode-article-body): Don't use
18651         ignore-errors when calling mail-header-parse-content-type.
18652
18653         * rfc2231.el (rfc2231-parse-string): Return at least type if
18654         possible; don't cause an error even if it fails in parsing of
18655         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18656         (rfc2231-encode-string): Don't break lines at the beginning, leave
18657         it to mml-insert-parameter.
18658
18659         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18660         calling mail-header-parse-content-type.
18661
18662 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18663
18664         * spam-report.el (spam-report-gmane-use-article-number):
18665         Improve doc string.
18666         (spam-report-gmane-internal): Check if a suitable header was found
18667         in the article.
18668
18669 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18672         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18673
18674 2006-02-05  Romain Francoise  <romain@orebokech.com>
18675
18676         Update copyright notices of all files in the gnus directory.
18677
18678 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18679
18680         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18681
18682 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18685         segmented lines of parameter value to cope with Thunderbird 1.5
18686         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18687         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18688         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18689
18690 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18691
18692         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18693         parts.
18694
18695 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18696
18697         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18698         there's only one active file for all servers.
18699         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18700         solid groups.  Gnus might have used a FAST request to select the group.
18701         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18702         and nnweb-search redundantly in the active file.
18703         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18704         (nnweb-request-create-group): Don't use ARGS.
18705         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18706         initializations.  Let nnoo do the work.
18707
18708 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18709
18710         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18711         Say the part has been decoded.
18712
18713         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18714
18715 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18716
18717         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18718         mailcap-viewer-test-cache when there's no 'test clause, since that
18719         will invert the meaning of a "nil" test previously determined by
18720         mailcap-mailcap-entry-passes-test.
18721
18722 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18725         compiling.
18726
18727         * gnus-sum.el: Ditto.
18728
18729         * message.el: Don't bind tool-bar-map when compiling.
18730
18731 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18732
18733         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18734
18735 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18736
18737         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18738         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18739         current Google Groups.
18740
18741 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18742
18743         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18744         and tool-bar-mode.
18745
18746         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18747         and tool-bar-mode.
18748
18749         * message.el (message-tool-bar-update): Simplify.
18750         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18751
18752         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18753         gnus-summary-buffer.
18754         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18755         gnus-summary-reply.
18756
18757         * gmm-utils.el (gmm): Add :version.
18758
18759 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * Makefile.in (clean): New rule.
18762         (distclean): Use it.
18763
18764 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18765
18766         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18767         Don't autoload.
18768
18769 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * gmm-utils.el (gmm-verbose): Add :group.
18772
18773 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18774
18775         * message.el: Change some comments WRT tool-bars.
18776
18777         * gnus-sum.el (gnus-summary-tool-bar)
18778         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18779         (gnus-summary-tool-bar-zap-list): New variables.
18780         (gnus-summary-make-tool-bar): Complete rewrite using
18781         `gmm-tool-bar-from-list'.
18782
18783         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18784         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18785         New variables.
18786         (gnus-group-make-tool-bar): Complete rewrite using
18787         `gmm-tool-bar-from-list'.
18788         (gnus-group-tool-bar-update): New function.
18789
18790         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18791
18792 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18793
18794         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18795         is dissected into a single part of which the type is the same as
18796         the given one; decode charset.
18797
18798 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18799
18800         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18801         into alists as symbol not string, since that's what
18802         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18803         look for.
18804
18805 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18808         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18809
18810         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18811
18812 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18813
18814         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18815         (gnus-xmas-mime-security-button-menu): New function.
18816
18817         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18818         (gnus-mime-security-button-menu): New definition.
18819         (gnus-mime-security-button-map): Use them.
18820         (gnus-mime-security-button-menu): New function.
18821         (gnus-insert-mime-security-button): Addition to help echo.
18822         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18823         (gnus-mime-security-pipe-part): New functions.
18824
18825         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18826         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18827
18828         * mm-decode.el (mm-handle-set-disposition): Remove.
18829         (mm-handle-set-description): Remove.
18830
18831 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18834         (mm-w3m-standalone-supports-m17n-p): New function.
18835         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18836         w3m usage.
18837
18838         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18839         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18840
18841 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * message.el (message-tool-bar-zap-list):
18844         Use gmm-tool-bar-zap-list as custom type.
18845         (message-tool-bar-update): New function.
18846         (message-tool-bar, message-tool-bar-gnome)
18847         (message-tool-bar-retro): Add message-tool-bar-update.
18848         (message-tool-bar-gnome): Add flyspell-buffer.
18849
18850         * gnus-util.el (gnus-error): Describe `args'.
18851
18852         * gmm-utils.el (gmm-error): Describe `args'.
18853         (gmm-tool-bar-zap-list): New widget.
18854         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18855
18856 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18857
18858         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18859         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18860         the number of recursive calls.
18861
18862         * mm-decode.el (mm-handle-set-disposition): New macro.
18863         (mm-handle-set-description): New macro.
18864
18865 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18868         encoding.
18869
18870 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18871
18872         * message.el (message-tool-bar-zap-list, message-tool-bar)
18873         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18874         (message-tool-bar-local-item-from-menu): Remove.
18875         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18876         (message-make-tool-bar): New function.
18877         (message-mode): Use `message-make-tool-bar'.
18878
18879         * gmm-utils.el: New file.
18880         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18881         (gmm-lazy): New widget copied from `nnmail.el'.
18882         (gmm-tool-bar-from-list): New function for creating customizable
18883         tool bars.
18884         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18885         output.
18886         (gmm): Add :prefix to defgroup.
18887
18888 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18889
18890         * gmm-utils.el (gmm-widget-p): New function.
18891
18892 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18893
18894         * mml.el (mml-attach-file): Describe `description' in doc string.
18895         (mml-menu): Add Emacs MIME manual and PGG manual.
18896
18897 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18898
18899         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18900
18901 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18902
18903         * nntp.el (nntp-end-of-line): Doc fix.
18904
18905 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18906
18907         * imap.el (imap-open): Handle case where buffer is a buffer
18908         object.
18909
18910 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18911
18912         * gnus-delay.el (gnus-delay): Don't autoload.
18913         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18914         to be re-loaded when customizing the `gnus-delay' group.
18915
18916 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18917
18918         * message.el (message-insert-citation-line): Use newlines.
18919
18920 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18921
18922         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18923         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18924         these routines, so the passphrase can be managed externally and
18925         passed in to the system.
18926         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18927         pgg-add-passphrase-to-cache function.
18928
18929         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18930         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18931         these routines, so the passphrase can be managed externally and
18932         passed in to the system.
18933         (pgg-pgp5-sign-region): Use new name of
18934         pgg-add-passphrase-to-cache function.
18935
18936 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18937
18938         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18939         part of the decoded armor to find the key-identifier.
18940         (pgg-gpg-lookup-key-owner): New function to return the
18941         human-readable identifier of a key owner.
18942         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18943         itself.
18944         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18945         the key value) if we have a key and can match it against a secret
18946         key.  Also, added a note pointing out fact that the prompt only
18947         indicates the first matching key.
18948
18949         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18950         pgg-decrypt-region.
18951         (pgg-add-passphrase-to-cache): Rename from
18952         `pgg-add-passphrase-cache' to reduce confusion (all callers
18953         changed).
18954         (pgg-remove-passphrase-from-cache): Rename from
18955         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18956         changed).
18957         (pgg-read-passphrase, pgg-add-passphrase-cache)
18958         (pgg-remove-passphrase-cache): Add informative docstrings.
18959         (pgg-decrypt): Convey provided passphrase in subordinate call to
18960         pgg-decrypt-region.
18961
18962 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18963
18964         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18965         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18966         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18967         'passphrase' argument, so the passphrase can be managed externally
18968         and then passed in to the system.
18969
18970         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18971         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18972         so the passphrase cache can be used reliably with identifiers
18973         besides a pgp packet's key id.
18974
18975         * pgg-gpg.el (pgg-gpg-encrypt-region)
18976         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18977         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18978         these routines, so the passphrase can be managed externally and
18979         passed in to the system.
18980
18981         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18982         'notruncate' argument, so the passphrase cache can be used
18983         reliably with identifiers besides a pgp packet's key id.
18984
18985 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18986
18987         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18988         symmetric encryption.
18989         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18990         encrypted session key.
18991         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18992         message ask for the passphrase in a proper way.
18993
18994         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18995         New user commands for symmetric encryption.
18996
18997 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19000
19001         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19002
19003 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19004
19005         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19006
19007 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19008
19009         * mm-decode.el (mm-inlined-types): Add application/pgp.
19010         (mm-automatic-display): Ditto.
19011
19012         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19013         part as text.
19014
19015 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19016
19017         * nnrss.el: Update copyright.
19018         (nnrss-opml-import): Query whether to subscribe to each entry.
19019
19020         * gnus-art.el:
19021         * gnus-sum.el:
19022         * gnus-xmas.el:
19023         * messagexmas.el:
19024         * mm-uu.el:
19025         * mm-view.el: Update copyright.
19026
19027 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * message.el (message-info): New function.
19030         (message-mode-menu): Add it.
19031         Update copyright.
19032
19033         * ChangeLog: Fix and update copyright.
19034
19035 2006-01-13  Romain Francoise  <romain@orebokech.com>
19036
19037         * message.el (message-forward-subject-name-subject): Prefer the
19038         address to 'nowhere' if the sender has no name.
19039         Fix typo.  Update copyright year.
19040
19041 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * gnus-art.el (article-wash-html):
19044         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19045         (gnus-article-wash-html-with-w3m-standalone): New function.
19046
19047         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19048         mm-inline-text-html-render-with-w3m-standalone.
19049         (mm-text-html-washer-alist): Map w3m-standalone to
19050         gnus-article-wash-html-with-w3m-standalone.
19051         (mm-inline-text-html-render-with-w3m-standalone): New function.
19052
19053 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19054
19055         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19056         Improve LaTeX.
19057
19058 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19061         (nnrss-request-article): Render text/plain parts as HTML.
19062
19063         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19064         the buffer.
19065
19066 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19069         custom definition of `gnus-posting-styles'.
19070
19071         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19072         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19073
19074 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19075
19076         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19077         Use nntp for bug archive.
19078
19079 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19080
19081         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19082         parts.
19083         (nnrss-normalize-date): New function converts ISO 8601 date into
19084         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19085         (nnrss-check-group): Use it.
19086
19087 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19090
19091         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19092         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19093         (nnrss-insert-w3): Ditto.
19094
19095 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19096
19097         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19098         the articles to be forwarded including the case where neither a
19099         number of articles nor a region is specified.
19100
19101 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * nnrss.el (nnrss-request-article): Fix last change; fill
19104         text/plain parts.
19105
19106 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19109         in text/plain part.
19110         (nnrss-check-group): Don't add excessive newline to dc:subject.
19111
19112 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19113
19114         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19115         article.
19116
19117 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19118
19119         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19120         (nnml-use-compressed-files, nnml-save-mail): Support other
19121         comression programs such as bzip2.
19122
19123 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19124
19125         * dns.el (query-dns): Make sure we check the buffer size before
19126         removing tcp headers.
19127
19128 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19131         remove MIME buttons associated with multipart/alternative parts.
19132         (gnus-mime-display-alternative): Tag buttons using `article-type'
19133         text property.
19134
19135         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19136         associated with multipart/alternative parts.
19137
19138         * gnus-art.el (gnus-signature-separator): Fix custom type.
19139
19140         * mm-decode.el (mm-inlined-types): Fix custom type.
19141         (mm-keep-viewer-alive-types): Ditto.
19142         (mm-automatic-display): Ditto.
19143         (mm-attachment-override-types): Ditto.
19144         (mm-inline-override-types): Ditto.
19145         (mm-automatic-external-display): Ditto.
19146
19147 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19148
19149         * spam-report.el (spam-report-user-mail-address)
19150         (spam-report-user-agent): New variables.
19151         (spam-report-url-ping-plain): Use spam-report-user-agent.
19152
19153 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19154
19155         * gnus-art.el (gnus-button-handle-custom): Do not just use
19156         `customize-apropos' for any "M-x customize-*" button but the
19157         function called for.  Accept both the function name and its
19158         argument in order to achieve this.
19159         (gnus-button-alist): Remove support for "custom:" URL's.
19160         Pass function name to `gnus-button-handle-custom' in case of "M-x
19161         customize-*" buttons.
19162
19163 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19164
19165         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19166         multipart/alternative and add xref to mm-discouraged-alternatives
19167         in doc string.
19168
19169         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19170         gnus-buttonized-mime-types in doc string.
19171
19172 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19173
19174         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19175         Suggest image/.* in the doc string.
19176
19177 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19178
19179         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19180         message-marks (Debian bug #342521).
19181
19182 2005-12-12  Simon Josefsson  <jas@extundo.com>
19183
19184         * password.el (password-read-from-cache): Add.
19185         (password-read): Use it.
19186
19187 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19188
19189         * rfc2047.el (rfc2047-charset-to-coding-system):
19190         Recognize us-ascii as a MIME charset.
19191
19192         * mm-bodies.el (mm-decode-content-transfer-encoding):
19193         Protect against the case where the 2nd arg TYPE is nil.
19194
19195 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19196
19197         * pop3.el (pop3-stream-type): Fix custom version.
19198
19199         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19200
19201 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19202
19203         * mm-decode.el (mm-display-external): Add missing cdr.
19204
19205 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19208         RFC1524) if it is in mailcap or add a suffix according to
19209         mailcap-mime-extensions when generating a temp filename; postpone
19210         deleting a temp file for 2 seconds for some wrappers, shell
19211         scripts, and so on, which might exit right after having started a
19212         viewer command as a background job.
19213
19214 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19215
19216         * nntp.el (nntp-marks-directory): Fix custom group.
19217
19218         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19219         steps when < 10.
19220
19221         * gnus-start.el (gnus-no-server-1):
19222         Mention `gnus-level-default-subscribed' in doc string.
19223
19224 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19225
19226         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19227         parens.
19228
19229 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19230
19231         * gnus-xmas.el (gnus-use-toolbar): Revert.
19232         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19233         gnus-use-toolbar is default.
19234
19235         * messagexmas.el (message-use-toolbar): Revert.
19236         (message-setup-toolbar): Use global default-toolbar if
19237         message-use-toolbar is default.
19238
19239 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19242         according to default-toolbar-visible-p.
19243
19244         * messagexmas.el (message-use-toolbar): Ditto.
19245
19246 2005-11-26  Dave Love  <fx@gnu.org>
19247
19248         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19249         (tls-program, tls-success): Provide openssl alternative.
19250
19251         * starttls.el: Doc fixes.
19252         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19253         SERVICE to PORT.
19254
19255         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19256         port null or service name.
19257         (starttls-negotiate): Autoload.
19258
19259 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * message.el (message-kill-to-signature): Fix interactive spec.
19262
19263 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * pop3.el (pop3-open-server): Recognize a string as a service name.
19266
19267 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19268
19269         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19270
19271 2005-11-23  Dave Love  <fx@gnu.org>
19272
19273         Add pop3s, pop3/starttls.
19274
19275         * pop3.el (pop3-authentication-scheme): Clarify doc.
19276         (open-tls-stream, starttls-open-stream): Autoload.
19277         (pop3-stream-type): New.
19278         (pop3-open-server): Use it.
19279
19280         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19281         for POP.
19282         (mail-source-keyword-map): Add :stream for POP.
19283         (mail-source-fetch-pop): Use pop3-stream-type.
19284
19285 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19288         of current-time-string.
19289
19290 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19291
19292         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19293         date header.
19294
19295 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19296
19297         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19298         it can seriously impact performance as it bypasses the agent's
19299         local caches.
19300
19301 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19302
19303         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19304         must be explicitly online rather than "not explicitly offline" for
19305         its flags to be synchronized.
19306
19307         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19308         that gnus-uu-unmark-thread will function correctly.
19309
19310         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19311         1024K is instead displayed as 1M.
19312
19313 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19314
19315         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19316
19317 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19318
19319         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19320
19321 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19322
19323         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19324         error message to display actual error condition.
19325         (gnus-agent-save-local): Avoid saving symbols that are bound to
19326         nil as they simply result in a warning message in
19327         gnus-agent-read-local.
19328
19329 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19332         rather than make-variable-buffer-local for file-precious-flag.
19333
19334 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19335
19336         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19337         for duplicates which are removed.  The invalid sort check then
19338         triggers a rescan after the sort as sorting may have moved
19339         duplicate entries such that they can be cheaply detected.
19340
19341 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19344
19345 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19346
19347         * gnus-agent.el (gnus-agent-article-alist-save-format):
19348         Change internal variable to a custom variable.  Change default value
19349         from compressed(2) to uncompressed(1).
19350         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19351         support for uncompressed agentview files.  Taken together, reading
19352         the agentview file should now be 6-7 times faster.
19353
19354 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19355
19356         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19357         as a buffer-local variable.  This avoids creating truncated
19358         dribble files as a result of a hang up, eg.
19359
19360 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19361
19362         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19363         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19364         XEmacs.
19365
19366 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19367
19368         * gnus-start.el (gnus-start-draft-setup):
19369         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19370
19371         * gnus.el (gnus-splash): Change custom group.
19372         (gnus-group-get-parameter, gnus-group-parameter-value):
19373         Describe allow-list argument.
19374
19375         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19376         string.
19377
19378 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19379
19380         * gnus-art.el (gnus-default-article-saver): Add user-defined
19381         `function' to custom type.
19382
19383 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19384
19385         * imap.el (imap-open): Handle case where buffer is a buffer
19386         object.
19387
19388 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19389
19390         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19391         long lines.
19392         (gnus-cache-delete-group): Wrap doc strings.
19393
19394         * gnus-agent.el (gnus-agent-rename-group)
19395         (gnus-agent-delete-group): Wrap doc strings.
19396
19397 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * messagexmas.el (message-use-toolbar): Change the valid values
19400         into default, top, bottom, left, and right.
19401         (message-toolbar-thickness): New variable.
19402         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19403         well.
19404         (message-setup-toolbar): Make it work.
19405
19406         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19407         (gnus-use-toolbar): Change the valid values into default, top,
19408         bottom, left, and right.
19409         (gnus-toolbar-thickness): New variable.
19410         (gnus-xmas-setup-toolbar): New function.
19411         (gnus-xmas-setup-group-toolbar): Use it.
19412         (gnus-xmas-setup-summary-toolbar): Use it.
19413
19414 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19415
19416         * gnus-start.el (gnus-1): Add "native" to
19417         gnus-predefined-server-alist.
19418
19419         * gnus.el (gnus-method-to-server): Don't add "native" to the
19420         lists here, because that leads to problems when
19421         gnus-select-method is bound.
19422
19423 2005-11-09  Simon Josefsson  <jas@extundo.com>
19424
19425         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19426         use (not sort-by-date) instead.
19427
19428 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19429
19430         * gnus-delay.el (gnus-delay-group): Don't autoload.
19431         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19432         to be re-loaded when customizing the `gnus-delay' group.
19433
19434 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19435
19436         * message.el: Revert last changes.
19437         (message-insert-citation-line): Use newlines.
19438
19439 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19440
19441         * message.el (message-courtesy-message)
19442         (message-mark-insert-begin, message-mark-insert-end)
19443         (message-elide-ellipsis, message-cancel-message)
19444         (message-add-header, message-change-subject)
19445         (message-cross-post-followup-to-header)
19446         (message-cross-post-insert-note, message-reduce-to-to-cc)
19447         (message-widen-reply, message-delete-not-region)
19448         (message-kill-to-signature, message-insert-signature)
19449         (message-insert-importance-high, message-insert-importance-low)
19450         (message-insert-or-toggle-importance)
19451         (message-insert-disposition-notification-to)
19452         (message-indent-citation, message-yank-original)
19453         (message-cite-original-without-signature, message-cite-original)
19454         (message-insert-citation-line, message-position-on-field)
19455         (message-fix-before-sending, message-send-mail-partially)
19456         (message-send-mail, message-send-mail-with-sendmail)
19457         (message-send-mail-with-qmail, message-send-news)
19458         (message-check-news-header-syntax, message-generate-headers)
19459         (message-insert-courtesy-copy, message-fill-address)
19460         (message-fill-header, message-shorten-references)
19461         (message-setup-1, message-cancel-news)
19462         (message-forward-make-body-plain, message-forward-make-body-mime)
19463         (message-forward-make-body-mml, message-encode-message-body)
19464         (message-forward-make-body-digest-plain)
19465         (message-forward-make-body-digest-mime)
19466         (message-use-alternative-email-as-from): Insert `hard-newline'
19467         instead of ordinary newlines.
19468
19469 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * message.el (message-generate-headers): Downcase the argument
19472         given to message-check-element.
19473
19474 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19475
19476         * nntp.el (nntp-authinfo-rejected): New error condition.
19477         (nntp-wait-for): Use new error condition to signal authentication
19478         error.
19479         (nntp-retrieve-data): Rethrow new error condition to break out of
19480         recursive call to nntp-send-authinfo.
19481
19482 2005-11-08  Romain Francoise  <romain@orebokech.com>
19483
19484         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19485         (gnus-summary-exit-map): Bind to `Z p'.
19486         (gnus-summary-make-menu-bar): Add menu item.
19487
19488 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19489
19490         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19491         (gnus-treat-*): Add `first' in all doc strings.
19492
19493         * gnus-group.el (gnus-group-compact-group): Fix typo.
19494
19495 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19496
19497         * gnus.el (gnus-parameters-case-fold-search): New variable.
19498         (gnus-parameters-get-parameter): Use it.
19499
19500         * gnus-score.el (gnus-home-score-file): Doc fix.
19501
19502 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19503
19504         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19505
19506 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19507
19508         * mm-util.el (mm-special-display-p): New function.
19509
19510         * mml.el (mml-preview): Use it; doc fix.
19511
19512 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19513
19514         * imap.el (imap-open): Handle case where buffer is a buffer object.
19515
19516 2005-10-29  Romain Francoise  <romain@orebokech.com>
19517
19518         * message.el (message-fix-before-sending): Fix comment.
19519
19520 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19521
19522         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19523
19524 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19525
19526         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19527         Used in gnus-score.el.
19528
19529 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19530
19531         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19532
19533 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19534
19535         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19536         whitespace removed in revision 7.8.  Use concatenated string to
19537         protect trailing whitespace.
19538
19539 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19540
19541         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19542         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19543         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19544         Courier IMAP ("some version from 2004").  Mostly based on similar
19545         code in the same function.
19546
19547 2005-10-26  Didier Verna  <didier@xemacs.org>
19548
19549         * gnus-group.el (gnus-group-compact-group): Invalidate original
19550         article buffer.
19551         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19552         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19553         NOV database and in article itself.
19554         Invalidate article backlog.
19555
19556 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19557
19558         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19559
19560 2005-10-26  Simon Josefsson  <jas@extundo.com>
19561
19562         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19563         part of 2004-07-25 change.
19564
19565 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19566
19567         * message.el (message-display-completion-list): New function.
19568         (message-expand-group): Use it; make sure the Completions buffer
19569         is modifiable.
19570 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19571
19572         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19573         user-mail-name is an empty string.
19574
19575 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19576
19577         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19578         depending on gnus-score-decay-constant.
19579
19580         * encrypt.el (encrypt-insert-file-contents)
19581         (encrypt-write-file-contents): Don't use `gnus-message'.
19582
19583         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19584         arguments.
19585         (mm-uu-type-alist): Add message-marks and insert-marks.
19586         Pass arguments to mm-uu-verbatim-marks-extract.
19587         (mm-uu-hide-markers): New variable.
19588         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19589
19590         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19591         (gnus-convert-image-to-face-command): Use "convert" by default to
19592         allow other input image formats.
19593         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19594         accordingly.
19595
19596 2005-10-23  Simon Josefsson  <jas@extundo.com>
19597
19598         * imap.el (imap-gssapi-program): Align command line parameters
19599         with latest GNU SASL.
19600         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19601
19602 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19603
19604         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19605         HTML.
19606         (nnslashdot-request-article): Ditto.
19607
19608         * lpath.el (featurep): Add nobreak-char-display.
19609
19610 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19611
19612         * mail-source.el (mail-source-fetch-pop): Require pop3.
19613         (mail-source-check-pop): Ditto.
19614
19615 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19618         errors.
19619
19620 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19621
19622         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19623         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19624
19625         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19626
19627         * mm-bodies.el (mm-decode-string):
19628         Call `mm-charset-to-coding-system' with allow-override argument.
19629
19630 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19631
19632         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19633         (rfc2047-charset-to-coding-system): New function.
19634         (rfc2047-decode-encoded-words): New function.
19635         (rfc2047-decode-region): Use them.
19636         (rfc2047-decode-cte): Remove.
19637         (rfc2047-parse-and-decode): Remove.
19638         (rfc2047-decode): Remove.
19639
19640 2005-10-15  Kenichi Handa  <handa@m17n.org>
19641
19642         * rfc2047.el (rfc2047-decode-cte): New function.
19643         (rfc2047-decode-region): Change the way to decode successive
19644         encoded-words: decode B- or Q-encoding in each encoded-word,
19645         concatenate them, and decode it as charset.
19646
19647 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19648
19649         * lpath.el: Fbind codepage-setup for XEmacs.
19650
19651 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19652
19653         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19654         widget-move-and-invoke.
19655         (gnus-custom-mode): Use gnus-custom-map.
19656
19657 2005-10-15  Bill Wohler  <wohler@newt.com>
19658
19659         * message.el (message-tool-bar-map): Rename image file from
19660         mail_send to mail/send.
19661
19662 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19663
19664         * message.el (message-expand-group): Pass the common
19665         prefix substring of completion to `display-completion-list'.
19666
19667 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19668
19669         * mml-sec.el (mml-secure-method): New internal variable.
19670         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19671         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19672         New functions using mml-secure-method.
19673
19674         * mml.el (mml-mode-map): Add key bindings for those functions.
19675         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19676         Harder <harder@myrealbox.com>.
19677         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19678         Goto end of message if point is the headers of the message.
19679
19680         * message.el (message-in-body-p): New function.
19681
19682         * assistant.el: Autoload gnus-util and netrc.
19683
19684         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19685         Use `mm-charset-override-alist' only when decoding.
19686
19687         * mm-bodies.el (mm-decode-body):
19688         Call `mm-charset-to-coding-system' with allow-override argument.
19689
19690         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19691         `filename' from Content-Disposition if Content-Type doesn't
19692         provide `name'.
19693         (gnus-mime-view-part-as-type): Set default instead of
19694         initial-input.
19695
19696 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19697
19698         * format-spec.el (format-spec): Propagate text properties of % spec.
19699
19700 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19701
19702         * gnus-art.el (gnus-treat-predicate): Add `first'.
19703
19704 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19705
19706         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19707         (mm-charset-override-alist): New variable.
19708         (mm-charset-to-coding-system): Use it.
19709         (mm-codepage-setup): New helper function.
19710         (mm-charset-eval-alist): New variable.
19711         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19712         Warn about unknown charsets.
19713
19714         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19715
19716 2005-10-04  David Hansen  <david.hansen@gmx.net>
19717
19718         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19719         (nnrss-check-group): Ditto.
19720
19721 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19722
19723         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19724         Rename x-gnus-verbatim to x-verbatim.
19725         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19726
19727         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19728         x-verbatim.
19729
19730         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19731
19732         * gnus-util.el (gnus-remove-duplicates): Remove.
19733
19734         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19735         instead of gnus-remove-duplicates.
19736
19737         * message.el (message-remove-duplicates): Remove.
19738         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19739         message-remove-duplicates.
19740
19741         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19742         available, else use implementation from `delete-dups'.
19743
19744         * message.el (message-insert-expires): New function.
19745         (message-mode-map): Add key binding.
19746         (message-mode-field-menu): Add menu entry.
19747         (message-mode): Document it.
19748         (message-make-expires-date): Use `message-make-date'.
19749
19750 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19751
19752         * message.el (message-make-expires-date): New function.
19753
19754 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19755
19756         * Makefile.in (list-installed-shadows): New entry.
19757         (install): Use it.
19758         (remove-installed-shadows): New entry.
19759
19760         * dgnushack.el (dgnushack-default-load-path): New variable.
19761         (dgnushack-find-lisp-shadows): New function.
19762         (dgnushack-remove-lisp-shadows): New function.
19763
19764 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * Makefile.in (install-el-elc): New entry.
19767         (install): Use it so that .el files are necessarily installed.
19768
19769 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19770
19771         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19772
19773 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19774
19775         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19776         function rather than the diff-mode.el package.
19777         (mm-display-external): Use with-current-buffer.
19778         (mm-viewer-completion-map, mm-viewer-completion-map):
19779         Move initialization inside declaration.
19780
19781 2005-09-29  Simon Josefsson  <jas@extundo.com>
19782
19783         * spam.el: Load hashcash when compiling, to avoid warnings.
19784         Don't autoload mail-check-payment.
19785         (spam-check-hashcash): Define unconditionally, since hashcash.el
19786         is part of Gnus now.  Ignore errors from payment checking.
19787
19788 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19789
19790         * message.el (message-bold-region, message-unbold-region):
19791         Rename from `bold-region' and `unbold-region'.
19792
19793         * message.el: Remove useless autoloads.
19794
19795 2005-09-28  Simon Josefsson  <jas@extundo.com>
19796
19797         * message.el (message-use-idna): Default to t.
19798         (message-use-idna): Test whether encoding works too.  Doc fix.
19799
19800 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19801
19802         * nntp.el (nntp-warn-about-losing-connection): Remove.
19803
19804 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19805
19806         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19807         customizable.  Change default value.
19808         (mm-uu-diff-groups-regexp): Change default value.
19809         (mm-uu-type-alist): Add doc string.
19810         (mm-uu-configure): Add doc string.  Make it interactive.
19811         (mm-uu-tex-groups-regexp): New variable.
19812         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19813         (mm-uu-type-alist): Add LaTeX documents.
19814         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19815         of "text/verbatim".
19816         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19817
19818         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19819         instead of "text/verbatim".
19820
19821         * message.el (message-mark-inserted-region)
19822         (message-mark-insert-file): Use slrn style marks when called with
19823         prefix argument.
19824
19825 2005-09-27  Simon Josefsson  <jas@extundo.com>
19826
19827         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19828
19829 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19830
19831         * message.el (message-remove-duplicates): New function.
19832         Implementation borrowed from `gnus-remove-duplicates'.
19833         (message-idna-to-ascii-rhs): Also encode idna addresses in
19834         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19835         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19836         only ask about the same idna domain once per header and also tell
19837         in what header to replace the idna domain.
19838
19839         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19840         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19841         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19842         a header is decoded and not just the last one.
19843
19844 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19845
19846         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19847         has been decoded.
19848
19849         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19850         (mm-insert-part): Don't modify text if it has been decoded.
19851
19852         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19853         decoded.
19854
19855         * mm-view.el (mm-inline-text): Don't strip text props unless
19856         decoding enriched or richtext parts.
19857
19858 2005-09-25  Romain Francoise  <romain@orebokech.com>
19859
19860         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19861         * gnus-start.el (gnus-subscribe-interactively):
19862         * gnus-uu.el (gnus-uu-grab-articles):
19863         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19864         space.
19865
19866 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19867
19868         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19869         * mm-view.el (mm-view-pkcs7-decrypt):
19870         * gnus-sum.el (gnus-summary-limit-to-extra)
19871         (gnus-summary-respool-article, gnus-read-move-group-name):
19872         * gnus-score.el (gnus-summary-increase-score):
19873         * gnus-util.el (gnus-completing-read-with-default):
19874         * gnus-art.el (gnus-read-save-file-name)
19875         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19876         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19877         * message.el (message-check-news-header-syntax):
19878         Follow convention for reading with the minibuffer.
19879
19880 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19881
19882         * spam-report.el (spam-report-url-ping-plain):
19883         Use gnus-extended-version as User-Agent.
19884
19885         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19886         default value is nil.
19887
19888         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19889         (mm-uu-verbatim-marks-extract): New function.
19890         (mm-uu-extract): New face.
19891         (mm-uu-copy-to-buffer): Use it.
19892
19893         * spam-report.el (spam-report-gmane-ham): Rename from
19894         `spam-report-gmane-unspam'.
19895         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19896         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19897
19898         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19899         Autoload.
19900         (spam-report-gmane-unregister-routine):
19901         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19902
19903 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19904
19905         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19906         (spam-report-gmane-unregister-routine): Add support for gmane
19907         unregistration.
19908
19909         * spam-report.el (spam-report-gmane-unspam)
19910         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19911         (spam-report-gmane): Change to take a single article and do unspam
19912         registration.
19913
19914 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19915
19916         * mm-url.el (mm-url-decode-entities): Fix regexp.
19917
19918 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19919
19920         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19921         default to nil, to be able to use Gnus at all.  If the default
19922         switches to something else, then the function should be fixed not
19923         be exceedingly slow.
19924
19925 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19926
19927         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19928         fail hard.
19929
19930         * spam-report.el: Add better Keywords line.
19931
19932         * spam.el: Add Maintainer and better Keywords line.
19933
19934 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19935
19936         * gnus-art.el (gnus-article-replace-part)
19937         (gnus-mime-replace-part): New functions.
19938         (gnus-mime-action-alist, gnus-mime-button-commands)
19939         (gnus-mime-save-part-and-strip): Add file argument.
19940         (gnus-article-part-wrapper): Add interactive argument.
19941
19942         * gnus-sum.el (gnus-summary-mime-map):
19943         Add `gnus-article-replace-part'.
19944
19945 2005-09-19  Didier Verna  <didier@xemacs.org>
19946
19947         The nnml compaction feature:
19948         * nnml.el (nnml-request-compact-group): New function.
19949         * nnml.el (nnml-request-compact): New function.
19950         * gnus-int.el (gnus-request-compact-group): New function.
19951         * gnus-int.el (gnus-request-compact): New function.
19952         * gnus-group.el (gnus-group-compact-group): New function.
19953         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19954         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19955         * gnus-srvr.el (gnus-server-compact-server): New function.
19956         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19957         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19958
19959 2005-09-18  Deepak Goel  <deego@gnufans.org>
19960
19961         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19962         format spec.
19963
19964 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19965
19966         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19967
19968 2005-09-15  Romain Francoise  <romain@orebokech.com>
19969
19970         * message.el (message-fill-paragraph): Clarify docstring.
19971
19972 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * gnus-art.el (gnus-mime-display-part): Protect against broken
19975         MIME messages.
19976
19977 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19978
19979         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19980         before parsing header.
19981
19982 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19983
19984         * html2text.el (html2text-replace-list): Add new entities.
19985
19986 2005-09-11  Romain Francoise  <romain@orebokech.com>
19987
19988         * message.el (message-alternative-emails): Improve docstring.
19989         (message-setup-1): Call `message-use-alternative-email-as-from'
19990         after `message-setup-hook' to give it precedence over posting
19991         styles, etc.
19992         (message-use-alternative-email-as-from): Add docstring.
19993         Remove the original From header if present.
19994
19995         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19996         (nnml-save-mail): Use it.
19997
19998         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19999         articles.  Add new argument `silent'.
20000         (gnus-uu-mark-all): Report the total number of marked articles.
20001
20002 2005-09-10  Romain Francoise  <romain@orebokech.com>
20003
20004         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20005         (gnus-uu-mark-series): Likewise.
20006
20007 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20008
20009         * spam-report.el (spam-report-gmane): Fix generation of spam
20010         report URL.
20011
20012 2005-09-10  Simon Josefsson  <jas@extundo.com>
20013
20014         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20015         t, based on discussion on the ding list with Robert Epprecht
20016         <epprecht@solnet.ch>.
20017
20018 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20019
20020         * spam-report.el (spam-report-gmane): Make it work without
20021         X-Report-Spam header.  Gmane now only provides Archived-At.
20022         This is only used if `spam-report-gmane-use-article-number' is nil.
20023         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20024
20025         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20026         make `gnus-summary-sort-by-recipient' work with threading.
20027
20028         * nnweb.el (nnweb-google-wash-article): Print a message if article
20029         is not available.
20030
20031 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20032
20033         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20034         change.  Decode text/* parts content before displaying.
20035
20036 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20037
20038         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20039
20040 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20041
20042         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20043
20044         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20045         url-package-name, url-package-version,
20046         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20047         w3m-display-inline-images, and w3m-minor-mode-map.
20048
20049 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20050
20051         * message.el (message-tab-body-function): Fix mismatched custom type.
20052
20053         * gnus.el (gnus-group-change-level-function): Ditto.
20054
20055         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20056
20057         * gnus-art.el (gnus-signature-limit)
20058         (gnus-article-mime-part-function): Ditto.
20059
20060 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20061
20062         * mml.el (mml-mode): Silence the byte compiler.
20063
20064         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20065         using `(sit-for 0)' before moving the point to the specified part;
20066         skip unbuttonized parts.
20067         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20068         return to the summary window if gnus-auto-select-part is non-nil.
20069
20070 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20071
20072         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20073         New variables.
20074         (mml-dnd-attach-file, mml-mode): Use them.
20075
20076         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20077         Make fetching article by MID work again for Google Groups.
20078         Add FIXME concerning gnus-group-make-web-group.
20079
20080         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20081         Don't depend on Gnus by using mail-extract-address-components if
20082         gnus-extract-address-components is not bound.
20083
20084 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20085
20086         * gnus-art.el (gnus-mime-display-security): Don't display the
20087         signature, but only the signed part.
20088
20089 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20090
20091         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20092
20093         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20094         list, not listp.
20095
20096 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20097
20098         * mm-encode.el (mm-encode-content-transfer-encoding):
20099         Likewise when encoding.
20100
20101         * mm-bodies.el (mm-decode-content-transfer-encoding):
20102         De-canonicalize CRLF for all text content types, not just
20103         text/plain.
20104
20105 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20106
20107         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20108         valid article; point arrow and cursor at the MIME button.
20109
20110 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20111
20112         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20113         Suggested by Dan Christensen <jdc@uwo.ca>.
20114
20115         * mm-decode.el (mm-save-part): Enable change of prompt.
20116
20117 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20118
20119         * gnus-msg.el (gnus-inews-add-send-actions):
20120         Make `message-post-method' lambda parameter ARG `&optional'.
20121
20122 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20123
20124         * gnus-sum.el (gnus-summary-mime-map):
20125         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20126         gnus-article-jump-to-part.
20127
20128         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20129         (gnus-article-edit-part): Use it.
20130         (gnus-article-part-wrapper): Add no-handle argument.
20131         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20132         New functions.
20133
20134 2005-08-29  Romain Francoise  <romain@orebokech.com>
20135
20136         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20137         docstring.
20138         (gnus-face-from-file): Likewise.
20139
20140 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20141
20142         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20143         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20144         non-nil.
20145         (gnus-auto-select-part): New variable.
20146         (gnus-article-jump-to-part): New function.
20147         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20148         (gnus-mime-delete-part): Allow selecting specified part after
20149         deleting or stripping parts.
20150         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20151         part if argument is bogus.
20152
20153 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20154
20155         * gnus-art.el (w3m-minor-mode-map):
20156         * gnus-spec.el (gnus-newsrc-file-version):
20157         * gnus-util.el (nnmail-active-file-coding-system)
20158         (gnus-original-article-buffer, gnus-user-agent):
20159         * gnus.el (gnus-ham-process-destinations)
20160         (gnus-parameter-ham-marks-alist)
20161         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20162         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20163         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20164         * mm-decode.el (gnus-current-window-configuration):
20165         * mm-extern.el (gnus-article-mime-handles):
20166         * mm-url.el (url-current-object, url-package-name)
20167         (url-package-version):
20168         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20169         (smime-keys, w3m-cid-retrieve-function-alist)
20170         (w3m-current-buffer, w3m-display-inline-images)
20171         (w3m-minor-mode-map):
20172         * mml-smime.el (gnus-extract-address-components):
20173         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20174         (gnus-newsrc-hashtb, message-default-charset)
20175         (message-deletable-headers, message-options)
20176         (message-posting-charset, message-required-mail-headers)
20177         (message-required-news-headers):
20178         * mml1991.el (mc-pgp-always-sign):
20179         * mml2015.el (mc-pgp-always-sign):
20180         * nnheader.el (nnmail-extra-headers):
20181         * rfc1843.el (gnus-decode-encoded-word-function)
20182         (gnus-decode-header-function, gnus-newsgroup-name):
20183         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20184
20185 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20186
20187         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20188         the end of the date treatments.
20189
20190 2005-08-15  Simon Josefsson  <jas@extundo.com>
20191
20192         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20193         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20194         Capello and Romain Francoise.
20195         (pgg-fetch-key-function): Remove, not used?
20196         (pgg-insert-url-with-w3): Require url, to get
20197         url-insert-file-contents regardless of where it is defined.
20198
20199 2005-08-13  Romain Francoise  <romain@orebokech.com>
20200
20201         * message.el (message-cite-original-1): New function.
20202         (message-cite-original): Use it.
20203         (message-cite-original-without-signature): Ditto.
20204
20205 2005-08-08  Romain Francoise  <romain@orebokech.com>
20206
20207         * message.el (message-yank-empty-prefix): New variable.
20208         (message-indent-citation): Use it.
20209         (message-cite-original-without-signature): Respect X-No-Archive.
20210
20211 2005-08-08  Simon Josefsson  <jas@extundo.com>
20212
20213         * pgg.el: Autoload url-insert-file-contents instead of loading
20214         w3/url.
20215         (pgg-insert-url-with-w3): Don't load url here.
20216
20217 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20218
20219         * message.el (message-kill-to-signature): Don't insert newline at
20220         bol.
20221         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20222
20223 2005-08-06  Romain Francoise  <romain@orebokech.com>
20224
20225         * message.el (message-user-fqdn): Fix typo in docstring.
20226
20227 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20228
20229         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20230
20231         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20232
20233 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20234
20235         * mm-bodies.el (mm-encode-body): Use coding system rather than
20236         charset to encode text.
20237
20238         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20239         number of charsets if utf-8 is available (XEmacs).
20240
20241 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20242
20243         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20244         taken from `gnus-button-mid-or-mail-regexp'.
20245         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20246         (gnus-button-alist): Improve regexp for domain part of the MIDs
20247         for news:localpart@domain buttons.
20248         (gnus-button-ctan-directory-regexp): Update.
20249
20250 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20251
20252         * sieve-manage.el (sieve-manage-interactive-login):
20253         Use make-local-variable rather than make-variable-buffer-local.
20254         (sieve-manage-open): Ditto.
20255         (sieve-manage-authenticate): Ditto.
20256
20257         * mml.el (mml-generate-mime-1): Make the content type default to
20258         text/plain if the filename is not specified.
20259
20260 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20263         instead of insert-buffer.
20264
20265         * message.el (message-yank-original): Ditto; set the mark at the
20266         end of the yanked message.
20267
20268 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20269
20270         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20271         lines to scroll rather than to stop it.
20272
20273         * mml.el (mml-generate-default-type): Add doc string.
20274         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20275         default to application/octet-stream when determining the content
20276         type if it is not specified for the part or the mml contents; add
20277         a comment about mml-generate-default-type.
20278
20279 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20280
20281         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20282         make it default to application/octet-stream when determining the
20283         content type if it is not specified for the external contents.
20284
20285 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20286
20287         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20288         segmented parameter but also other parameters might be there.
20289
20290 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20291
20292         * mm-decode.el (mm-display-external): Delete temp file, directory
20293         and buffer immediately if the external process is exited.
20294
20295 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20298         fewer lines than that of scroll-margin.
20299         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20300
20301 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * gnus-art.el (gnus-article-next-page): Revert.
20304         (gnus-article-beginning-of-window): New macro.
20305         (gnus-article-next-page-1): Use it.
20306         (gnus-article-prev-page): Ditto.
20307         (gnus-article-edit-part): Use insert-buffer-substring instead of
20308         insert-buffer.
20309         (gnus-article-edit-exit): Ditto.
20310
20311         * gnus-util.el (gnus-beginning-of-window): Remove.
20312         (gnus-end-of-window): Remove.
20313
20314         * lpath.el: Don't bind header-line-format and scroll-margin.
20315
20316 2005-07-25  Simon Josefsson  <jas@extundo.com>
20317
20318         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20319         to have the url package without w3.  Reported by Daiki Ueno
20320         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20321
20322 2005-07-20  Didier Verna  <didier@xemacs.org>
20323
20324         * gnus-diary.el: Remove the description comment (nndiary is now
20325         properly documented in the Gnus manual).
20326         Fix the spelling of "Back End".
20327         * nndiary.el: Ditto.
20328         Fix the copyright notice.
20329
20330 2005-07-18  Romain Francoise  <romain@orebokech.com>
20331
20332         * gnus-sum.el (gnus-summary-to-prefix)
20333         (gnus-summary-newsgroup-prefix): New variables.
20334         (gnus-summary-from-or-to-or-newsgroups): Use them.
20335
20336 2005-07-17  Romain Francoise  <romain@orebokech.com>
20337
20338         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20339         space as it's generally not especially interesting to the user.
20340
20341 2005-07-16  Romain Francoise  <romain@orebokech.com>
20342
20343         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20344         nil to avoid prompting and file modification if one of the
20345         messages at the top of the nnfolder file contains a copyright
20346         notice.
20347         Update copyright notice.
20348
20349         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20350         instead of `current-time-string' as the latter creates a time
20351         string that is not RFC 2822 compliant (it lacks the zone).
20352         Update copyright notice.
20353
20354 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20355
20356         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20357         for text/rtf.  Display default in prompt.  Pass default for M-n.
20358
20359         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20360
20361 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20362
20363         * gnus-msg.el (gnus-button-mailto):
20364         Remove save-selected-window-window hackery because it relies on
20365         save-selected-window internals.
20366
20367 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20370         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20371         (gnus-article-prev-page): Ditto.
20372
20373         * gnus-util.el (gnus-beginning-of-window): New function.
20374         (gnus-end-of-window): New function.
20375
20376         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20377
20378 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20379
20380         * gnus-score.el (gnus-score-edit-all-score):
20381         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20382         gnus-message.
20383
20384 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20385
20386         * gnus-msg.el (gnus-button-mailto):
20387         Remove save-selected-window-window hackery because it relies on
20388         save-selected-window internals.
20389
20390 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20391
20392         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20393         add-minor-mode.
20394         (gnus-binary-mode): Ditto.
20395
20396         * gnus-topic.el (gnus-topic-mode): Ditto.
20397
20398 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20399
20400         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20401         (gnus-article-prev-page): Take scroll-margin into consideration.
20402
20403 2005-07-04  Lute Kamstra  <lute@gnu.org>
20404
20405         Update FSF's address in GPL notices.
20406
20407 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20408
20409         * gnus.el (gnus-exit):
20410         * gnus-group.el (gnus-group-icons):
20411         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20412
20413         * gnus-nocem.el (gnus-nocem):
20414         * message.el (message-various, message-buffers, message-sending)
20415         (message-interface, message-forwarding, message-insertion)
20416         (message-headers, message-news, message-mail):
20417         * pgg-gpg.el (pgg-gpg):
20418         * pgg-parse.el (pgg-parse):
20419         * pgg-pgp.el (pgg-pgp):
20420         * pgg-pgp5.el (pgg-pgp5):
20421         * pop3.el (pop3): Finish `defgroup' description with period.
20422
20423 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20424
20425         * gnus-art.el (article-display-face): Improve the efficiency.
20426         (article-display-x-face): Ditto; remove gray x-face stuff.
20427
20428 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20429
20430         * gnus-art.el (article-display-face): Correct the position in
20431         which Faces are inserted.
20432
20433 2005-06-29  Didier Verna  <didier@xemacs.org>
20434
20435         * gnus-art.el (article-display-face): Display faces in correct
20436         order.
20437
20438 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20439
20440         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20441         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20442         (gnus-nocem-check-article): Fetch the Type header.
20443         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20444         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20445         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20446         make sure gnus-nocem-hashtb is initialized.
20447         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20448         (gnus-nocem-unwanted-article-p): Ditto.
20449
20450         * pgg.el (pgg-verify): Return the verification result.
20451
20452 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20453
20454         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20455         is ascii.
20456
20457 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20458
20459         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20460         `show-nonbreak-escape'.
20461
20462 2005-06-23  Lute Kamstra  <lute@gnu.org>
20463
20464         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20465
20466         * dig.el (dig-mode):
20467         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20468
20469 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20470
20471         * nnimap.el (nnimap-split-download-body): Fix spellings.
20472
20473 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20474
20475         * gnus-art.el (gnus-article-encrypt-body):
20476         * gnus-cus.el (gnus-score-customize):
20477         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20478         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20479
20480 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20481
20482         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20483         header by looking for magic "MII" at the beginning.
20484
20485 2005-06-16  Miles Bader  <miles@gnu.org>
20486
20487         * gnus-xmas.el (gnus-xmas-group-startup-message):
20488         Use renamed gnus-splash face.
20489
20490         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20491         (assistant-field-face): New backward-compatibility alias for renamed
20492         face.
20493         (assistant-render-text): Use renamed assistant-field face.
20494
20495         * spam.el (spam): Remove "-face" suffix from face name.
20496         (spam-face): New backward-compatibility alias for renamed face.
20497         (spam-face, spam-initialize): Use renamed spam face.
20498
20499         * message.el (message-header-to, message-header-cc)
20500         (message-header-subject, message-header-newsgroups)
20501         (message-header-other, message-header-name)
20502         (message-header-xheader, message-separator, message-cited-text)
20503         (message-mml): Remove "-face" suffix from face names.
20504         (message-header-to-face, message-header-cc-face)
20505         (message-header-subject-face, message-header-newsgroups-face)
20506         (message-header-other-face, message-header-name-face)
20507         (message-header-xheader-face, message-separator-face)
20508         (message-cited-text-face, message-mml-face):
20509         New backward-compatibility aliases for renamed faces.
20510         (message-font-lock-keywords): Use renamed message faces.
20511
20512         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20513         (sieve-test-commands, sieve-tagged-arguments):
20514         Remove "-face" suffix from face names.
20515         (sieve-control-commands-face, sieve-action-commands-face)
20516         (sieve-test-commands-face, sieve-tagged-arguments-face):
20517         New backward-compatibility aliases for renamed faces.
20518         (sieve-control-commands-face, sieve-action-commands-face)
20519         (sieve-test-commands-face, sieve-tagged-arguments-face):
20520         Use renamed sieve faces.
20521
20522         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20523         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20524         (gnus-group-news-3-empty, gnus-group-news-4)
20525         (gnus-group-news-4-empty, gnus-group-news-5)
20526         (gnus-group-news-5-empty, gnus-group-news-6)
20527         (gnus-group-news-6-empty, gnus-group-news-low)
20528         (gnus-group-news-low-empty, gnus-group-mail-1)
20529         (gnus-group-mail-1-empty, gnus-group-mail-2)
20530         (gnus-group-mail-2-empty, gnus-group-mail-3)
20531         (gnus-group-mail-3-empty, gnus-group-mail-low)
20532         (gnus-group-mail-low-empty, gnus-summary-selected)
20533         (gnus-summary-cancelled, gnus-summary-high-ticked)
20534         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20535         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20536         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20537         (gnus-summary-low-undownloaded)
20538         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20539         (gnus-summary-low-unread, gnus-summary-normal-unread)
20540         (gnus-summary-high-read, gnus-summary-low-read)
20541         (gnus-summary-normal-read, gnus-splash):
20542         Remove "-face" suffix from face names.
20543         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20544         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20545         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20546         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20547         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20548         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20549         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20550         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20551         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20552         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20553         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20554         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20555         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20556         (gnus-summary-normal-ticked-face)
20557         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20558         (gnus-summary-normal-ancient-face)
20559         (gnus-summary-high-undownloaded-face)
20560         (gnus-summary-low-undownloaded-face)
20561         (gnus-summary-normal-undownloaded-face)
20562         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20563         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20564         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20565         (gnus-splash-face):
20566         New backward-compatibility aliases for renamed faces.
20567         (gnus-group-startup-message): Use renamed gnus faces.
20568
20569         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20570         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20571         (gnus-server-agent): Remove "-face" suffix from face names.
20572         (gnus-server-agent-face, gnus-server-opened-face)
20573         (gnus-server-closed-face, gnus-server-denied-face)
20574         (gnus-server-offline-face):
20575         New backward-compatibility aliases for renamed faces.
20576         (gnus-server-agent-face, gnus-server-opened-face)
20577         (gnus-server-closed-face, gnus-server-denied-face)
20578         (gnus-server-offline-face): Use renamed gnus faces.
20579
20580         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20581         Remove "-face" suffix from face names.
20582         (gnus-picon-xbm-face, gnus-picon-face):
20583         New backward-compatibility aliases for renamed faces.
20584
20585         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20586         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20587         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20588         (gnus-cite-11): Remove "-face" suffix from face names.
20589         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20590         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20591         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20592         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20593         New backward-compatibility aliases for renamed faces.
20594         (gnus-cite-attribution-face, gnus-cite-face-list)
20595         (gnus-article-boring-faces): Use renamed gnus faces.
20596
20597         * gnus-art.el (gnus-signature, gnus-header-from)
20598         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20599         (gnus-header-content): Remove "-face" suffix from face names.
20600         (gnus-signature-face, gnus-header-from-face)
20601         (gnus-header-subject-face, gnus-header-newsgroups-face)
20602         (gnus-header-name-face, gnus-header-content-face):
20603         New backward-compatibility aliases for renamed faces.
20604         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20605
20606         * gnus-sum.el (gnus-summary-selected-face)
20607         (gnus-summary-highlight): Use renamed gnus faces.
20608         * gnus-group.el (gnus-group-highlight): Likewise.
20609
20610 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20611
20612         * gnus-sieve.el (gnus-sieve-article-add-rule):
20613         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20614         * spam-stat.el (spam-stat-buffer-change-to-spam)
20615         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20616
20617         * message.el (message-is-yours-p):
20618         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20619
20620 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20621
20622         * mm-view.el (mm-inline-text): Withdraw the last change.
20623
20624 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20625
20626         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20627         executing enriched-decode.
20628
20629 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20630
20631         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20632         charset of tar files.
20633
20634 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20635
20636         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20637
20638 2005-06-04  Lute Kamstra  <lute@gnu.org>
20639
20640         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20641         information is never recorded.
20642
20643 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20644
20645         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20646
20647 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * pop3.el (pop3-apop): Run md5 in the binary mode.
20650
20651         * starttls.el (starttls-set-process-query-on-exit-flag):
20652         Use eval-and-compile.
20653
20654 2005-05-31  Simon Josefsson  <jas@extundo.com>
20655
20656         * smime.el (smime-replace-in-string): Define.
20657         (smime-cert-by-ldap-1): Use it.
20658
20659 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20660
20661         * gnus-art.el (article-display-x-face): Replace
20662         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20663
20664         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20665         set-process-query-on-exit-flag or process-kill-without-query.
20666
20667         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20668         loop instead of replace-regexp.
20669
20670         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20671         instead of process-kill-without-query if it is available.
20672
20673         * lpath.el: Fbind ldap-search-entries.
20674
20675         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20676         instead of find-file-hooks if it is available.
20677
20678         * mml1991.el: Bind pgg-default-user-id when compiling.
20679
20680         * mml2015.el: Bind pgg-default-user-id when compiling.
20681
20682         * nndraft.el (nndraft-request-associate-buffer):
20683         Use write-contents-functions instead of write-contents-hooks if it is
20684         available.
20685
20686         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20687         instead of find-file-hooks if it is available.
20688
20689         * nntp.el (nntp-open-connection): Replace
20690         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20691         (nntp-open-ssl-stream): Ditto.
20692         (nntp-open-tls-stream): Ditto.
20693
20694         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20695         set-process-query-on-exit-flag or process-kill-without-query.
20696         (starttls-open-stream-gnutls): Use it instead of
20697         process-kill-without-query.
20698         (starttls-open-stream): Ditto.
20699
20700 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20701
20702         * smime.el (smime-cert-by-ldap-1): Don't use
20703         replace-regexp-in-string.
20704
20705 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20706
20707         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20708
20709         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20710         in PEM format.  Adjust to the XEmacs compatibility.
20711
20712 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20713
20714         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20715         by `string-to-number'.
20716         * gnus-agent.el (gnus-agent-regenerate-group)
20717         (gnus-agent-fetch-articles): Ditto.
20718         * gnus-art.el (gnus-button-fetch-group): Ditto.
20719         * gnus-cache.el (gnus-cache-generate-active)
20720         (gnus-cache-articles-in-group): Ditto.
20721         * gnus-group.el (gnus-group-set-current-level)
20722         (gnus-group-insert-group-line): Ditto.
20723         * gnus-score.el (gnus-score-set-expunge-below)
20724         (gnus-score-set-mark-below, gnus-summary-score-effect)
20725         (gnus-summary-score-entry): Ditto.
20726         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20727         (gnus-soup-pack): Ditto.
20728         * gnus-spec.el (gnus-xmas-format): Ditto.
20729         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20730         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20731         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20732         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20733         * nndb.el (nndb-get-remote-expire-response): Ditto.
20734         * nndiary.el (nndiary-parse-schedule-value)
20735         (nndiary-string-to-number, nndiary-request-replace-article)
20736         (nndiary-request-article): Ditto.
20737         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20738         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20739         * nneething.el (nneething-make-head): Ditto.
20740         * nnfolder.el (nnfolder-request-article)
20741         (nnfolder-retrieve-headers): Ditto.
20742         * nnheader.el (nnheader-file-to-number): Ditto.
20743         * nnkiboze.el (nnkiboze-request-article): Ditto.
20744         * nnmail.el (nnmail-process-unix-mail-format)
20745         (nnmail-process-babyl-mail-format): Ditto.
20746         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20747         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20748         (nnmh-request-create-group, nnmh-request-list-1)
20749         (nnmh-request-group, nnmh-request-article): Ditto.
20750         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20751         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20752         * nnsoup.el (nnsoup-make-active): Ditto.
20753         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20754         * nntp.el (nntp-find-group-and-number)
20755         (nntp-retrieve-headers-with-xover): Ditto.
20756         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20757         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20758         (pgg-format-key-identifier): Ditto.
20759         * pop3.el (pop3-last, pop3-stat): Ditto.
20760         * qp.el (quoted-printable-decode-region): Ditto.
20761
20762         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20763         of concat.
20764
20765 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20766
20767         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20768
20769         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20770
20771         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20772
20773         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20774
20775         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20776
20777         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20778
20779         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20780         (gnus-carpal-mode): Ditto.
20781
20782         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20783         (gnus-browse-mode): Ditto.
20784
20785         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20786
20787         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20788
20789 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20790
20791         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20792
20793 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * gnus-util.el (gnus-run-mode-hooks): New function.
20796
20797         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20798
20799         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20800         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20801
20802 2005-05-27  Lute Kamstra  <lute@gnu.org>
20803
20804         * dns-mode.el (dns-mode): Specify customization group.
20805
20806 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20807
20808         * gnus-agent.el (gnus-agent-make-mode-line-string):
20809         Use mode-line-highlight as mouse-face.
20810
20811 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20812
20813         * canlock.el (canlock): Change the parent group to news.
20814
20815         * deuglify.el (gnus-outlook-deuglify): Add :group.
20816
20817         * dig.el (dig): Add :group.
20818
20819         * dns-mode.el (dns-mode): Add :group.
20820
20821         * encrypt.el (encrypt): Add :group.
20822
20823         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20824         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20825         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20826         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20827         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20828
20829         * gnus-diary.el (gnus-diary): Add :group.
20830
20831         * gnus.el (gnus-group-news-1-face): Add :group.
20832         (gnus-group-news-1-empty-face): Ditto.
20833         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20834         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20835         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20836         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20837         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20838         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20839         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20840         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20841         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20842         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20843         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20844         (gnus-summary-high-ticked-face): Ditto.
20845         (gnus-summary-low-ticked-face): Ditto.
20846         (gnus-summary-normal-ticked-face): Ditto.
20847         (gnus-summary-high-ancient-face): Ditto.
20848         (gnus-summary-low-ancient-face): Ditto.
20849         (gnus-summary-normal-ancient-face): Ditto.
20850         (gnus-summary-high-undownloaded-face): Ditto.
20851         (gnus-summary-low-undownloaded-face): Ditto.
20852         (gnus-summary-normal-undownloaded-face): Ditto.
20853         (gnus-summary-high-unread-face): Ditto.
20854         (gnus-summary-low-unread-face): Ditto.
20855         (gnus-summary-normal-unread-face): Ditto.
20856         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20857         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20858
20859         * hashcash.el (hashcash): New custom group.
20860         (hashcash-default-payment): Add :group.
20861         (hashcash-payment-alist): Ditto.
20862         (hashcash-default-accept-payment): Ditto.
20863         (hashcash-accept-resources): Ditto.
20864         (hashcash-path): Ditto.
20865         (hashcash-extra-generate-parameters): Ditto.
20866         (hashcash-double-spend-database): Ditto.
20867         (hashcash-in-news): Ditto.
20868
20869         * message.el (message-minibuffer-local-map): Add :group.
20870
20871         * netrc.el (netrc): Add :group.
20872
20873         * sieve-manage.el (sieve-manage-log): Add :group.
20874         (sieve-manage-default-user): Diito.
20875         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20876         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20877         (sieve-manage-authenticators): Ditto.
20878         (sieve-manage-authenticator-alist): Ditto.
20879         (sieve-manage-default-port): Ditto.
20880
20881         * sieve-mode.el (sieve-control-commands-face): Add :group.
20882         (sieve-action-commands-face): Ditto.
20883         (sieve-test-commands-face): Ditto.
20884         (sieve-tagged-arguments-face): Ditto.
20885
20886         * smime.el (smime): Add :group.
20887
20888         * spam-report.el (spam-report): Add :group.
20889
20890         * spam.el (spam, spam-face): Add :group.
20891
20892 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20893
20894         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20895         return \n.\n.\n at the end of articles.  Protect against that.
20896         (nntp-with-open-group): Allow debugging.
20897
20898         * nnheader.el (mail-header-set-extra): Make into a function
20899         because I just could't understand how to quote the list properly.
20900
20901         * dns.el (query-dns-cached): New function.
20902
20903 2005-05-26  Lute Kamstra  <lute@gnu.org>
20904
20905         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20906
20907 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20910
20911         * gnus-art.el: Don't autoload mail-extract-address-components.
20912
20913         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20914         eval-and-compile to evaluate it.
20915
20916         * hashcash.el: Don't autoload executable-find.
20917
20918         * nndb.el: Don't declare the nndb back end two or more times; don't
20919         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20920
20921         * nntp.el: Autoload format-spec instead of format; use
20922         eval-and-compile to evaluate autoload forms.
20923
20924 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20925
20926         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20927
20928 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20929
20930         * gnus.el (gnus-version-number): Bump version.
20931
20932 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20933
20934         * gnus.el: No Gnus v0.3 is released.
20935
20936 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20937
20938         * lpath.el (featurep): Bind show-nonbreak-escape.
20939
20940 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20941
20942         * gnus-art.el (gnus-article-edit-part): Disable undo.
20943
20944 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20945
20946         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20947         gnus-article-date-lapsed-new-header is t if date timer is active;
20948         skip headers in which the original date value is empty.
20949         (gnus-article-save-original-date): Redefine it as a macro.
20950         (gnus-display-mime): Use it.
20951
20952 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20953
20954         * gnus-art.el (article-date-ut): Support converting date in
20955         forwarded parts as well.
20956         (gnus-article-save-original-date): New function.
20957         (gnus-display-mime): Use it.
20958
20959 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20960
20961         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20962         enclosure element of <item>.
20963
20964 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * message.el (message-kill-buffer-query): Rename from
20967         `message-kill-buffer-query-if-modified'.  Add :version.
20968
20969 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20970
20971         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20972         window layout.
20973
20974 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20975
20976         * mml.el: Autoload dnd when compiling.
20977
20978 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20979
20980         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20981         x-dnd-*.
20982
20983 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20984
20985         * qp.el (quoted-printable-encode-region): Save excursion.
20986
20987 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20988
20989         * message.el (message-kill-buffer-query-if-modified): Add new variable
20990         so the user can kill a modified message buffer quickly.
20991         (message-kill-buffer): Use it.
20992
20993 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20994
20995         * lpath.el: Fbind display-time-event-handler; don't fbind
20996         string-to-multibyte.
20997
20998         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20999
21000 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21001
21002         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21003         contained in text because xml.el decodes entities) with LFs.
21004
21005 2005-04-11  Lute Kamstra  <lute@gnu.org>
21006
21007         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21008         differently.
21009
21010 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21011
21012         * mm-util.el (mm-detect-coding-region): Typo.
21013
21014 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21015
21016         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21017
21018 2005-04-06  Deepak Goel  <deego@gnufans.org>
21019
21020         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21021         user-function allow user modifications of the scores.
21022         (spam-stat-score-buffer-user): New function, to allow
21023         user-computed modifications to the score.
21024         (spam-stat-score-buffer-user-functions): List of additional
21025         scoring functions.
21026         (spam-stat-error-holder): Global temporary error holder.
21027         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21028         variable.
21029
21030 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21031
21032         * gnus-registry.el (gnus-registry-clean-empty-function)
21033         (gnus-registry-trim, gnus-registry-fetch-groups)
21034         (gnus-registry-delete-group): Groups that match
21035         `gnus-registry-ignored-groups' are removed from the registry
21036         entries, not just ignored for splitting.  This helps clean up the
21037         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21038         to get all the groups a message ID is in.
21039
21040         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21041         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21042         (spam-stat-score-buffer-user-functions): Add :number custom type.
21043
21044 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21045
21046         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21047         argument in XEmacs.
21048
21049         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21050         (nnrss-request-group): Decode group name first.
21051         (nnrss-request-article): Make a text/plain article if mml-to-mime
21052         failed.
21053         (nnrss-get-encoding): Return a compatible encoding according to
21054         nnrss-compatible-encoding-alist.
21055         (nnrss-find-el): Use consp instead of listp.
21056         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21057
21058 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21059
21060         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21061         which Emacs 20 doesn't support.
21062         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21063
21064 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21065
21066         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21067         silence the byte compiler inside the defun.
21068
21069         * gnus-demon.el (parse-time-string): Add autoload.
21070
21071         * gnus-delay.el (parse-time-string): Add autoload.
21072
21073         * gnus-art.el (parse-time-string): Add autoload.
21074
21075         * nnultimate.el (parse-time): Require for `parse-time-string'.
21076
21077 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21078
21079         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21080
21081         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21082
21083         * smime.el (smime-ldap-host-list): Add :version.
21084
21085 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21086
21087         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21088         pass it to `gnus-browse-read-group'.
21089         (gnus-browse-read-group): Add NUMBER argument and pass it to
21090         `gnus-group-read-ephemeral-group'.
21091
21092         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21093         argument and pass it to `gnus-group-read-group'.
21094
21095 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21096
21097         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21098         mm-xemacs-find-mime-charset-1 if we have the mule feature
21099         available at runtime.
21100
21101 2005-03-25  Werner Lemberg  <wl@gnu.org>
21102
21103         * nnmaildir.el: Replace `illegal' with `invalid'.
21104
21105 2005-03-23  Lute Kamstra  <lute@gnu.org>
21106
21107         * time-date.el: Add comment on time value formats.
21108         Don't require parse-time.
21109         (with-decoded-time-value): New macro.
21110         (encode-time-value): New function.
21111         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21112         (days-to-time): Return a valid time value when arg is huge.
21113         (time-since): Use time-subtract.
21114         (time-to-number-of-days): Use time-to-seconds.
21115
21116 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21117
21118         * gnus-start.el (gnus-display-time-event-handler):
21119         Check display-time-timer at runtime rather than only at load time
21120         in case display-time-mode is turned off in the mean time.
21121
21122 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21123
21124         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21125         used.
21126
21127         * nneething.el (nneething-map-file-directory): Derive from
21128         `gnus-directory'.
21129
21130         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21131         the To/Cc button.
21132
21133 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21134
21135         * nnmaildir.el (nnmaildir-request-accept-article):
21136         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21137
21138 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21139
21140         * gnus-async.el: Require timer-funcs at compile time when in
21141         XEmacs for `run-with-idle-timer'.
21142
21143 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21144
21145         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21146         autoloaded function.
21147
21148 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21149
21150         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21151
21152 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21153
21154         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21155
21156 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21157
21158         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21159         Add gnus-expert-user to default.
21160
21161 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21162
21163         * nnimap.el (nnimap-open-server): Ditto.
21164
21165         * imap.el (imap-authenticate): Fix typo.
21166
21167 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21168
21169         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21170         buffer (since IMAP server might return FETCH response out of
21171         order, and the nntp buffer must be sorted).
21172
21173 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21174
21175         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21176         comparison on string.
21177
21178         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21179         (gnus-agent-score): Rename category keywords to match gnus-cus.
21180         (gnus-agent-summary-fetch-series): Modify to protect against
21181         gnus-agent-summary-fetch-group clearing processable flags.
21182         (gnus-agent-synchronize-group-flags): Update live group buffer as
21183         synchronization may occur due to the user toggle the plugged
21184         status.
21185         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21186         successfully downloaded.
21187         (gnus-agent-expire-group-1): Avoid using markers when the overview
21188         is in ascending order; greatly improves performance.
21189         (gnus-agent-regenerate-group):
21190         Use gnus-agent-synchronize-group-flags to reset read status in both
21191         gnus and server.
21192         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21193
21194 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21195
21196         * message.el: Don't autoload former message-utils variables.
21197         (message-strip-subject-trailing-was): Change doc string.
21198
21199         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21200         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21201         (nnweb-google-search): Add "hl=en" here.
21202         (nnweb-google-parse-1, nnweb-google-create-mapping):
21203         Don't hardcode URL.
21204
21205 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21206
21207         * message.el (message-get-reply-headers, message-followup):
21208         Mention related variables `message-use-followup-to' and
21209         `message-use-mail-followup-to', in the information buffer.
21210
21211         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21212         of broken groups(-beta).google.com.
21213
21214 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21215
21216         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21217         parameter to invoked gnus-request-move-article; remove the
21218         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21219         all at once instead of once per article.
21220         (gnus-summary-remove-process-mark): Accept a list of articles as
21221         well as a single article for processing.
21222
21223         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21224         parameter.
21225
21226         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21227
21228         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21229
21230         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21231         parameter.
21232
21233         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21234         parameter.
21235
21236         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21237         parameter and remove the gnus-sum-hint-move-is-internal variable.
21238
21239         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21240         parameter.
21241
21242         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21243         parameter.
21244
21245         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21246         parameter.
21247
21248         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21249
21250         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21251         parameter.
21252
21253         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21254         parameter.
21255
21256 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21257
21258         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21259         a more conservative way.
21260
21261 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21262
21263         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21264         buffer, so it moves the window's cursor.
21265
21266 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21267
21268         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21269         `mm-dissect-multipart' and receive the from field as an (optional)
21270         argument from `mm-dissect-multipart'.
21271         (mm-dissect-multipart): Receive the from field as an argument and
21272         pass it on when we call `mm-dissect-buffer' on MIME parts.
21273         Fixes verification/decryption of signed/encrypted MIME parts.
21274
21275 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21276
21277         * gnus-sum.el (gnus-summary-move-article):
21278         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21279         whatever it calls (right now, only nnimap-request-move article
21280         respects it).
21281
21282         * nnimap.el (nnimap-request-move-article):
21283         When gnus-sum-hint-move-is-internal is set, don't do the extra
21284         nnimap-request-article.
21285
21286 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21287
21288         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21289
21290         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21291         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21292
21293         * gnus-sum.el (gnus-summary-caesar-message):
21294         Apply `gnus-treat-article' after rotation.
21295
21296         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21297         doc string.
21298
21299 2005-02-22  Simon Josefsson  <jas@extundo.com>
21300
21301         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21302         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21303         <arne@arnested.dk>.
21304         (encrypt): Add password-cache and password-cache-expiry as group
21305         members.
21306
21307 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21308
21309         * smime.el (smime-ldap-host-list): Doc fix.
21310         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21311         cache) password.
21312         (smime-sign-region): Use it.
21313         (smime-decrypt-region): Use it.
21314         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21315         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21316         fails.
21317         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21318         certificate from DER to PEM format rather than calling openssl.
21319
21320         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21321
21322         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21323         for signing/encryption.
21324
21325         * mml.el (mml-parse-1): Use them.
21326
21327 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21328
21329         * nnrss.el (nnrss-verbose): Remove.
21330         (nnrss-request-group): Use `nnheader-message' instead.
21331
21332 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21333
21334         * nnrss.el (nnrss-verbose): New variable.
21335         (nnrss-request-group): Make it say nnrss is requesting a group.
21336
21337 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21338
21339         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21340         Handle news URL with given port correctly.
21341
21342 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21343
21344         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21345         containing special characters.
21346
21347         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21348
21349         * mml.el (mime-to-mml): Ditto.
21350
21351         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21352         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21353         (rfc2047-decode-region): Quote decoded words containing special
21354         characters when rfc2047-quote-decoded-words-containing-tspecials
21355         is non-nil.
21356
21357 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21358
21359         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21360
21361         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21362
21363 2005-02-15  Simon Josefsson  <jas@extundo.com>
21364
21365         * nnimap.el (nnimap-debug): Doc fix.
21366
21367         * imap.el (imap-debug): Doc fix.
21368
21369 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21370
21371         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21372
21373 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21374
21375         * gnus.el (spam-contents): Improve docs for spam-contents
21376         parameter in its variable incarnation.
21377
21378 2005-02-14  Simon Josefsson  <jas@extundo.com>
21379
21380         * smime-ldap.el: Use require instead of load-library for ldap.
21381         (smime-ldap-search): Indent.
21382         (smime-ldap-search-internal): Shorten line.
21383
21384         * smime.el (smime-cert-by-dns): Add doc-string.
21385         (smime-cert-by-ldap-1): Indent.
21386
21387         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21388         mml-smime-get-dns-ldap.
21389         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21390
21391 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21392
21393         * smime.el: Require smime-ldap.
21394         (smime-ldap-host-list): New variable.
21395         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21396
21397         * mml-smime.el (mml-smime-encrypt-query): New function.
21398         (mml-smime-encrypt-query): Use it.
21399
21400         * smime-ldap.el: New file.
21401
21402 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21403
21404         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21405
21406 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21407
21408         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21409         argument in doc string.  Make query for type more clear.
21410
21411 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21412
21413         * gnus.el (gnus-group-startup-message): Search for gnus images in
21414         etc/images/gnus.
21415         * mm-util.el (mm-image-load-path): Likewise.
21416         * smiley.el (smiley-data-directory): Search for smilies in
21417         etc/images/smilies.
21418
21419 2005-02-09  Kim F. Storm  <storm@cua.dk>
21420
21421         Change Emacs release version from 21.4 to 22.1 throughout.
21422         Change Emacs development version from 21.3.50 to 22.0.50.
21423
21424 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21425
21426         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21427
21428         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21429         non-Mule XEmacs as well.
21430         (mm-decompress-buffer): Signal an error intentionally if it does
21431         not decompress compressed data because auto-compression-mode is
21432         disabled.
21433
21434 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21435
21436         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21437         an ID in the registry even if it has no groups.
21438
21439 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21440
21441         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21442         merge it into mm-decompress-buffer.
21443         (gnus-mime-copy-part): Use the MIME part charset, the value which
21444         a user specified or gnus-newsgroup-charset for decoding, like
21445         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21446         save-buffer what was used.  Suggested by Kevin Ryde
21447         <user42@zip.com.au>.
21448         (gnus-mime-inline-part): Allow the name parameter as well as the
21449         filename parameter; force decompressing of compressed data; always
21450         display contents being not decoded as unibyte.
21451
21452         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21453         as well as the filename parameter.
21454
21455         * mm-util.el (mm-decompress-buffer):
21456         Merge gnus-mime-jka-compr-maybe-uncompress.
21457         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21458         of compressed data.
21459
21460 2005-02-08  Simon Josefsson  <jas@extundo.com>
21461
21462         * imap.el (imap-log): Doc fix.
21463
21464 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21465
21466         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21467         the coding cookies; decompress compressed parts.
21468
21469         * mml.el (mml-generate-mime-1): Add the charset parameter according
21470         to the value which a user specified manually or the coding cookie.
21471
21472         * mm-util.el (mm-string-to-multibyte): New function.
21473         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21474         (mm-coding-system-to-mime-charset): New function.
21475         (mm-decompress-buffer): New function.
21476         (mm-find-buffer-file-coding-system): New function.
21477
21478         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21479         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21480         parts.
21481
21482 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21483
21484         * mm-view.el (mm-display-inline-fontify): Decode a part according
21485         to the charset parameter.
21486
21487 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21488
21489         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21490         prefix arg is neither nil nor a number, as info specifies.
21491
21492 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21493
21494         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21495         timestamps.
21496
21497 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21498
21499         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21500         groups error checking and notify user.
21501
21502 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21503
21504         * message.el (message-send-mail-function): Check existence of
21505         sendmail-program first before using default value
21506         `message-send-mail-with-sendmail'.  Otherwise use more generic
21507         `smtpmail-send-it'.
21508
21509 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21510
21511         * nntp.el (nntp-request-update-info): Always return nil.
21512
21513 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21514
21515         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21516
21517 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21518
21519         * message.el (message-beginning-of-line): Change the behavior when
21520         invoked between BOL and : so that it first moves backward.
21521
21522 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21523
21524         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21525         article buffer when editing of the article is discarded.
21526         (gnus-article-prepare): Revert.
21527
21528 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21529
21530         * gnus-art.el (gnus-article-prepare):
21531         Remove message-strip-forbidden-properties from the local hook.
21532
21533 2005-01-27  Simon Josefsson  <jas@extundo.com>
21534
21535         * password.el (password-cache-add): Only start one timer per key.
21536         Reported by Derek Atkins <warlord@MIT.EDU>.
21537
21538 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21539
21540         * run-at-time.el: Remove.  It is no longer needed as
21541         timer-funcs.el in the xemacs-base package has a working version of
21542         `run-at-time'.
21543
21544         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21545
21546         * password.el: Require timer-funcs instead of run-at-time in
21547         XEmacs.
21548         Remove `password-run-at-time' macro.
21549         (password-cache-add): Use `run-at-time' instead of
21550         `password-run-at-time'.
21551
21552         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21553         Remove `nnheader-cancel-function-timers' alias,
21554         `cancel-function-timers' exists in XEmacs in timer-funcs.
21555
21556         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21557         for `run-with-idle-timer'.
21558
21559         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21560         for `run-at-time'.
21561
21562         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21563         for `with-timeout'.
21564
21565         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21566         the same as for XEmacs 21.4.
21567         No need to ignore `run-with-idle-timer', this function exists in
21568         XEmacs now in timer-funcs.el in the xemacs-base package.
21569         (dgnushack-compile): No need to delete
21570         run-at-time.el from the list of files to compile because it
21571         doesn't exist anymore.
21572
21573 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21574
21575         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21576         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21577
21578 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21579
21580         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21581         sensitively.
21582
21583 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21584
21585         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21586
21587 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21588
21589         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21590         which will be inserted according to the multibyteness of a buffer
21591         rather than the type of contents.  Suggested by ARISAWA Akihiro
21592         <ari@mbf.ocn.ne.jp>.
21593
21594         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21595         of string which old xml.el may return rather than a string.
21596
21597 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21598
21599         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21600
21601 2005-01-16  Simon Josefsson  <jas@extundo.com>
21602
21603         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21604         idn/idna.el isn't available.
21605         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21606         <michael@waxrat.com>.
21607
21608         * hashcash.el: Remove non-FSF copyright header.
21609
21610         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21611         (hashcash-generate-payment): Use it.
21612         (hashcash-generate-payment-async): Use it.
21613
21614 2005-01-15  Simon Josefsson  <jas@extundo.com>
21615
21616         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21617         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21618
21619         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21620         gnus-summary-idna-message.
21621         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21622         (gnus-summary-idna-message): New function.
21623
21624 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21625
21626         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21627         gnus-novice-user.
21628
21629 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21630
21631         * nnrss.el (nnrss-request-delete-group): Delete entries in
21632         nnrss-group-alist as well.
21633         (nnrss-save-server-data): Insert newline.
21634
21635 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21636
21637         * gnus.el (gnus-user-agent): Use list of symbols instead of
21638         symbols.  Display full version number for (S)XEmacs.
21639         Optionally display (S)XEmacs codename.
21640
21641         * gnus-util.el (gnus-emacs-version): Update for new
21642         `gnus-user-agent'.
21643
21644         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21645         Gnus version.
21646
21647 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21648
21649         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21650         which is unreadable in some setups.
21651
21652 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21653
21654         * gnus-spec.el (gnus-update-format-specifications): Flush the
21655         group format spec cache if it doesn't support decoded group names.
21656
21657 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21658
21659         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21660         Allow to apply decay on score files matching a regexp.
21661
21662 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21663
21664         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21665         compatibility in %g and %c.
21666
21667 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21668
21669         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21670         name for only %g and %c.
21671         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21672         of gnus-tmp-group to decoded group name.
21673         (gnus-group-make-rss-group): Exclude `/'s from group names.
21674
21675 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21676
21677         * nnrss.el (nnrss-get-encoding): Fix regexp.
21678
21679 2004-12-27  Simon Josefsson  <jas@extundo.com>
21680
21681         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21682         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21683         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21684
21685 2004-12-17  Kim F. Storm  <storm@cua.dk>
21686
21687         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21688
21689         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21690
21691 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21692
21693         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21694
21695 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21696
21697         * nnrss.el: Require rfc2047 and mml.
21698         (nnrss-file-coding-system): New variable.
21699         (nnrss-format-string): Redefine it as an inline function.
21700         (nnrss-decode-group-name): New function.
21701         (nnrss-string-as-multibyte): Remove.
21702         (nnrss-retrieve-headers): Decode group name; don't use
21703         nnrss-format-string.
21704         (nnrss-request-group): Decode group name.
21705         (nnrss-request-article): Decode group name; allow a Message-ID as
21706         well as an article number; don't use nnrss-format-string; encode a
21707         Message-ID string which may contain non-ASCII characters; use
21708         mml-to-mime to compose a MIME article.
21709         (nnrss-request-expire-articles): Decode group name.
21710         (nnrss-request-delete-group): Decode group name.
21711         (nnrss-fetch): Clarify error message.
21712         (nnrss-read-server-data): Use insert-file-contents instead of load;
21713         bind file-name-coding-system; use multibyte buffer.
21714         (nnrss-save-server-data): Bind coding-system-for-write to the
21715         value of nnrss-file-coding-system; bind file-name-coding-system;
21716         add coding cookie.
21717         (nnrss-read-group-data): Use insert-file-contents instead of load;
21718         bind file-name-coding-system; use multibyte buffer.
21719         (nnrss-save-group-data): Bind coding-system-for-write to the
21720         value of nnrss-file-coding-system; bind file-name-coding-system.
21721         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21722         make it work with non-ASCII text.
21723         (nnrss-find-el): Make it work with old xml.el as well.
21724
21725 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21726
21727         * nnrss.el (nnrss-get-encoding): New function.
21728         (nnrss-fetch): Use unibyte buffer initially; bind
21729         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21730         decode contents according to the encoding attribute.
21731         (nnrss-save-group-data): Add coding cookie.
21732         (nnrss-mime-encode-string): New function.
21733         (nnrss-check-group): Use it to encode subject and author.
21734
21735 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21736
21737         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21738         imaginary variable.
21739
21740 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21741
21742         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21743         correctly even if there are wide characters.
21744
21745 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21746
21747         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21748         downcased symbol names; make a new cache instead of reusing
21749         bbdb-hashtable.
21750
21751 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21752
21753         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21754         concatenating segments rather than before concatenating them.
21755         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21756
21757         * message.el (message-get-reply-headers): Bind `extra'.
21758
21759 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21760
21761         * message.el (message-extra-wide-headers): New variable.
21762         (message-get-reply-headers): Use it.
21763
21764 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21765
21766         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21767         (gnus-agent-group-pathname): Ditto.
21768
21769         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21770
21771         * gnus-group.el (gnus-group-make-group): Decode group name.
21772         (gnus-group-make-rss-group): Register the group data after opening
21773         the nnrss group.
21774
21775 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21776
21777         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21778         by expiry now get marked as read.
21779
21780 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21781
21782         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21783
21784 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21785
21786         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21787         unify Latin characters in XEmacs.
21788         (mm-find-mime-charset-region): Use it.
21789
21790 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21791
21792         * gnus-util.el (gnus-delete-directory): New function.
21793
21794         * gnus-agent.el (gnus-agent-delete-group): Use it.
21795
21796         * gnus-cache.el (gnus-cache-delete-group): Use it.
21797
21798 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21801         names.
21802
21803 2004-12-16  Simon Josefsson  <jas@extundo.com>
21804
21805         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21806
21807 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21808
21809         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21810
21811         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21812         (gnus-group-set-current-level): Decode group name.
21813
21814 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21815
21816         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21817         failed.
21818
21819 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21820
21821         * gnus-group.el (gnus-group-delete-group): Decode group name.
21822         (gnus-group-make-rss-group): Encode group name.
21823         (gnus-group-catchup-current): Decode group name.
21824         (gnus-group-kill-group): Decode group name.
21825
21826 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21827
21828         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21829
21830 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21831
21832         * gnus-group.el (gnus-group-make-rss-group):
21833         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21834
21835         * gnus-start.el (gnus-setup-news): Honor user's setting to
21836         gnus-message-archive-method.  Suggested by Lute Kamstra
21837         <lute@gnu.org>.
21838
21839 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21840
21841         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21842         global counterparts of the buffer-local variables.
21843
21844 2004-11-16  Romain Francoise  <romain@orebokech.com>
21845
21846         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21847         counterparts of the buffer-local variables.
21848
21849 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21850
21851         * message.el (message-forbidden-properties): Fix typo in doc
21852         string.
21853
21854 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21855
21856         * gnus-util.el (gnus-replace-in-string): Add doc string.
21857
21858         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21859         to avoid problems when splitting mails with many recipients.
21860
21861 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21862
21863         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21864         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21865
21866 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21867
21868         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21869         if there is no hashtable in memory or file modification time is
21870         newer than cached timestamp.
21871
21872 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21873
21874         * gnus-sum.el (gnus-summary-limit-to-recipient):
21875         Implement not-matching option.
21876
21877 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21878
21879         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21880         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21881         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21882         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21883         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21884         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21885
21886 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21887
21888         * message.el (message-forward-make-body-mml): Remove headers
21889         according to message-forward-ignored-headers if a message is decoded.
21890
21891 2004-12-02  Romain Francoise  <romain@orebokech.com>
21892
21893         * message.el (message-forward-make-body-plain): Always remove
21894         headers according to message-forward-ignored-headers.
21895
21896 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21897
21898         * spam.el (spam-summary-prepare-exit): Remove the
21899         gnus-summary-limit pop for now, it has problems with ham marks for
21900         me.
21901
21902 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21903
21904         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21905         correctly.
21906
21907 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21908
21909         * format-spec.el (format-spec): Message the char.
21910
21911 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21912
21913         * gnus-art.el (gnus-split-methods): Reformat comments.
21914
21915         * spam.el (spam-summary-prepare-exit): Remove article limits
21916         before exiting the summary buffer.
21917
21918 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21919
21920         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21921         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21922
21923         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21924         order to silence the byte compiler.
21925
21926         * spam.el: Fix the way to silence the byte compiler, which
21927         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21928         bbdb-search-simple, spam-BBDB-register-routine,
21929         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21930         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21931         spam-stat-buffer-is-spam, spam-stat-load,
21932         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21933         spam-stat-save and spam-stat-split-fancy.
21934
21935 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21936
21937         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21938         which may confuse users.
21939         (canlock-password-for-verify): Ditto.
21940
21941         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21942
21943         * gnus-art.el (gnus-emphasis-alist): Ditto.
21944
21945         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21946
21947         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21948
21949         * gnus-start.el (gnus-save-killed-list): Ditto.
21950
21951         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21952         (gnus-sum-thread-tree-root): Ditto.
21953         (gnus-sum-thread-tree-false-root): Ditto.
21954         (gnus-sum-thread-tree-single-indent): Ditto.
21955
21956         * message.el (message-courtesy-message): Ditto.
21957         (message-archive-note): Ditto.
21958         (message-subscribed-address-file): Ditto.
21959         (message-user-fqdn): Ditto.
21960
21961         * spam-report.el (spam-report-gmane-regex): Ditto.
21962
21963         * spam.el (spam-blackhole-good-server-regex): Ditto.
21964
21965 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21966
21967         * mml.el (mml-preview): Widen the message buffer before copying
21968         the contents to the preview buffer; sort headers before previewing.
21969
21970         * message.el (message-hidden-headers): Fix the way to avoid a bug
21971         in the `repeat' widget in Emacs 21.3 or earlier.
21972
21973 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21974
21975         * message.el (message-hidden-headers): Default to "^References:".
21976         Improve customization type.  Suggested by Reiner Steib
21977         <Reiner.Steib@gmx.de>.
21978
21979 2004-11-25  Romain Francoise  <romain@orebokech.com>
21980
21981         * message.el (message-strip-forbidden-properties): Remove check for
21982         obsolete `message-hidden' text property, hidden headers are not
21983         accessible in the buffer anymore.
21984
21985 2004-11-22  Romain Francoise  <romain@orebokech.com>
21986
21987         * message.el (message-header-format-alist): Add `From' in list
21988         so that it can be sorted.
21989         (message-fix-before-sending): Widen and sort headers before
21990         sending.
21991         (message-hide-headers): Use narrowing to hide headers by moving
21992         them to the top of the buffer and narrowing to the region
21993         underneath.
21994
21995 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21996
21997         * message.el (message-strip-forbidden-properties):
21998         Bind buffer-read-only (etc) to nil.
21999
22000 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22001
22002         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22003         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22004
22005 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22006
22007         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22008
22009 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22010
22011         * dns.el (query-dns): Use sit-for to time instead of
22012         accept-process-output, since that doesn't seem to work on udp
22013         sockets.
22014
22015 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22016
22017         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22018
22019 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22020
22021         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22022         doc string.  Improve doc string.
22023
22024 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22025
22026         * nntp.el (nntp-request-update-info): Return nil if
22027         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22028         may not call gnus-activate-group which uselessly issues the GROUP
22029         commands for all nntp groups and wastes time.  Reported by Romain
22030         Francoise <romain@orebokech.com>.
22031
22032         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22033
22034 2004-11-15  Simon Josefsson  <jas@extundo.com>
22035
22036         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22037         headers separately.
22038         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22039         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22040
22041 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22042
22043         * gnus-start.el (gnus-convert-old-newsrc):
22044         Assign legacy-gnus-agent to 5.10.7.
22045
22046 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22047
22048         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22049         start of the lines.
22050
22051 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22052
22053         * hashcash.el (hashcash-default-payment): Change default to 20.
22054         (hashcash-default-accept-payment): Change default to 20.
22055         (hashcash-process-alist): New variable.
22056         (hashcash-generate-payment-async): Add.
22057         (hashcash-already-paid-p): Add.
22058         (hashcash-insert-payment): Don't generate payments twice.
22059         (hashcash-insert-payment-async): Add.
22060         (hashcash-insert-payment-async-2): Add.
22061         (hashcash-cancel-async): Add.
22062         (hashcash-wait-async): Add.
22063         (hashcash-processes-running-p): Add.
22064         (hashcash-wait-or-cancel): Add.
22065         (mail-add-payment): New optional argument.  Conditionally start
22066         asynchronous calculation.
22067         (mail-add-payment-async): Add.
22068
22069         * message.el (message-send-mail): Wait for asynchronous hashcash
22070         results.  Don't clobber existing X-Hashcash headers.
22071         (message-setup-1): Call mail-add-payment-async when
22072         message-generate-hashcash is non-nil.
22073
22074 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22075
22076         * message.el (message-use-alternative-email-as-from): Examine the
22077         From header as well; use message-make-from in order to include a
22078         user's full name.
22079
22080 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22081
22082         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22083         default; improve customization type.
22084         (gnus-emphasis-custom-with-format): New macro.
22085         (gnus-emphasis-custom-value-to-external): New function.
22086         (gnus-emphasis-custom-value-to-internal): New function.
22087
22088 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22089
22090         * dns.el (query-dns): Resolve reverse addresses.
22091
22092 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22093
22094         * gnus-group.el (gnus-group-get-new-news): Use it.
22095
22096         * gnus-start.el (gnus-check-reasonable-setup): New function.
22097
22098 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22099
22100         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22101         "Args out of range" error.  Reported by Arnaud Giersch
22102         <arnaud.giersch@free.fr>.
22103
22104 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22105
22106         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22107
22108 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22109
22110         * spam.el (spam group): Add :version.
22111
22112         * pgg-def.el (pgg group): Add :version.
22113
22114 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22115
22116         * gnus-art.el (gnus-article-edit-article): Don't associate the
22117         article buffer with a draft file.  This is a temporary measure
22118         against the 2004-08-22 change to gnus-article-edit-mode.
22119
22120 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22121
22122         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22123         (html2text-format-tags): Remove unused variable `attr'.
22124
22125 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22126
22127         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22128
22129         * tls.el (tls-process-connection-type, tls-success)
22130         (tls-certtool-program): Add :version.
22131
22132         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22133         (starttls-extra-arguments, starttls-process-connection-type)
22134         (starttls-connect, starttls-failure, starttls-success): Add :version.
22135
22136         * spam-stat.el (spam-stat): Add :version.
22137
22138         * sieve.el (sieve): Add :version.
22139
22140         * sha1.el (sha1): Add :version.
22141         (sha1-use-external): Remove redundant version.
22142
22143         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22144         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22145         (nnmail-split-fancy-match-partial-words)
22146         (nnmail-split-lowercase-expanded): Add :version.
22147
22148         * nndiary.el (nndiary): Add :version.
22149
22150         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22151
22152         * mml-sec.el (mml-default-sign-method)
22153         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22154         Add :version.
22155
22156         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22157
22158         * mm-url.el (mm-url-use-external, mm-url-program)
22159         (mm-url-arguments): Add :version.
22160
22161         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22162         (mm-attachment-file-modes, mm-decrypt-option)
22163         (mm-w3m-safe-url-regexp): Add :version.
22164
22165         * message.el (message-cite-prefix-regexp)
22166         (message-sendmail-envelope-from, message-minibuffer-local-map)
22167         (message-user-fqdn, message-completion-alist): Add :version.
22168
22169         * gnus-win.el (gnus-configure-windows-hook)
22170         (gnus-use-frames-on-any-display): Add :version.
22171
22172         * gnus-art.el (gnus-article-address-banner-alist)
22173         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22174         (gnus-treat-from-picon, gnus-treat-mail-picon)
22175         (gnus-treat-x-pgp-sig): Add :version.
22176
22177         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22178         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22179         (gnus-summary-article-delete-hook)
22180         (gnus-summary-display-while-building): Add :version.
22181
22182         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22183         (gnus-get-top-new-news-hook): Add :version.
22184
22185         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22186         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22187
22188         * gnus-registry.el (gnus-registry): Add :version.
22189
22190         * gnus-spec.el (gnus-use-correct-string-widths)
22191         (gnus-make-format-preserve-properties): Add :version.
22192
22193         * gnus.el (gnus-group-charter-alist)
22194         (gnus-group-fetch-control-use-browse-url)
22195         (gnus-install-group-spam-parameters): Add :version.
22196
22197         * gnus-diary.el (gnus-diary): Add :version.
22198
22199         * gnus-delay.el (gnus-delay): Add :version.
22200
22201         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22202         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22203         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22204         Add :version.
22205
22206         * gnus-agent.el (gnus-agent-max-fetch-size)
22207         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22208         (gnus-agent-prompt-send-queue): Add :version.
22209
22210         * deuglify.el (gnus-outlook-deuglify): Add :version.
22211
22212         * html2text.el: Beautify code.  Improve doc strings.
22213         Some checkdoc cleanup.
22214         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22215
22216 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22217
22218         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22219
22220 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22221
22222         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22223         when package is loaded.
22224
22225         * spam.el (spam-summary-score-preferred-header): Add global preference
22226         for people who want to override the default SpamAssassin over
22227         Bogofilter preference (when both are set).
22228         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22229         (spam-user-format-function-S):
22230         Check spam-summary-score-preferred-header.
22231         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22232         (spam-user-format-function-S): Format the score correctly.
22233
22234 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22237         signature file.  Suggested by Manoj Srivastava
22238         <srivasta@golden-gryphon.com>.
22239
22240         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22241         iso-2022-jp even in the Japanese language environment.
22242         Suggested by Jason Rumney <jasonr@gnu.org>.
22243
22244 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22245
22246         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22247         use the same characters as the dummy marks; make it free from
22248         getting affected by the language environment.
22249         (gnus-summary-read-group-1): Update mark positions only when the
22250         format spec is updated.
22251
22252         * gnus-spec.el (gnus-update-format-specifications): Return a list
22253         of updated types.
22254
22255 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22256
22257         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22258         of boundp to check if display-warning is available.
22259
22260 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22261
22262         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22263
22264 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22265
22266         * nnspool.el (nnspool-spool-directory): Use news-path if the
22267         news-directory variable is not bound.
22268
22269         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22270         function instead of display-warning if it is not available.
22271
22272 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22273
22274         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22275         v5-10: Use `point-at-bol'.
22276
22277 2004-10-26  Simon Josefsson  <jas@extundo.com>
22278
22279         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22280         <chenggao@gmail.com>.
22281
22282 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22283
22284         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22285         instead.
22286
22287 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22288
22289         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22290         to remove a server from the nnimap-server-buffer-alist.
22291         (nnimap-open-connection, nnimap-close-server): Use it.
22292
22293         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22294
22295 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22296
22297         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22298         running the major-mode function.
22299
22300 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22301
22302         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22303         dummy marks in the right way.
22304
22305 2004-10-18  David Edmondson  <dme@dme.org>
22306
22307         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22308         excessively.
22309
22310 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22311
22312         * gnus-util.el (gnus-split-references): Accept a nil references
22313         string and go on blissfully.
22314
22315         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22316         cases where the references string is non-nil but has no references.
22317
22318         * encrypt.el: Add autoload tags.
22319
22320         * spam.el (spam-resolve-registrations-routine): Remove article
22321         from unregistration list too.  Reported by David Hanak
22322         <dhanak@isis.vanderbilt.edu>
22323
22324 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22325
22326         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22327         nil.  Change custom type.
22328
22329 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22330
22331         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22332
22333         * gnus-sum.el (gnus-summary-move-article): Use it.
22334
22335 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22336
22337         * encrypt.el: Add autoload cookies.
22338
22339         * spam.el (spam-backend-article-list-property)
22340         (spam-backend-get-article-todo-list)
22341         (spam-backend-put-article-todo-list)
22342         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22343         Resolve registrations separately.
22344         (spam-register-routine): Format comments.
22345         (spam-unregister-routine, spam-register-routine): Always call with
22346         specific-articles, no default list.
22347         (spam-summary-prepare-exit): Use the spam-classifications function.
22348
22349         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22350         gnus-encrypt.el.
22351
22352         * encrypt.el: Copied from gnus-encrypt.el.
22353
22354         * gnus-encrypt.el: Commented that it's obsolete.
22355
22356 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22357
22358         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22359         (gnus-score-save): Use it.
22360
22361         * message.el (message-bury): Use `window-dedicated-p'.
22362
22363 2004-10-15  Simon Josefsson  <jas@extundo.com>
22364
22365         * pop3.el (top-level): Don't require nnheader.
22366         (pop3-read-timeout): Add.
22367         (pop3-accept-process-output): Add.
22368         (pop3-read-response, pop3-retr): Use it.
22369
22370 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22371
22372         * spam.el (spam-register-routine): Move comment.
22373         (spam-verify-bogofilter): Use 'unknown for the initial
22374         spam-bogofilter-valid state, not 'never.
22375
22376         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22377         for netrc-machine.
22378
22379         * nnimap.el (nnimap-open-connection):
22380         Use netrc-machine-user-or-password.
22381
22382 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22383
22384         * gnus-registry.el (gnus-registry-unload-hook):
22385         Set as a variable with add-hook.
22386
22387         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22388         of news-path.
22389
22390         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22391
22392         * spam.el: Delete duplicate `provide'.
22393         (spam-unload-hook): Set as a variable with add-hook.
22394
22395 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22396
22397         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22398         in the doc string.
22399
22400         * message.el (message-ignored-news-headers)
22401         (message-ignored-supersedes-headers)
22402         (message-ignored-resent-headers)
22403         (message-forward-ignored-headers): Improve custom type.
22404
22405 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22406
22407         * message.el (message-tokenize-header): Fix 2004-09-06 change
22408         which used point-min in the wrong place.
22409
22410 2004-10-12  Simon Josefsson  <jas@extundo.com>
22411
22412         * tls.el (tls-certtool-program): New variable.
22413         (tls-certificate-information): New function, based on
22414         ssl-certificate-information.
22415
22416 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22417
22418         * compface.el: Move the version of ELisp-based uncompface program
22419         to the contrib directory because of the copyright problem.
22420
22421 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22422
22423         * message.el (message-kill-buffer): Raise the current frame.
22424
22425 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22426
22427         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22428
22429         * gnus.el (message-y-or-n-p): Autoload.
22430
22431         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22432         (pop3-password-required, pop3-authentication-scheme)
22433         (pop3-leave-mail-on-server): Make customizable.
22434         (pop3): New custom group.
22435         (pop3-retr): Remove `sleep-for' statements.
22436         Suggested by Dave Love <fx@gnu.org>.
22437
22438         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22439         Windows/DOS.
22440
22441         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22442         (imap-parse-body): Fix incorrect use of `assert'.
22443         Suggested by Dave Love <fx@gnu.org>.
22444
22445         * mml.el (mml-minibuffer-read-disposition): Require match.
22446         Suggested by Dave Love <fx@gnu.org>.
22447
22448 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22449
22450         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22451         doc string.
22452
22453 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22454
22455         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22456
22457 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22458
22459         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22460         instead of calling `mm-insert-inline', to decode text/* parts
22461         before displaying them.
22462
22463 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22464
22465         * mm-uu.el (mm-uu-text-plain-type): New variable.
22466         (mm-uu-pgp-signed-extract-1): Use it.
22467         (mm-uu-pgp-encrypted-extract-1): Use it.
22468         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22469         bind mm-uu-text-plain-type with that value.
22470         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22471         mm-uu-dissect.
22472
22473 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22474
22475         * gnus-group.el (gnus-update-group-mark-positions):
22476         * gnus-sum.el (gnus-update-summary-mark-positions):
22477         * message.el (message-check-news-body-syntax):
22478         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22479         of string-as-multibyte.
22480
22481 2004-10-05  Juri Linkov  <juri@jurta.org>
22482
22483         * gnus-group.el (gnus-update-group-mark-positions):
22484         * gnus-sum.el (gnus-update-summary-mark-positions):
22485         * message.el (message-check-news-body-syntax):
22486         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22487         8-bit unibyte values to a multibyte string for search functions.
22488
22489 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22490
22491         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22492         (mm-uu-dissect-text-parts): New function.
22493
22494         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22495         dissect text parts.
22496
22497         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22498         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22499
22500         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22501
22502         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22503         Use gnus-current-topics instead of gnus-current-topic.
22504
22505 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22506
22507         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22508
22509 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22510
22511         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22512         where appropriate.
22513
22514         * nnml.el (nnml-generate-active-info): do.
22515
22516         * nndiary.el (nndiary-generate-active-info): do.
22517
22518         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22519         (gnus-topic-move): do.
22520
22521         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22522         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22523
22524         * gnus-srvr.el (gnus-server-prepare)
22525         (gnus-server-open-all-servers): do.
22526
22527         * gnus-msg.el (gnus-summary-cancel-article)
22528         (gnus-summary-resend-message)
22529         (gnus-summary-mail-crosspost-complaint): do.
22530
22531         * gnus-move.el (gnus-change-server): do.
22532
22533         * gnus-group.el (gnus-group-unmark-all-groups)
22534         (gnus-group-set-current-level): do.
22535
22536 2004-10-04  Simon Josefsson  <jas@extundo.com>
22537
22538         * message.el (message-generate-hashcash): Doc fix.
22539
22540 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22541
22542         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22543         avoid infinite recursion via gnus-get-function.
22544
22545 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22546
22547         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22548
22549         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22550
22551         * nnmail.el (nnmail-split-history): do.
22552
22553         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22554         (nnml-request-delete-group): do.
22555
22556         * nnslashdot.el (nnslashdot-read-groups): do.
22557
22558         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22559         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22560
22561         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22562         (nnspool-sift-nov-with-sed): Use last.
22563         (nnspool-retrieve-headers-with-nov): Use mapc.
22564         (nnspool-request-newgroups): Use dolist.
22565         (nnspool-request-group): Use last.
22566
22567         * nntp.el (nntp-read-server-type): Use dolist.
22568
22569         * nnvirtual.el (nnvirtual-create-mapping)
22570         (nnvirtual-update-read-and-marked): Use dolist.
22571         (nnvirtual-convert-headers): Simplify.
22572
22573 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22574
22575         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22576         Add support for sync'ing tick marks.
22577
22578 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22579
22580         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22581         there's no visible header.
22582
22583 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22584
22585         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22586         When necessary, pass full group name to gnus-request-set-marks.
22587
22588 2004-10-01  Simon Josefsson  <jas@extundo.com>
22589
22590         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22591         acroread.
22592
22593 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22594
22595         * spam-report.el (spam-report-gmane): Fix interactive.
22596
22597         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22598
22599         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22600         when writing file.
22601         (gnus-agent-synchronize-flags): Don't default to being
22602         interactive.
22603
22604 2004-09-30  Simon Josefsson  <jas@extundo.com>
22605
22606         * message.el (message-generate-hashcash): Add.
22607         (message-send-mail): Use it, call mail-add-payment.
22608
22609 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22610
22611         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22612
22613 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22614
22615         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22616         gnus-requst-update-info with explicit code to sync the in-memory
22617         info read flags with the marks being sync'd to the backend.
22618
22619         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22620
22621 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22622
22623         * spam.el (spam-verify-bogofilter): Add new function.
22624         (spam-check-bogofilter)
22625         (spam-bogofilter-register-with-bogofilter): Use it.
22626         (spam-verify-bogofilter): Add small fixes.
22627
22628 2004-09-28  Simon Josefsson  <jas@extundo.com>
22629
22630         * hashcash.el (hashcash-generate-payment): Revert.
22631
22632 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22633
22634         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22635         Use gnus-extract-references instead of gnus-split-references.
22636
22637         * gnus-util.el (gnus-extract-references): Add new function, analogous
22638         to gnus-split-references but extracts only the message-ID without
22639         anything extra.
22640
22641         * hashcash.el (hashcash-generate-payment)
22642         (hashcash-check-payment): Do the right thing if hashcash-path is
22643         nil (because the hashcash program could not be found).
22644
22645         * spam.el (spam-use-hashcash): Remove comment.
22646
22647 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22648
22649         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22650         (gnus-cache-enter-article, gnus-cache-remove-article)
22651         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22652
22653         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22654
22655         * gnus-art.el (article-hide-boring-headers)
22656         (article-translate-strings, article-display-face)
22657         (gnus-article-mime-match-handle-first)
22658         (gnus-article-highlight-headers)
22659         (gnus-article-add-buttons-to-head): do.
22660
22661 2004-09-27  Simon Josefsson  <jas@extundo.com>
22662
22663         * hashcash.el: New version, from
22664         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22665         ../contrib/.
22666
22667 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22668
22669         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22670
22671 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22672
22673         * gnus-dup.el (gnus-dup-open): Use mapc.
22674         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22675
22676         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22677         Reported by Stefan Wiens <s.wi@gmx.net>.
22678
22679         * gnus.el (gnus-shutdown): Use dolist.
22680
22681         * gnus-undo.el (gnus-undo): Use mapc.
22682
22683         * nnrss.el (nnrss-generate-active): do.
22684
22685         * message.el (message-cite-original-without-signature)
22686         (message-cite-original): Use mapc.
22687         (message-do-actions, message-make-forward-subject): Use dolist.
22688
22689 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22690
22691         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22692         deletion to remove entire duplicate line.  Fixes merged article
22693         number bug.
22694
22695 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22696
22697         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22698         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22699         first ask if you want to open a server and then, even when you
22700         responded with no, asking if you want to synchronize the server's
22701         flags.
22702         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22703         multi-line expressions.
22704         (gnus-agent-synchronize-group-flags): New internal function.
22705         Updates marks in memory (in the info structure) AND in the
22706         backend.
22707
22708         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22709
22710         * nnagent.el (nnagent-request-set-mark):
22711         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22712         method, to ensure that synchronization updates marks in the
22713         backend and in the info (in memory) structure.
22714
22715 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22716
22717         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22718         convention fully; don't miss the root article of a thread; make
22719         the X-Draft-From header with correct article numbers.
22720
22721 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22722
22723         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22724         unless plugged.  Disable the agent so that an open failure causes
22725         an error.
22726
22727         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22728         Revert 2004-09-21 change.  The backend must be opened while
22729         synchronizing flags even when the backend stores the flags
22730         locally.
22731
22732 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22733
22734         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22735         in `header' match.  Reported by Svend Tollak Munkejord.
22736
22737         * message.el (message-cite-original): Fix use of
22738         `message-cite-articles-with-x-no-archive'.
22739
22740 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22741
22742         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22743         (gnus-window-to-buffer): Ditto.
22744
22745         * mml.el (mml-preview-buffer): New variable.
22746         (mml-preview): Manage window layout with gnus-buffer-configuration.
22747
22748         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22749         X-Draft-From header even if those articles aren't quoted.
22750
22751 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22752
22753         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22754         (gnus-request-set-mark, gnus-request-update-mark): Use new
22755         g-s-t-u-l-m to decide to use backend even when unplugged.
22756
22757 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22758
22759         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22760         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22761
22762 2004-09-20  Simon Josefsson  <jas@extundo.com>
22763
22764         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22765         "utf-16-le".
22766
22767 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22768
22769         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22770
22771 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22772
22773         * uudecode.el (uudecode-use-external): Add :version.
22774
22775         * smime.el (smime-CA-file, smime-encrypt-cipher)
22776         (smime-dns-server): Add :version.
22777
22778         * smiley.el (gnus-smiley-file-types): Add :version.
22779
22780         * sha1.el (sha1-use-external): Add :version.
22781
22782         * pgg-def.el (pgg-query-keyserver): Add :version.
22783
22784         * nnmail.el (nnmail-fancy-expiry-targets)
22785         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22786         Add :version.
22787
22788         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22789         (nnimap-retrieve-groups-asynchronous): Add :version.
22790         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22791
22792         * mml.el (mml-content-disposition-parameters)
22793         (mml-insert-mime-headers-always): Add :version.
22794
22795         * mm-util.el (mm-coding-system-priorities): Add :version.
22796
22797         * mm-decode.el (mm-inline-text-html-with-images)
22798         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22799         (mm-verify-option): Add :version.
22800         (mm-text-html-renderer): Change :version.
22801
22802         * message.el (message-fcc-externalize-attachments)
22803         (message-required-headers, message-draft-headers)
22804         (message-subject-trailing-was-query)
22805         (message-subject-trailing-was-ask-regexp)
22806         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22807         (message-mark-insert-end, message-archive-header)
22808         (message-archive-note, message-cross-post-default)
22809         (message-cross-post-note, message-followup-to-note)
22810         (message-cross-post-note-function, message-use-mail-followup-to)
22811         (message-subscribed-address-functions)
22812         (message-subscribed-address-file, message-subscribed-addresses)
22813         (message-subscribed-regexps, message-allow-no-recipients)
22814         (message-yank-cited-prefix, message-signature-insert-empty-line)
22815         (message-hidden-headers, message-hierarchical-addresses)
22816         (message-mail-user-agent, message-use-idna)
22817         (message-valid-fqdn-regexp)
22818         (message-strip-special-text-properties, message-header-synonyms)
22819         (message-beginning-of-line, message-tab-body-function): Add :version.
22820         (message-insert-canlock, message-wide-reply-confirm-recipients):
22821         Change :version.
22822
22823         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22824         and :version.
22825         (mail-source-delete-old-incoming-confirm)
22826         (mail-source-movemail-program): Add :version.
22827
22828         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22829         (gnus-agent-cache, gnus-agent): Change :version.
22830
22831         * gnus-util.el (gnus-use-byte-compile): Change :version.
22832
22833         * gnus-sum.el (gnus-summary-make-false-root-always)
22834         (gnus-summary-default-high-score)
22835         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22836         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22837         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22838         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22839         (gnus-sum-thread-tree-single-indent)
22840         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22841         (gnus-sum-thread-tree-leaf-with-other)
22842         (gnus-sum-thread-tree-single-leaf): Add :version.
22843         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22844         (gnus-article-loose-mime): Change :version.
22845
22846         * gnus-start.el (gnus-backup-startup-file)
22847         (gnus-save-startup-file-via-temp-buffer): Add :version.
22848
22849         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22850         (gnus-server-offline-face): Add :version.
22851
22852         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22853
22854         * gnus-msg.el (gnus-gcc-externalize-attachments)
22855         (gnus-debug-files, gnus-debug-exclude-variables)
22856         (gnus-discouraged-post-methods): Change :version.
22857         (gnus-confirm-mail-reply-to-news)
22858         (gnus-confirm-treat-mail-like-news): Add :version.
22859
22860         * gnus-int.el (gnus-server-unopen-status): Add :version.
22861
22862         * gnus-group.el (gnus-group-jump-to-group-prompt)
22863         (gnus-large-ephemeral-newsgroup)
22864         (gnus-fetch-old-ephemeral-headers): Add :version.
22865
22866         * gnus-fun.el (gnus-x-face-directory)
22867         (gnus-convert-pbm-to-x-face-command)
22868         (gnus-convert-image-to-x-face-command)
22869         (gnus-convert-image-to-face-command): Add :version.
22870
22871         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22872
22873         * gnus-cite.el (gnus-cite-blank-line-after-header)
22874         (gnus-article-boring-faces): Add :version.
22875
22876         * gnus-art.el (gnus-buttonized-mime-types)
22877         (gnus-inhibit-mime-unbuttonizing)
22878         (gnus-treat-display-face)
22879         (gnus-treat-body-boundary): Change :version.
22880         (gnus-body-boundary-delimiter, gnus-picon-databases)
22881         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22882         (gnus-treat-date-english, gnus-treat-fold-headers)
22883         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22884         (gnus-treat-mail-picon, gnus-treat-wash-html)
22885         (gnus-article-encrypt-protocol)
22886         (gnus-use-idna, gnus-article-over-scroll)
22887         (gnus-mime-display-multipart-alternative-as-mixed)
22888         (gnus-mime-display-multipart-related-as-mixed)
22889         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22890         (gnus-ctan-url, gnus-button-ctan-handler)
22891         (gnus-button-handle-ctan-bogus-regexp)
22892         (gnus-button-ctan-directory-regexp)
22893         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22894         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22895         (gnus-button-man-level, gnus-button-emacs-level)
22896         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22897
22898         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22899         (gnus-agent-go-online): Change :version.
22900         (gnus-agent-expire-unagentized-dirs)
22901         (gnus-agent-auto-agentize-methods): Add :version.
22902
22903         * flow-fill.el (fill-flowed-display-column)
22904         (fill-flowed-encode-column): Add :version.
22905
22906         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22907         (gnus-outlook-deuglify-unwrap-max)
22908         (gnus-outlook-deuglify-cite-marks)
22909         (gnus-outlook-deuglify-unwrap-stop-chars)
22910         (gnus-outlook-deuglify-no-wrap-chars)
22911         (gnus-outlook-deuglify-attrib-cut-regexp)
22912         (gnus-outlook-deuglify-attrib-verb-regexp)
22913         (gnus-outlook-deuglify-attrib-end-regexp)
22914         (gnus-outlook-display-hook): Add :version.
22915
22916         * binhex.el (binhex-use-external): Add :version.
22917
22918 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22919
22920         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22921         and `invisible'.
22922
22923 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22924
22925         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22926         in gnus-registry-trim.
22927
22928 2004-09-13  Simon Josefsson  <jas@extundo.com>
22929
22930         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22931
22932         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22933
22934         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22935         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22936         <yamaoka@jpl.org>.
22937         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22938         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22939         <yamaoka@jpl.org>.
22940
22941         * sieve.el (sieve-manage-mode): Ditto.
22942
22943 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22944
22945         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22946
22947 2004-09-11  Simon Josefsson  <jas@extundo.com>
22948
22949         * dns-mode.el: Add.
22950
22951         * mm-view.el (mm-display-dns-inline): Add.
22952
22953         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22954         (mm-automatic-display): Ditto.
22955
22956         * mailcap.el (mailcap-mime-data): Add text/dns.
22957         (mailcap-mime-extensions): Map .soa to text/dns.
22958
22959 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22960
22961         * gnus-art.el (article-decode-mime-words, article-babel)
22962         (gnus-article-highlight-signature, gnus-article-add-buttons)
22963         (gnus-signature-toggle): Remove unnecessary bindings of
22964         `inhibit-read-only' inherited from v5.10 merge.
22965
22966 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22967
22968         * nntp.el (nntp): New customization group.
22969         (nntp-authinfo-file): Add customization group.
22970
22971         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22972
22973         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22974
22975         * gnus.el (to-address, to-list, subscribed)
22976         (large-newsgroup-initial): Ditto.
22977
22978         * flow-fill.el (fill-flowed-display-column)
22979         (fill-flowed-encode-column): Ditto.
22980
22981 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22982
22983         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22984         Use point-min rather than 1.
22985         (message-send-mail): Use buffer-size rather than point-max.
22986
22987         * gnus-sum.el (gnus-summary-search-article-forward):
22988         Signal a specific `search-failed' rather than a generic `error'.
22989
22990         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22991         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22992         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22993
22994 2004-09-10  Simon Josefsson  <jas@extundo.com>
22995
22996         * nndb.el (require): Remove tcp and duplicate cl.
22997
22998 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22999
23000         * gnus-agent.el (directory-files-and-attributes): Move forward.
23001
23002 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23003
23004         * gnus-agent.el (directory-files-and-attributes):
23005         Optionally defined to support XEmacs.
23006
23007 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23008
23009         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23010         to avoid run-time CL dependencies.
23011         (gnus-agent-unfetch-articles): New function.
23012         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23013         article numbers even when local .overview file is missing.
23014         (gnus-agent-read-article-number): New function.  Only accepts
23015         27-bit article numbers.
23016         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23017         Use gnus-agent-read-article-number.
23018         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23019         from backend while recognizing that article numbers in .overview
23020         must be valid.
23021         (gnus-agent-update-files-total-fetched-for):
23022         Use directory-files-and-attributes to improve performance.
23023         * gnus-int.el (gnus-request-move-article):
23024         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23025         improve performance.
23026
23027         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23028         some users confused by references to .newsrc when they only have a
23029         .newsrc.eld file.
23030         (gnus-convert-mark-converter-prompt)
23031         (gnus-convert-converter-needs-prompt): Fix use of property list.
23032         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23033         New function.  Used internally to only display 'gnus converting
23034         files' message when actually necessary.
23035
23036         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23037         methods now autoloaded.
23038
23039 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23040
23041         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23042         identifiers.
23043
23044 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23045
23046         * gnus-picon.el: Fix indentation and closing parenthesis.
23047
23048 2004-09-01  Simon Josefsson  <jas@extundo.com>
23049
23050         * message.el (message-canlock-generate): Require sha1, not
23051         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23052         to require within a function.  Sadly, if sha1.el isn't loaded, the
23053         let binding in m-c-g will hide the defcustom definition, which is
23054         bad.)
23055
23056         * canlock.el: Require sha1, not sha1-el.
23057
23058         * message.el: Don't autoload sha1 (there is a autoload cookie in
23059         sha1.el).
23060
23061         * sha1-el.el: Rename to sha1.el.
23062
23063 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23064
23065         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23066
23067 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23068
23069         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23070
23071 2004-08-30  Kim F. Storm  <storm@cua.dk>
23072
23073         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23074
23075         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23076         Add :group 'nnimap.
23077
23078 2004-08-30  Andreas Schwab  <schwab@suse.de>
23079
23080         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23081         ?* and ?\;.
23082
23083         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23084         and ?\' to symbol instead of whitespace.
23085
23086 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23087
23088         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23089
23090         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23091         instead of re-search-forward.
23092
23093         * gnus-uu.el (gnus-uu-save-article): Ditto.
23094         (gnus-uu-post-encode-uuencode): Ditto.
23095
23096         * html2text.el (html2text-clean-list-items): Ditto.
23097         (html2text-clean-dtdd): Ditto.
23098         (html2text-format-tags): Ditto.
23099
23100         * message.el (message-send-mail-with-sendmail): Fix regexp.
23101         (message-fill-field-general): Use search-forward instead of
23102         re-search-forward.
23103         (unbold-region): Ditto.
23104
23105         * nnrss.el (nnrss-request-article): Ditto.
23106
23107         * nnslashdot.el (nnslashdot-request-article): Ditto.
23108
23109         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23110
23111         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23112         "Unrecognized menu descriptor" error in XEmacs.
23113
23114 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23115
23116         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23117         parent article of a sparse article in the thread hashtb.
23118
23119 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23120
23121         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23122         (nnmail-expand-newtext): Lowercase expanded entries if
23123         nnmail-split-lowercase-expanded is non-nil.
23124
23125 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23126
23127         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23128
23129         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23130         of gnus-tmp-news-method into string under XEmacs.  It will be
23131         passed to gnus-correct-length which takes only a string argument.
23132
23133 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23134
23135         * gnus-util.el (gnus-bind-print-variables): New macro.
23136         (gnus-prin1): Use it.
23137         (gnus-prin1-to-string): Use it.
23138         (gnus-pp): New function.
23139         (gnus-pp-to-string): New function.
23140
23141         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23142         Replace pp-to-string with gnus-pp-to-string.
23143         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23144         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23145         * gnus-msg.el (gnus-debug): Ditto.
23146         * gnus-score.el (gnus-score-save): Ditto.
23147         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23148         gnus-pp-to-string.
23149         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23150         with gnus-pp.
23151         * score-mode.el (gnus-score-pretty-print): Ditto.
23152         * webmail.el (webmail-debug): Ditto.
23153
23154 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23155
23156         * gnus-art.el (article-display-face, article-display-x-face):
23157         Use buffer-read-only.
23158
23159 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23160
23161         * gnus-art.el (article-hide-list-identifiers):
23162         Bind inhibit-read-only as t.
23163
23164 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23165
23166         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23167
23168 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23169
23170         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23171         (gnus-narrow-to-page): Don't assume point-min == 1.
23172         (gnus-article-edit-mode): Derive from message-mode.
23173
23174         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23175         point-min == 1.
23176
23177         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23178         Disable incorrect use of `assert'.
23179
23180         * message.el (message-mode): Set comment-start-skip.
23181
23182
23183 2004-08-22  Sam Steingold  <sds@gnu.org>
23184
23185         * pop3.el (pop3-leave-mail-on-server): New user variable.
23186         (pop3-movemail): Delete mail only when it is nil.
23187
23188 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23189
23190         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23191
23192         * mml.el (mml-preview): Use `pop-to-buffer'.
23193
23194         * message.el (message-goto-mail-followup-to): Insert after "To".
23195         (message-carefully-insert-headers): Add comment.
23196
23197         * gnus.el: Remove unused variable `gnus-article-check-size'.
23198
23199         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23200
23201         * gnus-art.el (gnus-button-alist):
23202         Improve `gnus-button-handle-library' entry.
23203
23204 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23205
23206         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23207         Use downcase, since XEmacs capitalizes error messages differently.
23208
23209 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23210
23211         * nntp.el: Add (require 'gnus) due to reference to
23212         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23213
23214 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23215
23216         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23217         Bind `mm-fill-flowed'.
23218
23219         * mm-decode.el (mm-dissect-singlepart): Check it.
23220
23221 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23222
23223         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23224         'imap' for netrc parsing.
23225
23226 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23227
23228         * mailcap.el (mailcap-mime-data): Mark as risky.
23229
23230 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23231
23232         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23233         may be included in the encoded word.
23234         (rfc2047-encode): Don't append a space if the encoded word
23235         includes close parenthesis.
23236
23237 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23238
23239         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23240         of text within parentheses.
23241
23242 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23243
23244         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23245         (gnus-encrypt-write-file-contents): Make the password key the file
23246         name PLUS the cipher, not just the cipher.  Also remove failed
23247         passwords from the cache.
23248
23249 2004-08-06  Simon Josefsson  <jas@extundo.com>
23250
23251         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23252         Doc fix.
23253
23254 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23255
23256         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23257         LWSP.
23258
23259 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23260
23261         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23262         Try to append in-reply-to: data to the references: header.
23263
23264         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23265         (netrc-parse): Use gnus-encrypt.el functions.
23266
23267         * gnus-encrypt.el: Add new file for encryption support; currently
23268         does only a few GPG ciphers and an internal XOR cipher.
23269
23270         * password.el: Add comments on using password-read-and-add.
23271         (password-read-and-add): Add function to read and add the
23272         password to the cache at once.
23273
23274 2004-07-28  Simon Josefsson  <jas@extundo.com>
23275
23276         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23277         parameter (but don't use it, for now).
23278
23279         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23280         instead of hard coding to nil.
23281
23282 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23283
23284         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23285         as mm-inline-image-xemacs does.
23286
23287 2004-07-26  Simon Josefsson  <jas@extundo.com>
23288
23289         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23290         Revert part of 2004-07-17 change below.
23291
23292 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23293
23294         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23295         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23296
23297 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23298
23299         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23300         quotes that actually start with ">" at the beginning of the
23301         lines.
23302
23303 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23304
23305         * rfc2047.el (rfc2047-encode-region): Fix last change.
23306         (rfc2047-encode-parameter): Remove useless concat.
23307
23308 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23309
23310         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23311         encode special characters; fix some kind of misconfigured headers;
23312         signal a real error if debug-on-quit or debug-on-error is non-nil.
23313         (rfc2047-encode-max-chars): New variable.
23314         (rfc2047-encode-1): Use it.
23315         (rfc2047-encode-parameter): New function.
23316
23317         * mml.el (mml-insert-parameter): Remove an excessive space.
23318
23319 2004-07-17  Simon Josefsson  <jas@extundo.com>
23320
23321         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23322         Kai Grossjohann <kai@emptydomain.de>.
23323         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23324         (gnus-group-make-menu-bar): Ditto.
23325
23326         * gnus-util.el (gnus-group-server): Add.
23327
23328 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23329
23330         * message.el (message-clone-locals): Clone sendmail and smtp
23331         variables.
23332
23333 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23334
23335         * rfc2047.el (rfc2047-encode-region): Fix last change.
23336
23337 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23338
23339         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23340         characters as non-special.
23341
23342 2004-07-09  Simon Josefsson  <jas@extundo.com>
23343
23344         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23345         Users will lose all flag changes made while unplugged with
23346         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23347         good default.  See numerous reports on ding mailing list.
23348
23349 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23350
23351         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23352         add generate-head-function and generate-article-function to the
23353         rfc822-forward entry.
23354         (nndoc-rfc822-forward-generate-article): New function.
23355         (nndoc-rfc822-forward-generate-head): New function.
23356
23357         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23358
23359 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23360
23361         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23362         respect display group parameter and gnus-summary-expunge-below.
23363         (gnus-articles-to-read): Remove unused reference to display group
23364         parameter.
23365
23366 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23367
23368         * nnheader.el (nnheader-uniquify-message-id): New experimental
23369         variable.
23370         (nnheader-nov-read-message-id): Use it.
23371
23372         * spam-report.el (spam-report-gmane): Add interactive.
23373
23374 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23375
23376         * mm-encode.el (mm-content-transfer-encoding-defaults):
23377         Use qp-or-base64 for the application/* types.
23378
23379 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23380
23381         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23382
23383 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23384
23385         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23386         trim value.
23387
23388 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23389
23390         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23391         New macro and function.
23392         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23393
23394 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23395
23396         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23397         after-load-alist.
23398
23399 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23400
23401         * gnus-group.el (gnus-group-get-new-news-this-group):
23402         Don't update info that isn't there.
23403
23404 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23405
23406         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23407         entry.
23408
23409 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23410
23411         * mm-view.el (mm-inline-render-with-function): Use multibyte
23412         buffer; decode html source by charset.
23413
23414         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23415
23416         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23417         Mule-UCS is loaded under XEmacs.
23418         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23419
23420 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23421
23422         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23423
23424 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23425
23426         * mm-util.el (mm-coding-system-p): Return a coding-system.
23427         (mm-mime-mule-charset-alist): Use shift_jis instead of
23428         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23429         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23430         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23431         instead of japanese-shift-jis and iso-latin-1 respectively in
23432         order to share the default value with both Emacs and XEmacs-mule.
23433         (mm-mule-charset-to-mime-charset):
23434         Make mm-coding-system-priorities effective.
23435         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23436         while predicating of candidates upon the priorities.
23437
23438 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23439
23440         * gnus-sum.el (gnus-summary-make-menu-bar):
23441         Add gnus-uu-invert-processable.
23442
23443         * gnus.el: Autoload gnus-uu-invert-processable.
23444
23445 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23446
23447         * mm-util.el (mm-with-multibyte-buffer): New macro.
23448
23449         * rfc2047.el (rfc2047-encode-string): Use it.
23450         (rfc2047-encode-region): Move point to the end of the region after
23451         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23452
23453 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23454
23455         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23456         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23457
23458 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23459
23460         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23461         (gnus-cite-parse): Ignore quoted envelope From_.
23462         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23463
23464 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23465
23466         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23467         invalid addresses.
23468
23469 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23470
23471         * spam.el: Change section markers, revise TODO list.
23472         (spam-backends): Make new master list of all installed backends.
23473         (spam-summary-exit-behavior): Add new variable to determine how
23474         messages moves are done at summary exit.
23475         (spam-move-spam-nonspam-groups-only)
23476         (spam-process-ham-in-nonham-groups)
23477         (spam-process-ham-in-spam-groups): Remove variables, the
23478         spam-summary-exit-behavior variable should be used to manage this
23479         behavior.
23480         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23481         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23482         and spam-old-spam-articles.
23483         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23484         Add empty variables, placeholders for the backends they represent.
23485         (spam-set-difference): Move, unchanged.
23486         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23487         unless the user has a processor variable.
23488         (spam-classifications, spam-classification-valid-p)
23489         (spam-backend-properties, spam-backend-property-valid-p)
23490         (spam-backend-function-type-valid-p)
23491         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23492         (spam-report-articles-gmane, spam-report-articles-resend):
23493         Remove functions, they are not needed.
23494         (spam-install-backend-super, spam-backend-list)
23495         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23496         (spam-backend-function, spam-backend-ham-registration-function)
23497         (spam-backend-spam-registration-function)
23498         (spam-backend-ham-unregistration-function)
23499         (spam-backend-spam-unregistration-function)
23500         (spam-backend-statistical-p, spam-backend-mover-p)
23501         (spam-install-backend-alias, spam-install-checkonly-backend)
23502         (spam-install-mover-backend, spam-install-nocheck-backend)
23503         (spam-install-backend, spam-install-statistical-backend)
23504         (spam-install-statistical-checkonly-backend): Add backend installation
23505         support.
23506         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23507         (spam-group-processor-p): Use the new backend code and respect the
23508         summary exit behavior.
23509         (spam-mark-spam-as-expired-and-move-routine): Remove.
23510         (spam-summary-prepare): Change to use the new spam-old-articles
23511         variable.
23512         (spam-copy-or-move-routine, spam-copy-spam-routine)
23513         (spam-move-spam-routine, spam-copy-ham-routine)
23514         (spam-move-ham-routine): Add code to copy/move ham or spam.
23515         (spam-fetch-field-fast): Improve doc and code, plus allow the
23516         'number request.
23517         (spam-list-of-checks, spam-list-of-statistical-checks):
23518         Remove variables.
23519         (spam-split, spam-find-spam): Use the new backend code.
23520         (spam-registration-functions): Remove variable.
23521         (spam-unregister-routine): Add convenience wrapper.
23522         (spam-log-undo-registration, spam-register-routine)
23523         (spam-log-processing-to-registry)
23524         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23525         where possible.
23526         (spam-check-gmane-xref, spam-check-regex-headers)
23527         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23528         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23529         (spam-check-bogofilter-headers, spam-check-spamoracle)
23530         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23531         (spam-check-crm114-headers): Use the spam-split-group that
23532         spam-split prepares, no need to determine it every time.
23533
23534         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23535         to the nnheader-parse-naked-head call.
23536
23537         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23538
23539         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23540         the nnheader-nov-read-message-id call.
23541
23542 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23543
23544         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23545         gnus-activate-group twice.  Suggested by Markus Peter
23546         <warp@spin.de>.
23547
23548 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23549
23550         * gnus-art.el (gnus-article-time-format): Exchange the order of
23551         day and month in the default value; fix customization type.
23552         (article-date-ut): Use add-text-properties.
23553         (article-make-date-line): Use message-make-date instead of
23554         current-time-string.
23555
23556         * message.el (message-fetch-field): Don't use set-text-properties.
23557         (message-make-date): Simplify.
23558
23559         * messagexmas.el (message-xmas-make-date): New function.
23560         (message-xmas-redefine): Defalias message-make-date to it.
23561
23562 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23563
23564         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23565         (rfc2047-encode-region): Treat text within parentheses as special;
23566         show the original text when error has occurred.
23567
23568         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23569         already-computed method to gnus-activate-group.
23570
23571         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23572         same select-methods identical Lisp objects.
23573
23574         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23575         object when modifying the info.
23576
23577 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23578
23579         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23580         gnus-opened-servers since it has never been opened with the new
23581         configuration yet.
23582
23583 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23584
23585         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23586         arg to nnheader-generate-fake-message-id.
23587
23588 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23589
23590         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23591         number and build a fake message ID localized to a group and
23592         article number (so it's repeatable from that point on).
23593         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23594         ID format.
23595
23596         * gnus-sum.el (gnus-get-newsgroup-headers):
23597         Call nnheader-generate-fake-message-id with the article number.
23598
23599 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23600
23601         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23602         end-of-buffer.
23603
23604 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23605
23606         * message.el (message-ignored-supersedes-headers): Add Approved.
23607
23608 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23609
23610         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23611         goto-char.
23612         (rfc2047-encode): Fold the line before encoding.
23613
23614 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23615
23616         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23617         folding -- not all headers can be folded, and this should be done
23618         by the message composition mode.  Probably.  I think.
23619
23620 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23621
23622         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23623         fast.
23624
23625         * gnus-ems.el (gnus-remove-image): Don't use
23626         message-text-with-property; remove only the image found first.
23627
23628         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23629         found first.
23630
23631 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23632
23633         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23634
23635 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23636
23637         * message.el (message-text-with-property): Make it fast and accept
23638         optional arguments.
23639         (message-strip-forbidden-properties): Use it.
23640         (message-fix-before-sending): Follow the m-t-w-p change.
23641
23642         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23643
23644 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23645
23646         * gnus-art.el (article-hide-headers): Don't change the buffer
23647         mistakenly when performing mml-preview even if
23648         gnus-single-article-buffer is nil.
23649
23650 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23651
23652         * message.el (message-expand-name-databases): New user option.
23653         (message-expand-name): Use it.
23654
23655 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23656
23657         * spam.el (spam-report-articles-resend)
23658         (spam-report-resend-register-routine): Allow ham reporting.
23659         (spam-report-resend-register-ham-routine): Add wrapper.
23660         (spam-registration-functions): Add ham resending functions.
23661         (spam-list-of-processors): Add ham resend processor.
23662
23663         * gnus.el (ham-resend-to): Add new group parameter.
23664         (spam-process): Add ham resend option.
23665
23666         * spam-report.el (spam-report-resend): Allow reporting ham.
23667         (spam-report-resend-ham): Add wrapper.
23668
23669 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23670
23671         * message.el (message-cite-articles-with-x-no-archive):
23672         New variable.
23673         (message-cite-original): Use it.
23674
23675 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23676
23677         * message.el (message-cite-original): Respect X-No-Archive.
23678
23679 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23680
23681         * gnus-art.el (article-hide-headers): Refer to the values for
23682         gnus-ignored-headers and gnus-visible-headers in the summary
23683         buffer since a user may have set them as group parameters.
23684
23685 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23686
23687         * assistant.el (assistant-node-name): Add convenience function.
23688         (assistant-render-text, assistant-render-node): Add error handling,
23689         plus handle multiple next nodes.
23690         (assistant-find-next-node): Comment out for now.
23691         (assistant-find-next-nodes): Add function, returns list of next
23692         nodes.
23693
23694 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23695
23696         * mail-source.el (mail-source-directory): Fix doc-string.
23697
23698 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23699
23700         * assistant.el (assistant-render-text, assistant-eval): Add :set
23701         widget type, which is different because it takes and returns a
23702         list.  Much hilarity ensues.
23703
23704 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23705
23706         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23707
23708         * gnus-group.el (gnus-group-get-new-news-this-group):
23709         Add doc-string.
23710
23711         * gnus-start.el (gnus-activate-group): Add doc-string.
23712
23713 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23714
23715         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23716
23717 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23718
23719         * assistant.el (assistant-render-text): Try to add a :set
23720         widget, more to come.
23721
23722         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23723         strings.
23724         (spam-report-articles-resend)
23725         (spam-register-routine): Do registration iff any articles warrant
23726         it.
23727         (spam-summary-prepare-exit): Change log message for nil group
23728         destinations.
23729
23730 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23731
23732         * spam.el (spam-report-resend-register-routine):
23733         Allow spam-report-resend-to to be a group parameter or a global value.
23734
23735 2004-05-26  Simon Josefsson  <jas@extundo.com>
23736
23737         * starttls.el: Merge with my GNUTLS based starttls.el.
23738         (starttls-gnutls-program, starttls-use-gnutls)
23739         (starttls-extra-arguments, starttls-process-connection-type)
23740         (starttls-connect, starttls-failure, starttls-success):
23741         New variables.
23742         (starttls-program, starttls-extra-args): Doc fix.
23743         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23744         New functions.
23745         (starttls-negotiate, starttls-open-stream):
23746         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23747         function if it is set.
23748
23749 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23750
23751         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23752         structured fields.
23753
23754 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23755
23756         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23757
23758 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23759
23760         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23761         Add variable.
23762         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23763         assigning the spam-mark to new messages.
23764
23765 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23766
23767         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23768
23769 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23770
23771         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23772
23773         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23774         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23775         default.
23776
23777 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23778
23779         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23780         correct data.
23781
23782 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23783
23784         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23785         (spam-group-processor-p): Fix function.
23786         (spam-group-processor-multiple-p)
23787         (spam-group-spam-processor-report-gmane-p)
23788         (spam-group-spam-processor-report-resend-p)
23789         (spam-group-spam-processor-bogofilter-p)
23790         (spam-group-spam-processor-blacklist-p)
23791         (spam-group-spam-processor-ifile-p)
23792         (spam-group-ham-processor-ifile-p)
23793         (spam-group-spam-processor-spamoracle-p)
23794         (spam-group-spam-processor-crm114-p)
23795         (spam-group-ham-processor-bogofilter-p)
23796         (spam-group-spam-processor-stat-p)
23797         (spam-group-ham-processor-stat-p)
23798         (spam-group-ham-processor-whitelist-p)
23799         (spam-group-ham-processor-BBDB-p)
23800         (spam-group-ham-processor-spamoracle-p)
23801         (spam-group-ham-processor-copy-p): Remove functions with some
23802         prejudice against unneeded code.
23803         (spam-report-articles-resend)
23804         (spam-report-resend-register-routine): Allow the group/topic
23805         spam-resend-to value to override spam-report-resend-to.
23806         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23807         properly now.
23808
23809         * gnus.el (spam-resend-to): Add group/topic parameter.
23810         (spam-process): Move the OBSOLETE processors to the end of the
23811         choices.
23812
23813 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23814
23815         * spam-report.el (spam-report-resend-to, spam-report-resend):
23816         Start with resend-to set to nil, and then ask the user if necessary.
23817         (spam-report-resend): spam-report-resend takes a list of articles, not
23818         separate article numbers.
23819
23820 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23821
23822         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23823         addition to emacs-w3m.
23824
23825 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23826
23827         * assistant.el (assistant-authinfo-data): New function.
23828         (assistant-eval): Eval for entire assistant.
23829
23830         * netrc.el (netrc-services-file): New variable.
23831         (netrc-parse-services): New function.
23832         (netrc-find-service-name): New function.
23833         (netrc-find-service-number): New function.
23834         (netrc-port-equal): New function.
23835         (netrc-machine): Use it.
23836
23837         * nnimap.el (nnimap-open-connection): Use netrc.
23838
23839         * gnus-util.el (gnus-netrc-get): Remove aliases.
23840
23841         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23842
23843         * assistant.el (wid-edit): Fix compilation.
23844
23845         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23846
23847 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23848
23849         * gnus-util.el (gnus-set-file-modes): New function.  (small
23850         patch).
23851
23852 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23853
23854         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23855
23856         * assistant.el (assistant-render-node): Fix up rendering and
23857         read-only text.
23858         (assistant-render-node): Reset.
23859         (assistant-make-read-only): Not sticky.
23860
23861 2004-05-20  Danny Siu  <dsiu@adobe.com>
23862
23863         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23864         centered even when gnus-auto-center-summary is t.
23865
23866 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23867
23868         * dns.el (dns-get-txt-answer): New function.
23869         (dns-read-txt): Ditto.
23870         (query-dns): Use it.
23871
23872 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23873
23874         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23875         active for foreign groups even if the group level is higher than
23876         the specified value.
23877
23878 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23879
23880         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23881         non-active groups.
23882
23883         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23884
23885 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23886
23887         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23888
23889 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23890
23891         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23892         (spam-crm114-header, spam-crm114-spam-switch)
23893         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23894         (spam-crm114-positive-spam-header)
23895         (spam-crm114-database-directory, spam-list-of-processors)
23896         (spam-group-spam-processor-crm114-p)
23897         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23898         (spam-generic-score, spam-list-of-checks)
23899         (spam-list-of-statistical-checks, spam-registration-functions)
23900         (spam-check-crm114-headers, spam-crm114-score)
23901         (spam-check-crm114, spam-crm114-register-with-crm114)
23902         (spam-crm114-register-spam-routine)
23903         (spam-crm114-unregister-spam-routine)
23904         (spam-crm114-register-ham-routine)
23905         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23906
23907 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23908
23909         * gnus.el: Add spam-use-crm114.
23910
23911         * spam.el (spam-list-of-processors, spam-registration-functions):
23912         Add spam-use-resend.
23913         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23914         (spam-report-articles-gmane): Add doc fix.
23915         (spam-report-articles-resend, spam-report-resend-register-routine):
23916         Add wrappers around spam-report-resend-to.
23917
23918         * spam-report.el (spam-report-resend-to, spam-report-resend):
23919         Add support for resending spam.
23920         (spam-report-gmane): Fix line length >80.
23921
23922         * gnus.el (spam-process): Add spam-use-resend.
23923
23924 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23925
23926         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23927         number of processed spam messages.
23928         (spam-ham-copy-or-move-routine): Return the number of processed
23929         ham messages.
23930         (spam-summary-prepare-exit): Use the above values to decide
23931         whether status messages shouled be displayed.
23932
23933 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23934
23935         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23936         `rfc2047-encoding-function-alist' in order to avoid conflicting
23937         with the old version.
23938         (rfc2047-encode-region): Concatenate words containing non-ASCII
23939         characters in structured fields; don't encode space-delimited
23940         ASCII words even in unstructured fields; don't break words at
23941         char-category boundaries.
23942         (rfc2047-encode-1): New function.
23943         (rfc2047-encode): Use it; encode text so that it occupies the
23944         maximum width within 76-column; work correctly on Q encoding for
23945         iso-2022-* charsets.
23946         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23947         sure not to break a line just after the header name.
23948         (rfc2047-b-encode-region): Remove.
23949         (rfc2047-b-encode-string): New function.
23950         (rfc2047-q-encode-region): Remove.
23951         (rfc2047-q-encode-string): New function.
23952
23953         * mm-util.el (mm-replace-in-string): New function.
23954
23955 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23956
23957         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23958         Really get it right.
23959         (gnus-inews-make-draft): Really.
23960
23961 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23962
23963         * nnmh.el (nnmh-request-list-1): Don't check the link count
23964         before descending.  (small patch)
23965
23966 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23967
23968         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23969         stuff.
23970
23971         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23972         Match on real group name.
23973
23974         * gnus-art.el (gnus-signature-limit): Doc fix.
23975
23976         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23977
23978         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23979
23980 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23981
23982         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23983         isn't a string.
23984
23985 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23986
23987         * gnus-draft.el (gnus-draft-send):
23988         Bind rfc2047-encode-encoded-words.
23989
23990         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23991         (rfc2047-encodable-p): Say that =? needs encoding.
23992         (rfc2047-encode-encoded-words): New variable.
23993
23994         * gnus-group.el (gnus-group-select-group): Doc fix.
23995
23996         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23997
23998         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23999         to nil.
24000
24001         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24002
24003         * nnheader.el (nnheader-get-lines-and-char): New function.
24004
24005 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24006
24007         * gnus-msg.el (gnus-summary-followup-with-original):
24008         Document yanking of region when active.
24009
24010 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24011
24012         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24013         groups if the group level is higher than the specified value.
24014
24015 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24016
24017         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24018         (gnus-group-jump-to-group): Add prefix argument using
24019         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24020         non-active group.
24021
24022         * compface.el (uncompface): Be verbose when changing
24023         `uncompface-use-external'.
24024
24025         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24026         handle manual section.
24027
24028 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24029
24030         * gnus-art.el (gnus-button-alist): Revert previous change.
24031
24032 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24033
24034         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24035
24036 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24037
24038         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24039         whether backend can accept message.
24040
24041         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24042
24043 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24044
24045         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24046         Avoid creating directory when nntp-marks-is-evil is true.
24047         Reported by Reiner Steib.
24048
24049 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24050
24051         * gnus-picon.el (gnus-picon-insert-glyph):
24052         Add optional `nostring' argument.
24053
24054 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24055
24056         * gnus-picon.el (gnus-picon-style): New variable.
24057         (gnus-picon-transform-address): Support `gnus-picon-style'.
24058
24059 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24060
24061         * message.el (message-fill-field): Return point.
24062         (message-generate-headers): Go to end of field.
24063
24064         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24065         stuff for non-living groups.
24066
24067 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24068
24069         * gnus-art.el (gnus-article-followup-with-original)
24070         (gnus-article-reply-with-original): gnus-mark-active-p ->
24071         gnus-region-active-p.
24072
24073 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24074
24075         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24076         only when there is spam or ham to be processed.
24077
24078 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24079
24080         * mail-source.el (mail-source-delete-crash-box): Refactor.
24081         (mail-source-fetch): Use it.
24082         (mail-source-fetch-file): Ditto.
24083         (mail-source-fetch-directory): Run postscript in loop.
24084         (mail-source-fetch-pop): Delete.
24085         (mail-source-fetch-maildir): Ditto.
24086         (mail-source-fetch-imap): Ditto.
24087
24088         * imap.el (imap-authenticators): Comment out sasl.
24089
24090         * message.el (message-skip-to-next-address): New function.
24091         (message-fill-header-address): Refactor.
24092         (message-fill-address): Use it.
24093         (message-delete-address): Use it.
24094         (message-fill-header-general): Refactor.
24095         (message-fill-field-address): Rename.
24096         (message-narrow-to-field): Find the start of the header.
24097         (message-header-format-alist): Don't pre-fill.
24098         (message-fill-header): Remove.
24099         (message-insert-header): New function.
24100         (message-shorten-references): Use it.
24101
24102         * rfc2047.el (rfc2047-field-value): Strip props.
24103
24104         * mail-parse.el (mail-header-make-address): New alias.
24105
24106         * ietf-drums.el (ietf-drums-make-address): New function.
24107
24108         * imap.el: Add compiler directives.
24109
24110         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24111
24112         * gnus-art.el (article-decode-idna-rhs): Don't use
24113         message-idna-inside-rhs-p.
24114
24115 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24116
24117         * message.el (message-idna-inside-rhs-p): Remove.
24118         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24119
24120         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24121         false positives.
24122
24123 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24124
24125         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24126
24127 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24128
24129         * nneething.el (nneething-file-name): Don't create spurious
24130         files.
24131
24132         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24133         (gnus-inews-do-gcc): Remove sleep.
24134
24135         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24136         part under point.
24137
24138         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24139         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24140
24141 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24142
24143         * spam.el (spam-summary-prepare-exit): Fix (length).
24144
24145 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24146
24147         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24148         as expired without moving it" message when there are spam
24149         messages left.
24150
24151 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24152
24153         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24154         header is not nil.
24155
24156 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24157
24158         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24159         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24160         (nntp-marks-changed-p): New arg SERVER.
24161         (nntp-request-update-info): Adjust caller.
24162
24163 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24164
24165         * nntp.el (nntp-save-marks): Pass missing arg.
24166
24167 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24168
24169         * nntp.el: Support marks.
24170         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24171         (nntp-marks-modtime, nntp-marks-directory): New variables.
24172         (nntp-request-set-mark, nntp-request-update-info)
24173         (nntp-possibly-create-directory, nntp-marks-changed-p)
24174         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24175         New functions.
24176
24177 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24178
24179         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24180         (gnus-xmas-redefine): Rename.
24181
24182         * gnus-score.el (gnus-score-insert-help):
24183         Use gnus-select-lowest-window.
24184
24185         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24186         appt-select-lowest-window and rename to gnus-select-lowest-window.
24187
24188         * gnus.el: do.
24189
24190 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24191
24192         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24193         encodings of MIME-encoded words, in order to improve
24194         interoperability with several broken MUAs.
24195
24196 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24197
24198         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24199         tags, only when charsets are not specified in headers.
24200         (mm-inline-text-html-render-with-w3m): Ditto.
24201
24202         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24203         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24204
24205 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24206
24207         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24208         instead of MIME-decoded from fields when checking
24209         `gnus-article-address-banner-alist'.
24210
24211 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24212
24213         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24214         description rather than subject.
24215
24216 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24217
24218         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24219
24220 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24221
24222         * gnus.el (gnus-version-number): Bump.
24223
24224 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24225
24226         * gnus.el: No Gnus v0.2 is released.
24227
24228 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24229
24230         * gnus-agent.el (gnus-agent-read-agentview):
24231         Inline gnus-uncompress-range.
24232
24233 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24234
24235         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24236         `exec-installed-p'.
24237
24238 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24239
24240         * gnus.el (spam-process, spam-autodetect-methods):
24241         Add bsfilter and bsfilter-headers.
24242
24243         * spam.el (spam-bsfilter): New customize group.
24244         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24245         (spam-bsfilter-header, spam-bsfilter-probability-header)
24246         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24247         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24248         (spam-bsfilter-database-directory): New options.
24249         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24250         (spam-list-of-statistical-checks, spam-registration-functions):
24251         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24252         (spam-bsfilter-score): New command.
24253         (spam-check-bsfilter-headers, spam-check-bsfilter)
24254         (spam-bsfilter-register-with-bsfilter)
24255         (spam-bsfilter-register-spam-routine)
24256         (spam-bsfilter-unregister-spam-routine)
24257         (spam-bsfilter-register-ham-routine)
24258         (spam-bsfilter-unregister-ham-routine): New functions.
24259         (spam-generic-score): Support bsfilter; Accept an optional argument
24260         to recalcurate spam score even if scoring header has already been
24261         added.
24262         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24263         optional argument to recalcurate spam score even if scoring header
24264         has already been added.
24265
24266 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24267
24268         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24269         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24270         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24271         link is missing.
24272
24273 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24274
24275         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24276         (html2text-get-attr): Rewrite.
24277
24278         * message.el (message-setup-1): Remove redundant put-text-property
24279         on mail-header-separator.
24280
24281 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24282
24283         * gnus-registry.el (gnus-registry-cache-whitespace)
24284         (gnus-registry-action, gnus-registry-spool-action)
24285         (gnus-registry-split-fancy-with-parent): Change message levels
24286         from 5 to 3 or 7, as needed.
24287
24288         * spam.el (spam-summary-prepare-exit)
24289         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24290         (spam-split, spam-find-spam, spam-log-undo-registration)
24291         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24292         level from 5 to 6.
24293
24294 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24295
24296         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24297         2004-03-04 change).
24298
24299 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24300
24301         * sieve-manage.el (sieve-manage-open):
24302         * nnweb.el (nnweb-insert-html):
24303         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24304         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24305         * nnspool.el (nnspool-request-group):
24306         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24307         * nnml.el (nnml-request-update-info):
24308         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24309         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24310         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24311         (nnimap-request-set-mark):
24312         * nnfolder.el (nnfolder-request-update-info):
24313         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24314         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24315         * gnus-uu.el (gnus-uu-find-articles-matching):
24316         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24317         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24318         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24319         * gnus-nocem.el (gnus-nocem-scan-groups):
24320         * gnus-int.el (gnus-start-news-server):
24321         * gnus-group.el (gnus-group-make-kiboze-group)
24322         (gnus-group-browse-foreign-server):
24323         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24324         Use mapc when appropriate.
24325
24326 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24327             Adam Sjøgren  <asjo@koldfront.dk>
24328             Wes Hardaker  <wes@hardakers.net>
24329             Michael Shields  <shields@msrl.com>
24330
24331         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24332         may need for spam sorting and scoring.
24333         (spam-user-format-function-S): Add user format function suitable for
24334         general use.
24335         (spam-article-sort-by-spam-status): Add sorting function for summary
24336         sorting.
24337         (spam-extra-header-to-number): Add function to get a score from a
24338         header.
24339         (spam-summary-score): Add function to get a numeric score from the
24340         headers.
24341         (spam-generic-score): Fix function doc, was in wrong place.
24342         (spam-initialize): Take symbols when it's run, and install the
24343         extra headers that spam-necessary-extra-headers thinks we need.
24344
24345 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24346
24347         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24348         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24349
24350 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24351
24352         * gnus-sum.el (gnus-set-global-variables)
24353         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24354         (gnus-article-get-xrefs, gnus-summary-best-group)
24355         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24356         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24357         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24358         Use with-current-buffer.
24359
24360 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24361
24362         * spam.el (spam-summary-prepare-exit): Simplify logic.
24363         (spam-fetch-article-header): Read the article header if it's not
24364         available.
24365         (spam-list-articles): Simplify logic.
24366         (spam-filelist-register-routine): Fix bug with unregister-list.
24367
24368         * gnus-registry.el: Fix comments at beginning.
24369
24370 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24371
24372         * message.el (message-cater-to-broken-inn): Remove.
24373         (message-shorten-references): Make sure the total folded length of
24374         References is shorter than 998 characters to cater to a bug in INN
24375         2.3.  Also, don't pretend that references aren't folded -- this
24376         hasn't worked for a while.
24377
24378 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24379
24380         * gnus-agent.el (gnus-agentize):
24381         gnus-agent-send-mail-real-function no longer set to current value
24382         of message-send-mail-function but rather a lambda that calls
24383         message-send-mail-function.  The change makes the agent real-time
24384         responsive to user changes to message-send-mail-function.
24385
24386 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24387
24388         * legacy-gnus-agent.el
24389         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24390         help from Florian Weimer <fw@deneb.enyo.de>
24391
24392 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24393
24394         * nnmail.el (nnmail-cache-insert): Revert last change.
24395
24396 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24397
24398         * nnmail.el (nnmail-cache-insert): Always check whether
24399         nnmail-cache-ignore-groups matches a group name.
24400
24401 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24402
24403         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24404         (spam-find-spam, spam-log-processing-to-registry)
24405         (spam-log-registered-p, spam-log-unregistration-needed-p)
24406         (spam-log-undo-registration): Use gnus-message instead of
24407         gnus-error, none of these errors are fatal.
24408
24409         * gnus-registry.el (gnus-registry-clean-empty-function)
24410         (gnus-registry-clean-empty): Remove only empty entries without
24411         extra data.
24412
24413 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24414
24415         * spam-stat.el (spam-stat-buffer-change-to-spam)
24416         (spam-stat-buffer-change-to-non-spam): Change (error) to
24417         (gnus-message 8) invocation.
24418
24419 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24420
24421         * nntp.el (nntp-via-netcat-command): New variable.
24422         (nntp-via-netcat-switches): New variable.
24423         (nntp-open-via-rlogin-and-netcat): New function.
24424         (nntp-open-connection-function): Doc fix.
24425         (nntp-telnet-command): Doc fix.
24426         (nntp-end-of-line): Doc fix.
24427         (nntp-via-rlogin-command): Doc fix.
24428         (nntp-via-user-name): Doc fix.
24429         (nntp-via-address): Doc fix.
24430
24431 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24432
24433         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24434         error in Emacs 21.1.
24435
24436 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24437
24438         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24439
24440 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24441
24442         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24443         (gnus-agent-with-refreshed-group): New macro.
24444         (gnus-agent-rename-group): New function.
24445         (gnus-agent-delete-group): New function.
24446         (gnus-agent-save-group-info): Use gnus-command-method when
24447         `method' parameter is nil.  Don't write nil entries into the
24448         active file.
24449         (gnus-agent-get-group-info): New function.
24450         (gnus-agent-fetch-articles):
24451         Use gnus-agent-update-files-total-fetched-for to increment disk space
24452         used.
24453         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24454         Use gnus-agent-update-view-total-fetched-for to increment disk space
24455         used.
24456         (gnus-agent-get-local): Add optional parameters to avoid calling
24457         gnus-group-real-name and gnus-find-method-for-group.
24458         (gnus-agent-set-local): Delete stored entry if either min, or max,
24459         are nil.
24460         (gnus-agent-fetch-session): Reworded error/quit messages.
24461         On quit, use gnus-agent-regenerate-group to record existance of any
24462         articles fetched to disk before the quit occurred.
24463         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24464         gnus-agent-update-view-total-fetched-for, and
24465         gnus-agent-update-files-total-fetched-for to decrement disk space
24466         used.
24467         (gnus-agent-retrieve-headers):
24468         Use gnus-agent-update-view-total-fetched-for to increment disk space
24469         used.
24470         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24471         with gnus-agent-update-files-total-fetched-for to decrement disk
24472         space and fresh group buffer.
24473         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24474         (gnus-agent-need-update-total-fetched-for): New variable.
24475         (gnus-agent-update-files-total-fetched-for): New function.
24476         (gnus-agent-update-view-total-fetched-for): New function.
24477         (gnus-agent-total-fetched-for): New function.
24478
24479         * gnus-cache.el (gnus-cache-save-buffers):
24480         Use gnus-cache-update-overview-total-fetched-for to change disk space
24481         used by this group.
24482         (gnus-cache-possibly-enter-article):
24483         Use gnus-cache-update-file-total-fetched-for to increment disk space
24484         used by this group.
24485         (gnus-cache-possibly-remove-article):
24486         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24487         used by this group.
24488         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24489         (gnus-cache-rename-group): New function.
24490         (gnus-cache-delete-group): New function.
24491         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24492         (gnus-cache-need-update-total-fetched-for): New variable.
24493         (gnus-cache-with-refreshed-group): New macro.
24494         (gnus-cache-update-file-total-fetched-for): New function.
24495         (gnus-cache-update-overview-total-fetched-for): New function.
24496         (gnus-cache-rename-group-total-fetched-for): New function.
24497         (gnus-cache-delete-group-total-fetched-for): New function.
24498         (gnus-cache-total-fetched-for): New function.
24499
24500         * gnus-group.el: Require gnus-sum and autoload functions to
24501         resolve warnings when gnus-group.el compiled alone.
24502         (gnus-group-line-format): Documented new %F.
24503         (size of Fetched data) group line format; identifies disk space
24504         used by agent and cache.
24505         (gnus-group-line-format-alist): Defined new F format.
24506         (gnus-total-fetched-for): New function.
24507         (gnus-group-delete-group): No longer update
24508         gnus-cache-active-altered as gnus-request-delete-group now keeps
24509         the cache in sync.
24510         (gnus-group-list-active): Let the agent store a server's active
24511         list if currently plugged.
24512
24513         * gnus-int.el (gnus-request-delete-group):
24514         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24515         local disk in sync with the server.
24516         (gnus-request-rename-group):
24517         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24518         local disk in sync with the server.
24519
24520         * gnus-start.el (gnus-get-unread-articles):
24521         Cosmetic simplification to logic.
24522
24523         * gnus-util.el (gnus-rename-file): New function.
24524
24525 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24526
24527         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24528
24529 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24530
24531         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24532         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24533
24534 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24535
24536         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24537         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24538
24539 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24540
24541         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24542
24543 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24544
24545         * spam.el (spam-set-difference): Add function to replace
24546         gnus-set-difference in spam.el.
24547         (spam-summary-prepare-exit): Use spam-set-difference.
24548
24549 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24550
24551         * gnus-registry.el (gnus-registry-cache-file): Update to use
24552         gnus-dribble-directory OR gnus-home-directory OR ~.
24553         (gnus-registry-split-fancy-with-parent): Fix doc.
24554
24555 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24556
24557         * message.el (message-exchange-point-and-mark):
24558         Use message-mark-active-p.  Suggested by Jesper Harder
24559         <harder@ifa.au.dk>.
24560
24561 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24562
24563         * message.el (message-exchange-point-and-mark): Don't activate
24564         region if it was inactive.  Suggested by Hiroshi Fujishima
24565         <pooh@nature.tsukuba.ac.jp>.
24566
24567 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24568
24569         * gnus-art.el (article-display-face): Display Faces in the same
24570         order as X-Faces.
24571
24572 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24573
24574         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24575
24576 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24577
24578         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24579         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24580         (gnus-article-mime-hierarchy): Remove.
24581         (gnus-article-mime-hierarchy-next): Remove.
24582         (gnus-article-mode): Revert 2004-03-19 change.
24583         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24584         (gnus-insert-mime-button): Revert 2004-03-19 change.
24585         (gnus-mime-accumulate-hierarchy): Remove.
24586         (gnus-mime-enter-multipart): Remove.
24587         (gnus-mime-leave-multipart): Remove.
24588         (gnus-mime-display-part): Revert 2004-03-19 change.
24589         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24590
24591         * mml.el (mml-preview): Revert 2004-03-19 change.
24592
24593 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24594
24595         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24596
24597 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24598
24599         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24600         t while entering a file name using the mm-with-multibyte macro.
24601         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24602
24603         * mm-util.el (mm-with-multibyte): New macro.
24604
24605 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24606
24607         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24608         New user option.
24609         (gnus-mime-multipart-functions): Doc and customization fix.
24610         (gnus-article-mime-hierarchy): New variable.
24611         (gnus-article-mime-hierarchy-next): New variable.
24612         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24613         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24614         gnus-article-mime-hierarchy-next to nil.
24615         (gnus-insert-mime-button): Show hierarchy numbers.
24616         (gnus-mime-accumulate-hierarchy): New function.
24617         (gnus-mime-enter-multipart): New function.
24618         (gnus-mime-leave-multipart): New function.
24619         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24620         (gnus-mime-display-alternative): Show hierarchy numbers.
24621
24622         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24623         gnus-article-mime-hierarchy-next to nil.
24624
24625 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24626
24627         * dns.el: Don't require gnus-xmas.
24628
24629 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24630
24631         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24632         inline PGP.
24633         (mml-menu): Disable mml-quote-region if mark is inactive.
24634
24635 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24636
24637         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24638         when the group's active is not available.
24639
24640 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24641
24642         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24643         error.
24644
24645 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24646
24647         * imap.el (imap-store-password): New variable.
24648         (imap-interactive-login): Use it.
24649         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24650
24651 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24652
24653         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24654         window-start and hscroll to summary window.
24655
24656 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24657
24658         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24659         conversion message to newsrc-dribble when an actual conversion is
24660         performed.
24661
24662 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24663
24664         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24665
24666 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24667
24668         * mm-decode.el (mm-complicated-handles): New function reviving
24669         former definition of mm-multiple-handles.
24670
24671         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24672         (gnus-mime-delete-part): Use it.
24673
24674 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24675
24676         * gnus-agent.el (gnus-agent-read-local):
24677         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24678         avoid the implicit assumption that they will always be equal.
24679         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24680         coding-system-for-write, as the with-temp-file macro first prints
24681         to a buffer then saves the buffer.
24682
24683 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24684
24685         * gnus-art.el (gnus-article-edit-part): New function.
24686         (gnus-mime-save-part-and-strip): Use it; do query instead of
24687         signaling an error; don't use mm-multiple-handles.
24688         (gnus-mime-delete-part): Ditto.
24689
24690 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24691
24692         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24693         old file versions.
24694         (gnus-group-prepare-hook): Remove function that converted list
24695         form of gnus-agent-expire-days to group properties.
24696
24697         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24698         (gnus-request-accept-article): Re-indented.
24699
24700         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24701         converters to handle old agent file formats.  Add logic for a
24702         "backup before upgrading warning".
24703         (gnus-convert-mark-converter-prompt): Developers can mark
24704         functions as needing (default), or not needing,
24705         gnus-convert-old-newsrc's "backup before upgrading warning".
24706         (gnus-convert-converter-needs-prompt): Tests whether the user
24707         should be protected from potentially irreversable changes by the
24708         function.
24709
24710         * legacy-gnus-agent.el: New.  Provides converters that are only
24711         loaded when gnus-convert-old-newsrc needs to call them.
24712
24713 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24714
24715         * mail-source.el (mail-source-touch-pop): Doc fix.
24716
24717         * message.el (message-smtpmail-send-it): Doc fix.
24718
24719 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24720
24721         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24722
24723         * nnmail.el (nnmail-split-fancy): do.
24724
24725         * gnus-kill.el (gnus-kill, gnus-execute): do.
24726
24727 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24728
24729         * gnus-sum.el (gnus-widget-reversible-match)
24730         (gnus-widget-reversible-to-internal)
24731         (gnus-widget-reversible-to-external): New functions.
24732         (gnus-widget-reversible): New widget.
24733         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24734
24735 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24736
24737         * gnus-sum.el (gnus-thread-sort-functions)
24738         (gnus-article-sort-functions): Document `(not F)' items.
24739
24740 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24741
24742         * spam.el (spam-use-gmane-xref): Add new backend.
24743         (spam-gmane-xref-spam-group): Add variable to control the name of the
24744         Gmane spam group.
24745         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24746         (spam-regex-headers-spam, spam-regex-headers-ham)
24747         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24748         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24749         backends and checks.
24750         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24751
24752         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24753         an autodetect method.
24754
24755 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24756
24757         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24758         articles are being added to a group.
24759         (gnus-request-replace-article): Inform the agent that articles
24760         need to be uncached as the cached contents are no longer valid.
24761
24762 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24763
24764         * binhex.el: Don't autoload executable-find.
24765
24766         * canlock.el: Don't autoload mail-fetch-field.
24767
24768         * dgnushack.el: Autoload c-mode for XEmacs.
24769
24770         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24771
24772         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24773         rmail-dont-reply-to and rmail-output.
24774
24775         * gnus-score.el: Don't autoload ffap-string-at-point.
24776
24777         * gnus-setup.el: Don't autoload sc-cite-original.
24778
24779         * imap.el: Don't autoload base64-decode-string,
24780         base64-encode-string and md5.
24781
24782         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24783         and rmail-msg-restore-non-pruned-header.
24784
24785         * mm-decode.el: Don't autoload executable-find.
24786
24787         * mm-url.el: Don't autoload executable-find.
24788
24789         * mm-view.el: Don't autoload diff-mode.
24790
24791         * nndb.el: Don't autoload news-reply-mode, news-setup,
24792         cancel-timer and telnet.
24793
24794         * password.el: Don't autoload run-at-time for Emacs.
24795
24796         * sha1-el.el: Don't autoload executable-find.
24797
24798         * sieve-mode.el: Don't autoload c-mode.
24799
24800         * uudecode.el: Don't autoload executable-find.
24801
24802 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24803
24804         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24805         (gnus-agent-possibly-alter-active): Avoid null in numeric
24806         comparison.
24807         (gnus-agent-set-local): Refuse to save null in local object table.
24808         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24809         list of articles that will be marked as unread.
24810
24811 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24812
24813         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24814
24815 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24816
24817         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24818         language tags.
24819
24820 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24821
24822         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24823         Don't bind "obarray".
24824
24825         * gnus-sum.el (gnus-thread-sort-functions):
24826         Add `gnus-thread-sort-by-most-recent-number' and
24827         `gnus-thread-sort-by-most-recent-date'.
24828         Reported by Kai Grossjohann <kai@emptydomain.de>.
24829
24830 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24831
24832         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24833
24834 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24835
24836         * gnus-cus.el (gnus-agent-customize-category):
24837         Remove ignore-errors macro reference that required cl to be loaded at
24838         run-time.
24839
24840         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24841         single-interval range of the form (min . max).  Previously the
24842         range had to look like ((min . max)).  Likewise, return
24843         (min . max) rather than ((min . max)).
24844         (gnus-range-map): Use gnus-range-normalize to accept
24845         single-interval range.
24846
24847         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24848         the cache, but not the agent, now appear with their usual face.
24849
24850         * dgnushack.el (loaddir): New variable that is bound to the
24851         directory containing the dgnushack.el file. Use loaddir, rather
24852         than srcdir, to update load-path. Change lets dgnushack compile
24853         code in directories other than GNUS/lisp.
24854
24855 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24856
24857         * lpath.el: Don't bind w3m-safe-url-regexp.
24858
24859         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24860         w3m-safe-url-regexp variable buffer-local.
24861
24862         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24863
24864 2004-02-27  Simon Josefsson  <jas@extundo.com>
24865
24866         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24867         gnus-group-real-prefix.
24868         (gnus-summary-move-article): Use it, instead of
24869         gnus-group-real-prefix.
24870
24871 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24872
24873         * lpath.el: Bind w3m-safe-url-regexp.
24874
24875         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24876         w3m-safe-url-regexp variable buffer-local and set it as the value
24877         of mm-w3m-safe-url-regexp.
24878
24879         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24880
24881         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24882         parsing gnus-posting-styles when the message is not for replying.
24883
24884         * dgnushack.el: Autoload sgml-mode for XEmacs.
24885
24886         * nnrss.el (nnrss-opml-export):
24887         Use mm-set-buffer-file-coding-system instead of
24888         set-buffer-file-coding-system.
24889
24890 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24891
24892         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24893         of checkdoc.el).
24894         * nnrss.el: do.
24895         * gnus-mlspl.el: do.
24896         * gnus-ml.el: do.
24897         * gnus-srvr.el: do.
24898
24899         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24900
24901 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24902
24903         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24904         Corrections to custom-manual links.
24905
24906         * gnus-art.el (gnus-article): Ditto.
24907
24908         * mm-decode.el (mime-display, mime-security): Ditto.
24909
24910 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24911
24912         * flow-fill.el: Typo.
24913
24914 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24915
24916         * spam-wash.el: New file.
24917
24918 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24919
24920         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24921
24922 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24923
24924         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24925         to be run with new-articles as LIST1, not LIST2.
24926         (spam-registration-functions): Add spam-use-ham-copy as a nil
24927         registration backend.
24928
24929 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24930
24931         * spam-stat.el (spam-stat-washing-hook): New option.
24932         (spam-stat-buffer-words): Use it.
24933         (spam-stat-process-directory, spam-stat-test-directory):
24934         Use insert-file-contents-literally.
24935         (spam-stat-coding-system): New variable.
24936         (spam-stat-load, spam-stat-save): Use it.
24937
24938 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24939
24940         * spam-report.el (spam-report-plug-agent):
24941         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24942
24943 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24944
24945         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24946         Allow / in mailto URLs.
24947
24948 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24949
24950         * spam-report.el (spam-report-process-queue): Fix interactive use.
24951         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24952         (spam-report-unplug-agent): Doc fixes.
24953         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24954         (spam-report-agentize, spam-report-deagentize): Autoload.
24955
24956 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24957
24958         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24959
24960         * message.el (message-setup-fill-variables): Add mml tags to
24961         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24962         <ajk@iu.edu>.
24963         (message-mode): Don't modify paragraph-separate there.
24964
24965 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24966
24967         * compface.el (uncompface-use-external): Default to undecided.
24968         (uncompface-use-external-threshold): New variable.
24969         (uncompface-float-time): New macro.
24970         (uncompface): Determine whether to use the external decoder if
24971         uncompface-use-external is undecided.
24972
24973 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24974
24975         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24976         after images.
24977
24978         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24979
24980 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24981
24982         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24983
24984         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24985
24986         * gnus-sum.el (gnus-summary-limit-to-age)
24987         (gnus-summary-limit-children): do.
24988
24989         * gnus-int.el (gnus-request-scan): do.
24990
24991         * gnus-group.el (gnus-group-suspend): do.
24992
24993         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24994
24995         * gnus-cite.el (gnus-cite-parse-attributions): do.
24996
24997         * gnus-agent.el (gnus-summary-set-agent-mark)
24998         (gnus-agent-regenerate-group): do.
24999
25000         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25001
25002         * binhex.el (binhex-decode-region-internal): do.
25003
25004 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25005
25006         * gnus-fun.el (gnus-face-properties-alist): New user option.
25007         (gnus-display-x-face-in-from): Use it.
25008
25009         * gnus-art.el (article-display-face): Ditto.
25010
25011         * compface.el (uncompface-use-external): Default to nil.
25012
25013 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25014
25015         * nntp.el (nntp-erase-buffer): New function.
25016         (nntp-retrieve-data, nntp-send-command)
25017         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25018         (nntp-possibly-change-group): Use it.
25019
25020         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25021         Use with-current-buffer.
25022
25023 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25024
25025         * compface.el: Merge the ELisp-based uncompface program.
25026         (compface): New customization group.
25027         (uncompface-use-external): New user option.
25028         (uncompface): Call uncompface-internal if uncompface-use-external
25029         is nil.
25030         (uncompface-internal): New function.  Note that there are also
25031         some other functions and variables added for this function.
25032
25033 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25034
25035         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25036         if necessary.
25037
25038 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25039
25040         * spam-report.el (spam-report-unplug-agent)
25041         (spam-report-plug-agent, spam-report-deagentize)
25042         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25043         Add support for the Agent in spam-report: when unplugged, report to a
25044         file; when plugged, submit all the requests.
25045
25046         * spam.el (spam-register-routine): Fix message about
25047         registration.
25048
25049 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25050
25051         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25052         dependencies.
25053         (rfc2047-encode): Use it.
25054
25055         * gnus-art.el (gnus-button-marker-list): Move before first
25056         reference.
25057
25058         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25059         (imap-parse-body): Fix format string mismatch.
25060
25061         * gnus-score.el (gnus-summary-increase-score): do.
25062
25063         * nnrss.el (nnrss-close): New function.
25064
25065 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25066
25067         * nnrss.el (nnrss-make-filename): New function.
25068         (nnrss-request-delete-group, nnrss-read-server-data)
25069         (nnrss-save-server-data, nnrss-read-group-data)
25070         (nnrss-save-group-data): Use it.
25071         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25072         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25073         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25074
25075 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25076
25077         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25078
25079 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25080
25081         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25082         files.
25083
25084         * message.el (message-generate-headers-first): Don't quote nil
25085         and t in docstrings.
25086
25087         * imap.el (imap-id): do.
25088
25089         * gnus-agent.el (gnus-agent-consider-all-articles)
25090         (gnus-agent-queue-mail): do.
25091
25092 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25093
25094         * spam-report.el (spam-report-process-queue): New function.
25095         Process requests from `spam-report-requests-file'.
25096         (spam-report-process-queue): Doc fix.
25097
25098 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25099
25100         * spam.el (spam-register-routine)
25101         (spam-log-processing-to-registry, spam-log-registered-p)
25102         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25103         Change "check" to "spam-check" for semi-clarity.
25104
25105 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25106
25107         * pop3.el: Require nnheader.
25108
25109         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25110
25111         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25112
25113         * gnus-picon.el: Require cl.
25114
25115         * gnus-fun.el: Require gnus-ems and gnus-util.
25116
25117         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25118
25119         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25120
25121         * gnus-art.el (gnus-article-edit-mode): Define before first
25122         reference.
25123
25124 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25125
25126         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25127         (gnus-uu-post-encoded): Use point-at-bol.
25128
25129         * gnus-topic.el (gnus-group-active-topic-p): do.
25130
25131         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25132
25133         * gnus-group.el (gnus-group-kill-region): do.
25134
25135         * gnus-art.el (article-date-ut): do.
25136
25137         * message.el (message-fetch-field): Remove redundant
25138         case-fold-search binding.
25139         (message-narrow-to-field): Simplify.
25140
25141 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25142
25143         * spam.el (spam-directory): Derive from `gnus-directory'.
25144
25145         * spam-report.el (spam-report-url-to-file)
25146         (spam-report-requests-file): New function and variable for offline
25147         reporting.
25148         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25149         and user defined function.
25150         (spam-report-url-ping-mm-url): Remove doubled slash.
25151
25152 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25153
25154         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25155
25156 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25157
25158         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25159         Fix format string mismatch.
25160
25161         * sieve.el (sieve-deactivate-all): do.
25162
25163         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25164
25165         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25166
25167         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25168
25169         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25170
25171 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25172
25173         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25174         the list of checks.
25175
25176 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25177
25178         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25179         padding.
25180
25181 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25182
25183         * mm-view.el (mm-fill-flowed): New variable.
25184         (mm-inline-text): Use it.
25185
25186 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25187
25188         * spam.el (spam-spamassassin-register-ham-routine)
25189         (spam-spamassassin-register-spam-routine): Fix function names.
25190
25191 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25192
25193         * gnus.el (gnus-tmp-grouplens): Remove.
25194         (gnus-summary-line-format): Remove grouplens.
25195
25196         * gnus-group.el (gnus-group-line-format): Ditto.
25197
25198         * gnus-spec.el (gnus-format-specs): Ditto.
25199         (gnus-update-format-specifications): Flush the group format spec
25200         cache if there's the grouplens stuff.
25201         (gnus-parse-simple-format): Replace %l with the empty string.
25202
25203 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25204
25205         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25206         omission.
25207
25208 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25209
25210         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25211         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25212
25213 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25214
25215         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25216         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25217         New macros and functions.
25218         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25219         Handle > NLINK_MAX messages.
25220         * nnmaildir.el (nnmaildir-request-set-mark):
25221         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25222
25223 2004-01-25  Alex Schroeder  <alex@gnu.org>
25224
25225         * spam-stat.el (spam-stat-process-directory-age): New option.
25226         (spam-stat-process-directory): Use it.
25227
25228 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25229
25230         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25231         (spam-stat-save): Accept prefix argument.
25232
25233 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25234
25235         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25236         links" error.
25237
25238 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25239
25240         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25241         the rest of the and/or forms.
25242
25243 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25244
25245         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25246         compatibility with old .newsrc.eld files.
25247
25248         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25249
25250         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25251
25252         * gnus-start.el (gnus-1): do.
25253
25254         * gnus-group.el (gnus-group-line-format-alist): do.
25255
25256         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25257
25258         * gnus-gl.el: Remove.
25259
25260 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25261
25262         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25263         marks consisting of a single range {for example, (3 . 5)} rather
25264         than a list of a single range { ((3 . 5)) }.
25265
25266 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25267
25268         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25269         Use with-current-buffer.
25270         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25271         avoid consing a string.
25272
25273         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25274         Remove obsolete entries for big5 and gb2312.
25275
25276 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25277
25278         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25279         uncompressed list.
25280
25281 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25282
25283         * spam-stat.el (spam-stat-strip-xref): New function.
25284         (spam-stat-process-directory): Use it.
25285
25286         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25287         here -- it's done in message-fetch-field.
25288
25289 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25290
25291         * gnus-agent.el (gnus-agent-queue-mail)
25292         (gnus-agent-prompt-send-queue): New variables.
25293         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25294         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25295         "nndraft:queue" along to gnus-draft-send.
25296         Use gnus-agent-prompt-send-queue.
25297         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25298         is "nndraft:queue".  Suggested by Gaute Strokkenes
25299         <gs234@srcf.ucam.org>
25300
25301         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25302         (agent-enable-undownloaded-faces): Add.
25303         (gnus-agent-cat-groups): Use eval-and-compile, not
25304         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25305         method of gnus-agent-cat-groups even when the buffer has been
25306         evaled.
25307         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25308         delete gnus-agent-save-active-1.
25309         (gnus-agent-save-groups): Delete.  Identical to
25310         gnus-agent-save-active.
25311         (gnus-agent-write-active): No longer adjust agent's copy of active
25312         file as agent's adjustments are now stored in their own
25313         file.  Remove optional parameter.
25314         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25315         servers.  Add use of min/max range limits from server's local
25316         file.
25317         (gnus-agent-save-alist): Remove unused optional argument.
25318         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25319         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25320         (gnus-agent-set-local): A per-server file that keeps min/max range
25321         limits for articles known to the agent.  Provides a fast mechanism
25322         for altering many active ranges.
25323         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25324         active file (local makes it unnecessary).
25325         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25326
25327         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25328         (agent-enable-undownloaded-faces): Add.
25329
25330         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25331         disable it when sending to "nndraft:queue".
25332         (gnus-group-send-queue): Add safety check to avoid sending queue
25333         when unplugged.
25334
25335         * gnus-group.el (gnus-group-catchup): Use new
25336         gnus-sequence-of-unread-articles, not
25337         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25338         numbers of articles.  Use gnus-range-map to avoid having to
25339         uncompress the unread list.
25340         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25341         Fix invalid ange-ftp reference.
25342
25343         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25344         (gnus-sorted-range-intersection): Intersection of two ranges
25345         without requiring that they first be uncompressed.
25346
25347         * gnus-start.el (gnus-activate-group): Unless blocked by the
25348         caller, possibly expand the active range to include both cached
25349         and agentized articles.
25350         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25351         multiple version-dependent converters.
25352         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25353         gnus-agent-save-active.
25354         (gnus-save-newsrc-file): Save dirty agent range limits.
25355
25356         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25357         gnus-agent-possibly-alter-active.
25358         (gnus-adjust-marked-articles): Faster handling of simple lists.
25359
25360 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25361
25362         * spam-stat.el (spam-stat-test-directory): New optional argument
25363         displays a list of files detected.  Suggested by Andrew Cohen
25364         <cohen@andy.bu.edu>.
25365         (spam-stat-buffer-words-with-scores): Don't narrow and change
25366         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25367
25368 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25369
25370         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25371         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25372         (spam-spamassassin-arguments)
25373         (spam-spamassassin-spam-flag-header)
25374         (spam-spamassassin-positive-spam-flag-header)
25375         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25376         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25377         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25378         (spam-list-of-processors, spam-list-of-checks)
25379         (spam-list-of-statistical-checks, spam-registration-functions)
25380         (spam-check-spamassassin-headers, spam-check-spamassassin)
25381         (spam-spamassassin-score)
25382         (spam-spamassassin-register-with-sa-learn)
25383         (spam-spamassassin-register-spam-routine)
25384         (spam-spamassassin-register-ham-routine)
25385         (spam-assassin-register-spam-routine)
25386         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25387         (spam-bogofilter-score): Fix to show article before scoring.
25388
25389 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25390
25391         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25392         default scoring function.
25393         (spam-generic-score): Call spam-spamassassin-score if
25394         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25395         spam-bogofilter-score otherwise.
25396
25397         * gnus.el (spam-process, spam-autodetect-methods):
25398         Add spamassassin and spamassassin-headers.
25399
25400 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25401
25402         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25403         Suppress unnecessary messages.
25404
25405 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25406
25407         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25408         make-hash-table.
25409
25410 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25411
25412         * canlock.el (base64-encode-string): Don't autoload it.
25413
25414 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25415
25416         * run-at-time.el: Remove useless (require 'itimer),
25417         eval-and-compile and (featurep 'xemacs).
25418
25419 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25420
25421         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25422         GROUP is a virtual group.
25423
25424 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25425
25426         * gnus.el: Autoload `message-y-or-n-p'.
25427
25428 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25429
25430         * pgg-parse.el: Remove unnecessary (require 'custom).
25431
25432         * pgg-def.el: do.
25433
25434         * nnmail.el: do.
25435
25436         * gnus-undo.el: do.
25437
25438         * gnus-picon.el: do.
25439
25440         * gnus-util.el: do.
25441
25442 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25443
25444         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25445
25446 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25447
25448         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25449         handle, as well as a list.
25450
25451         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25452         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25453         (mm-w3m-cid-retrieve): Simplify.
25454
25455 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25456
25457         * message.el (message-kill-to-signature): Allow prefix arg to
25458         specify number of lines to keep before signature.
25459
25460 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25461
25462         * message.el (message-kill-to-signature): Change docstring.
25463
25464 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25465
25466         * canlock.el: Always require sha1-el.
25467         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25468
25469         * message.el: Autoload sha1 only when compiling.
25470
25471         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25472         eudc-expand-inline for XEmacs.
25473
25474 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25475
25476         * message.el (message-canlock-generate): Require sha1-el.
25477
25478 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25479
25480         * message.el (message-expand-name): Silence the byte compiler.
25481
25482         * lpath.el: Add detect-coding-system.
25483
25484         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25485         cus-edit.
25486
25487 2004-01-13  Simon Josefsson  <jas@extundo.com>
25488
25489         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25490         Invoke gnus-score-mode.
25491         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25492
25493         * gnus-range.el (gnus-compress-sequence): Doc fix.
25494         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25495
25496 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25497
25498         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25499
25500 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25501
25502         * spam.el (spam-get-article-as-string): Update to use
25503         gnus-request-article-this-buffer, much simpler.
25504         (spam-get-article-as-buffer): Remove.
25505
25506 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25507
25508         * message.el (message-expand-name): Use EUDC if the user uses that.
25509
25510 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25511
25512         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25513         character for the encoding to avoid consing a string.
25514
25515         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25516         unnecessarily.
25517
25518         * mm-util.el (mm-replace-chars-in-string): Remove.
25519
25520         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25521         of mm-replace-chars-in-string.
25522
25523 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25524
25525         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25526
25527         * mm-util.el (mm-subst-char-in-string): Support inplace.
25528
25529         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25530         a new string in every iteration.  Use shy groups.
25531
25532 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25533
25534         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25535         * gnus-soup.el (gnus-soup-group-brew):
25536         * gnus-msg.el (gnus-put-message):
25537         * gnus-move.el (gnus-group-move-group-to-server):
25538         * gnus-kill.el (gnus-batch-score):
25539         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25540         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25541         (gnus-group-update-group, gnus-group-read-group)
25542         (gnus-group-make-group, gnus-group-make-help-group)
25543         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25544         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25545         (gnus-group-sort-by-unread, gnus-group-catchup)
25546         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25547         (gnus-group-yank-group, gnus-group-set-info)
25548         (gnus-group-list-groups):
25549         * gnus.el (gnus-generate-new-group-name):
25550         * gnus-delay.el (gnus-delay-send-queue):
25551         * nnvirtual.el (nnvirtual-catchup-group):
25552         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25553         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25554         (gnus-group-prepare-topics, gnus-topic-check-topology):
25555         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25556         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25557         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25558         (gnus-group-make-articles-read):
25559         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25560         (gnus-group-change-level, gnus-kill-newsgroup)
25561         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25562         (gnus-get-unread-articles, gnus-make-articles-unread)
25563         (gnus-make-ascending-articles-unread): Use accessor
25564         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25565         to get group information for improved readability.
25566
25567
25568 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25569
25570         * gnus-art.el (article-decode-mime-words, article-babel)
25571         (gnus-article-highlight-signature, gnus-article-add-buttons)
25572         (gnus-signature-toggle): Use gnus-with-article-buffer.
25573
25574         * gnus-art.el (gnus-article-highlight-headers)
25575         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25576
25577         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25578         (gnus-article-set-globals, gnus-request-article-this-buffer)
25579         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25580         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25581         (gnus-mime-display-alternative): Use with-current-buffer.
25582
25583 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25584
25585         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25586         also under 80 char limit, and call gnus-error if needed.
25587         (spam-fetch-article-header): Fix - it was a
25588         buffer-local variable (gnus-newsgroup-data).
25589         (spam-find-spam): Use spam-generate-fake-headers, forget about
25590         spam-insert-fake-headers.
25591         (spam-insert-fake-headers): Remove.
25592
25593 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25594
25595         * deuglify.el (gnus-article-outlook-unwrap-lines)
25596         (gnus-outlook-rearrange-article)
25597         (gnus-outlook-repair-attribution-outlook)
25598         (gnus-outlook-repair-attribution-block)
25599         (gnus-outlook-repair-attribution-other): Remove redundant
25600         save-excursion.
25601
25602 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25603
25604         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25605         (spam-fetch-field-subject-fast)
25606         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25607         (spam-fetch-article-header): Add functions to deal with Gnus
25608         internals for fast retrieval of article header data.
25609         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25610
25611 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25612
25613         * pop3.el (pop3-md5): Remove.
25614         (pop3-apop): Replace pop3-md5 with md5.
25615
25616         * mm-bodies.el: base64 is always built-in.
25617
25618         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25619         Use with-current-buffer.
25620
25621 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25622
25623         * canlock.el (canlock-insert-header): Remove excessive grouping in
25624         regexp.
25625
25626         * gnus-sum.el (gnus-summary-read-document): Ditto.
25627
25628         * gnus-uu.el (gnus-uu-part-number): Ditto.
25629
25630         * html2text.el (html2text-remove-tags): Ditto.
25631         (html2text-format-tags): Ditto.
25632         (html2text-format-single-elements): Ditto.
25633
25634         * mml.el (mml-parse-1): Ditto.
25635
25636 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25637
25638         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25639
25640         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25641
25642         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25643
25644         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25645
25646 2003-11-15  Simon Josefsson  <jas@extundo.com>
25647
25648         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25649         (pgg-gpg-lookup-key): Use regexp match instead of
25650         split-string (split-string is different between emacs 21.2 and
25651         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25652
25653 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25654
25655         * gnus-art.el (gnus-mime-view-all-parts)
25656         (gnus-article-part-wrapper, gnus-article-view-part):
25657         Use with-current-buffer.
25658
25659 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25660
25661         * spam.el (spam-disable-spam-split-during-ham-respool)
25662         (spam-spamoracle-database, spam-cache-lookups)
25663         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25664         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25665         (spam-group-ham-marks, spam-group-spam-marks)
25666         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25667         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25668         also add spam-use-blackholes to the statistical checks.
25669         (spam-fetch-field-fast): Add interface to fetching fields, may
25670         become a macro.
25671         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25672         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25673         (spam-insert-fake-headers): Fake an article when needed.
25674         (spam-find-spam): Fake article when possible.
25675         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25676         (spam-check-bogofilter-headers): Use message-fetch-field instead
25677         of nnmail-fetch-field.
25678
25679 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25680
25681         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25682
25683 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25684
25685         * spam.el (spam-split): Do not require spam-use-CHECK to be
25686         enabled if that check is passed to spam-split explicitly; also
25687         fix so 'spam doesn't get converted to spam-split-group when
25688         spam-split-symbolic-return is t.
25689         (spam-find-spam): Find registrations of the article and use those
25690         instead of re-running spam-split to find the spam/ham
25691         classification of the article.
25692         (spam-log-processing-to-registry, spam-log-registered-p)
25693         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25694         Use gnus-error instead of gnus-message.
25695         (spam-log-registration-type): Add function to determine the
25696         classification of a message based on registry entries; will
25697         return nil if both 'spam and 'ham are found.
25698         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25699         a reasonably fast local cache without the loading errors.
25700         (spam-cache-lookups): Set to t by default.
25701         (spam-find-spam): Don't try to guess spam-cache-lookups.
25702         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25703         spam-caches entry.
25704         (spam-filelist-build-cache, spam-filelist-check-cache):
25705         Fix caching of whitelist/blacklist entries.
25706         (spam-check-whitelist, spam-check-blacklist):
25707         Invoke spam-from-listed-p with a type, not a cache variable.
25708         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25709
25710 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25711
25712         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25713
25714         * nnmail.el (nnmail-split-fancy): do.
25715
25716         * mml.el (mml-parse): do.
25717
25718         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25719         (gnus-score-adaptive): do.
25720
25721 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25722
25723         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25724         (gnus-mime-button-map): Don't set keymap parent.
25725         (gnus-button-ctan-directory-regexp): Use shy grouping.
25726         (gnus-prev-page-map): Don't set keymap parent.
25727         (gnus-prev-page-map): Remove duplicated one.
25728         (gnus-next-page-map): Don't set keymap parent.
25729         (gnus-mime-security-button-map): Ditto.
25730
25731         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25732         version number.
25733
25734         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25735
25736 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25737
25738         * canlock.el (canlock-sha1-function): Remove.
25739         (canlock-sha1-function-for-verify): Remove.
25740         (canlock-openssl-program): Remove.
25741         (canlock-openssl-args): Remove.
25742         (canlock-ignore-errors): Remove.
25743         (canlock-sha1-with-openssl): Remove.
25744         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25745         (canlock-verify): Don't use canlock-ignore-errors.
25746
25747         * sha1-el.el (sha1-string-external): Make it can return a string
25748         in binary form.
25749         (sha1-region-external): Ditto.
25750         (sha1-string-internal): Ditto.
25751         (sha1-region-internal): Ditto.
25752         (sha1-region): Ditto.
25753         (sha1-string): Ditto.
25754         (sha1): Ditto.
25755
25756 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25757
25758         * spam.el (spam-report-articles-gmane): New command.
25759
25760 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25761
25762         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25763
25764         * run-at-time.el (run-at-time-saved): Remove.
25765         (run-at-time): Doc fix.
25766
25767 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25768
25769         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25770         (gnus-summary-limit-map): Add it.
25771         (gnus-summary-make-menu-bar): do.
25772
25773 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25774
25775         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25776         Make attempt at some caching support (done for BBDB only now).
25777         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25778         addresses to be checked.
25779         (spam-clear-cache-BBDB): Add function, to be invoked by
25780         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25781         (spam-check-BBDB): Check and use the caches, if
25782         spam-cache-lookups is on, remove superfluous (provide).
25783
25784 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25785
25786         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25787
25788 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25789
25790         * run-at-time.el (run-at-time-saved): Move to after the definition
25791         of `run-at-time'.
25792
25793         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25794
25795 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25796
25797         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25798         mm-w3m-local-map-property.
25799
25800         * mm-view.el (mm-w3m-mode-map): Remove.
25801         (mm-w3m-local-map-property): Remove.
25802         (mm-inline-text-html-render-with-w3m): Don't use
25803         mm-w3m-local-map-property.
25804
25805 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25806
25807         * run-at-time.el: New file.
25808
25809         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25810         under Emacs.
25811
25812         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25813         of gnus-set-text-properties.
25814
25815         * gnus-uu.el (gnus-uu-save-article): Ditto.
25816
25817         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25818
25819         * gnus-cite.el (gnus-cite-parse): Ditto.
25820
25821         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25822         of gnus-.
25823
25824         * gnus-xmas.el (run-at-time): Require run-at-time.
25825
25826         * gnus.el: Change calls to nnheader-run-at-time and
25827         password-run-at-time throughout to use run-at-time directly.
25828
25829         * password.el: Remove definition of run-at-time.
25830
25831         * nnheaderxm.el: Remove definition of run-at-time.
25832
25833 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25834
25835         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25836         in prompt.
25837
25838 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25839
25840         * messagexmas.el (message-xmas-redefine): Alias
25841         `message-make-caesar-translation-table' to
25842         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25843         version.
25844
25845         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25846         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25847         `gnus-xmas-set-text-properties'.
25848         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25849         `gnus-xmas-completing-read'.
25850         (gnus-xmas-completing-read): Removed.
25851         (gnus-xmas-open-network-stream): Removed.
25852
25853         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25854         XEmacs version.
25855
25856         * dns.el (dns-make-network-process): Use `open-network-stream'
25857         instead of `gnus-xmas-open-network-stream'.
25858
25859         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25860
25861         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25862
25863 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25864
25865         * gnus-art.el (gnus-mime-display-alternative)
25866         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25867         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25868         Don't use gnus-local-map-property.
25869
25870         * gnus-util.el (gnus-local-map-property): Remove.
25871
25872         * mm-view.el (mm-view-pkcs7-decrypt):
25873         Replace gnus-completing-read-maybe-default with completing-read.
25874
25875         * gnus-util.el (gnus-completing-read): do.
25876         (gnus-completing-read-maybe-default): Remove.
25877
25878 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25879
25880         * password.el: Only autoload `run-at-time' if not XEmacs.
25881         Only autoload the itimer functions if XEmacs.
25882
25883 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25884
25885         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25886         XEmacsen.
25887
25888         * dgnushack.el: Autoload executable-find for XEmacs.
25889
25890 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25891
25892         * gnus-art.el (gnus-read-string): Remove.
25893         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25894         read-string.
25895
25896 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25897
25898         * netrc.el: Autoload password-read.
25899         (netrc): Add configuration group.
25900         (netrc-encoding-method, netrc-openssl-path):
25901         Add variables for encoding and decoding of files with symmetric
25902         ciphers.
25903         (netrc-encode): Add assistant function to encode a file with
25904         netrc-encoding-method.
25905         (netrc-parse): Add interactive parameter, added optional
25906         decoding if netrc-encoding-method is non-nil but otherwise
25907         behavior is standard.
25908         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25909         Do s/encode/encrypt/ everywhere.
25910
25911         * spam.el: Remove executable-find autoload.
25912
25913 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25914
25915         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25916
25917         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25918
25919 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25920
25921         * gnus-art.el (gnus-treat-ansi-sequences)
25922         (article-treat-ansi-sequences): New variable and function.
25923         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25924
25925         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25926         Use it.
25927
25928 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25929
25930         * mm-util.el (mm-quote-arg): Remove.
25931
25932         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25933         shell-quote-argument.
25934
25935         * gnus-uu.el (gnus-uu-command): do.
25936
25937         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25938
25939         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25940         with make-char.
25941
25942         * mm-util.el (mm-make-char): Remove.
25943
25944         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25945         add-minor-mode.
25946
25947         * gnus-undo.el (gnus-undo-mode): do.
25948
25949         * gnus-topic.el (gnus-topic-mode): do.
25950
25951         * gnus-sum.el (gnus-dead-summary-mode): do.
25952
25953         * gnus-start.el (gnus-slave-mode): do.
25954
25955         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25956
25957         * gnus-ml.el (gnus-mailing-list-mode): do.
25958
25959         * gnus-gl.el (gnus-grouplens-mode): do.
25960
25961         * gnus-draft.el (gnus-draft-mode): do.
25962
25963         * gnus-dired.el (gnus-dired-mode): do.
25964
25965         * gnus-ems.el (gnus-add-minor-mode): Remove.
25966
25967         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25968         Replace gnus-char-width with char-width.
25969
25970         * gnus-ems.el (gnus-char-width): Remove.
25971
25972         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25973         Replace gnus-char-width with char-width.
25974
25975         * gnus-ems.el (gnus-char-width): Remove.
25976
25977         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25978         definition.
25979         Remove Emacs 20 hash table compatibility code.
25980
25981         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25982         20 compatibility code.
25983
25984         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25985
25986         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25987
25988         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25989         Replace with point-at-{eol,bol}.
25990
25991         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25992
25993         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25994
25995         * flow-fill.el (fill-flowed-point-at-bol)
25996         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25997
25998         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25999         Replace with point-at-{eol,bol} throughout all files.
26000
26001 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26002
26003         * ntlm.el (ntlm-string-as-unibyte): New macro.
26004         (ntlm-build-auth-response): Use it.
26005
26006         Remove Emacs 20 stuff:
26007         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26008         (butlast, mapc, remove): Remove the compiler macros.
26009         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26010         of delq and copy-sequence.
26011         * gnus-art.el (popup-menu): Remove the compiler macro.
26012         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26013         Emacs 20.
26014
26015 2004-01-05  Simon Josefsson  <jas@extundo.com>
26016
26017         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26018         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26019         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26020         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26021         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26022         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26023         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26024         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26025         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26026         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26027         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26028         string-xor into ntlm-string-xor.
26029         Suggested by Jesper Harder <harder@myrealbox.com>.
26030
26031         * ntlm.el: Don't include poem.
26032
26033         * md4.el (print-int32, print-string-hexa): Remove.
26034         Suggested by Jesper Harder <harder@myrealbox.com>.
26035
26036         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26037
26038         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26039         probably breaks emacs with DL patch, but do we care? Is anyone
26040         still using the DL stuff?)
26041
26042         * sieve-manage.el: Use the password package.
26043         (sieve-manage-read-passwd): Remove.
26044         (sieve-manage-interactive-login): Use password.  Re-add
26045         condition-case around loop.
26046
26047         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26048         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26049         Use the password package.
26050
26051 2003-02-19  Simon Josefsson  <jas@extundo.com>
26052
26053         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26054         token.
26055
26056 2002-08-07  Simon Josefsson  <jas@extundo.com>
26057
26058         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26059         (sieve-manage-authenticators):
26060         (sieve-manage-authenticator-alist): Add some SASL mechs.
26061         (sieve-sasl-auth): New function.
26062         (sieve-manage-cram-md5-auth):
26063         (sieve-manage-plain-auth): Rewrite using SASL library.
26064         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26065         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26066         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26067         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26068
26069 2004-01-05  Simon Josefsson  <jas@extundo.com>
26070
26071         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26072         New files.
26073
26074 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26075
26076         * gnus-group.el (gnus-no-groups-message): Update.
26077
26078         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26079
26080 2003-11-09  Simon Josefsson  <jas@extundo.com>
26081
26082         * imap.el: Support for ID IMAP extension (RFC 2971).
26083         (imap-local-variables): Add imap-id.
26084         (imap-id): New variable.
26085         (imap-id): New function.
26086         (imap-parse-response): Parse untagged ID response.
26087         * nnimap.el (nnimap-id): New variable.
26088         (nnimap-open-connection): Use it.
26089
26090 2003-12-28  Simon Josefsson  <jas@extundo.com>
26091
26092         * gnus-score.el (gnus-score-edit-all-score): New.
26093         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26094
26095 2004-01-04  Simon Josefsson  <jas@extundo.com>
26096
26097         * password.el: Add.
26098
26099 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26100
26101         * dns.el (dns-query-types): Fix typo.
26102         (dns-query-types): New function.
26103         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26104         PTR and SOA replies, see RFC 1035.
26105
26106 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26107
26108         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26109
26110         * Move to Changelog.2.
26111
26112 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26113
26114         * gnus.el (gnus-version-number): Bump version.
26115
26116 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26117
26118         * gnus.el: No Gnus v0.1 is released.
26119
26120 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26121
26122         * gnus.el: No Gnus v0.0 is released.
26123
26124 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26125
26126         * gnus.el (gnus-version-number): Bump.
26127         (gnus-version): No.
26128
26129 See ChangeLog.2 for earlier changes.
26130
26131   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26132
26133   This file is part of GNU Emacs.
26134
26135   GNU Emacs is free software: you can redistribute it and/or modify
26136   it under the terms of the GNU General Public License as published by
26137   the Free Software Foundation, either version 3 of the License, or
26138   (at your option) any later version.
26139
26140   GNU Emacs is distributed in the hope that it will be useful,
26141   but WITHOUT ANY WARRANTY; without even the implied warranty of
26142   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26143   GNU General Public License for more details.
26144
26145   You should have received a copy of the GNU General Public License
26146   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26147
26148 ;; Local Variables:
26149 ;; coding: utf-8
26150 ;; fill-column: 79
26151 ;; add-log-time-zone-rule: t
26152 ;; End: