Make form submission work
[gnus] / lisp / ChangeLog
1 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * eww.el (eww-submit): Make form submission work.
4
5         * shr.el (shr-descend): Allow other packages to override (or provide)
6         rendering of elements.
7         (shr-expand-url): Strip query strings from URLs before expanding them.
8
9         * eww.el: Don't require cl-lib.
10         (eww-tag-form): Start form support.
11
12         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
13
14         * eww.el: Start writing a new, tiny web browser.
15         (eww-previous-url): New command.
16         (eww-quit): New command.
17
18 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
19
20         * sieve.el: Put point at beginning of buffer when viewing a script.
21         (sieve-open-server): respect the PORT parameter. Show the correct port
22         number in sieve-buffer's header. Fixed code to also work with a string
23         as port specifier. Properly close the connection on pressing 'q'. Make
24         sieve-manage-quit close the connection and process buffer. Also, remove
25         duplicate keybinding for 'q'.
26
27 2013-06-10  Roy Hashimoto <roy.hashimoto@gmail.com>  (tiny change)
28
29         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
30         make it easier to read.
31         (mm-pkcs7-enveloped-magic): Ditto.
32
33 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
36         before `image-type-available-p' to avoid loading the image libraries
37         needlessly.
38
39 2013-06-05  David Engster  <deng@randomsample.de>
40
41         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
42         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
43         to see whether the group was synced before.
44
45 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
46
47         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
48         when opening the connection.
49         Suggested by João Távora <joaotavora@gmail.com> in
50         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
51
52 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
55         assume Date header begins with "Date", that may be customized into
56         something like "X-Sent" using gnus-article-time-format.
57         (article-transform-date): Allow multi-line Date header.
58
59 2013-06-02  David Engster  <deng@randomsample.de>
60
61         * registry.el (initialize-instance, registry-lookup)
62         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
63         (registry-lookup-secondary-value, registry-search, registry-delete)
64         (registry-insert, registry-reindex, registry-size, registry-prune): Do
65         not wrap methods in `eval-and-compile'.  This breaks due to latest
66         changes in EIEIO (introduction of eieio-core.el).
67
68 2013-05-30  Glenn Morris  <rgm@gnu.org>
69
70         * nnmail.el (nnmail-fancy-expiry-target):
71         Also bind mail-dont-reply-to-names.
72
73         * spam-stat.el (spam-stat-save):
74         No need to tweak font-lock in temp buffers.
75
76         * shr.el (shr-put-image): Silence compiler.
77
78 2013-05-29  Glenn Morris  <rgm@gnu.org>
79
80         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
81
82         * gnus-group.el (gnus-sequence-of-unread-articles)
83         (gnus-summary-add-mark, gnus-mark-article-as-read)
84         (gnus-group-make-articles-read): Declare.
85
86         * gnus-sum.el (gnus-parameter-list-identifier)
87         (gnus-article-stop-animations, gnus-stop-downloads)
88         (gnus-article-only-boring-p, article-goto-body)
89         (gnus-flush-original-article-buffer, article-narrow-to-head)
90         (gnus-article-hidden-text-p, gnus-delete-wash-type)
91         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
92
93         * gnus.el: No need to eval-and-compile autoloads.
94
95         * gravatar.el (help-function-arglist): Autoload.
96
97         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
98
99         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
100
101         * spam.el: No need to load spam-report when compiling.
102         No need to eval-and-compile autoloads.
103         (spam-report-resend-to): Declare.
104         (spam-report-resend-register-routine): Require 'spam-report.
105
106 2013-05-24  Julien Danjou  <julien@danjou.info>
107
108         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
109         setup.
110
111 2013-05-23  Glenn Morris  <rgm@gnu.org>
112
113         * gnus-util.el (rmail-swap-buffers-maybe)
114         (rmail-maybe-set-message-counters, rmail-count-new-messages)
115         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
116         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
117
118         * mm-decode.el: No need to load term when compiling.
119         (term-mode, term-char-mode): Declare.
120
121         * mm-util.el: No need to load jka-compr when compiling.
122         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
123
124         * nnmaildir.el: Require is automatically eval-and-compile.
125         (nnmail): Require at run-time too.
126
127         * registry.el (registry-size): Move definition before use.
128
129 2013-05-22  Daiki Ueno  <ueno@gnu.org>
130
131         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
132         signed data to conform the standard.  (Bug#14232)
133
134 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
135
136         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
137         double angle quotation mark.
138
139 2013-05-20  Glenn Morris  <rgm@gnu.org>
140
141         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
142
143 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
144
145         * message.el (message-insert-formatted-citation-line): handle finding
146         first/lastname when more than 2 names appear.
147
148 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
149
150         * shr.el (shr-tag-span): New function.
151
152 2013-05-18  Glenn Morris  <rgm@gnu.org>
153
154         * message.el (message-mode): Use message-mode-abbrev-table,
155         with text-mode-abbrev-table as parent.  (Bug#14413)
156
157 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * message.el (message-expand-group): Decode group names.
160
161 2013-05-16  Julien Danjou  <julien@danjou.info>
162
163         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
164         app-icon.
165
166 2013-05-15  Glenn Morris  <rgm@gnu.org>
167
168         * shr-color.el (shr-color-visible-luminance-min)
169         (shr-color-visible-distance-min): Use shr-color group.
170
171 2013-05-11  Glenn Morris  <rgm@gnu.org>
172
173         * gnus-vm.el: Make it loadable without VM.
174         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
175         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
176
177 2013-05-09  Glenn Morris  <rgm@gnu.org>
178
179         * mml1991.el: Make it loadable.  (Bug#13456)
180
181         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
182         * gnus-async.el (gnus-async-post-fetch-function):
183         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
184         * gnus-html.el (gnus-html-image-cache-ttl):
185         * gnus-notifications.el (gnus-notifications-timeout):
186         * gnus-picon.el (gnus-picon-properties):
187         * gnus-util.el (gnus-completion-styles):
188         * gnus.el (gnus-other-frame-resume-function):
189         * message.el (message-user-organization-file)
190         (message-cite-reply-position):
191         * nnir.el (nnir-summary-line-format)
192         (nnir-retrieve-headers-override-function):
193         * shr-color.el (shr-color-visible-luminance-min):
194         * shr.el (shr-blocked-images):
195         * spam-report.el (spam-report-resend-to):
196         * spam.el (spam-summary-exit-behavior): Fix custom types.
197
198         * gnus-salt.el (gnus-selected-tree-face): Fix default.
199
200 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
203         because of let-binding help-xref-following.  (Bug#14356)
204
205 2013-05-06  Glenn Morris  <rgm@gnu.org>
206
207         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
208
209 2013-05-04  Andrew Cohen  <cohen@bu.edu>
210
211         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
212         entering into the registry.
213
214 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
215
216         * gnus.el: Ma Gnus v0.7 is released.
217
218 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
221         (Bug#14304)
222
223 2013-04-27  Glenn Morris  <rgm@gnu.org>
224
225         * gnus.el (gnus-list-debbugs):
226         Use require rather than autoload.  (Bug#14262)
227
228 2013-04-27  Julien Danjou  <julien@danjou.info>
229
230         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
231         port to "sieve" now that it has an official IANA port assigned.
232
233 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
236         Don't set the MAILHOST environment variable permanently (Bug#14271).
237
238 2013-04-26  Glenn Morris  <rgm@gnu.org>
239
240         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
241
242 2013-04-25  Andrew Cohen  <cohen@bu.edu>
243
244         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
245         string values of 'gcc-self. Thanks to Saroj Thirumalai.
246
247 2013-04-24  Andrew Cohen  <cohen@bu.edu>
248
249         * nnir.el (nnir-close-group): Make sure we are in the right group.
250
251         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
252         dependency table from all newly retrieved headers.
253
254 2013-04-16  David Edmondson  <dme@dme.org>
255
256         Support <img src="data:...">.
257
258         * shr.el (shr-image-from-data): New function.
259         (shr-tag-img): Use it.
260
261 2013-04-14  Andrew Cohen  <cohen@bu.edu>
262
263         * nnir.el (nnir-request-set-mark): Make sure we are in the right
264         group.
265
266 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
269         corresponding to any existing group (Bug#14166).
270
271 2013-04-10  Andrew Cohen  <cohen@bu.edu>
272
273         * nnir.el (number-sequence): No longer used.
274         (nnir-request-set-mark): New function.
275         (nnir-request-update-info): Improve marks updating.
276         (nnir-request-scan): Don't duplicate marks updating.
277         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
278         Use 'assq rather than 'assoc. Quote anonymous function.
279         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
280         Use 'gnus-group-prefixed-p.
281         (gnus-summary-create-nnir-group): Make sure server for method is open.
282
283 2013-04-04  Andrew Cohen  <cohen@bu.edu>
284
285         * nnir.el (gnus-nnir-group-p): New function.
286         (nnir-possibly-change-group): Use it.
287
288         * gnus-msg.el (gnus-setup-message): Use it.
289
290 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * mml.el (mml-minibuffer-read-description): Use `default' insted of
293         `initial-input' for the argument name.
294         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
295
296 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
297
298         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
299         (used by MH-E).
300
301 2013-04-01  Andrew Cohen  <cohen@bu.edu>
302
303         * nnir.el (nnir-request-update-mark): Improve mark updating in original
304         group.
305
306         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
307         fix compilation.
308
309 2013-03-31  Andrew Cohen  <cohen@bu.edu>
310
311         * nnir.el (nnir-method-default-engines): And another typo.
312
313 2013-03-30  Andrew Cohen  <cohen@bu.edu>
314
315         * nnir.el (nnir-method-default-engines): Fix typo.
316
317 2013-03-29  Andrew Cohen  <cohen@bu.edu>
318
319         * nnir.el: Define 'number-sequence for xemacs.
320         (gnus-summary-create-nnir-group): New function to create an nnir group
321         from an nnir summary buffer based on the current query.
322         (nnir-request-create-group): Update to allow nnir group creation based
323         on the current query.
324
325 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * nndraft.el (nndraft-request-expire-articles):
328         Make expiry target always `delete'.
329
330 2013-03-27  Andrew Cohen  <cohen@bu.edu>
331
332         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
333         buffer use the posting-style and gcc of the original article group.
334         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
335
336         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
337         after other deffoos.
338
339 2013-03-25  Andrew Cohen  <cohen@bu.edu>
340
341         * nnir.el: Major rewrite. Cleaner separation between searches and group
342         management. Marks are now shown in nnir summary buffers. Rudimentary
343         support for real (i.e. not ephemeral) nnir groups.
344         (gnus-summary-make-nnir-group): New function for initiating searches
345         from a summary buffer.
346
347 2013-03-18  Sam Steingold  <sds@gnu.org>
348
349         * message.el (message-bury): Minor cleanup.
350
351 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
352
353         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
354
355 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * nndir.el (nndir-request-list): Remove 2nd argument passed to
358         nnml-request-list.  (Bug#13873)
359         (nndir-request-newsgroups): Remove, unused.
360
361         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
362
363 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
364
365         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
366         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
367         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
368
369 2013-03-03  Ted Phelps  <phelps@gnusto.com>
370
371         * shr.el: Make all the overlays set the `evaporate' property so that
372         they're removed properly.
373
374 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
375
376         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
377         shell-quote-argument.
378
379 2013-02-22  David Engster  <deng@randomsample.de>
380
381         * gnus-registry.el (gnus-registry-save): Provide class name when
382         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
383         `condition-case' to stay compatible with older EIEIO versions which
384         only accept one argument.
385
386 2013-02-17  Daiki Ueno  <ueno@gnu.org>
387
388         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
389         (epg-user-id-validity): Autoload.
390         (mml2015-epg-check-user-id): New function.
391         (mml2015-epg-check-sub-key): New function split from
392         mml2015-epg-find-usable-key.
393         (mml2015-epg-find-usable-key): Accept context, name, usage, and
394         optional name-is-key-id, to handle the case when user-id is unusable.
395         Reported by Łukasz Stelmach <stlman@poczta.fm>.
396
397 2013-02-17  Glenn Morris  <rgm@gnu.org>
398
399         * shr.el (shr-put-image): Use image-multi-frame-p if available.
400
401 2013-02-16  Glenn Morris  <rgm@gnu.org>
402
403         * shr.el (shr-put-image): Only animate images that specify a delay.
404         This is consistent with the old image-animated-p behavior.
405
406 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
409         for XEmacs.
410
411 2013-02-13  Juri Linkov  <juri@jurta.org>
412
413         * gnus-art.el (gnus-article-mode-map):
414         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
415         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
416
417 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
418
419         * auth-source.el (auth-source-format-prompt): Don't get confused by
420         any "\" in replacement text.  (Bug#13637)
421
422 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
423
424         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
425         (gnus-backend-trace): Honour gnus-backend-trace.
426
427         * mml.el (mml-insert-part): Insert closing tag.
428
429         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
430
431 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
434         able to find the article, which can happen in debbugs groups,
435         apparently.
436
437 2013-01-16  Glenn Morris  <rgm@gnu.org>
438
439         * smiley.el (smiley-style): Make the file loadable in batch mode.
440
441 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
442
443         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
444         imap process running.
445
446 2013-01-14  Julien Danjou  <julien@danjou.info>
447
448         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
449         Compare addresses against addresses, not against the full From field.
450
451 2013-01-13  Richard Stallman  <rms@gnu.org>
452
453         * message.el (message-forward-make-body-mime): New args BEG, END
454         specify what part of FORWARD-BUFFER to use.  Do the work directly
455         instead of calling `mml-insert-buffer'.
456
457 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
458
459         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
460         cross-reference(s).
461
462         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
463         cross-reference(s).
464
465 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
466
467         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
468         and point-max-marker.
469         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
470
471 2013-01-11  Julien Danjou  <julien@danjou.info>
472
473         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
474         max are almost equal. Also return the correct value for V which is
475         already between 0 and 1.
476
477 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
478
479         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
480         to mml2015-encrypt-to-self.
481         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
482
483 2013-01-09  Daiki Ueno  <ueno@gnu.org>
484
485         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
486         mml-smime-epg-find-usable-secret-key.
487
488 2013-01-08  Glenn Morris  <rgm@gnu.org>
489
490         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
491
492 2013-01-07  Daiki Ueno  <ueno@gnu.org>
493
494         * mml-smime.el: Support signing by sender.
495         Requested by Uwe Brauer.
496         (mml-smime-sign-with-sender): New user option analogous
497         to mml2015-sign-with-sender.
498         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
499         (mml-smime-epg-find-usable-secret-key): New helper function copied from
500         mml2015.el.
501
502 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
505         isn't running, because Gnus will probably not know how to handle the
506         Gcc header (bug#11941).
507
508         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
509         articles.
510
511 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * nnfolder.el (nnfolder-recursive-directory-files): New function.
514         (nnfolder-generate-active-file): Make this function work with recursive
515         folder names.
516
517 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
518
519         * nntp.el (nntp-open-connection): Use HELP as the capability command
520         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
521         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
522
523 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
524
525         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
526         place holder since this gives `Invalid face reference: nil' messages.
527         Use the `default' face instead.  It has the same effect here, even
528         though it is not no-op.
529
530         * gnus-util.el
531         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
532
533 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
534
535         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
536         non-string posting styles (bug#13285).
537
538 2012-12-27  Glenn Morris  <rgm@gnu.org>
539
540         * plstore.el (plstore-passphrase-callback-function):
541         Use plstore-get-file.
542
543 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
544
545         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
546         stderr.
547
548 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
551
552         * gnus-compat.el (set-buffer-multibyte): Remove.
553
554 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
555
556         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
557         temporary file to get PGP key image. Pass no-show-photos when extracting
558         image to avoid having it pop up twice.
559
560 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
561
562         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
563         eligible for treatment.
564
565         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
566         lines.  This makes summary commands with hidden threads work more
567         reliably.
568
569         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
570         button to mark the hidden citations (bug#9395).
571
572 2012-12-26  Daiki Ueno  <ueno@gnu.org>
573
574         * mml2015.el (mml2015-epg-signature-to-string): New function.
575         (mml2015-epg-verify-result-to-string): New function.
576         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
577         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
578         instead of epg-verify-result-to-string.
579         (epg-signature-key-id, epg-signature-to-string): Autoload.
580         (epg-verify-result-to-string): Remove autoload.
581
582 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
583
584         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
585         ID image from GPG public key.
586         (mml2015-epg-key-image-to-string): New function.
587
588 2012-12-25  Leo Liu  <sdl.web@gmail.com>
589
590         * plstore.el (plstore-passphrase-callback-function): Fix error when
591         error when plstore-cache-passphrase-for-symmetric-encryption is set
592         (bug#13264).
593
594 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
595
596         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
597         buffer to the article buffer here, because that clobbers multiple
598         article buffers.
599
600         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
601         buffer always points to the right summary buffer.
602
603 2012-12-25  John Wiegley  <jwiegley@gmail.com>
604
605         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
606         the password (bug#12097).
607
608 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
609
610         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
611         (bug#13263).
612
613         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
614         buffer exists before using it (bug#12475).
615
616         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
617         offline groups (bug#11937).
618
619         * message.el (message-yank-original): When using customize to set the
620         value of `message-cite-style', the variable it set to a symbol that's
621         the name of the variable, which must then be dereferenced (bug#12616).
622
623 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
624
625         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
626         the `face' property with a list whose car is the face specified in the
627         format string and whose cdr is (nil).
628         * lisp/gnus-util.el
629         (gnus-put-text-property-excluding-characters-with-faces):
630         Change accordingly.
631         (gnus-get-text-property-excluding-characters-with-faces): New function.
632         * lisp/gnus-sum.el (gnus-summary-highlight-line):
633         * lisp/gnus-salt.el (gnus-tree-highlight-node):
634         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
635
636 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
637
638         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
639         login methods.
640         (nnimap-login): Respect the `nnimap-authenticator' variable.
641
642         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
643         mark state when moving articles.  Otherwise unticked articles will get
644         their ticks back after moving.
645
646 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
649
650         * message.el (message-ignored-news-headers): Always remove
651         X-Message-SMTP-Method to avoid information leakage if the user
652         mistakenly inserts the header into news messages.
653
654         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
655
656         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
657         right than four characters, this command would move point to
658         `point-max'.  Don't do that.
659
660         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
661         to nil to allow re-selecting groups that gain articles.
662         (gnus-bug-group-download-format-alist): Update the URL.
663
664 2012-12-23  Andreas Schwab  <schwab@suse.de>
665
666         * shr.el (shr-tag-em): Render em as italic, not bold.
667
668 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-int.el (gnus-backend-trace): Factor out into its own function
671         for reuse.
672         (gnus-open-server): Use it to add more tracing.
673         (gnus-finish-retrieve-group-infos): Add backend tracing.
674         (gnus-backend-trace): Also note the elapsed seconds.
675
676 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
677
678         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
679         Set epa-file-encrypt-to from variable to avoid querying.
680
681 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
682
683         * sieve-mode.el (sieve-font-lock-keywords):
684         Keywords should be word delimited.  (Bug#13173)
685
686 2012-12-13  Andreas Schwab  <schwab@suse.de>
687
688         * tls.el (tls-program): Update customize type.
689
690 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
693         instead of <pre> to align message header.
694
695 2012-12-12  Sam Steingold  <sds@gnu.org>
696
697         * gnus.el (gnus-other-frame-resume-function): Add user option.
698         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
699
700 2012-12-06  Sam Steingold  <sds@gnu.org>
701
702         * gnus-start.el (gnus-before-resume-hook): Add.
703         (gnus-1): Run it when Gnus is alive.
704
705 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
708         * gnus-art.el (article-unsplit-urls)
709         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
710         * gnus-registry.el (gnus-registry-get-article-marks)
711         * message.el (message-goto-body): Use it.
712         (message-called-interactively-p): Remove.
713
714         * spam-stat.el (spam-stat-called-interactively-p): New macro.
715         (spam-stat-score-buffer): Use it.
716
717         * spam.el: Silence the warnings against BBDB functions when compiling.
718
719         * gnus-score.el (gnus-score-decode-text-parts):
720         Use append+mapcar instead of the cl function mapcan.
721
722 2012-12-05  Sam Steingold  <sds@gnu.org>
723
724         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
725         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
726         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
727
728 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * gmm-utils.el (gmm-called-interactively-p): Revert.
731         This seems to cause Emacs to get stuck!
732         * gnus-art.el (article-unsplit-urls)
733         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
734         * gnus-registry.el (gnus-registry-get-article-marks)
735         * message.el (message-goto-body)
736         (message-called-interactively-p): Revert.
737
738         * gmm-utils.el (gmm-called-interactively-p): New function.
739         * gnus-art.el (article-unsplit-urls)
740         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
741         * gnus-registry.el (gnus-registry-get-article-marks)
742         * message.el (message-goto-body): Use it.
743         (message-called-interactively-p): Remove.
744
745         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
746         * gnus-sync.el (gnus-sync-lesync-call)
747         * message.el (message-read-from-minibuffer): Use it.
748
749 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gmm-utils.el (gmm-flet): Remove.
752         * gnus-sync.el (gnus-sync-lesync-call)
753         * message.el (message-read-from-minibuffer): Don't use it.
754
755 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * gmm-utils.el (gmm-labels): Use cl-labels if available.
758
759 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
762
763         * gnus-sync.el (gnus-sync-lesync-call)
764         * message.el (message-read-from-minibuffer): Use gmm-flet.
765
766         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
767
768         * gnus-util.el (gnus-macroexpand-all): Remove.
769
770 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
771
772         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
773         to TAB, not [tab].
774         (gnus-summary-article-map): Likewise.
775
776         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
777         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
778
779 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
780
781         * time-date.el: Commentary fix.
782
783 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
784
785         * color.el: Don't require cl.
786         (color-complement): `caddr' -> `nth 2'.
787
788         * time-date.el (time-to-seconds): De-obsolete.
789
790 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * message.el (message-get-reply-headers):
793         Make sure the reply goes to the author if it is a wide reply.
794
795 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
796
797         * gnus-score.el (gnus-score-body):
798         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
799         scoring by body.
800
801 2012-11-16  Glenn Morris  <rgm@gnu.org>
802
803         * gnus-diary.el (nndiary-request-create-group-functions)
804         (nndiary-request-update-info-functions)
805         (gnus-subscribe-newsgroup-functions)
806         (nndiary-request-accept-article-functions):
807         Use new names for hooks rather than obsolete aliases.
808
809 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * dgnushack.el (define-obsolete-variable-alias): Simplify.
812
813 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
816         in meta tag with the one the part specifies in its header.
817
818 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
819
820         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
821         by default.
822
823 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
826         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
827
828 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
831         and a runtime function for it, of which the XEmacs version takes only
832         two arguments.
833
834 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
835
836         * nndiary.el (nndiary-request-create-group-functions)
837         (nndiary-request-update-info-functions)
838         (nndiary-request-accept-article-functions):
839         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
840         "-hooks" suffix.
841
842 2012-10-19  Julien Danjou  <julien@danjou.info>
843
844         * gnus-art.el: Require gnus-util because it uses
845         `gnus-timer--function'.
846
847 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
848
849         * starttls.el (starttls-extra-arguments): Doc fix.
850
851 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
854         it.
855
856 2012-10-06  Glenn Morris  <rgm@gnu.org>
857
858         * gnus-notifications.el (gnus-notifications):
859         Add missing group :version tag.
860         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
861         (gnus-gcc-post-body-encode-hook):
862         * gnus-sync.el (gnus-sync-lesync-name)
863         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
864
865 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
866
867         * color.el (color-hsl-to-rgb): Fix incorrect results for
868         small and large hue values.  (Bug#12559)
869
870 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         New UIDL implementation.
873
874         * mail-source.el (mail-sources, mail-source-keyword-map):
875         Add :leave as a pop3 keyword.
876         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
877
878         * pop3.el (pop3-leave-mail-on-server): Allow number.
879         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
880         (pop3-movemail): Add UIDL support.
881         (pop3-send-streaming-command): Take a list of mail numbers instead of
882         the number of mails.
883         (pop3-write-to-file): Add X-UIDL header.
884         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
885         (pop3-uidl-add-xheader): New functions.
886
887         * message.el (message-ignored-resent-headers):
888         Add X-Content-Length and X-UIDL headers.
889
890 2012-10-05  Glenn Morris  <rgm@gnu.org>
891
892         * color.el (color-name-to-rgb, color-rgb-to-hex)
893         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
894         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
895         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
896         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
897
898 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
901         a user about whether to delete temp files if once a user answered as n.
902
903 2012-09-25  Chong Yidong  <cyd@gnu.org>
904
905         * password-cache.el (password-read-and-add): Use a declare form to mark
906         this function obsolete.
907
908 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * lpath.el: Bind mail-encode-mml for old Emacsen.
911
912 2012-09-17  Richard Stallman  <rms@gnu.org>
913
914         * message.el (message-in-body-p): Don't set mark or modify buffer.
915
916         * mml.el (mml-attach-file): Doc fix.
917         (mml-attach-external, mml-attach-buffer, mml-attach-file):
918         Set mail-encode-mml when in Mail mode.
919         Simplify code to set HEAD and move back to HEAD.
920         (mml-insert-multipart, mml-insert-part):
921         Set mail-encode-mml when in Mail mode.
922
923 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-util.el (gnus-timer--function): New function.
926
927         * gnus-art.el (gnus-article-stop-animations): Use it.
928
929 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
930
931         Fix glitches caused by addition of psec to timers.
932         * gnus-art.el (gnus-article-stop-animations): Use timer--function
933         rather than raw access to timer vector.
934
935 2012-09-11  Julien Danjou  <julien@danjou.info>
936
937         * gnus-notifications.el (gnus-notifications): Check for nil values in
938         ignored addresses check.
939
940 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
941
942         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
943
944 2012-09-07  Chong Yidong  <cyd@gnu.org>
945
946         * gnus-util.el
947         (gnus-put-text-property-excluding-characters-with-faces): Restore.
948
949         * gnus-salt.el (gnus-tree-highlight-node):
950         * gnus-sum.el (gnus-summary-highlight-line):
951         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
952
953 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
954
955         * gnus-util.el: Fix compilation error on XEmacs 21.4.
956
957 2012-09-06  Juri Linkov  <juri@jurta.org>
958
959         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
960         scheme for buffer names to be more consistent with other group and
961         article buffer names in Gnus.
962
963 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus-util.el
966         (gnus-put-text-property-excluding-characters-with-faces): Removed.
967
968         * gnus-compat.el: Define compat function `add-face' from Wolfgang
969         Jenkner.
970
971         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
972
973         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
974
975         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
976
977 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
980         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
981
982         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
983         string-prefix-p in Emacs >=23.2.
984
985         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
986         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
987         instead of string-match-p.
988         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
989
990 2012-09-06  Kenichi Handa  <handa@gnu.org>
991
992         * qp.el (quoted-printable-decode-region): Fix previous change; handle
993         lowercase a..f.
994
995 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
996
997         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
998
999 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1000
1001         * nnimap.el (nnimap-request-move-article): Decode the group name when
1002         doing internal moves to avoid charset issues.
1003
1004         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1005         TIME is set.
1006
1007 2012-09-05  Juri Linkov  <juri@jurta.org>
1008
1009         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1010         than one group at a time (bug#11961).
1011
1012 2012-09-05  Julien Danjou  <julien@danjou.info>
1013
1014         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1015         this hide the real reason with a message giving absolutely no hint.
1016
1017 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1018
1019         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1020         to the backend (bug#11804).
1021
1022         * message.el (message-insert-newsgroups): Don't insert newsgroup
1023         duplicates (bug#12275).
1024
1025 2012-09-05  John Wiegley  <johnw@newartisans.com>
1026
1027         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1028         sieve rules.
1029
1030 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1031
1032         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1033         function.
1034
1035         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1036
1037         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1038
1039 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1040
1041         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1042         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1043         This should make nnmaildir more usable with offlineimap.
1044
1045 2012-09-05  Julien Danjou  <julien@danjou.info>
1046
1047         * nnimap.el (nnimap-request-list): Revert change that made listing
1048         synchronous.
1049         (nnimap-get-responses): Restore.
1050
1051 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1052
1053         * dgnushack.el: XEmacs 21.5 compilation fix.
1054
1055         * gnus-notifications.el (gnus-notifications-notify): Use it.
1056
1057         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1058         warnings on XEmacs.
1059
1060 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1061
1062         Better seeds for (random).
1063         * gnus-sync.el (gnus-sync-lesync-setup):
1064         * message.el (message-canlock-generate, message-unique-id):
1065         Change (random t) to (random), now that the latter is more random.
1066
1067 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1068
1069         * nnimap.el (nnimap-change-group): Document result value
1070
1071         * auth-source.el (auth-sources): Fix macos keychain access.
1072
1073         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1074         allow the backend `request-head' function to determine the group
1075         name on its own.
1076         (gnus-request-expire-articles): Filter out negative article numbers
1077         during expiry (Bug#11980).
1078
1079         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1080         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1081
1082         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1083         you've found the article when you haven't.
1084
1085         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1086         that nnimap-change-group can return t.
1087
1088 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1089
1090         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1091
1092 2012-08-30  Julien Danjou  <julien@danjou.info>
1093
1094         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1095         `gnus-notifications-timeout'.
1096         (gnus-notifications-timeout): Add.
1097         (gnus-notifications-action): New function.
1098         (gnus-notifications-notify): Add :action using
1099         `gnus-notifications-action'.
1100         (gnus-notifications-id-to-msg): New variable.
1101         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1102         notifications id to messages.
1103
1104 2012-08-30  Kenichi Handa  <handa@gnu.org>
1105
1106         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1107         once.
1108
1109 2012-08-29  Julien Danjou  <julien@danjou.info>
1110
1111         * gnus-notifications.el: New file.
1112         (gnus-notifications-notify): New function.
1113         (gnus-notifications): Use `gnus-notifications-notify'.
1114
1115 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1118         transfer encoding first; bind gnus-newsgroup-charset to the charset
1119         that the article specifies (Bug#12209).
1120
1121 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1124         (gnus-group-customize-done): Encode values posting-style holds.
1125
1126         * gnus-msg.el (gnus-summary-resend-message)
1127         (gnus-configure-posting-styles): Decode values posting-style group
1128         parameter holds.
1129
1130 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1133         `name' and `address' in Resent-From header.
1134
1135 2012-08-14  Chong Yidong  <cyd@gnu.org>
1136
1137         * gnus-art.el (article-display-face): Handle failure in
1138         gnus-create-image (Bug#11802).
1139
1140 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1141
1142         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1143         Use defsetf.
1144
1145 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1146
1147         * auth-source.el: (auth-source-plstore-search)
1148         (auth-source-secrets-search): Ignore :require and :type in search spec.
1149
1150 2012-08-06  Julien Danjou  <julien@danjou.info>
1151
1152         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1153         `nnimap-request-move-article'.
1154
1155         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1156         Remove autoload, already handled by gnus.el.
1157
1158         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1159
1160         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1161         supported by nnimap actually. Reverts previous change.
1162
1163         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1164         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1165         to-buffer argument that is already supported.
1166
1167 2012-08-05  Julien Danjou  <julien@danjou.info>
1168
1169         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1170         Add autoload.
1171
1172 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus.el (gnus-valid-select-methods): Fix custom type.
1175
1176 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1177
1178         * auth-source.el (auth-sources, auth-source-backend-parse)
1179         (auth-source-macos-keychain-search)
1180         (auth-source-macos-keychain-search-items)
1181         (auth-source-macos-keychain-result-append)
1182         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1183         auth-source.el through the /usr/bin/security utility.
1184         (auth-sources): Fix syntax error.
1185         (auth-source-macos-keychain-result-append): Fix variable name.
1186         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1187
1188 2012-07-27  Julien Danjou  <julien@danjou.info>
1189
1190         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1191         Emacs < 24.1
1192
1193 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * message.el (message-kill-address): Don't kill last newline.
1196         (message-skip-to-next-address): Don't move to the next header.
1197         (message-fill-field-address): Work properly.
1198
1199 2012-07-25  Julien Danjou  <julien@danjou.info>
1200
1201         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1202
1203 2012-07-24  Julien Danjou  <julien@danjou.info>
1204
1205         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1206
1207         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1208         (nntp-async-timer-handler): Remove, unused.
1209
1210         * nnimap.el (nnimap-get-responses): Remove, unused.
1211
1212         * nnheader.el (mail-header-set-extra): Remove, unused.
1213
1214         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1215         unused.
1216
1217         * mm-view.el (mm-view-sound-file): Remove, unused.
1218
1219         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1220         (mm-url-encode-multipart-form-data): Remove, unused.
1221
1222         * message.el (message-remove-signature, message-make-host-name)
1223         (message-fill-address): Remove, unused.
1224
1225         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1226         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1227         unused.
1228
1229         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1230         (gnus-xmas-call-region): Remove, unused.
1231
1232         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1233
1234         * gnus-util.el (gnus-extract-address-component-name)
1235         (gnus-extract-address-component-email, gnus-sortable-date)
1236         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1237         (gnus-process-live-p): Remove, unused.
1238
1239         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1240
1241         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1242         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1243         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1244         function.
1245
1246         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1247
1248         * gnus-score.el (gnus-summary-score-crossposting)
1249         (gnus-score-regexp-bad-p): Remove, unused.
1250
1251         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1252
1253         * gnus-range.el (gnus-sublist-p): Remove, unused.
1254
1255         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1256         unused.
1257
1258         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1259
1260         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1261         (gnus-request-associate-buffer): Remove, unused.
1262
1263         * gnus-group.el (gnus-group-set-method-info)
1264         (gnus-group-set-params-info): Remove, unused.
1265
1266         * gnus-fun.el (gnus-shell-command-to-string)
1267         (gnus-shell-command-on-region): Remove, unused.
1268
1269         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1270
1271         * gnus-art.el (gnus-article-text-type-exists-p)
1272         (article-translate-characters, gnus-article-hide-text-of-type)
1273         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1274         Remove, unused.
1275
1276 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1277
1278         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1279
1280 2012-07-21  Julien Danjou  <julien@danjou.info>
1281
1282         * message.el (message-dont-reply-to-names): Replace deprecated
1283         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1284         (message-get-reply-headers): Ditto.
1285
1286 2012-07-18  Julien Danjou  <julien@danjou.info>
1287
1288         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1289         `sieve-upload-and-kill'.
1290
1291         * sieve.el (sieve-bury-buffer): Remove function.
1292         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1293         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1294
1295 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1296
1297         * shr.el (shr-expand-url): Handle URL starting with `//'.
1298
1299 2012-07-13  Chong Yidong  <cyd@gnu.org>
1300
1301         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1302         instead of calling toggle-read-only with a (bogus) argument.
1303
1304 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1305
1306         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1307         of initial input when reading the author to restrict the summary to.
1308
1309 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * mm-decode.el (mm-shr):
1312         Allow overriding charset by mm-charset-override-alist.
1313
1314 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-art.el (gnus-article-view-part):
1317         Toggle subparts of multipart/alternative part.
1318
1319 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1320
1321         * shr.el (shr-render-buffer): New command.
1322         (shr-visit-file): Use it.
1323
1324 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1327         Set no-byte-compile and no-update-autoloads.
1328
1329 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1332
1333 2012-06-25  Julien Danjou  <julien@danjou.info>
1334
1335         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1336         `nnimap-request-move-articles-find-limit' since we do not use it only
1337         for move operations.
1338         (nnimap-request-accept-article): Use
1339         `nnimap-request-articles-find-limit' to limit search by message-id.
1340
1341 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1342
1343         Support higher-resolution time stamps (Bug#9000).
1344
1345         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1346         VARLIST.  It's optional, for backward compatibility.
1347         (encode-time-value): New optional arg PICO.  New type 3.
1348         (time-to-seconds) [!float-time]: Support the new picoseconds
1349         component if it's used.
1350         (seconds-to-time, time-subtract, time-add):
1351         Support ps-resolution time stamps as well.
1352
1353 2012-06-19  Julien Danjou  <julien@danjou.info>
1354
1355         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1356
1357         * nnimap.el (nnimap-log-buffer): Check that
1358         `window-point-insertion-type' is boundp, since it's not available in
1359         XEmacs.
1360
1361 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1362
1363         * nnimap.el (nnimap-log-buffer): Add this, setting
1364         `window-point-insertion-type' in the buffer to t.
1365         (nnimap-log-command): Use nnimap-log-buffer.
1366
1367 2012-06-19  Julien Danjou  <julien@danjou.info>
1368
1369         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1370         argument to be able to limit the search.
1371         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1372         (nnimap-request-move-articles-find-limit): Add this to limit the search
1373         by Message-Id after a message move.
1374         (nnimap): Add defgroup.
1375
1376 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1377
1378         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1379
1380 2012-06-15  Julien Danjou  <julien@danjou.info>
1381
1382         * nnimap.el (nnimap-find-article-by-message-id): Use
1383         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1384         (nnimap-possibly-change-group): Add read-only argument.
1385         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1386         issuing EXAMINE manually.
1387         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1388         with read-only argument.
1389         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1390         cannot possibly change because we need to be sure that it's either
1391         read-write or read-only.
1392
1393 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1396         being bound to a lambda form.
1397
1398 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1399
1400         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1401         articles when fetch-old is non-nil (bug#11370).
1402
1403 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1404
1405         * gnus-picon.el (gnus-picon-properties): New defcustom.
1406         (gnus-picon-create-glyph): Use it.
1407
1408 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * gnus-group.el (gnus-group-get-new-news): Respect
1411         `gnus-group-use-permanent-levels', as documented (bug#11638).
1412
1413 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1414
1415         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1416         groups (bug#11641).
1417
1418 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1419
1420         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1421         is an integer to avoid later problems.
1422
1423 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1426         locales.
1427
1428         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1429         on a handle.
1430
1431         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1432         address as the default.
1433         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1434
1435         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1436         makes no sense to query the user about internal files.
1437
1438         * gnus-spec.el: Remove all the byte-compilation stuff, since
1439         benchmarking shows that it doesn't help when entering large summary
1440         buffers.
1441
1442         * gnus-xmas.el (gnus-xmas-define): Remove.
1443
1444         * gnus-util.el (gnus-byte-code): Remove.
1445
1446         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1447         grouplens stuff.
1448
1449 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1452         (bug#11514).
1453
1454 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1455
1456         * message.el (message-buffers): Return all buffers derived from Message
1457         to make `gnus-dired-attach' work with mu4e.
1458
1459 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1460
1461         * nntp.el: Stop the `letf' madness.
1462         (nntp--report-1): New var.
1463         (nntp-report): Merge nntp-report-1 into it.
1464         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1465         the nntp-report function.
1466
1467         * auth-source.el: Fix comment-style to follow the convention.
1468
1469 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1470
1471         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1472         (mm-dissect-singlepart): Don't guess the MIME type of
1473         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1474         set.
1475         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1476         toplevel MIME type is multipart/encrypted.
1477
1478 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1481         a string so that Gcc works (bug#11514).
1482
1483 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1484
1485         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1486         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1487
1488 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1489
1490         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1491         jumping to *Server* from a dedicated *Group* window.
1492         (gnus-configure-frame): CSE.
1493
1494         * gnus-registry.el: Minor style cleanup.
1495         (gnus-registry--set/remove-mark): New function, extracted from
1496         gnus-registry-install-shortcuts.
1497         (gnus-registry-install-shortcuts): Use it.
1498
1499 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * nnspool.el (news-path): Use eval-and-compile.
1502
1503 2012-05-24  Glenn Morris  <rgm@gnu.org>
1504
1505         * nnspool.el (news-directory, news-path, news-inews-program):
1506         Move here from paths.el.  Don't see a need for these to be autoloaded.
1507
1508         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1509         Merge in doc from paths.el version.  Don't see any need for this to be
1510         autoloaded, or for the warning about users not setting it.
1511
1512 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1513
1514         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1515         format.  In particular, add an optional argument and a docstring.
1516
1517         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1518
1519         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1520         current before calling `gnus-groups-to-gnus-format'.
1521         Note that this was already the case for `gnus-active-to-gnus-format'.
1522
1523 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1524
1525         Fix minor Y10k bug.
1526         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1527
1528 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1529
1530         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1531         message once it's actually open.
1532
1533 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1534
1535         * gnus.el: Ma Gnus v0.5 is released.
1536
1537 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1538
1539         * auth-source.el (auth-source--aput-1, auth-source--aput)
1540         (auth-source--aget): New functions and macros.
1541         Use them instead of aput/aget.
1542
1543 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1544
1545         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1546
1547 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1548
1549         * plstore.el (plstore-called-interactively-p): New compat macro copied
1550         from message.el.
1551         (plstore-mode): Use it.
1552
1553 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1554
1555         * plstore.el: Revive the editing feature.
1556         (plstore-mode): New mode to edit plstore file.
1557         (plstore-mode-toggle-display, plstore-mode-original)
1558         (plstore-mode-decoded): New command.
1559         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1560         (plstore--insert-buffer, plstore--make): New function.
1561         (plstore-open, plstore-save): Simplify by using them.
1562
1563 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1566
1567 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1568
1569         * tls.el (open-tls-stream): Remove unused binding.
1570
1571 2012-04-16  Glenn Morris  <rgm@gnu.org>
1572
1573         * nndraft.el (nndraft-request-list): Fix declaration.
1574
1575 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * mm-decode.el (mm-dissect-buffer): Doc fix.
1578
1579         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1580         don't have a current group.
1581
1582         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1583         buffer if it doesn't exist.
1584
1585         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1586         given, mark the group as ephemeral with the current window conf.
1587
1588         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1589         buffer exists, which it doesn't if we haven't started Gnus.
1590         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1591
1592 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1595         type is.
1596
1597         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1598         `unexists' entries.
1599         (gnus-clean-old-newsrc): Fix last checkin.
1600
1601         * nnimap.el (nnimap-update-info): None of the articles below the active
1602         low-water mark exist.
1603
1604         * dgnushack.el: Get rid of XEmacs compilation warning.
1605
1606         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1607         would have gotten if we posted to the group, and use that to compare
1608         against the message we want to cancel (bug#10808).
1609
1610         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1611         on XEmacs.
1612
1613 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1614
1615         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1616         `scroll-margin'.
1617
1618 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1619
1620         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1621         citation prefix within a block of cited text should be considered part
1622         of that block *only* if it is a blank line.
1623
1624 2012-04-09  Chong Yidong  <cyd@gnu.org>
1625
1626         * binhex.el, hashcash.el, uudecode.el:
1627         Remove * characters from the front of variable docstrings.
1628
1629 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1632         before kinsoku-bol characters nor within kinsoku-eol characters.
1633
1634 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1637         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1638         (gnus-sync-read): Use mapc instead of mapcar.
1639
1640         * mm-archive.el: Require mm-decode for some macros.
1641         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1642         the byte compiler.
1643         (mm-archive-decoders): New function that returns the value of
1644         the mm-archive-decoders variable.
1645
1646         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1647         instead.
1648         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1649
1650         * nnimap.el (gnus-refer-thread-use-nnir):
1651         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1652
1653 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1656
1657 2012-03-12  Peter Münster  <pmrb@free.fr>
1658
1659         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1660         (gnus-demon-cancel): Ditto.
1661         (gnus-demon-run-callback): When function cannot be called due to low
1662         idleness, call it when idleness reaches the expected value, instead of
1663         waiting another timer period.
1664         (gnus-demon-init): Add `time' to arguments of call-back.
1665
1666 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1669
1670         * gnus.el: Register gnus-registry functions.
1671
1672         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1673         indent.
1674
1675         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1676         enabled before warping.
1677
1678 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1679
1680         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1681         registry about each article retrieved.
1682
1683         * gnus-int.el (gnus-select-group-with-message-id): New function.
1684         (gnus-try-warping-via-registry): Ditto.
1685         (gnus-warp-to-article): Fall back on the registry.
1686
1687 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1688
1689         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1690         inboxes.
1691
1692 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1695
1696 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1699         gnus-gcc-self-resent-messages may be a group parameter.
1700         (gnus-summary-resend-message): Don't encode encoded words in header
1701         when Gcc'ing resent message.
1702
1703 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * shr.el (shr-insert): Treat non-breaking space just like normal
1706         space.  This seems to produce more pleasing results.
1707         (shr-insert): Only insert a blank line if we're starting from an image.
1708         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1709         (shr-ensure-paragraph): Consider lines with white space to be blank.
1710
1711 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1712
1713         * Makefile.in: Respect DESTDIR.
1714
1715 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1716
1717         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1718         and gnus-gcc-post-body-encode-hook.
1719
1720 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1723         messages that don't exist.
1724
1725         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1726
1727 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1730         Remove.
1731
1732         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1733
1734         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1735
1736 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1739         have a group name.
1740
1741         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1742         a multibyte buffer (bug#7410).
1743         (article-wash-html): Parse the original article buffer to get the
1744         unencoded data (bug#7410).
1745
1746         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1747         .newsrc.el files.
1748
1749 2012-04-05  Bastien Guerry  <bzg@altern.org>
1750
1751         * color.el (color-lighten-name): Fix typo.
1752
1753 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1756         "#" to avoid having them interpreted as comments.
1757
1758 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * shr.el (shr-insert): Update the text state properly to avoid
1761         inserting spurious paragraph starts.
1762
1763 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * shr.el (shr-table-widths): Divide the extra width more fairly over
1766         the TDs (bug#10973).
1767         (shr-render-td): Don't delete too much padding.
1768         (shr-natural-width): Compute the natural width more correctly.
1769         (shr-insert): Allow the natural width to be computed for tables again.
1770         (shr-tag-table-1): Rework how the natural widths are computed by
1771         rendering the table a third time.
1772         (shr-natural-width): Removed.
1773         (shr-buffer-width): New function.
1774         (shr-expand-newlines): Use it.
1775
1776         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1777         using a `gnus-use-full-window' setup (bug#11013).
1778
1779 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1782         24.1 release.
1783
1784 2012-03-10  David Edmondson  <dme@dme.org>
1785
1786         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1787         'Forwarded Message' header and the start of the message.
1788
1789 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1790
1791         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1792         isn't running (bug#10897).
1793
1794 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1797         This is inconsistent with all the other stream functions, which leave
1798         the setting up to the higher levels (if so wanted) (bug#10931).
1799
1800 2012-02-28  Glenn Morris  <rgm@gnu.org>
1801
1802         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1803         mm-decode.el: Standardize possessive apostrophe usage.
1804
1805 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1808
1809 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1810
1811         * parse-time.el (parse-time-string): Allow extractor to return nil.
1812
1813 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1816
1817 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1818
1819         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1820
1821 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1822
1823         * mm-decode.el (mm-shr): Remove "soft hyphens".
1824
1825         * nnimap.el (nnimap-request-list): Return the group names encoded as
1826         utf8.  Otherwise non-European group names don't work.
1827         (nnimap-request-newgroups): Ditto.
1828
1829         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1830         the default in `read-string' (bug#10757).
1831
1832         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1833         topics (bug#10843).
1834
1835         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1836         buffer.  Suggested by Herbert Valerio Riedel.
1837         (nnimap-request-move-article): Delete the message from the correct IMAP
1838         server.
1839
1840 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1841
1842         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1843         Reported by Peter Münster.
1844
1845 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1846
1847         * shr.el (shr-image-fetched): Make sure we really kill the right
1848         buffer.
1849
1850 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1851
1852         * gnus-start.el (gnus-1): Avoid duplicate entries.
1853
1854 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1855
1856         * imap.el: Remove.
1857
1858         * nntp.el (nntp-coding-system-for-read): Remove.
1859         (nntp-coding-system-for-write): Ditto.
1860         (nntp-open-connection): Just use `binary' directly.
1861
1862         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1863         Gnus 0.3.
1864
1865 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1866
1867         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1868         application/octet-stream parts really is.
1869
1870         * gnus-sum.el (gnus-propagate-marks): Remove.
1871
1872 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1873
1874         * shr.el (shr-rescale-image): Undo previous change; see
1875         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1876
1877 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1878
1879         * gnus.el: Ma Gnus v0.3 is released.
1880
1881 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1882
1883         * gnus-sum.el (gnus-summary-local-variables): Make
1884         `gnus-newsgroup-unexist' into a local variable.
1885
1886 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1887
1888         * registry.el (registry-usage-test, registry-persistence-test): Move to
1889         tests/gnustest-registry.el.
1890         (registry-make-testable-db, registry-match-test)
1891         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1892
1893         * gnus-registry.el (gnus-registry-misc-test)
1894         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1895
1896         * tests/gnustest-registry.el: New file with the registry and
1897         gnus-registry ERT tests.
1898
1899 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-msg.el (gnus-summary-resend-message): Make
1902         gnus-summary-resend-message-insert-gcc be last item in
1903         message-header-setup-hook.
1904
1905 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1906
1907         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1908         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1909         Remove.
1910         (nnfolder-open-server): Don't use marks.
1911         (nnfolder-request-delete-group): Ditto.
1912         (nnfolder-request-rename-group): Ditto.
1913         (nnfolder-request-set-mark, nnfolder-request-marks)
1914         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1915         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1916
1917         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1918         (nnml-marks-modtime): Remove.
1919         (nnml-request-delete-group): Don't use marks.
1920         (nnml-request-rename-group): Ditto.
1921         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1922         (nnml-save-marks, nnml-open-marks): Remove.
1923
1924         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1925         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1926         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1927         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1928         (nntp-server-to-method-cache): Remove.
1929
1930         * shr.el (shr-rescale-image): Fix wrong merge.
1931
1932 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1933
1934         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1935         too-wide lines.
1936
1937 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1938
1939         * nnimap.el (nnimap-record-commands): New variable.
1940         (nnimap-log-command): Use it.
1941         (nnimap-make-process-buffer): Add a space to the process buffer.
1942         (nnimap-transform-headers): Don't bug out on header lines containing
1943         stuff that look like IMAP length encodings.
1944
1945         * shr.el (shr-rescale-image): Allow viewing large images.
1946
1947 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1948
1949         * nnml.el (nnml-request-compact-group): Delete the marks file after
1950         compaction (bug#10800).
1951
1952         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1953         group exit.
1954
1955         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1956         QRESYNC/FETCH output.
1957
1958 2012-02-11  Glenn Morris  <rgm@gnu.org>
1959
1960         * sieve-manage.el (sieve-manage-default-stream):
1961         * shr.el (shr):
1962         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1963         (nnir-retrieve-headers-override-function)
1964         (nnir-imap-default-search-key, nnir-notmuch-program)
1965         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1966         (nnir-method-default-engines):
1967         * message.el (message-cite-reply-position):
1968         * gssapi.el (gssapi-program):
1969         * gravatar.el (gravatar):
1970         * gnus-sum.el (gnus-refer-thread-use-nnir):
1971         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1972         (gnus-registry-max-pruned-entries):
1973         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1974         * gnus-int.el (gnus-after-set-mark-hook)
1975         (gnus-before-update-mark-hook):
1976         * gnus-async.el (gnus-async-post-fetch-function):
1977         * auth-source.el (auth-source-cache-expiry):
1978         Add missing :version tags to new defcustoms and defgroups.
1979
1980 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1981
1982         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1983         `gnus-newsgroup-unexist'.
1984
1985         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1986         marks.
1987         (gnus-article-special-mark-lists): Put the `unexist' in the special
1988         marks list instead.
1989
1990         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1991         articles in the list of articles to be selected.
1992
1993         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1994         articles.
1995         (nnimap-update-info): Keep track of unexisting articles.
1996         (nnimap-update-qresync-info): Ditto.
1997
1998 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1999
2000         * message.el (message-default-send-mail-function): Made into own
2001         function for reuse by emacsbug.el.
2002
2003 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2004
2005         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2006         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2007
2008 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2009
2010         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2011         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2012
2013         * gnus-compat.el: Define `timer-set-function'.
2014
2015         * mm-decode.el (mm-display-external): Output the text from the command
2016         in the buffer after the command finished.  This makes text-based
2017         commands behave better.
2018
2019 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2020
2021         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2022
2023 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2026         23.1.
2027
2028 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2031
2032 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2033
2034         * message.el (smtpmail-smtp-user): Silence compiler warning.
2035
2036 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2037
2038         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2039         SMTP user name.
2040
2041 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gnus-sum.el (gnus-summary-show-thread):
2044         next-single-char-property-change may return nil in XEmacs.
2045         (gnus-summary-article-map): Fix typo.
2046
2047 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2048
2049         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2050         running.
2051
2052         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2053
2054         * gnus.el (gnus-server-extend-method): Don't add an -address component
2055         if the method already has one (bug#9676).
2056
2057 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2058
2059         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2060         of an initial-input for consistency (bug#10757).
2061
2062         * dgnushack.el: Fix XEmacs compilation warning.
2063
2064         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2065
2066         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2067
2068 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2069
2070         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2071         lines that are narrower than the window width.  Otherwise background
2072         "blocks" will look less readable.
2073
2074 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2075
2076         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2077         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2078         have newlines within the strings, and where the UID comes after the
2079         BODYSTRUCTURE element (bug#10537).
2080
2081         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2082         (bug#10732).
2083
2084         * shr.el (shr-insert-document): Add doc string.
2085         (shr-visit-file): Ditto.
2086         (shr-remove-trailing-whitespace): New function.
2087         (shr-insert-document): Use it to clean up trailing whitespace as the
2088         final step (bug#10714).
2089
2090 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2091
2092         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2093         buffer if `gnus-kill-summary-on-exit' is nil.
2094
2095 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2098         when just reading a single group from "without" Gnus.
2099
2100 2012-02-06  Chong Yidong  <cyd@gnu.org>
2101
2102         * gnus-sum.el (gnus-summary-show-thread):
2103         next-single-char-property-change never returns nil (Bug#8657).
2104
2105 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2106
2107         * message.el (message-multi-smtp-send-mail): New function.
2108         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2109         header to implement multi-SMTP functionality.
2110
2111         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2112         (gnus-agentize): Don't set it.
2113         (gnus-agent-send-mail): Don't use it.
2114
2115         * gnus-sum.el (gnus-summary-widget-backward): New function and
2116         keystroke.
2117
2118         * gnus-compat.el: More the compat functions more compatible.
2119
2120         * shr.el (shr-put-image): Remove underlines from sliced images.
2121         (shr-zoom-image): Compute the region to be replaced more correctly.
2122
2123 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2126         (gnus-summary-resend-message-insert-gcc): New function.
2127         (gnus-summary-resend-message): Modify message-header-setup-hook and
2128         message-sent-hook to make it work for Gcc.
2129         (gnus-inews-do-gcc): Update the number of unread articles of groups
2130         that messages are Gcc'd to.
2131
2132         * message.el (message-resend): Run message-sent-hook to do Gcc.
2133
2134 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2135
2136         * lpath.el: Fix an XEmacs compilation warning.
2137
2138         * gnus-compat.el: Require `help-fns' to fix compilation error.
2139
2140         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2141         a higher level to silence compilation.
2142
2143         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2144         parameter to allow controlling the scaling.
2145
2146         * shr.el (shr-zoom-image): New command and keystroke.
2147         (shr-put-image): Take a `size' flag to say how to scale the image.
2148
2149         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2150         deletion unless already defined.
2151
2152         * gnus.el (gnus-compat): Require it.
2153
2154         * gnus-compat.el: New file.
2155
2156         * gnus-start.el (gnus-clean-old-newsrc): New function.
2157         (gnus-read-newsrc-file): Use it.
2158
2159         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2160         Use recursive deletion.
2161         (mm-dissect-archive): Add support for zip files.
2162
2163         * gnus-util.el (gnus-recursive-directory-files): New function.
2164
2165         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2166         (mm-archive-decoders): Add tgz support.
2167
2168         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2169         Otherwise inserting text into the Gnus buffer can look odd.
2170
2171         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2172
2173         * mm-archive.el (mm-archive-decoders): Add support for tar.
2174
2175         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2176
2177         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2178
2179 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2180
2181         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2182
2183         * mm-archive.el: New file.
2184
2185         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2186
2187         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2188
2189         * message.el (message-goto-*): Make all the `message-goto-*' commands
2190         push the mark before moving point.  This makes it easier to go back to
2191         where you came from after editing whatever you jumped to.
2192
2193 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2194
2195         * gnus.el: Ma Gnus v0.1 is released.
2196
2197 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2198
2199         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2200         without reconnecting.
2201         (nnimap-possibly-change-group): Ditto.
2202         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2203         connection has died before being called.
2204
2205 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2206
2207         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2208         an initial sync unless we're really doing one.
2209
2210         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2211         address parameter if one already exists (bug#9676).
2212
2213         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2214         not the prefix, as documented (bug#10689).
2215
2216 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2219         the "server".
2220
2221         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2222         the real error message with the useless "previously known to be down".
2223         Which isn't even correct.
2224
2225         * nntp.el (nntp-open-connection): Report the error message if the nntp
2226         server can't be reached.
2227
2228         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2229         groups we do a total scan for.
2230         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2231         doing that.
2232
2233 2012-01-31  Jim Meyering  <jim@meyering.net>
2234
2235         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2236         Correct a comment (insert "not") and hide nominally-doubled "to".
2237
2238 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus.el (gnus-version): Change name to "Ma Gnus".
2241
2242 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2243
2244         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2245         section in the manual.
2246
2247 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2248
2249         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2250         words.
2251         (rfc2047-encode-string): Ditto.
2252         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2253         understand folded filename="..." parameters, for instance.
2254
2255         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2256         the message for greater debuggability.
2257
2258 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2259
2260         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2261         instead of setting it locally, since the latter doesn't seem to have
2262         any effect (most of the time).
2263
2264 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2265
2266         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2267         function call.
2268
2269 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2270
2271         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2272         seconds, and make the repeat clause with HH:MM specs work as
2273         documented.
2274
2275 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2276
2277         * proto-stream.el (proto-stream-capability-open): Fall back on
2278         :end-of-command if :end-of-capability doesn't exist.
2279
2280 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2283         bound globally in old Emacsen and XEmacsen.
2284
2285 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2288         so that previous errors don't prohibit getting new news.
2289
2290         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2291
2292         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2293
2294 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2295
2296         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2297         buffer, not of the string which is its name.
2298
2299 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2300
2301         * proto-stream.el (proto-stream-capability-open): Wait for
2302         :end-of-capability, not :end-of-command.
2303
2304         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2305         non-server-marks groups.
2306         (gnus-group-make-articles-read): Ditto.
2307
2308         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2309         methods (bug#9676).
2310
2311         * gnus.el (gnus-method-ephemeral-p): New function.
2312
2313 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2316         left-to-right.
2317
2318 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2319
2320         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2321         warning.
2322
2323 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2326         macroexpand the nnir things, since they haven't been defined yet, and
2327         nnir requires gnus-sum.
2328
2329 2012-01-24  Julien Danjou  <julien@danjou.info>
2330
2331         * color.el (color-rgb-to-hsl): Fix value computing.
2332         (color-hue-to-rgb): New function.
2333         (color-hsl-to-rgb): New function.
2334         (color-clamp, color-saturate-hsl, color-saturate-name)
2335         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2336         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2337
2338 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2341
2342 2012-01-19  Julien Danjou  <julien@danjou.info>
2343
2344         * color.el (color-name-to-rgb): Use the white color to find the max
2345         color component value and return correctly computed values.
2346         (color-name-to-rgb): Add missing float conversion for max value.
2347
2348 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2349
2350         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2351         logical server name in addition to the actual machine address.
2352
2353         * auth-source.el (auth-source-user-and-password): Add convenience
2354         wrapper to search by just host and optionally user.
2355
2356 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2359         after rendering.
2360
2361 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2362
2363         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2364         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2365         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2366
2367 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2370         (bug#9693).
2371         (gnus-summary-setup-buffer): Document return value (bug#9697).
2372
2373         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2374         since ido doesn't work on symbols (bug#9632).
2375
2376         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2377         when getting a single value as when getting all the values.  This means
2378         that atoms like `gcc-self' work cumulatively, like variable settings,
2379         instead of getting the value from the last matching clause.
2380         (gnus-group-find-parameter): Protect against the group buffer not
2381         existing (bug#9585).
2382
2383 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * gnus-start.el (gnus-activate-group): Document more parameters
2386         (bug#9694).
2387
2388         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2389         (bug#9692).
2390
2391         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2392         article was fetched, so that it can be expired later (bug#9958).
2393         (gnus-agent-summary-fetch-series): Add doc string.
2394         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2395         (bug#9517).
2396
2397         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2398         retrieval is happening.
2399
2400         * gnus.el (gnus-parameters): Doc fix.
2401
2402 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2403
2404         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2405         show the thread after expansion.
2406
2407 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-art.el (article-narrow-to-head): If the head is completely
2410         empty, narrow to the empty region (bug#9764).
2411
2412         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2413         read, and then mark them as unread only when the unread mark is used.
2414         This makes `C-- T k' actually work, even though it's confusing.
2415
2416         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2417         alive before we try to find its window.
2418
2419 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2420
2421         * mm-decode.el (mm-display-external): Use a longer timeout for the
2422         deletion to allow slow programs to display the file.
2423
2424 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2427         prompt to be less confusing.
2428
2429         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2430         argument to `message-reply'.  This broke `special-display-*' frame
2431         pop-uping (bug#10238).
2432
2433 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2436         systems, since these allegedly don't work there.
2437
2438 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2439
2440         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2441         live buffer.
2442
2443 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * nnir.el (nnir-retrieve-headers): Protect against the article not
2446         existing on the server (bug#10335).
2447
2448 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2449
2450         * gnus-agent.el (gnus-agent-load-local): Recompute
2451         gnus-agent-article-local on changing method.
2452
2453 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus.el (gnus-parameters): Note precedence.
2456
2457 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2458
2459         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2460         in the group buffer.
2461
2462 2012-01-04  Julien Danjou  <julien@danjou.info>
2463
2464         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2465         change.
2466
2467 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2470         too.
2471
2472         * nntp.el (nntp-retrieve-group-data-early): Use it.
2473
2474 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * nntp.el (nntp-retrieval-in-progress): New variable.
2477         (nntp-make-process-buffer): Make it buffer-local.
2478
2479         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2480         2010.
2481         (gnus-demon-init): Use it to compute the time if time is on the form
2482         "04:23".
2483
2484         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2485
2486         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2487         status in the correct buffer.
2488
2489 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2490
2491         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2492         when opening topics (bug#10407).
2493
2494 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2495
2496         * gnus-cus.el (gnus-score-customize):
2497         * gnus-sum.el (gnus-sort-gathered-threads):
2498         * message.el (message-shorten-references):
2499         * nnmairix.el (nnmairix-request-group):
2500         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2501
2502 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2503
2504         * gnus-agent.el (gnus-agent-regenerate-group):
2505         * gnus-int.el (gnus-retrieve-group-data-early):
2506         * mm-util.el (mm-codepage-ibm-list):
2507         * nndiary.el (Commentary, nndiary-get-new-mail):
2508         * nnir.el (nnir):
2509         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2510
2511 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * mm-view.el (mm-display-inline-fontify): Add comment.
2514
2515 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2516
2517         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2518         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2519
2520 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2521
2522         * gnus-art.el (gnus-split-methods):
2523         * gnus-msg.el (gnus-configure-posting-styles):
2524         * gnus-spec.el (gnus-parse-simple-format):
2525         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2526         * message.el (message-do-actions): Spelling fix.
2527
2528 2011-12-15  Juri Linkov  <juri@jurta.org>
2529
2530         * mm-decode.el (mm-inline-media-tests): Add missing
2531         `mm-handle-media-subtype'.
2532
2533 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2534
2535         * gnus-group.el (gnus-group-tool-bar):
2536         * gnus-sum.el (gnus-summary-tool-bar):
2537         * message.el (message-tool-bar):
2538         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2539
2540 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2541
2542         * plstore.el (plstore--insert-buffer): Spelling fix.
2543
2544 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2545
2546         * message.el (message-valid-fqdn-regexp): Update with newly approved
2547         top-level domain names ".tel" and ".asia".
2548
2549 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2552         unconditionally.
2553
2554 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2557         pop-to-buffer-same-window for old Emacsen.
2558
2559 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2560
2561         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2562
2563 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2564
2565         * netrc.el (netrc-credentials): Spelling fix.
2566
2567 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2568
2569         * gnus-fun.el (gnus-fun-ppm-change-string):
2570         * gnus-msg.el (gnus-inews-do-gcc):
2571         * gnus-sum.el (gnus-summary-find-for-reselect):
2572         * gnus.el (gnus-summary-cancelled):
2573         * message.el (message-cancel-hook, message-send-news):
2574         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2575         * nnir.el (nnir-run-hyrex):
2576         * nntp.el (nntp-with-open-group-function):
2577         * pgg.el (pgg-pending-timers): Spelling fix.
2578
2579 2011-12-04  Chong Yidong  <cyd@gnu.org>
2580
2581         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2582         change (Bug#10200).
2583
2584 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * compface.el (uncompface):
2587         * gnus-art.el (gnus-article-x-face-command): Update the header format
2588         of icon data for the most recent icontopbm program.
2589
2590 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-msg.el (gnus-inews-do-gcc):
2593         * message.el (message-send-mail):
2594         * mml.el (mml-generate-mime): Share the value of the buffer-local
2595         `message-options' variable between a draft buffer and temprary working
2596         buffers.
2597
2598 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2599
2600         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2601
2602 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2605         for Cygwin.
2606
2607 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2608
2609         * gnus-group.el (gnus-group-prepare-flat):
2610         * mm-bodies.el (mm-encode-body):
2611         * mml.el (mml-preview):
2612         * nnml.el (nnml-request-compact-group):
2613         * pop3.el (pop3-stream-type): Spelling fix.
2614
2615 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2616
2617         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2618
2619 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2620
2621         * color.el (color-rgb-to-hsl):
2622         * gmm-utils.el (gmm-tool-bar-style):
2623         * gnus-group.el (gnus-group-prepare-flat):
2624         * gnus-topic.el (gnus-topic-prepare-topic):
2625         * mm-decode.el (mm-discouraged-alternatives):
2626         * rfc2047.el (rfc2047-encode-1):
2627         * starttls.el: Spelling fix.
2628
2629 2011-11-24  Glenn Morris  <rgm@gnu.org>
2630
2631         * binhex.el (binhex-begin-line): Give it basic doc-string.
2632
2633         * starttls.el, tls.el: Fix case of "GnuTLS".
2634
2635 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2636
2637         * gnus-group.el (gnus-group-highlight): Fix typo.
2638
2639 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2640
2641         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2642         value of `delete-file', that returns nil for a local file but returns t
2643         for a remote file using ssh.
2644
2645 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2646
2647         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2648
2649 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2652         avoid later breakage.
2653
2654 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2657         article buffers' name.
2658
2659 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2662         by Paul Eggert's spellfixes two days ago.
2663
2664 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2667         doesn't have it.
2668
2669         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2670         buffer-local instead of binding them to avoid warnings.  Also demote
2671         errors (bug#10063).
2672         (font-lock-mode-hook): Shut up byte compiler.
2673
2674 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2675
2676         * mm-util.el (mm-charset-after):
2677         * nnir.el (nnir-run-hyrex):
2678         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2679         (ntlm-get-password-hashes, ntlm-md4hash):
2680         * smime.el: Fix typo.
2681
2682 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2683
2684         * gnus-agent.el (gnus-agent-expire-group-1):
2685         * nndiary.el (nndiary-last-occurence):
2686         * nnimap.el (nnimap-request-set-mark):
2687         * nnmairix.el (nnmairix-only-use-registry):
2688         * gnus-group.el (gnus-group-prepare-flat):
2689         * gnus-sum.el (gnus-decode-encoded-word-methods):
2690         * message.el (message-wash-subject):
2691         * nntp.el (nntp-retrieve-headers-with-xover):
2692         * smime.el (smime-certificate-directory): Spelling fix.
2693
2694 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2695
2696         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2697
2698         * color.el:
2699         * gnus-agent.el (gnus-agent-possibly-alter-active):
2700         * gnus-dired.el (gnus-dired-print):
2701         * mail-parse.el:
2702         * nnmairix.el (nnmairix-request-group):
2703         * shr.el (shr-image-displayer):
2704         * sieve-manage.el:
2705         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2706
2707 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2708
2709         * gnus-sum.el (gnus-auto-select-subject):
2710         * spam-report.el (spam-report-resend): Spelling fix.
2711
2712 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2713
2714         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2715         * gnus-art.el (gnus-default-article-saver):
2716         * gnus-srvr.el (gnus-server-copy-server):
2717         * gnus.el (gnus-sloppily-equal-method-parameters):
2718         * html2text.el (html2text-format-tag-list):
2719         * message.el (message-narrow-to-head):
2720         * nndiary.el:
2721         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2722         * sieve.el: Spelling fix.
2723
2724 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2725
2726         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2727         * gnus-sum.el (gnus-summary-make-menu-bar):
2728         * gnus-uu.el (gnus-uu-decode-postscript)
2729         (gnus-uu-decode-postscript-and-save):
2730         * mailcap.el (mailcap-print-command):
2731         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2732         Fix typos.
2733
2734 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2735
2736         * gnus-art.el (gnus-article-part-wrapper):
2737         * html2text.el (html2text-fix-paragraphs):
2738         * mm-decode.el (mm-image-fit-p):
2739         * rfc2047.el (rfc2047-encode-message-header):
2740         * shr-color.el (shr-color-visible-distance-min)
2741         (shr-color-relative-to-absolute, set-minimum-interval)
2742         (shr-color-visible): Fix typos.
2743
2744 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2745
2746         * gmm-utils.el (gmm-tool-bar-item):
2747         * gnus-art.el (gnus-treat-body-boundary):
2748         * gnus-diary.el (gnus-user-format-function-d):
2749         * gnus-start.el (gnus-get-unread-articles):
2750         * pgg-gpg.el (pgg-gpg-update-agent):
2751         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2752
2753 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2754
2755         * gnus-topic.el (gnus-group-prepare-topics):
2756         * gnus-uu.el (gnus-extract-view):
2757         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2758
2759 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2760
2761         * spam.el: Move BBDB autoloads.
2762         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2763         BBDB 2 and 3.
2764         (spam-check-BBDB): Use it.
2765         (spam-enter-ham-BBDB): Use it.
2766
2767 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2768
2769         * smime.el (smime-draw-buffer): Spelling fix.
2770
2771 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2772
2773         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2774         for scanning exactly one level.
2775         * gnus-start.el (gnus-get-unread-articles): Ditto.
2776
2777 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2780         slightly clearer.
2781
2782 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2783
2784         * gnus-sync.el: More commentary about setup.
2785
2786 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * message.el (message-send-and-exit): Document `arg'.
2789
2790 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2791
2792         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2793
2794 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2795
2796         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2797
2798         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2799         we don't use `bound-and-true-p'.
2800
2801 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2802
2803         * gnus-util.el (gnus-bound-and-true-p): Remove.
2804         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2805         * nnir.el: Use it.
2806         * nnmairix.el: Use it.
2807
2808 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2809
2810         * gnus-sync.el: Improve docs about CouchDB admins.
2811
2812         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2813         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2814         for reasons unknown.
2815         * nnir.el: Use it.
2816         * nnmairix.el: Use it.
2817
2818         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2819         * nnir.el: Ditto.
2820         * nnmairix.el: Ditto.
2821
2822         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2823
2824 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2825
2826         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2827         not needed.  Provide xmlplistread list function to produce XML plist
2828         output for non-Gnus LeSync clients.
2829
2830 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2831
2832         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2833
2834         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2835         and save against it.  Group subscriptions, read marks, other marks,
2836         subscription levels, topic names, and topic offsets (the group's
2837         position within the topic) are saved.  This is an experimental backend
2838         and may change significantly.  Load json.el from the gnus-fallback-lib
2839         if it's not available otherwise.
2840         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2841
2842 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2843
2844         * message.el (message-completion-function): Make sure
2845         message-tab-body-function is not attempted if one of
2846         message-completion-alist fails to find a completion (bug#9158).
2847
2848 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2849
2850         * mml.el (mml-quote-region): Quote <#secure> tag.
2851         (mml-generate-mime-1): Unquote <#secure> tag.
2852
2853 2011-10-20  Chong Yidong  <cyd@gnu.org>
2854
2855         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2856         calling a minor mode from Lisp with nil arg enables it, so we have to
2857         make the wording a bit ambiguous here).
2858
2859 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2860
2861         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2862         * nnir.el (nnir-mode): Use it.
2863         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2864         Use it.
2865
2866         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2867         * nnmairix.el (gnus-registry-enabled): Ditto.
2868
2869 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2870
2871         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2872         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2873         only while we need to find out if it should be t or nil.
2874         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2875         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2876         the registry is installed.  Set it to nil when it's unloaded.
2877         (gnus-registry-install-p): Provide user guidance for the initial value
2878         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2879         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2880         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2881         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2882         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2883         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2884         `gnus-registry-install'.
2885
2886 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2887
2888         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2889         previous change.
2890         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2891         primary key is marked as disabled.
2892
2893 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2894
2895         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2896         primary key is marked as disabled.
2897
2898 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2899
2900         * html2text.el (html2text-clean-anchor): Check for quotes around
2901         `href' value.
2902
2903 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2904
2905         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2906         searching.  Drop `bbdb-cache'.
2907
2908 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * message.el (message-signed-or-encrypted-p): Exclude header when
2911         checking if there is signed or encrypted body in text/plain message.
2912
2913 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2914
2915         * html2text.el (html2text-get-attr): Correctly handle attribute values
2916         containing "=".
2917
2918 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2919
2920         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2921         handle bindings.
2922
2923 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * gnus-win.el (gnus-configure-windows): Protect against reading
2926         ephemeral groups outside of Gnus.
2927
2928 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * shr.el (shr-tag-img): Don't get images displayed in tables.
2931
2932 2011-10-03  Glenn Morris  <rgm@gnu.org>
2933
2934         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2935         the "maintainer" version of debbugs.gnu.org reports.
2936
2937 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938
2939         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2940         make asynchronous adjacent image insertion work better.
2941
2942 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2943
2944         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2945         documentation.
2946
2947 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2950         `gnus-asynchronous' isn't shadowed.
2951
2952 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2955
2956         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2957         (nnimap-insert-partial-structure): The charset parameter isn't
2958         case-sensitive.
2959
2960         * nnheader.el (nnheader-message-maybe): New function.
2961
2962         * shr.el (shr-tag-table): Render totally broken tables better.
2963
2964         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2965         computing the boundary.
2966
2967 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * pop3.el (pop3-number-of-responses): Remove.
2970         (pop3-wait-for-messages): Rewrite to take linear time instead of
2971         exponential time.
2972
2973 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2976         re-fetch images.
2977
2978         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2979         re-fetch images when hitting `g' in Gnus.
2980
2981 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2984         (mml-compute-boundary): Don't check collision if it is non-nil.
2985         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2986         before checking collision.
2987
2988 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * message.el (message-indent-citation): Really make sure there's a
2991         newline at the end.
2992
2993         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2994         Fix suggested by John Wiegley.
2995
2996         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2997
2998         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2999
3000         * message.el (message-default-send-rename-function): Break out into its
3001         own function.
3002
3003         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3004         doesn't work under XEmacs.
3005
3006         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3007         of "imaps" to word around Windows problems.
3008         (nnimap-open-connection-1): Use it.
3009
3010         * message.el (message-indent-citation): Revert last change which made
3011         `F' not work.
3012
3013 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3014
3015         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3016         terminal as well.
3017
3018 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3021         because it displays images using overlays that aren't easy to copy to
3022         the article buffer.
3023
3024 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3025
3026         * message.el (message-indent-citation): Fix empty line removal at the
3027         end of the citation.
3028
3029 2011-09-20  Julien Danjou  <julien@danjou.info>
3030
3031         * auth-source.el (auth-source-netrc-create): Use default value for
3032         password if specified.  Evaluate default.
3033         (auth-source-plstore-create): Ditto.
3034         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3035         value evaluation.
3036         (auth-source-netrc-create): Typo fix.
3037         (auth-source-plstore-create): Ditto.
3038
3039         * password-cache.el (password-cache-remove): Remove entries even if the
3040         value is nil, so that password with a nil value (negative caching) is
3041         possible to invalidate.
3042
3043         * auth-source.el (auth-source-format-cache-entry): New function.
3044
3045 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3048
3049 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3052
3053 2011-09-19  Julien Danjou  <julien@danjou.info>
3054
3055         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3056         which work with things that are not ASCII.
3057
3058 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3061
3062 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3063
3064         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3065         message level.
3066
3067 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3070
3071 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3074
3075 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3076
3077         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3078         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3079
3080 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3081
3082         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3083         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3084         articles.
3085
3086 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3087
3088         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3089         (message-mail-other-window, message-mail-other-frame)
3090         (message-news-other-window, message-news-other-frame):
3091         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3092         instead of setting buffer display varibles.
3093
3094 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3097
3098         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3099
3100 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3103         duplicates" to a higher level.
3104
3105         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3106         most egregious messages.
3107
3108 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3111
3112 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3113
3114         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3115         up the file (bug#9351).
3116
3117 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3120         it does with all other backends, but decode the names immediately after
3121         getting them.
3122
3123         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3124         decoding nnimap groups.
3125
3126         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3127         newsrc file.  It doesn't seem like an important optimization any more.
3128
3129 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3130
3131         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3132         overflows.
3133
3134 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3137         (gnus-interactive-exit): Extend to `quiet'.
3138
3139         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3140
3141         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3142         string.
3143
3144         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3145         renaming function arguments from `this'.
3146
3147         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3148
3149         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3150         has been renamed.
3151         (gnus-lrm-string-p): Include RLM and PDF, too.
3152
3153         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3154         (bug#9225).
3155
3156 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3157
3158         Add autoload cookies for functions used by sendmail.el.
3159         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3160
3161         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3162
3163 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * gnus-art.el (article-date-ut): Work properly even when there are
3166         things like Date header in the body; work for forwarded parts.
3167
3168 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3169
3170         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3171         original-article-buffer.
3172
3173 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3174
3175         * nnir.el (nnir-compose-result): Fix matching of server type.
3176         (nnir-run-swish++): Ditto.
3177         (nnir-run-namazu): Ditto.
3178         (nnir-run-notmuch): Ditto.
3179
3180 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3183         (bug#9405).
3184
3185         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3186         (bug#9421).
3187
3188         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3189         (bug#9425).
3190
3191         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3192         thing (bug#9426).
3193
3194 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3197         the error message.
3198
3199 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3200
3201         * message.el (message-setup-1): Return t (Bug#9392).
3202
3203 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3204
3205         * gnus-sum.el: When adding article headers to a summary buffer also
3206         update gnus-newsgroup-articles (bug#9386).
3207
3208 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * auth-source.el: Autoload help-mode.
3211
3212 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3215         names.
3216
3217 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3218
3219         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3220         mm-replace-in-string for compatibility issues.
3221         * mml2015.el (mml2015-epg-verify): Ditto.
3222
3223 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3226
3227         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3228
3229 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3232         continue on and do the clean-up phase (bug#9188).
3233
3234         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3235         just ignore groups that can't be opened instead of erroring out
3236         (bug#9225).
3237
3238         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3239         nil since some many people are fuddy-duddies.
3240
3241         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3242         images.
3243
3244         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3245         instead.
3246
3247         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3248
3249         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3250
3251         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3252         processing.
3253
3254         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3255         buffer to avoid warnings.
3256
3257 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3258
3259         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3260         specified to reduce precision.
3261
3262 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3265         bodystructures (bug#9314).
3266
3267 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3270         Make button keymap non-sticky after buttons.
3271
3272 2011-08-18  David Engster  <dengste@eml.cc>
3273
3274         * nnmairix.el (nnmairix-request-set-mark)
3275         (nnmairix-goto-original-article): Remove adding of article to registry,
3276         since `gnus-registry-add-group' isn't available anymore.
3277         (nnmairix-determine-original-group-from-registry):
3278         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3279         available anymore.
3280
3281 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3282
3283         * starttls.el (starttls-any-program-available): Define as obsolete
3284         function.
3285
3286 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3289         versions which Gnus use when appropriate.
3290
3291         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3292         a pretty destructive command.
3293
3294         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3295
3296 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * message.el (message-fix-before-sending): Make a different warning
3299         about NUL characters (bug#9270).
3300
3301         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3302         from custom (bug#9260).
3303
3304         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3305         things work in Emacs 22 and XEmacs, too.
3306
3307         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3308         default From.
3309
3310         * gnus-spec.el (gnus-lrm-string-p): New macro.
3311         (gnus-lrm-string): New constant.
3312         (gnus-summary-line-format-spec): LRM-ify the from.
3313         (gnus-tilde-max-form): LRM-ify string chopping.
3314
3315         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3316
3317         * message.el (message-is-yours-p): Allow disabling canlock checking
3318         (bug#9295).
3319         (message-shoot-gnksa-feet): Add `canlock-verify'.
3320         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3321         message directory isn't writable (bug#9304).
3322
3323         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3324         non-world-readable.
3325
3326 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3329         articles.
3330
3331 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3332
3333         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3334         copy-list.
3335
3336 2011-08-12  Sam Steingold  <sds@gnu.org>
3337
3338         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3339         in the reverse order to avoid modifying the cache with `nreverse'.
3340         (gnus-all-score-files): Do not modify the value returned by
3341         `gnus-score-find-alist' because it lives in a cache variable.
3342         (gnus-current-home-score-file): No need to `nreverse' the return value
3343         of `gnus-score-find-alist', it is already in the correct order.
3344
3345 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3346
3347         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3348         type MESSAGE and subtype RFC822 is slightly different from those of
3349         type TEXT.
3350
3351 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3352
3353         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3354         This allows article-referral to work from an nnir group.
3355
3356 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3357
3358         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3359
3360 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3361
3362         * mml1991.el (mml1991-epg-find-usable-key)
3363         (mml1991-epg-find-usable-secret-key): New function.
3364         (mml1991-epg-sign): Check if signing key is usable.
3365         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3366
3367 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3368
3369         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3370         server-variables only.  This should fix a bug introduced with commit
3371         e1889675b7f4adf057833c5513c9374134c4e053.
3372         (nnir-run-query): 'nnir-search-engine should not be set from the global
3373         environment.
3374
3375 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3376
3377         * nnir.el (nnir-search-thread): Position point on referring article
3378         line.
3379         (nnir-warp-to-article): Clean up summary buffers.
3380
3381         * nnimap.el (nnimap-request-thread): Whitespace fix.
3382
3383 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3384
3385         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3386
3387 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * starttls.el (starttls-available-p): Rename from
3390         `starttls-any-program-available' and changed return convention.
3391
3392 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3393
3394         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3395         `unix-sync' unless it's defined.
3396
3397 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3398
3399         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3400         `aref' for XEmacs compatibiltiy.
3401
3402 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3405
3406 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3407
3408         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3409         closures, quote the form properly (bug#9194).
3410
3411 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3414         (gnus-summary-insert-new-articles): Protect against servers that are
3415         down.
3416
3417 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3418
3419         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3420         in mm handle if none is specified.
3421
3422 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3423
3424         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3425
3426 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3427
3428         * nnir.el (nnir-search-thread): New function to make an nnir group
3429         based on a thread query.
3430
3431         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3432         of nnir in thread referral.
3433         (gnus-summary-refer-thread): Use it.
3434
3435         * nnimap.el (nnimap-request-thread): Use it.
3436
3437 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * shr.el (shr-tag-comment): Ignore HTML comments.
3440
3441 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3442
3443         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3444         argument.
3445         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3446         Use `nnir-address' to handle server info rather than passing an arg.
3447
3448         * nnimap.el (nnimap-make-thread-query): New utility function to format
3449         an imap thread search query.
3450         (nnimap-request-thread): Use it.
3451
3452         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3453         right select-method if we are not going back to the group buffer.
3454
3455 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3458         enter invalid buffer configurations into the quit form (bug#9107).
3459         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3460         unplugged/plugged.
3461
3462         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3463         keep track of which ones are unread (bug#9061).
3464
3465         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3466         (bug#9055).
3467
3468         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3469         (bug#9041).
3470
3471         * gnus-html.el (mm-util): Require (bug#9073).
3472
3473         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3474         (gnus-summary-refer-thread): Use it to remove duplicates in the
3475         un-threaded view (bug#9053).
3476         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3477
3478 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3479
3480         * nnir.el (nnir-read-server-parm): Use default value from global
3481         variable.  Without this the default search engine parameters aren't
3482         used at all.
3483
3484 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * message.el (message-unique-id): Don't use the undocumented return
3487         value from (random t) (bug#9118).
3488
3489 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * message.el (message-auto-save-directory): If the ~/Mail directory
3492         doesn't exist, use ~ as the auto-save directory (bug#4432).
3493
3494         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3495         hasn't already been started.
3496
3497 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3500
3501         * message.el (message-reply): Work around mysterious bug where
3502         `message-mode' seems to overwrite the locally bound `subject' variable.
3503
3504 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3505
3506         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3507         correct group.
3508
3509         * gnus-int.el (gnus-request-thread): Add group argument.
3510
3511         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3512
3513 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3516
3517         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3518         renamed to `debbugs-gnu-*'.
3519
3520 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3521
3522         * plstore.el: Revert the editing feature since it is not urgent.
3523         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3524         (plstore-mode-decoded): Remove.
3525
3526 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3529         isn't very interesting any more, and it leaks potentially secret data.
3530         (gnus-debug): Remove.
3531
3532         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3533         use of :custom-show.
3534
3535 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3536
3537         * plstore.el: Add documentation.
3538         (plstore-mode): New mode to edit plstore file.
3539         (plstore-mode-toggle-display, plstore-mode-original)
3540         (plstore-mode-decoded): New command.
3541         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3542         (plstore--insert-buffer, plstore--make): New function.
3543         (plstore-open, plstore-save): Simplify by using them.
3544
3545 2011-07-06  Glenn Morris  <rgm@gnu.org>
3546
3547         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3548
3549 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3552         no longer is much used.
3553         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3554         Articles".
3555
3556 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3557
3558         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3559         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3560         `notmuch' backend.
3561
3562 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3563
3564         * mm-decode.el (mm-text-html-renderer): Doc fix.
3565
3566         * gnus-msg.el (gnus-bug): Fix the MML tag.
3567
3568         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3569
3570 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3571
3572         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3573         secondary methods if started with `gnus-no-server'.
3574
3575 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3576
3577         * message.el (message-return-action): Fix typo in docstring.
3578
3579 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3582         bug reports at once.
3583
3584         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3585
3586 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * nndraft.el: Require gnus-group.
3589         (nndraft-request-list): Declare.
3590
3591         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3592         no unread article unless it matches gnus-permanently-visible-groups.
3593
3594         * nndraft.el (nndraft-update-unread-articles): New function.
3595         (nndraft-request-associate-buffer): Use it to update the number of
3596         unread articles for the nndraft groups in the group buffer when saving
3597         or killing a draft message.
3598
3599 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3602         systems to binary before writing and reading the mbox files.
3603
3604         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3605         instead of trying to list them all (bug#8978).
3606
3607 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3608
3609         * pop3.el (pop3-open-server): Use :end-of-capability.
3610
3611 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3614         the id is always a number.
3615
3616         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3617
3618         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3619         debbugs mode, if possible.
3620
3621 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3622
3623         * auth-source.el (auth-source-token-passphrase-callback-function):
3624         Reindent.
3625         (epg-context-operation): Remove unnecessary autoload.
3626
3627 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * gnus.el (gnus-list-debbugs): New command.
3630
3631         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3632         mboxstat instead of the maintbox, since the stat seems to be fuller.
3633
3634         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3635         summary buffers.
3636
3637         * message.el (message-get-reply-headers): Delete all duplicates,
3638         instead of the first.
3639         (message-get-reply-headers): Ensure that we have progress while
3640         deleting duplicates.
3641
3642         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3643         gnus-posting-style value from the summary buffer to make it easier to
3644         make that a per-buffer conf.
3645
3646 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3647
3648         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3649         found by setting `shortcut' in 'query.
3650         (nnir-request-article): Use `shortcut' setting when requesting article
3651         by Message-ID.
3652
3653 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3654
3655         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3656         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3657         Bring the pseudo-headers back too.
3658
3659 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3660
3661         * auth-source.el (auth-source-token-passphrase-callback-function):
3662         Simplify and remove EPA dependency.
3663
3664 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3665
3666         * nnir.el (nnir-request-article): Fix error message text.
3667
3668 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3669
3670         * auth-source.el (plstore-delete): Autoload.
3671         (auth-source-plstore-search): Support delete operation.
3672         * plstore.el (plstore-delete): New function.
3673
3674 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3677         mark actually existing articles as unread rather than the ones that
3678         active asserts.
3679
3680 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3681
3682         * nntp.el (nntp-record-command):
3683         * gnus-util.el (gnus-message-with-timestamp-1):
3684         Use format-time-string rather than decoding time stamps by hand.
3685         This is simpler and insulates the code from potential changes to
3686         current-time format.
3687
3688 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3691
3692 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3693
3694         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3695         (plstore-save): Support public key encryption.
3696         (plstore--init-from-buffer): New function.
3697         (plstore-open): Use it; fix error when opening a non-existent file.
3698         (plstore-revert): Use plstore--init-from-buffer.
3699
3700 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3701
3702         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3703
3704 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3707         for old Emacsen.
3708
3709 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3710
3711         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3712         is not fully working.
3713
3714 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * dgnushack.el: Autoload sha1 on XEmacs.
3717
3718         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3719         quit window configuration.
3720
3721         * auth-source.el (epg-context-set-passphrase-callback):
3722         Remove duplicate autoload.
3723
3724 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3725
3726         * nnir.el (nnir-request-article): Allow requesting articles by
3727         Message-ID with nnimap.
3728
3729         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3730         current server.
3731
3732 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3733
3734         * auth-source.el: Autoload EPA/EPG functions.
3735         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3736         changed when EPA/EPG is not available.
3737         (auth-source-backend): Rename "arg" member to "data".
3738         (auth-source-backend-parse, auth-source-plstore-search)
3739         (auth-source-plstore-create): Use it.
3740
3741 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3742
3743         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3744         `gnus-refer-article-methods'.
3745
3746 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3747
3748         * auth-source.el: Require EPA and EPG.
3749         (auth-source-passphrase-alist): New variable.
3750         (auth-source-passphrase-callback-function)
3751         (auth-source-token-passphrase-callback-function): Callbacks for the
3752         netrc field encryption (GPG tokens).
3753         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3754         Symmetric encryption and decryption of the netrc GPG tokens.
3755         (auth-source-netrc-normalize): Use them, simplifying the closure.
3756
3757 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3760         is available.
3761
3762 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3765         non-nil, and `nnimap-split-methods' is nil, use the former.
3766
3767 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3768
3769         * plstore.el (plstore-revert): New function.
3770         (plstore-open): Use it; hide the buffer from user.
3771
3772 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3773
3774         * auth-source.el (auth-source-backend): New member "arg".
3775         (auth-source-backend-parse): Handle new backend 'plstore.
3776         * plstore.el: New file.
3777
3778 2011-06-30  Glenn Morris  <rgm@gnu.org>
3779
3780         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3781
3782 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3783
3784         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3785         expiring articles to.
3786
3787         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3788         variations as ASCII (bug#5458).
3789
3790 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3793
3794 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * message.el (message-point-in-header-p): Tweak the function to default
3797         to saying that we're not in the headers if there is no separator at
3798         all.  This makes it possible to use the Message version of `M-q' in
3799         buffers with no headers (bug#7987).
3800         (message-point-in-header-p): Fix last checkin to work with an empty
3801         mail-header-separator, too.
3802
3803         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3804         again, save the choice via customize.
3805
3806 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3809
3810         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3811         ended the connection, bail out before waiting infinitely on a new
3812         connection.
3813
3814 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3815
3816         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3817         reports.
3818
3819         * gnus.el (gnus-bug-package): Use "gnus."
3820         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3821
3822 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * dgnushack.el: Make the timer warning go away on XEmacs.
3825
3826         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3827         animations going on at article exit time.
3828
3829         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3830         since removing it breaks people upgrading.
3831
3832         * shr.el (shr-put-image): Use the new interface for animating images.
3833         (shr-put-image): Animate for 60 seconds.
3834
3835         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3836         avoid compiler warnings.
3837
3838         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3839         error with `find-file-hooks' on Emacs 22.
3840         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3841         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3842         on all architectures.
3843
3844         * spam.el (spam-stat): Require in a normal fashion without binding
3845         `spam-stat-install-hooks' to avoid compilation warnings.
3846
3847         * spam-stat.el (spam-stat-install-hooks): Remove.
3848         (spam-stat-install-hooks): Don't run automatically.
3849
3850 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3851
3852         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3853         and keystroke.
3854
3855 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * auth-source.el (auth-source-netrc-cache): Move forward.
3858
3859 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * proto-stream.el (proto-stream-open-starttls): Use
3862         `gnutls-available-p' to see whether we have built-in support.
3863
3864         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3865         we already know.
3866         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3867         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3868
3869 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3872         %S format, since that looks odd.
3873         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3874         file, especially when saving.
3875
3876 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3877
3878         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3879         article found.
3880
3881 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3882
3883         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3884         `auth-source-save-secrets' with a more sensitive alist that can be
3885         configured per file.  Experimental, so defaults to 'never.
3886         (auth-source-netrc-create): Use it.  Still experimental code.
3887         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3888         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3889
3890 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * auth-source.el (auth-source-save-secrets): New variable to control if
3893         secret tokens should be saved encrypted.
3894         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3895         to `auth-source-netrc-normalize'.
3896         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3897         on the EPA variables being defined.
3898         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3899         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3900         the lexical-let closure.
3901         (auth-source-netrc-create): Create "gpg:" tokens according to
3902         `auth-source-save-secrets'.
3903
3904 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * gnus-group.el (gnus-group-update-group): Add new argument
3907         `info-unchanged' that stops updating dribble buffer.
3908
3909         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3910         deletes lines matching to it in dribble buffer.
3911
3912         * gnus-agent.el (gnus-agent-fetch-group-1):
3913         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3914         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3915         * gnus-start.el (gnus-group-change-level):
3916         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3917
3918         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3919         if newsgroup info is not changed.
3920
3921         * gnus-group.el (gnus-group-get-new-news-this-group):
3922         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3923         Don't update dribble buffer.
3924
3925 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3926
3927         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3928         remove entries with groups we ignore.
3929
3930 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3933         the underline comes at the bottom.
3934
3935 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3936
3937         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3938         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3939         (gnus-registry-article-marks-to-names): Rename from
3940         `gnus-registry-user-format-function-M2'.
3941
3942 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3945         ephemeral group.
3946
3947 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * shr.el (shr-browse-image): Copy the URL if called interactively.
3950
3951 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3954         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3955         done, then unselected articles may be marked as read.
3956
3957         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3958         since not doing this seems to lead to a race condition in pop3-logon.
3959
3960         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3961         so that the call chain it correct when we call "upwards".
3962
3963         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3964         in read-only groups.
3965
3966         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3967
3968         * message.el (message-cite-reply-position): Doc string fix.
3969
3970         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3971         avoid regexp overflow.
3972         (nnimap-transform-split-mail): Ditto.
3973
3974         * pop3.el (pop3-retr): Error out if the server closes the connection.
3975
3976 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3977
3978         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3979         mm-with-unibyte-current-buffer.  The buffer should not contain any
3980         multibyte chars anyway at this stage.
3981
3982 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3985         at the end of lines.
3986
3987 2011-05-29  Julien Danjou  <julien@danjou.info>
3988
3989         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3990
3991 2011-05-27  Glenn Morris  <rgm@gnu.org>
3992
3993         * gnus-group.el (gnus-bug-group-download-format-alist):
3994         Use the "maintainer" version of debian reports as well.
3995
3996 2011-05-26  Glenn Morris  <rgm@gnu.org>
3997
3998         * gnus-group.el (gnus-bug-group-download-format-alist):
3999         Use the "maintainer" version of debbugs.gnu.org reports.
4000
4001 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4004
4005 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4006
4007         * gnus-cus.el (gnus-agent-customize-category):
4008         * gnus-delay.el (gnus-delay-send-queue):
4009         * gnus.el (gnus-other-frame):
4010         Don't quote lambda expressions with `quote'.
4011
4012 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4013
4014         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4015         the thread moves us backwards and so we loop forever.
4016
4017 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4020         whitespace in base64 data lines.
4021
4022 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4023
4024         * gnus-registry.el (gnus-registry-user-format-function-M):
4025         Use `mapconcat'.
4026         (gnus-registry-user-format-function-M2): Use to see the full text of
4027         the marks.  Make "," the mark text separator.
4028
4029         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4030         authentication with auth-source.
4031
4032 2011-05-17  Glenn Morris  <rgm@gnu.org>
4033
4034         * gnus-group.el (gnus-import-other-newsrc-file):
4035         Use insert-file-contents.
4036
4037 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4038
4039         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4040         1000 iterations.
4041
4042 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * nntp.el (nntp-open-connection): Check if process-type is available.
4045
4046 2011-05-16  Julien Danjou  <julien@danjou.info>
4047
4048         * shr.el (shr-tag-del): Add support for del tag.
4049
4050 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-html.el (gnus-html-put-image): Register a displayer.
4053
4054         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4055
4056 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4057
4058         * registry.el (prune-factor): New initialization parameter defaulting
4059         to 0.1.
4060         (registry-prune-hard): Use it.
4061
4062         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4063         0.1 expicitly.
4064
4065 2011-05-13  Glenn Morris  <rgm@gnu.org>
4066
4067         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4068         is bound, since this function requires sendmail.
4069
4070 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * registry.el (registry-usage-test): Disable pruning test.
4073
4074 2011-05-11  David Engster  <dengste@eml.cc>
4075
4076         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4077         Bind set-network-process-option for XEmacs.
4078
4079 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4080
4081         * registry.el (registry-prune-hard-candidates)
4082         (registry-prune-soft-candidates): Helper methods for registry pruning.
4083         (registry-prune): Use them.  Make the sort function optional.
4084
4085 2011-05-10  Jim Meyering  <meyering@redhat.com>
4086
4087         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4088
4089 2011-05-10  Julien Danjou  <julien@danjou.info>
4090
4091         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4092         symbol and not a list.
4093
4094 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-art.el (gnus-article-mode): Move binding of
4097         shr-put-image-function here from gnus-article-prepare-display.
4098
4099         * shr.el (shr-put-image-function): New variable.
4100         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4101         (shr-put-image): Return scaled image.
4102
4103         * gnus-art.el (gnus-shr-put-image): New function.
4104         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4105
4106         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4107         original ones, as deletable.
4108
4109 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4112
4113 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * registry.el (registry-full): Add convenience method.  Fix logic.
4116         (registry-insert): Use it.  Fix logic here too.
4117
4118         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4119         `registry-prune' if `registry-full' returns t.
4120         (gnus-registry-handle-action)
4121         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4122         (gnus-registry-usage-test): Use it.
4123
4124 2011-05-07  Julien Danjou  <julien@danjou.info>
4125
4126         * shr.el (shr-link): Make shr-link inherit from link by default.
4127
4128 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4131
4132 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4133
4134         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4135         error out because the face is not a list.
4136
4137 2011-05-05  Glenn Morris  <rgm@gnu.org>
4138
4139         * proto-stream.el (gnutls-negotiate): Fix declarations.
4140
4141         * gnus-start.el (gnus-propagate-marks): Declare.
4142
4143 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * registry.el (registry-reindex): Fix percentage message.
4146
4147         * proto-stream.el (network-stream-open-starttls): Adjust to call
4148         `gnutls-negotiate' with :process and :hostname arguments.
4149
4150 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4151
4152         * shr.el: Add shr-link face for links.
4153         (shr-urlify): Use it.
4154
4155         * registry.el (registry-insert): Make error message more helpful.
4156
4157 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * gnus-html.el (gnus-html-schedule-image-fetching):
4160         Use url-queue-retrieve, if it exists.
4161
4162         * shr.el (shr-tag-img): Ditto.
4163
4164         * gnus.el: Autoload more gnus-agent functions.
4165
4166         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4167         agent if we haven't already (bug#8502).
4168
4169         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4170         into the Agent, too.
4171
4172         * gnus-agent.el (gnus-agent-store-article): New function.
4173
4174         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4175         and moved from that file for reuse.
4176
4177         * pop3.el (pop3-open-server): Error messages are "-ERR".
4178
4179 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4182         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4183
4184 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4185
4186         * gnus.el: No Gnus v0.17 is released.
4187
4188 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4189
4190         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4191         buffer has moved to a different frame.
4192
4193 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4196         to get the conversion from unibyte to multibyte buffers to work on
4197         Emacs 22.
4198
4199         * nntp.el (nntp-request-article): Slight clean-up.
4200
4201 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * shr.el (shr-strike-through): New face.
4204         (shr-tag-s): Use it to provide <s> support.
4205         (shr-tag-s): Remove duplicate definition.
4206
4207 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4208
4209         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4210         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4211
4212 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4213
4214         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4215         `gnutls-negotiate'.
4216         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4217
4218 2011-04-23  Glenn Morris  <rgm@gnu.org>
4219
4220         * gnus-sum.el (gnus-extra-headers): Bump :version.
4221
4222 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4223
4224         * shr.el (shr-tag-sup): New function.
4225         (shr-tag-sub): Ditto.
4226
4227 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4228
4229         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4230         for the case where `gnus-registry-ignored-groups' is a list of lists,
4231         and don't call `gnus-parameter-registry-ignore' otherwise.
4232
4233 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4234
4235         * nnimap.el (nnimap-user): New backend variable.
4236         (nnimap-open-connection-1): Use it.
4237         (nnimap-credentials): Accept user parameter so it's explicit what user
4238         name is desired.
4239
4240         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4241         default.
4242
4243         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4244         not gnus-registry.el.
4245
4246         * gnus-registry.el: Mention in comments how to modify
4247         `gnus-extra-headers' for proper recipient tracking and that it may
4248         already have To and Cc recently, which it does as of this commit.
4249         (gnus-registry-ignored-groups): Remove defcustom.
4250         Explain why in comments.
4251         (gnus-registry-action): Fix data-header reference to use the extra
4252         headers.  Explain in package commentary how to add To and Cc headers to
4253         the gnus-extra-headers.
4254         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4255         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4256         parameter list or a string list in `gnus-registry-ignored-groups'.
4257         Fix logic error.
4258
4259 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * shr.el (shr-expand-url): Protect against null urls.
4262
4263 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * shr.el (shr-base): New binding.
4266         (shr-tag-base): Keep track of <base>.
4267         (shr-expand-url): New function used throughout.
4268
4269 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4270
4271         * gnus-registry.el
4272         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4273         (gnus-registry-ignored-groups): New variable.
4274         (gnus-registry-ignore-group-p): Use it.
4275         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4276         set the destination group to nil (same as delete) if it's ignored.
4277
4278 2011-04-20  David Engster  <dengste@eml.cc>
4279
4280         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4281
4282         * Makefile.in (test-nntp): New rule.
4283         (check): Add it.
4284         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4285
4286 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * gnus-registry.el (gnus-registry-action)
4289         (gnus-registry-fetch-header-fast):
4290         Don't use mail-header that looks an internal function of mailheader.el.
4291
4292 2011-04-19  Glenn Morris  <rgm@gnu.org>
4293
4294         * time-date.el (time-to-days): Remove unused local variables.
4295
4296 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * gnus-registry.el: Eliminate cl functions.
4299         (gnus-registry-sort-addresses): New function that replaces mapcan.
4300         (gnus-registry-action, gnus-registry-spool-action)
4301         (gnus-registry-split-fancy-with-parent)
4302         (gnus-registry-fetch-recipients-fast): Use it.
4303         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4304
4305         * registry.el (initialize-instance, registry-lookup)
4306         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4307         (registry-lookup-secondary-value, registry-search, registry-delete)
4308         (registry-insert, registry-reindex, registry-size, registry-prune):
4309         Use eval-and-compile.
4310
4311 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4312
4313         * registry.el (registry-reindex): New method to recreate the secondary
4314         registry indices.
4315
4316         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4317         tracked field changes.
4318         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4319         (gnus-registry-action, gnus-registry-spool-action)
4320         (gnus-registry-handle-action)
4321         (gnus-registry--split-fancy-with-parent-internal)
4322         (gnus-registry-split-fancy-with-parent)
4323         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4324         move, and delete actions, and for fancy splitting with parent.
4325         (gnus-registry-extract-addresses)
4326         (gnus-registry-fetch-recipients-fast)
4327         (gnus-registry-fetch-header-fast): Convenience functions.
4328         (gnus-registry-misc-test): ERT test of
4329         `gnus-registry-extract-addresses'.
4330
4331 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4332
4333         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4334         Track by subject first, then sender.
4335
4336 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4337
4338         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4339
4340         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4341         Lisp.
4342
4343         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4344         (gnus-draft-send): Use it to avoid popping
4345         up frames from gnus-group-send-queue.
4346
4347 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4348
4349         * gnus-registry.el: Updated gnus-registry docs.
4350
4351 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4352
4353         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4354         Fix logic bug.
4355         (gnus-registry-post-process-groups): Fix logging of no results and
4356         quote sender and subject.
4357
4358 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4361         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4362         gnutls-cli are too slow to be done opportunistically.
4363
4364         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4365         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4366         we had no early-data returned.
4367         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4368         two async commands to the same server at the same time.
4369
4370 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4371
4372         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4373
4374 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4377         "warning" level.
4378
4379         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4380         (mm-url-insert-file-contents): Don't set the package names.
4381
4382 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4383
4384         * gnus-registry.el (gnus-registry-action): Remove properties and
4385         simplify subject in `gnus-registry-handle-action'.
4386         (gnus-registry-spool-action): Get subject and sender from message if
4387         they are not passed in.
4388         (gnus-registry-handle-action): Remove properties and simplify subject
4389         consistently.
4390
4391 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4392
4393         * registry.el: Require CL before using defmacro*.
4394
4395 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * gnus-art.el (article-treat-date): Assume that
4398         gnus-article-date-headers may be a group parameter.
4399
4400 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4401
4402         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4403
4404         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4405         interactively so the newsrc file can contain foreign groups too.
4406         Useful for debugging but not much for users.
4407
4408 2011-04-07  David Engster  <dengste@eml.cc>
4409
4410         * registry.el (registry-usage-test): Only do
4411         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4412         lexical binding.
4413
4414 2011-04-07  David Engster  <dengste@eml.cc>
4415
4416         * Makefile.in (check, test-registry): New rules for test-suite.
4417
4418 2011-04-06  David Engster  <dengste@eml.cc>
4419
4420         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4421         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4422
4423 2011-04-06  David Engster  <dengste@eml.cc>
4424
4425         * registry.el (initialize-instance): Change :after to :AFTER to be
4426         compatible with old EIEIO version in XEmacs.
4427
4428 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4429
4430         * gnus-registry.el (gnus-registry-post-process-groups)
4431         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4432         and provide better messaging.
4433
4434 2011-04-06  David Engster  <dengste@eml.cc>
4435
4436         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4437         errors.
4438
4439         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4440         dgnushack-compile with error-on-warn enabled, and to signal an error if
4441         clean compilation failed.
4442         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4443         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4444
4445 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4446
4447         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4448         unconditionally anyway, discarding errors.
4449         (gnus-registry-delete-entries): New convenience function.
4450         (gnus-registry-import-eld): Import from old .eld registry.
4451
4452         * registry.el: Don't use ERT if it's not available.  Load it
4453         unconditionally anyway, discarding errors.
4454
4455         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4456         version from the Claudio Bley GnuTLS patch (extra optional parameters
4457         and host name).
4458
4459 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4462         fixup the parameters that can be customized by the user between
4463         save/read cycles.
4464         (gnus-registry-read): Use it.
4465         (gnus-registry-make-db): Use it.
4466         (gnus-registry-spool-action, gnus-registry-handle-action):
4467         Fix messaging.
4468         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4469         Map references to actual group names with sender and subject tracking.
4470         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4471         (gnus-registry-usage-test): Add subject lookup test.
4472
4473         * registry.el (registry-db, initialize-instance): Set up constructor
4474         instead of :initform arguments for the sake of older Emacsen.
4475         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4476         pre-lexbind merge bug.
4477         (registry-usage-test): Use it.
4478         (initialize-instance, registry-db): Move the non-function initforms
4479         back to the class definition.
4480
4481 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4482
4483         * registry.el: New library to manage gnus-registry-style data.
4484
4485         * gnus-registry.el: Use it (major rewrite).
4486
4487         * nnregistry.el: Use it.
4488
4489         * spam.el: Use it.
4490
4491 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4494         marks on non-selected articles.
4495
4496 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4497
4498         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4499         parameter to open-protocol-stream.
4500
4501 2011-04-01  Julien Danjou  <julien@danjou.info>
4502
4503         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4504         fundamental-mode.
4505
4506 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4509         servers.
4510
4511 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4514         made marks not propagate, again.
4515
4516 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4517
4518         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4519         Make this the default type.
4520         (proto-stream-open-plain): Rename from proto-stream-open-default.
4521         (open-protocol-stream, proto-stream-open-starttls)
4522         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4523         with `plain'.
4524
4525         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4526         value.
4527
4528         * nntp.el (nntp-open-connection-function): Document the fact that some
4529         values are not functions but are instead handled specially.
4530         Recognize nntp-open-plain-stream value.
4531         (nntp-open-connection): Recognize that value.
4532
4533 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4536         where it seems to be needed.
4537
4538 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4541         stuff.
4542
4543         * gnus-score.el (gnus-score-string): Fix calling convention of
4544         `gnus-simplify-buffer-fuzzy' after last patches.
4545
4546         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4547         server for articles we didn't get any headers for.  This is a sanity
4548         check.
4549
4550 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4551
4552         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4553         new CAPABILITY, use it.
4554
4555 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4558         downloading anything.
4559
4560         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4561
4562 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4563
4564         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4565         colors.
4566         (gnus-splash-svg-color-symbols): New function.
4567
4568 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4571         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4572         (gnus-simplify-subject-fuzzy): Use the local
4573         gnus-simplify-subject-fuzzy-regex instead of the global one.
4574         This makes using this variable in group parameters work.
4575
4576 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * gnus-registry.el (gnus-registry-unfollowed-groups):
4579         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4580         archive:sent-YYYY-MM-DD groups).
4581         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4582         tracking if there are more than `gnus-registry-max-track-groups'
4583         matches.
4584
4585 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * message.el (message--yank-original-internal): New function to do the
4588         insertion cleanly inside eval in `message-yank-original'.
4589         (message-yank-original): Use it.
4590
4591 2011-03-29  Julien Danjou  <julien@danjou.info>
4592
4593         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4594         local variables disabled rather than `normal-mode'.
4595
4596 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4597
4598         * imap.el (imap-shell-open, imap-process-connection-type):
4599         Use imap-process-connection-type for 'shell' streams as well as
4600         Kerberos, SSL, other subprocesses.
4601
4602 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4603
4604         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4605         with open-network-stream.
4606         (proto-stream-always-use-starttls): Option removed.
4607         (open-protocol-stream): Return a process object by default.  Provide a
4608         new parameter :return-list specifying a list-type return value, which
4609         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4610         :type `network' to `try-starttls', and `network-only' to `default'.
4611         Make `default' the default, for compatibility with open-network-stream.
4612         Handle the no-parameter case exactly as open-network-stream, with no
4613         additional stream processing.  Search plists using plist-get.
4614         Explicitly add :end-of-commend parameter if it is missing.
4615         (proto-stream-open-default): Rename from
4616         proto-stream-open-network-only.  Return 'default as the type.
4617         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4618         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4619         failed.  Always return a list with a (possibly dead) process as the
4620         first element, for compatibility with open-network-stream.
4621         (proto-stream-open-tls): Use plist-get.  Always return a list.
4622         (proto-stream-open-shell): Return `default' as connection type.
4623         (proto-stream-capability-open): Use plist-get.
4624         (proto-stream-eoc): Function deleted.
4625
4626         * nnimap.el (nnimap-stream, nnimap-open-connection)
4627         (nnimap-open-connection-1): Handle renaming of :type parameter for
4628         open-protocol-stream.
4629         (nnimap-open-connection-1): Pass a :return-list parameter
4630         open-protocol-stream to obtain a list return value.  Parse this list
4631         using plist-get.
4632
4633         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4634         for open-protocol-stream.  Accept open-protocol-stream return value
4635         that is a subprocess object instead of a list.  Handle the case of a
4636         dead returned process.
4637
4638 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4639
4640         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4641
4642         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4643
4644 2011-03-21  Julien Danjou  <julien@danjou.info>
4645
4646         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4647         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4648         query.
4649         (mm-inline-text): Render normal text with fontification whenever
4650         possible.
4651
4652         * gnus-sum.el (gnus-summary-save-parts-1):
4653         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4654         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4655         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4656         Use `mm-handle-filename'.
4657
4658         * mm-util.el (mm-handle-filename): New function, return the filename of
4659         an handle.
4660
4661 2011-03-18  Julien Danjou  <julien@danjou.info>
4662
4663         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4664         (gnus-buffer-live-p): Check that buffer is not nil.
4665
4666 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4667
4668         * gnus.el: No Gnus v0.15 is released.
4669
4670 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4673         avoid warning on XEmacs.
4674
4675         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4676         on XEmacs.
4677
4678         * gnus-art.el: Require mouse, which the build bot seems to say is
4679         needed.
4680
4681         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4682
4683         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4684         XEmacs, since it doesn't have url-retrieve-synchronously.
4685
4686         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4687         since assoc-string doesn't exist in XEmacs.
4688
4689 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4690
4691         * gnus-group.el (gnus-group-list-ticked): New function.
4692         (gnus-group-make-menu-bar): Provide a menu entry for it.
4693         (gnus-group-list-map): Provide a binding for it.
4694
4695 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * shr.el (shr-visit-file): New command.
4698
4699         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4700
4701 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4702
4703         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4704         servers.
4705
4706 2011-03-16  Julien Danjou  <julien@danjou.info>
4707
4708         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4709         inline.
4710
4711         * gnus-art.el (article-hide-list-identifiers):
4712         Use gnus-group-get-list-identifiers.
4713
4714         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4715         (gnus-summary-remove-list-identifiers):
4716         Use gnus-group-get-list-identifiers to get regexp.
4717         (gnus-select-newsgroup, gnus-summary-insert-subject)
4718         (gnus-summary-insert-articles):
4719         Call gnus-summary-remove-list-identifiers unconditionally.
4720
4721 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4724         we're selecting a group with unread articles.
4725
4726         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4727
4728         * gssapi.el: New file separated out from imap.el to provide a general
4729         Kerberos 5 connection facility for Emacs.
4730
4731         * message.el (message-elide-ellipsis): Document the format spec
4732         ellipsis.
4733
4734 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4735
4736         * message.el (message-elide-region): Allow the ellipsis to say how many
4737         lines were removed.
4738
4739 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4742         window configurations containing buffers that are now dead.
4743
4744         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4745         parsing to avoid integer overflows.
4746         (nnimap-parse-flags): Simplify the last change.
4747         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4748         too large for 32-bit Emacsen.
4749
4750 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4751
4752         * auth-source.el (auth-source-netrc-create):
4753         * message.el (message-yank-original): Fix use of `case'.
4754
4755 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4756
4757         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4758         XEmacs, which was one character too wide.
4759
4760 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4761
4762         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4763         default number of articles to display.
4764         (gnus-articles-to-read): Use pretty names for prompt.
4765
4766 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * gnus-int.el (gnus-open-server): Ditto.
4769
4770         * gnus-start.el (gnus-activate-group): Give a backtrace if
4771         debug-on-quit is set and the user hits `C-g'.
4772         (gnus-read-active-file): Ditto.
4773
4774         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4775
4776 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4777
4778         * message.el (message-yank-original): Use cond instead of CL case.
4779
4780 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4781
4782         * auth-source.el (auth-source-netrc-create): Use usual format for the
4783         default in prompts.
4784
4785 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * lpath.el: Fbind read-char-choice for XEmacs.
4788
4789 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * auth-source.el (auth-source-netrc-create): Show the default in the
4792         prompt when prompting for token creation.
4793
4794 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * auth-source.el (auth-source-format-prompt): Always convert the value
4797         to a string to avoid evaluating non-string arguments.
4798         (auth-source-netrc-create): Offer default properly, not as initial
4799         content in `read-string'.
4800         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4801         of line to determine if we've been run before.  If so, don't run again,
4802         but print a trivial message to indicate the cache was hit instead.
4803
4804 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4807         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4808         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4809         Gnus.
4810
4811 2011-03-11  Julien Danjou  <julien@danjou.info>
4812
4813         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4814         modified file".
4815
4816 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4817
4818         * auth-source.el (auth-source-read-char-choice): New function to read a
4819         character choice using `dropdown-list', `read-char-choice', or
4820         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4821         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4822         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4823         (auth-source-netrc-saver): Use it.
4824         (auth-source-pick-first-password): New convenience function.
4825
4826 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4827
4828         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4829         parameter in the credentials.
4830         (nnimap-open-connection-1): Use it after a successful login.
4831         (nnimap-credentials): Add IMAP-specific user and password prompt.
4832
4833         * auth-source.el (auth-source-search): Add :require parameter, taking a
4834         list.  Document it and the :save-function return token.  Pass :require
4835         down.  Change the CREATED message from a warning to a debug statement.
4836         (auth-source-search-backends): Pass :require down.
4837         (auth-source-netrc-search): Pass :require down.
4838         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4839         Change save prompt to indicate all modifications saved here are
4840         deletions.
4841         (auth-source-netrc-create): Take user login name as default in user
4842         prompt.  Move all the save functionality to a lexically bound function
4843         under the :save-function token in the returned list.  Set up clearer
4844         default prompts for user, host, port, and secret.
4845         (auth-source-netrc-saver): New function, intended to be wrapped for
4846         :save-function.
4847
4848 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4851         lines to be spaces instead.
4852
4853 2011-03-07  Julien Danjou  <julien@danjou.info>
4854
4855         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4856         (sieve-sasl-auth): Check that auth-source-search did return something,
4857         or just return an empty string.
4858
4859 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4860
4861         * gnus.el (gnus-interactive): Use read-directory-name.
4862
4863         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4864         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4865         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4866         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4867         Likewise.
4868
4869         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4870
4871 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4874         onto the list of killed groups, too.  This makes killed nnimap groups,
4875         for instance, more reliably not reappear.
4876
4877         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4878         the parent.
4879
4880         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4881
4882         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4883         really have server-side marks.
4884
4885         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4886         since most backends do not usefully have server-side marks.
4887         (gnus-update-read-articles): Propagate marks to all backends that
4888         really have server-side marks.
4889
4890 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4891
4892         * message.el (message-cite-reply-position, message-cite-style):
4893         New variables.
4894         (message-yank-original): Use the new citation styles.
4895
4896 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4897
4898         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4899         buffer-local issue); don't mark it buffer-local when running under
4900         XEmacs.
4901
4902 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4903
4904         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4905         numbers too big to be `read'.
4906
4907 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * password-cache.el (password-in-cache-p): Add autoload.
4910
4911         * message.el (message-options): Make buffer-local two ways to attempt
4912         to fix a XEmacs bug.
4913
4914 2011-03-02  Julien Danjou  <julien@danjou.info>
4915
4916         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4917
4918 2011-03-01  Julien Danjou  <julien@danjou.info>
4919
4920         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4921         group.
4922         (article-hide-list-identifiers): Use list-identifier group parameter.
4923
4924 2011-02-28  Julien Danjou  <julien@danjou.info>
4925
4926         * sieve.el (sieve-buffer-script-name): New local variable to store
4927         sieve script name.
4928         (sieve-edit-script): Store sieve script name.
4929         (sieve-upload): Use sieve script name when uploading.
4930         (sieve-upload): Use substitute-command-keys.
4931         (sieve-edit-script): Use substitute-command-keys.
4932         (sieve-refresh-scriptlist): Use substitute-command-keys.
4933         (sieve-manage-mode-map): Define keymap properly.
4934         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4935         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4936         Remove commented code about cvs.
4937         (sieve-manage-quit): New function.
4938         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4939
4940 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4943
4944 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * auth-source.el (auth-source-search): Cache empty result sets.
4947
4948         * password-cache.el (password-in-cache-p): Convenience function to
4949         check if a key is in the cache, even if the value is nil.
4950
4951         * auth-source.el (auth-source-save-behavior): New variable to replace
4952         `auth-source-never-create'.
4953         (auth-source-netrc-create): Use it.
4954         (auth-source-never-save): Remove.
4955
4956 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4957
4958         * nnimap.el (nnimap-stream): Doc fix.
4959         (nnimap-open-connection-1): Reverse the order of the ports to that the
4960         prompted-for port is first.
4961
4962         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4963         retrieval by the no-group selection.
4964
4965         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4966         numerical parameters.
4967
4968 2011-02-25  Julien Danjou  <julien@danjou.info>
4969
4970         * gnus-gravatar.el: Use gnus-with-article-buffer.
4971
4972         * gnus-art.el (gnus-with-article-buffer): Check that the
4973         gnus-article-buffer is alive.
4974
4975 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4976
4977         * auth-source.el (auth-source-creation-prompts): New variable to manage
4978         creation-time prompts.
4979         (auth-source-search): Document it.
4980         (auth-source-format-prompt): Add utility function.
4981         (auth-source-netrc-create): Don't default the user name to
4982         user-login-name.  Use `auth-source-creation-prompts' and some default
4983         prompts for user, host, port, and password (the default generic prompt
4984         remains ugly).
4985         (auth-source-never-save): Add customizable option to never save info.
4986         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4987         mode excursion.
4988
4989 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4992         argument that XEmacs doesn't support.
4993
4994         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4995         compiled for Emacsen having no `libxml-parse-html-region' support.
4996
4997         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4998
4999         * lpath.el: Bind buffer-save-without-query for XEmacs.
5000
5001 2011-02-23  Julien Danjou  <julien@danjou.info>
5002
5003         * gnus-art.el (article-make-date-line): Ignore errors if time is
5004         invalid and not convertible.
5005         (article-make-date-line): Only add lapsed time if time is not nil.
5006
5007 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5008
5009         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5010         `read-char-choice' for backwards compatibility.
5011         (auth-source-netrc-element-or-first): New function to DTRT for
5012         parameter extraction.
5013         (auth-source-netrc-create): Use it and fix multiple parameter print
5014         bug.  Use the default passed from above (given-default) or the
5015         built-in (user-login-name for :user).
5016
5017 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5018
5019         * gnus-start.el (gnus-dribble-read-file):
5020         Set buffer-save-without-query, since we always want to save the dribble
5021         file, probably.
5022
5023         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5024         nnimap.
5025
5026         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5027         -summary- since it's a user-visible variable.
5028
5029         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5030         first time you use the new Gnus.
5031
5032 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5033
5034         * auth-source.el: Don't load netrc.el.
5035         (auth-sources): Search ~/.netrc as well by default.
5036         (auth-source-debug): Add 'trivia option for extra output.
5037         (auth-source-do-trivia): Use it.
5038         (auth-source-search): Simplify logic to use
5039         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5040         appropriate.  Don't keep a running count at this level.  Layer :create
5041         and :delete options appropriately on the first and second passes.
5042         Don't track the backend with the search results.
5043         (auth-source-search-backends): New function to search a list of
5044         backends for a processed spec.
5045         (auth-source-netrc-parse): Cache all netrc files, making
5046         auth-source-netrc-cache an alist keyed by the file name and using the
5047         file mtime as the caching criterion.  Keep the obfuscated data secret
5048         with a lexical bind.
5049         (auth-source-netrc-search): Don't calculate the length of the results
5050         unnecessarily.
5051         (auth-source-search-backends): Fix bug.
5052         (auth-source-netrc-create): Rework prompts.
5053
5054 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5055
5056         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5057         Lower case names of search constraints.
5058         (nnir-run-query): Cache and reuse search constraints for all imap
5059         servers.
5060
5061 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5062
5063         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5064         after exit.
5065         (gnus-setup-message): Define missing variable from last checkin.
5066
5067         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5068         value, show the raw article.
5069
5070 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5071
5072         * gnus.el: No Gnus v0.13 is released.
5073
5074 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5075
5076         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5077         auth-source now accepts numbers.
5078
5079         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5080         spec, too.
5081         (auth-source-ensure-strings): New function.
5082
5083         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5084         (gnus-article-setup-buffer): Always restart the date timer so that user
5085         changes to the frequency is respected.
5086
5087         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5088         port numbers, so make sure it gets that if nnimap-server-port is
5089         explicit.
5090
5091 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5092
5093         * nnimap.el (nnimap-inbox): Doc fix.
5094
5095 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5096
5097         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5098         Autoload.  Add optional arg FRAME, and pass it to color-values.
5099         (color-complement): Caller changed.  Doc fix.
5100         (color-gradient): Rewrite for better clarity and efficiency.
5101
5102 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5103
5104         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5105         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5106         color-lab-to-srgb.
5107
5108 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5109
5110         * color.el: First part of merge from hexrgb.el.
5111         (color-rgb-to-hex): Rename from color-rgb->hex.
5112         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5113         saturation to zero if the value is too small.
5114         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5115         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5116         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5117         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5118         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5119         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5120         (color-cie-de2000): Doc fix.
5121
5122 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5123
5124         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5125         given method as in the group name if we're using an extended method.
5126         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5127         command, if we're using that, instead of waiting for the beginning.
5128
5129         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5130         we're sure to get unique server names, and we don't output two async
5131         commands in the same buffer.  This fixes an NNTP hang for some users.
5132
5133 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5134
5135         * gnus.el: No Gnus v0.11 is released.
5136
5137 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5138
5139         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5140         summary buffer before reading going to the next buffer.  This avoids
5141         putting the point in the group buffer if you `C-g' the command.
5142
5143         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5144         cache (for now) to make ~/.authinfo.gpg files usable.
5145
5146         * nnfolder.el (copyright-update): Define for the compiler.
5147
5148         * auth-source.el (auth-source-search): Fix unbound variable.
5149
5150 2011-02-19  Glenn Morris  <rgm@gnu.org>
5151
5152         * gnus.el (gnus-meta): Doc fix.
5153
5154 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5155
5156         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5157         in case it's not yet loaded.
5158
5159 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5160
5161         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5162         line we're waiting for.
5163
5164 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5165
5166         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5167         face with line-width greater than zero will cause RET in gnus summary
5168         buffer to scroll down article page-wise because auto vscroll happens,
5169         it should be temporally disabled when doing a scroll-up.
5170
5171 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5172
5173         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5174         outputs from the server.
5175
5176 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5177
5178         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5179         later so that bbdb can hook in easier.
5180
5181 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5182
5183         * auth-source.el (auth-source-search): Don't try to create credentials
5184         if the caller doesn't want that.
5185         (auth-source-search): If we don't find a match, don't bug out on
5186         non-bound variables.
5187         (auth-source-search): Only ask a single backend to create the
5188         credentials.
5189
5190         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5191         logging.
5192         (nnimap-credentials): Protect against auth-source-search returning nil.
5193         (nnimap-request-list): Protect against not being able to open the
5194         server.
5195
5196 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5197
5198         * auth-source.el (auth-source-search): Do a two-phase search, one with
5199         no :create to get the responses from all backends.
5200
5201         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5202         when getting credentials.
5203
5204         * gnus-util.el (gnus-delete-duplicates): New function.
5205
5206 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5207
5208         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5209         a creation default, pass the whole port list down.  It will be
5210         completed.
5211
5212         * auth-source.el (auth-source-search): Updated docs to talk about
5213         multiple creation choices.
5214         (auth-source-netrc-create): Accept a list as a value (from the search
5215         parameters) and do completion on that list.  Keep a separate netrc line
5216         with the password obscured for showing the user.
5217
5218         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5219         first choice to `auth-source-search' so it will be used for entry
5220         creation instead of the server's Gnus-specific name.
5221         (nnimap-credentials): Rely on the auth-source library to select which
5222         port is actually wanted in the new netrc entry, so don't override
5223         `auth-source-creation-defaults'.
5224
5225         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5226         :protocol and accept a missing user, host, or port as a wildcard match.
5227         (auth-source-debug): Default to off.
5228
5229         (auth-source-netrc-search, auth-source-netrc-create)
5230         (auth-source-secrets-search, auth-source-secrets-create)
5231         (auth-source-user-or-password, auth-source-backend, auth-sources)
5232         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5233         instead of :protocol.
5234
5235         * nnimap.el (nnimap-credentials): Pass a port default to
5236         `auth-source-search' in case an entry needs to be created.
5237         (nnimap-open-connection-1): Use :port instead of :protocol.
5238
5239 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * auth-source.el: Bind load-path when loading EIEIO from
5242         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5243         21.4 doesn't support, to `require'.
5244         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5245         delete-dups that is not available in XEmacs 21.4.
5246
5247 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5248
5249         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5250         as EIEIO must also be loaded when auth-source.el is being
5251         byte-compiled.
5252
5253 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5254
5255         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5256
5257         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5258
5259         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5260
5261         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5262
5263         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5264
5265         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5266
5267         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5268
5269         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5270         necessary.
5271
5272 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5273
5274         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5275         nil means that nnimap doesn't get updated.
5276
5277 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5278
5279         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5280         result when the user doesn't want to write to the file.
5281         (auth-source-netrc-search): Expect a synthetic result and proceed
5282         accordingly.
5283         (auth-source-cache-expiry): New variable to override
5284         `password-cache-expiry'.
5285         (auth-source-remember): Use it.
5286
5287         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5288         parameter.  Create entry if necessary by using :create t.
5289         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5290
5291 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5292
5293         * auth-source.el (auth-source-debug): Enable by default and don't
5294         mention the obsolete `auth-source-hide-passwords'.
5295         (auth-source-do-warn): New function to debug unconditionally.
5296         (auth-source-do-debug): Use it.
5297         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5298         and for Secrets API entries when the secrets.el library is not
5299         available.
5300
5301 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5302
5303         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5304         (gnus-summary-exit): Kill the correct article buffer on exit from a
5305         `C-d' group.
5306
5307         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5308         gnus-propagate-marks.
5309
5310         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5311         before killing the buffers so that a non-full window conf gets handled
5312         correctly.
5313         (gnus-summary-exit): Ditto.
5314         (gnus-summary-read-group-1): Ditto.
5315
5316         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5317         async code again so that we can debug it properly.
5318
5319         * message.el (message-reply): Take an optional switch-buffer parameter
5320         so that Gnus window confs are respected better.
5321
5322 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5325         `plist-get' to accept non-list parameters (XEmacs issue).
5326         Fix docstring.
5327         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5328         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5329         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5330         Login collection is "Login" and not "login".
5331
5332 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5333
5334         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5335         multiple headers.
5336
5337         * nnimap.el (nnimap-inhibit-logging): New variable.
5338         (nnimap-log-command): Don't log login commands.
5339
5340         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5341         to have more parameters.
5342
5343         * nnimap.el (nnimap-send-command): Mark the command time for each
5344         command, so that we don't get NOOPs stepping on our toes.
5345
5346         * gnus-art.el (article-date-ut): Get the date from the Date header on
5347         `t'.
5348
5349 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * auth-source.el (auth-source-search): Use copy-sequence instead of
5352         the cl.el copy-list.
5353
5354 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5355
5356         * imap.el: Bring it back (revert
5357         84d800cd31de3064f0ed39617d725709a2f8f42f).
5358
5359 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5360
5361         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5362         Improve prompt.
5363
5364 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5365
5366         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5367         washing status from the default format.  It isn't very informative.
5368
5369 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5370
5371         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5372         Fix Gcc processing on imap.
5373
5374 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5375
5376         * imap.el: Remove file.  All the functionality is in nnimap.el.
5377
5378 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5379
5380         * message.el (message-bury): Don't pop up a new window when selected
5381         window is dedicated.
5382
5383 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5384
5385         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5386
5387 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5388
5389         * sieve-manage.el: Autoload `auth-source-search'.
5390         (sieve-sasl-auth): Use it.
5391
5392 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5393
5394         * nnimap.el: Autoload `auth-source-forget+'.
5395         (nnimap-open-connection-1): Use it if the connection fails.
5396
5397         * auth-source.el: Require `password-cache'.
5398         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5399         obsolete.
5400         (auth-source-magic): Marker for `password-cache' keys.
5401         (auth-source-do-cache): Update docstring.
5402         (auth-source-search): Use and check cache.
5403         (auth-source-forget-all-cached, auth-source-remember)
5404         (auth-source-recall, auth-source-forget, auth-source-forget+)
5405         (auth-source-specmatchp): Caching support functions.
5406         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5407         Remove and obsolete.
5408         (auth-source-user-or-password): Remove caching to further discourage
5409         using it.  Always hide passwords.
5410
5411         * password-cache.el (password-cache-remove): Accept secrets that are
5412         not strings.
5413
5414 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5415
5416         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5417         code for now, since it doesn't work for all users.
5418
5419 2011-02-09  Julien Danjou  <julien@danjou.info>
5420
5421         * message.el (message-options): Make message-options really buffer
5422         local.
5423
5424 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * mail-source.el: Autoload `auth-source-search'.
5427         (mail-source-keyword-map): Note order matters.
5428         (mail-source-set-1): Get all the mail-source source values and
5429         defaults and search auth-source on those if needed.  This can all
5430         probably be simplified.
5431
5432         * nnimap.el: Autoload `auth-source-search'.
5433         (nnimap-credentials): Use it.
5434         (nnimap-open-connection-1): Ask for the virtual server and physical
5435         address in one shot.
5436
5437         * nntp.el: Autoload `auth-source-search'.
5438         (nntp-send-authinfo): Use it.  Note TODO.
5439
5440 2011-02-08  Julien Danjou  <julien@danjou.info>
5441
5442         * shr.el (shr-tag-body): Add support for text attribute in body
5443         markups.
5444
5445         * message.el (message-options): Make message-options a local variable.
5446
5447 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5448
5449         * auth-source.el (auth-source-secrets-search)
5450         (auth-source-user-or-password): Use `append' instead of `nconc'.
5451         (auth-source-user-or-password): Build return list better and protect
5452         against nil :secret.
5453
5454 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5455
5456         * nnimap.el (nnimap-update-info): Refactor slightly.
5457         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5458         (nnimap-update-info): Clean up slightly.
5459         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5460         characters.
5461         (nnimap-process-quirk): Rename function to avoid collision.
5462         (nnimap-update-info): Fix macrology bug-out.
5463         (nnimap-update-info): Simplify split history test.
5464
5465 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5466
5467         * auth-source.el (top): Require 'eieio unconditionally.
5468         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5469         (auth-source-secrets-search): Limit search when `max' is greater than
5470         number of results.
5471
5472 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5473
5474         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5475         part not returning any data.
5476
5477         * proto-stream.el (open-protocol-stream): Document the return value.
5478
5479 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * auth-source.el (auth-source-secrets-search): Add examples.
5482
5483 2011-02-06  Julien Danjou  <julien@danjou.info>
5484
5485         * message.el (message-setup-1): Handle message-generate-headers-first
5486         set to t.
5487
5488 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5489
5490         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5491         API with a string "secrets:collection-name" and with 'default.
5492         (auth-source-backend-parse): Parse "secrets:collection-name" and
5493         'default.  Recurse on parses instead of repeating code.  Use the
5494         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5495         message when ignoring a source.
5496         (auth-source-search): List ignored search keys at the top level.
5497         (auth-source-netrc-create): Use `case' instead of `cond'.
5498         (auth-source-secrets-search): Created with TODOs.
5499         (auth-source-secrets-create): Created with TODOs.
5500         (auth-source-retrieve, auth-source-create, auth-source-delete)
5501         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5502         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5503         (auth-source-user-or-password-sftp)
5504         (auth-source-user-or-password-smtp): Remove.
5505         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5506         around `auth-source-search'.  Not tested thoroughly.
5507
5508 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5509
5510         * auth-source.el: Bring in assoc and eioeio libraries.
5511         (secrets-enabled): New variable to track the status of the Secrets API.
5512         (auth-source-backend): New EIOEIO class to represent a backend.
5513         (auth-source-creation-defaults): New variable to set prompt defaults
5514         during token creation (see the `auth-source-search' docstring for
5515         details).
5516         (auth-sources): Simplify to allow a simple string as a netrc backend
5517         spec.
5518         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5519         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5520         (auth-source-search): Main auth-source API entry point.
5521         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5522         (auth-source-search-collection): Helper function for searching.
5523         (auth-source-netrc-parse, auth-source-netrc-normalize)
5524         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5525         Supports search, create, and delete.
5526         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5527         backend stubs.
5528         (auth-source-user-or-password): Call `auth-source-search' but it's not
5529         ready yet.
5530
5531 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5532
5533         * message.el (message-setup-1): Remove the read-only stuff, since it
5534         doesn't work under XEmacs, for some reason.
5535
5536         * gnus-sum.el (gnus-user-date): Rename back from
5537         gnus-summary-user-date since user code refers to it.
5538
5539         * shr.el (shr-render-td): Store the actual background color used.
5540
5541         * message.el (message-setup-1): Don't bind the constant
5542         -forbidden-properties.
5543         (message-setup-1): Revert previous change, since it needs to bind the
5544         props to insert them.
5545         (message-resend): Allow removing the read-only separator line.
5546
5547 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5548
5549         * nnimap.el (nnimap-request-accept-article): Give an error message if
5550         the APPEND wasn't successful.
5551
5552 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5553
5554         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5555         that have no groups.
5556
5557 2011-02-03  Julien Danjou  <julien@danjou.info>
5558
5559         * gnus-draft.el: Remove progn around gnus-draft-setup.
5560
5561 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5562
5563         * gnus-start.el (gnus-read-active-for-groups): This function is never
5564         called with a nil `infos', so clean that up.
5565         (gnus-get-unread-articles): Request active files from primary/secondary
5566         methods that have no groups (yet).
5567
5568 2011-02-03  Julien Danjou  <julien@danjou.info>
5569
5570         * message.el (message-setup-1): Always generate References first.
5571         (message-mail): Return the return value of message-setup, not always t.
5572         (message-setup-1): Insert mail-header-separator with read-only and
5573         intangible properties set.
5574
5575         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5576         user-date in docstring.
5577
5578         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5579
5580         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5581         docstring.
5582
5583         * gnus.el (gnus-user-date-format-alist): Change default value.
5584         Use defcustom, with type and group. Move from gnus-util.el.
5585         Rename to gnus-summary-user-date-format-alist.
5586
5587 2011-02-03  Glenn Morris  <rgm@gnu.org>
5588
5589         * nnimap.el (gnus-fetch-headers): Declare.
5590
5591         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5592
5593 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5594
5595         * message.el (message-forward-make-body-digest-plain)
5596         (message-followup, message-reply): Clean up things noted by Stefan.
5597
5598         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5599         gnus-article-update-date-headers is nil.
5600         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5601         it didn't really work with defcustom.
5602         (article-update-date-lapsed): Make sure the window start doesn't move,
5603         either.
5604
5605 2011-02-01  Julien Danjou  <julien@danjou.info>
5606
5607         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5608         format.
5609
5610         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5611         standard in Emacs nowadays.
5612
5613         * color.el (color-gradient): Add a color-gradient function.
5614
5615 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5616
5617         * message.el (message-expand-name): Don't trust the return value of
5618         bbdb-complete-name.
5619         (message-check-news-header-syntax): Remove unused var `start'.
5620         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5621         (message-inhibit-body-encoding): Move to before first use.
5622         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5623         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5624         (Organization, Message-ID, Date, mh-previous-window-config):
5625         Defvar the vars using dynamic scoping.
5626
5627 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5628
5629         * shr.el (shr-render-td): Only do colors at the final rendering.
5630         Should be slightly faster.
5631         (shr-insert-table): Fix up TD background colors when doing the
5632         vertical padding.
5633
5634         * gnus-art.el (article-date-ut): Protect against articles with no Date
5635         header.
5636         (article-update-date-lapsed): Don't use current-column to find the
5637         horizontal position.  It's fragile in the presence of \003 characters.
5638
5639         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5640
5641 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5642
5643         * gnus-art.el (article-transform-date): Rewrite to still work when
5644         there are several rfc2822 parts.
5645         (article-transform-date): Fix infinite recursion.
5646         (article-date-ut): Replace infinitely many Date headers with a single
5647         one when called interactively.
5648
5649         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5650         secure manner.
5651
5652         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5653         move around by not using save-window-excursion.  It seems to work...
5654
5655 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * gnus-art.el (article-make-date-line): Work for user-defined format.
5658
5659 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5660
5661         * nntp.el (nntp-retrieve-group-data-early)
5662         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5663         fetching functions.
5664
5665         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5666         thoroughly for all backends that have no known groups.  This should
5667         allow new nnml methods to retrieve mail.
5668
5669         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5670         that Gnus doesn't know exists again.
5671
5672         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5673         (gnus-treat-date-ut): Ditto.
5674         (gnus-article-update-date-header): Rename.
5675         (gnus-treat-date-local): Remove.
5676         (gnus-treat-date-english): Remove.
5677         (gnus-treat-date-lapsed): Remove.
5678         (gnus-treat-date-combined-lapsed): Remove.
5679         (gnus-treat-date-original): Remove.
5680         (gnus-treat-date-iso8601): Remove.
5681         (gnus-treat-date-user-defined): Remove.
5682         (gnus-article-date-headers): New variable to control all the date
5683         header options.
5684         (article-date-ut): Rewrite to allow using the new way to format date
5685         headers(s).
5686
5687 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5688
5689         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5690         method.
5691         (nnmail-article-group): A better test for fanciness.
5692
5693         * nnimap.el (nnimap-request-head): Protect against not finding the
5694         article by Message-ID.
5695
5696 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5699         keep point at the "same place".
5700
5701 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5702
5703         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5704         data if the group is inactive.
5705
5706 2011-01-28  Julien Danjou  <julien@danjou.info>
5707
5708         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5709         (gnus-all-windows-visible-p): Remove old compatibility code.
5710         (gnus-window-top-edge): Add docstring.
5711
5712         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5713
5714 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5715
5716         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5717         older request-update-info.
5718
5719         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5720
5721 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5722
5723         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5724         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5725
5726 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5727
5728         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5729         groups.  This makes the nndraft:queue group pop up if it's not already
5730         there.
5731
5732         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5733         messages" logic, which was reversed.
5734
5735         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5736         the "same place" even if point is on the line being replaced.
5737         (article-update-date-lapsed): Allow updating both the combined lapsed
5738         and the lapsed headers.
5739         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5740         (article-make-date-line): Limit the number of segments dynamically to
5741         avoid too-long lines.
5742
5743 2011-01-27  Julien Danjou  <julien@danjou.info>
5744
5745         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5746         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5747
5748 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5751         Use plist-get instead of the cl function getf.
5752
5753 2011-01-27  Glenn Morris  <rgm@gnu.org>
5754
5755         * gnus-util.el (float-time): Get rid of compiler warning, again.
5756
5757 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5758
5759         * shr.el (shr-put-color): Special-case background colors: Do put them
5760         at the blank parts at the front of the lines.
5761
5762         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5763         exit hook to nix out all data on readedness on group exit.
5764
5765         * gnus-util.el (float-time): If float-time is bound, always use it on
5766         all Emacsen.  It's unclear why the subrp check was there.
5767         (time-date): Require to make some autoload issues on XEmacs go away.
5768
5769         * shr.el (shr-put-color): Don't do the box padding in tables, since
5770         they're already padded.
5771
5772 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5773
5774         * gnus-art.el (gnus-article-next-page): When the last line of the
5775         article is displayed, scroll down once more instead of going to the
5776         next article at once.
5777         (article-lapsed-string): Refactor out and allow specifying how many
5778         segments you want.
5779         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5780         (gnus-article-update-lapsed-header): New variable.
5781
5782         * shr.el: Revert change that made headings use different-sized faces.
5783         The Emacs display engine isn't advanced enough that, for instance,
5784         tables can comfortably use differently-sized faces.
5785
5786 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5787
5788         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5789         used.
5790         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5791         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5792         we're using an encrypted connection.
5793
5794         * proto-stream.el: Alter the interface functions to also return the
5795         actual stream type used: network or tls.
5796
5797 2011-01-25  Julien Danjou  <julien@danjou.info>
5798
5799         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5800         (mm-display-javascript-inline): New function.
5801
5802         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5803         viewing function.
5804
5805 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * shr.el (shr-expand-newlines): Fix variable name.
5808
5809 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5810
5811         * shr.el (shr-expand-newlines): Make nested boxes work.
5812
5813 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5814
5815         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5816         backgrounds.
5817         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5818         in a more sensible manner.
5819
5820 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5823         if EPG is loaded.
5824
5825 2011-01-24  Julien Danjou  <julien@danjou.info>
5826
5827         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5828         tags.
5829
5830 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5831
5832         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5833         commands.
5834
5835         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5836         in the article buffer.
5837         (gnus-gravatar-insert): Use blank space from the current buffer to
5838         avoid breaking text properties.  This makes X-Sent updating work again.
5839
5840         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5841
5842 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5843
5844         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5845         fix the bug in url-http.el instead.
5846
5847         * shr.el (shr-image-fetched): Ditto.
5848
5849         * shr.el (shr-image-fetched): Avoid having point move in the article
5850         buffer.
5851
5852         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5853         buffer after being called.  It's apparently being killed by url.el, and
5854         killing it made point move to end-of-buffer in a random buffer.
5855
5856         * shr.el (shr-image-fetched): Ditto.
5857
5858 2011-01-23  Julien Danjou  <julien@danjou.info>
5859
5860         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5861
5862         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5863         text/x-org.
5864
5865 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5866
5867         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5868         (i.e., nnimap) returning nil as the article number.
5869
5870 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5871
5872         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5873         "DelSp" parameter in RFC3676.
5874
5875 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5876
5877         * message.el (message-check-recipients): Display the encoded version of
5878         the bogus address if they differ.
5879
5880         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5881         after sending.
5882
5883         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5884
5885         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5886
5887         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5888         group buffer after sending the queue.
5889
5890         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5891
5892 2011-01-22  Julien Danjou  <julien@danjou.info>
5893
5894         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5895
5896 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5897
5898         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5899         nested related parts.
5900
5901         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5902         unexpired articles.  This fixes the regression that led expiry marks to
5903         disappear from nnfolder groups.
5904
5905 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5906
5907         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5908         Don't confuse the "ret" of "retrograde" with RET.
5909
5910 2011-01-21  Julien Danjou  <julien@danjou.info>
5911
5912         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5913         than mm-insert-inline.
5914
5915 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5918         Widen article buffer.
5919
5920 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5921
5922         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5923         the temp buffer.
5924         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5925
5926 2011-01-20  Julien Danjou  <julien@danjou.info>
5927
5928         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5929
5930         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5931         than mm-insert-inline to insert inline part: this respect
5932         mm-inline-media-tests displayers.
5933
5934         * mm-view.el (mm-display-shell-script-inline): New function.
5935
5936         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5937
5938         * mm-uu.el (mm-uu-type-alist): Add org block.
5939         (mm-uu-org-src-code-block-extract): New function.
5940
5941         * mm-view.el (mm-display-org-inline): New function.
5942
5943         * mm-decode.el (mm-automatic-display): Add text/org.
5944
5945         * mailcap.el (mailcap-mime-extensions): Add .org.
5946
5947 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5950         gnus-article-add-buttons.
5951
5952 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5953
5954         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5955         From header with a date and "nobody" as the sender.
5956
5957 2011-01-19  Julien Danjou  <julien@danjou.info>
5958
5959         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5960         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5961         if you have the same regexp several times.
5962         (gnus-button-push): Fix matching when regexp is symbol.
5963
5964 2011-01-15  Glenn Morris  <rgm@gnu.org>
5965
5966         * message.el (message-mail): A compose-mail function should
5967         accept headers as strings.
5968
5969 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5970
5971         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5972         Add :vert-only tags.
5973         (message-mail): New arg RETURN-ACTION.
5974         (message-return-action): New var.
5975         (message-bury): Use it.
5976         (message-mode): Make it buffer-local.
5977         (message-send-and-exit): Always call message-bury.
5978
5979         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5980         message-mail.
5981
5982 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * nnimap.el (nnimap-convert-partial-article): Protect against
5985         zero-length body parts.
5986
5987         * mm-decode.el (mm-preferred-alternative-precedence):
5988         Discourage showing empty parts.
5989
5990         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5991         and stuff if the backend didn't return the article number.  This fixes
5992         an Exchange-related nnimap bug.
5993
5994         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5995         group window, because it does the wrong thing when a separate frame
5996         displays the group buffer.
5997
5998         * proto-stream.el (open-protocol-stream): Protect against the low-level
5999         transport functions returning nil.
6000
6001 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6002
6003         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6004         (mml2015-epg-find-usable-secret-key): New function.
6005         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6006         mml2015-epg-find-usable-key (Bug#7797).
6007         (mml2015-epg-encrypt): Ditto.
6008
6009 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * dgnushack.el (rot13-string): Fix the way to get the argument.
6012
6013 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6014
6015         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6016
6017 2011-01-03  Glenn Morris  <rgm@gnu.org>
6018
6019         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6020
6021         * sieve.el (sieve-open-server): Give a more explicit error if
6022         sieve-manage-open returns nil.  (Bug#7720)
6023
6024 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6025
6026         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6027
6028 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6031         This avoids sending passwords in plain text over non-encrypted
6032         channels.
6033
6034         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6035
6036         * nnimap.el (nnimap-login): Refactored out into own function, and
6037         implement CRAM-MD5.
6038         (nnimap-wait-for-line): Refactored out.
6039
6040         * mm-view.el (mml-smime): Require.
6041
6042 2010-12-20  David Engster  <deng@eml.cc>
6043
6044         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6045         use EPG to decrypt S/MIME messages instead of openssl.
6046
6047 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6050
6051         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6052         status is the group clearly is unreachable.
6053
6054         * auth-source.el (auth-source-create): Add the optional second
6055         parameter to `local-variable-p' to be compatible with XEmacs.
6056
6057 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6058
6059         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6060         work when using a compressed nnml folder.
6061
6062 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6063
6064         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6065         backends after sanitising on entry, because this never makes sense:
6066         If the articles have gone missing, then the data no longer exists on
6067         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6068         overwrite anything anyway.
6069
6070         * shr.el (shr-insert-document): Bind shr-width dynamically to
6071         window-width if it's nil.
6072
6073 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6074
6075         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6076         with the meaning of using the full emacs window width for rendering.
6077
6078 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6079
6080         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6081         case when sender is not given.
6082
6083 2010-12-23  Julien Danjou  <julien@danjou.info>
6084
6085         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6086         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6087         the addresses, otherwise we might misplaced the gravatar.
6088
6089 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6090
6091         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6092         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6093         obsolete in Emacs.
6094
6095 2010-12-20  Julien Danjou  <julien@danjou.info>
6096
6097         * gnus-util.el (gnus-rescale-image): Revert last change.
6098
6099 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6100
6101         * binhex.el: Improve commentary (Bug#7482).
6102
6103 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6104
6105         * gnus-group.el (gnus-group-delete-articles): New command.
6106
6107 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6108
6109         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6110
6111 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6114         here, since it's up to the backends to do CRLF removal if their
6115         protocol has it.
6116
6117         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6118
6119 2010-12-17  Julien Danjou  <julien@danjou.info>
6120
6121         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6122         they are from file.  Can also scale up.
6123
6124 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6125
6126         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6127         Restore gnus-use-agent.
6128         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6129
6130         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6131
6132 2010-12-17  Julien Danjou  <julien@danjou.info>
6133
6134         * gravatar.el (gravatar-retrieve-synchronously): New function.
6135         (gravatar-get-data): Make more robust.
6136
6137 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6140
6141 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6144         to really consider the last line.
6145
6146 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6147
6148         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6149         list of recipient keys, or use symmetric encryption if not a list.
6150         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6151         EPA override, replacing the call to `netrc-store-data'.
6152
6153 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6154
6155         * gnus-srvr.el: Avoid passing nil regexp argument to
6156         delete-matching-lines.
6157
6158 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6161         fetching stops when Gnus exits.
6162
6163         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6164         function.
6165         (nnfolder-request-expire-articles): Save all the buffers after doing
6166         expiry.
6167
6168         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6169         the last article", since that led to serious performance regressions
6170         when expiring nnml groups.
6171
6172 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6173
6174         * nnir.el: Improve customizations.
6175
6176 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6179
6180         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6181         group has been killed.
6182         (gnus-group-yank-group): Ditto.
6183
6184         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6185
6186         * nnimap.el (nnimap-request-update-group-status): New function.
6187
6188         * gnus-int.el (gnus-request-update-group-status): New interface
6189         function.
6190
6191         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6192         copying read-ness to the backends.
6193
6194         * nnimap.el (nnimap-quirk): New function.
6195         (nnimap-retrieve-group-data-early): Use it.
6196         (nnimap-quirks): New alist.
6197
6198 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6201         don't delete it within indentation.
6202
6203 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6206         previous line.
6207
6208 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6211         QRESYNC command by deleting a superfluous space which broke Cyrus
6212         servers.  This change will break other servers that are buggy the other
6213         way around.
6214
6215 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * spam.el: Reindent and fix long lines.
6218         (spam-copy-or-move-routine): Exclude invalid move destinations.
6219
6220 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6221
6222         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6223         installed the registry.
6224
6225 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6228
6229 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6230
6231         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6232         groupname doesn't contain "gmane".
6233
6234 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6235
6236         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6237         and netrc-bound-and-true-p bindings.
6238         (netrc-parse): Cache the netrc contents.
6239
6240         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6241         (gnus-1): Don't create the nndrafts group twice.
6242         (gnus-setup-news): There's no need to read the active file here, since
6243         that's done again later on a per-backend basis.
6244         (gnus-start-draft-setup): Make sure that the new group is started out
6245         empty.
6246
6247         * gnus-agent.el (gnus-agentize): Don't create the queue group
6248         automatically on startup.  It'll be created later, if needed.
6249
6250         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6251         of automatically subscribed groups.
6252         (gnus-auto-subscribed-categories): New variable.
6253         (gnus-matches-options-n): Use it.
6254         (gnus-default-subscribed-newsgroups): Remove unused variable.
6255         (gnus-start-draft-setup): Message a bit less.
6256
6257 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6258
6259         * nnir.el (nnir-run-imap): Return article list in order of increasing
6260         UID.
6261
6262 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * gnus-sum.el (gnus-summary-enter-digest-group):
6265         Mention gnus-auto-select-on-ephemeral-exit.
6266
6267         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6268         convention of the network-only option.
6269
6270 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6271
6272         * proto-stream.el (proto-stream-open-network-only): New function to
6273         have a way to specify non-STARTTLS upgrade connections.
6274
6275 2010-12-10  Julien Danjou  <julien@danjou.info>
6276
6277         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6278         email address is nil.
6279
6280         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6281
6282 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6283
6284         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6285         deletion.
6286         (nnir-run-imap): Only need to parse list once.
6287
6288 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289
6290         * shr.el (shr-tag-script): Ignore <script>.
6291         (shr-tag-label): Add <label> support.
6292
6293 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6296
6297         * shr.el (shr-image-displayer): Work for images lined side by side.
6298
6299 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6300
6301         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6302         parameter, since XEmacs doesn't accept t as a parameter.
6303
6304 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6305
6306         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6307         ids.
6308         (nnir-run-gmane): Simplify groupspec formatting.
6309         (nnir-request-expire-articles): New function.
6310
6311 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6314         overflow, possibly.
6315
6316         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6317         (shr-render-td): Handle td style="" better.
6318         (shr-tag-table): Use the color from the style sheet.
6319         (shr-render-td): Make sure we copy over all the overlays, too.
6320
6321 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6322
6323         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6324         (nnir-request-article): Improve article retrieval.
6325
6326 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * mm-util.el (mm-extra-numeric-entities): New variable.
6329
6330         * mm-url.el (mm-url-decode-entities):
6331         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6332
6333         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6334
6335 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6336
6337         * message.el: Use completion-at-point.
6338         (message-completion-function): New fun, extracted from message-tab.
6339         (message-mode): Use it for completion-at-point-functions.
6340         (message-tab): Use it and completion-at-point.
6341
6342 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6345         character if a non-breakable character follows.
6346
6347 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6350         any stream.
6351
6352         * shr.el (shr-tag-font): Colorize the region.
6353         (shr-tag-body): Ditto.
6354         (shr-tag-font): Actually let the styles be inherited instead of
6355         overwriting them.
6356         (shr-tag-font): Get the background color right.
6357         (shr-tag-style): Ignore all <style> tags for the moment.
6358
6359         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6360         a Message-ID to avoid having nnimap depend on gnus-sum.
6361
6362         * shr.el (shr-descend): Only colorize something if we have a node that
6363         sets colors.
6364
6365 2010-12-06  Julien Danjou  <julien@danjou.info>
6366
6367         * shr.el (shr-render-td): Render td content with shr-descend, so style
6368         will be applied to <td> too.
6369         (shr-colorize-region): Colorize region even if we only have a background.
6370         (shr-tag-body): Fix color and background color inheritance.
6371         Do not recolorize after shr-generic.
6372         (shr-tag-font): Let shr-generic colorize via inheritance.
6373
6374 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6377
6378 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6379
6380         * nnir.el (nnir-request-move-article): Remove obsolete code.
6381
6382 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6385
6386 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387
6388         * gnus-sum.el (gnus-summary-respool-article): The completion function
6389         expects a list instead of an alist.
6390
6391         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6392         string as the parameter.
6393
6394         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6395
6396         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6397         styles.
6398         (shr-colorize-region): New function.
6399         (shr-insert-background-overlay): Remove.
6400         (shr-render-td): Background setting should be taken care of on a higher
6401         level.
6402         (shr-tag-body): Use post-hoc colorizations.
6403         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6404         (shr-put-color-1): Don't overwrite old colors.
6405         (shr-colorize-region): When the background color isn't explicit, use
6406         a fixed background.
6407
6408         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6409         nnmail variables.
6410
6411 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6412
6413         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6414         unless necessary.
6415
6416 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6417
6418         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6419         server.
6420
6421 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6424         so that TAB works.
6425
6426         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6427         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6428
6429         * shr.el (shr-urlify): Show the URL before the title to avoid
6430         misleading URLs.
6431
6432 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6433
6434         * shr.el (shr-urlify): Display the title in <a> tags.
6435
6436 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6437
6438         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6439
6440 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6441
6442         * nnir.el: Rearrange code to allow macros to be autoloaded by
6443         gnus-sum.el.
6444         (nnir-retrieve-headers-override-function): Make this variable
6445         customizable.
6446         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6447
6448         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6449         from nnir.el.
6450
6451 2010-12-03  Julien Danjou  <julien@danjou.info>
6452
6453         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6454
6455 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6458         allow optional argument `environment'.
6459
6460 2010-12-03  Glenn Morris  <rgm@gnu.org>
6461
6462         * mm-extern.el (message-goto-body): Update declaration.
6463
6464 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * gnus-util.el (gnus-macroexpand-all): New function.
6467
6468         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6469         instead of macroexpand-all that is unavailable in XEmacs.
6470
6471 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6472
6473         * nnir.el (nnir-summary-line-format): New variable.
6474         (nnir-mode): Use it.
6475         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6476         (nnir-article-ids): Reimplement as defsubst.
6477         (nnir-retrieve-headers): Don't mangle the subject header.
6478         (nnir-run-imap): Use 100 as RSV score.
6479         (nnir-run-find-grep): Fix for full server searching.
6480         (nnir-run-gmane): Better restriction to gmane groups.
6481
6482         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6483         summary buffers.
6484
6485 2010-12-02  Julien Danjou  <julien@danjou.info>
6486
6487         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6488
6489         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6490
6491         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6492         support.
6493
6494 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6495
6496         * nnir.el: Update to handle the registry better.
6497         (autoload): Silence byte-compiler.
6498         (nnir-open-server): Add a hook for nnir groups.
6499         (nnir-request-move-article): Don't mangle the header.  Better to use
6500         formatting variables (which will be added in the future).
6501         (nnir-registry-action): Update the registry using the original article
6502         group name.
6503         (nnir-mode): Install nnir-specific hooks for updating the registry.
6504
6505         * gnus-sum.el
6506         (gnus-article-original-subject,gnus-newsgroup-original-name):
6507         Remove obsolete variables.
6508         (gnus-summary-move-article): Remove use of obsolete variables.
6509         (gnus-summary-local-variables): Make move and delete hooks local to
6510         summary buffers.
6511
6512 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * rtree.el: New file.
6515
6516 2010-12-01  Julien Danjou  <julien@danjou.info>
6517
6518         * message.el (message-user-organization): Do not use
6519         gnus-local-organization.
6520
6521         * gnus.el: Remove gnus-local-organization.
6522
6523         * gnus-msg.el: Remove nastygram thing.
6524
6525 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6526
6527         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6528         funcall.
6529
6530 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6533         names.
6534
6535         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6536         characters.
6537
6538         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6539         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6540         Suggested by Štěpán Němec <stepnem@gmail.com>.
6541         (gnus-gravatar-transform-address): Use mail-extract-address-components
6542         that supports non-ASCII names rather than mail-header-parse-addresses.
6543
6544 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545
6546         * proto-stream.el (open-protocol-stream): All starttls connections are
6547         handled by the network handler.
6548
6549 2010-11-30  Julien Danjou  <julien@danjou.info>
6550
6551         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6552         (nnimap-open-connection-1): Fix PREAUTH.
6553
6554         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6555
6556 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6559         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6560         (shr-insert): Use them.
6561         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6562
6563 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6564
6565         * nnir.el (nnir-request-move-article): Bail out if original group
6566         doesn't support article moves.
6567         (nnir-get-active): Improve active list retrieval.
6568
6569 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6572
6573 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6574
6575         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6576         seem to accept strings-with-numbers as port numbers.
6577
6578 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6579
6580         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6581         change the registry.
6582
6583 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6586         delete-dups that is not available in XEmacs 21.4.
6587
6588         * mm-util.el (mm-delete-duplicates): Add comment.
6589
6590 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6591
6592         * nnir.el (nnir-ignored-newsgroups): New variable.
6593         (nnir-get-active): Use it.
6594
6595 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6596
6597         * proto-stream.el (proto-stream-open-network): Add some comments.
6598
6599         * nntp.el (nntp-open-connection): Provide a :success condition.
6600
6601         * nnimap.el (nnimap-open-connection-1): Ditto.
6602
6603         * proto-stream.el (proto-stream-open-network): See what the response to
6604         the STARTTLS command is.
6605
6606         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6607         backwards compatibility).
6608         (nnimap-open-connection-1): Really respect nnimap-server-port.
6609
6610         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6611         TLS upgrades we don't really care about the identity of the peer.
6612         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6613         that what we've checked for.
6614         (proto-stream-always-use-starttls): Only default to t if
6615         open-gnutls-stream exists.
6616         (proto-stream-open-network): If STARTTLS failed, then just open a
6617         normal connection.
6618         (proto-stream-open-network): Wait until the greeting before doing
6619         STARTTLS.
6620
6621         * nntp.el (nntp-open-connection): Report what the connection error is.
6622
6623         * proto-stream.el (open-protocol-stream): Rename from
6624         open-proto-stream.
6625
6626 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627
6628         * nnimap.el (nnimap-stream): Change default to `undecided'.
6629         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6630         first, and then network.
6631         (nnimap-open-connection-1): Respect nnimap-server-port.
6632         (nnimap-open-connection): Be more backwards-compatible.
6633
6634         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6635         (proto-stream-open-starttls): De-duplicate the starttls code.
6636         (proto-stream-open-starttls): Folded back into the main function.
6637         (proto-stream-open-network): Fix typo in the gnutls path.
6638         (proto-stream-command): Refactor out.
6639
6640         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6641
6642         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6643         starttls.el STARTTLS.
6644
6645         * color.el (color-lab->srgb): Fix function call name.
6646
6647         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6648         if we're using tls.el.
6649         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6650         built in, then don't try to establish a STARTTLS connection.
6651
6652         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6653         servers.
6654
6655         * proto-stream.el (open-proto-stream): Use network, not stream.
6656         (open-proto-stream): Add a way to specify what the end of a command is.
6657
6658         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6659         connections types.
6660         (nntp-open-network-stream): Remove.
6661         (nntp-open-ssl-stream): Remove.
6662         (nntp-open-tls-stream): Remove.
6663         (nntp-ssl-program): Remove.
6664
6665         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6666
6667 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6668
6669         * nnir.el: Fix typos.
6670         (nnir-retrieve-headers-override-function): Rename variable to reflect
6671         new semantics.
6672         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6673         macros.
6674         (nnir-request-article, nnir-request-move-article): Use them.
6675         (nnir-categorize): New function.
6676         (nnir-run-query): Use it.
6677         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6678         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6679         sorted.
6680         (nnir-group-full-name): Use gnus-group-full-name instead.
6681         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6682         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6683
6684 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6685
6686         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6687
6688         * proto-stream.el: New library to provide protocol-specific
6689         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6690         protocols.
6691         (open-proto-stream): Complete the documentation.
6692         (proto-stream-open-network): Fix some typos.
6693
6694         * nnimap.el (nnimap-open-connection): Use it.
6695
6696 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6697
6698         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6699         negotiation.
6700
6701 2010-11-26  Julien Danjou  <julien@danjou.info>
6702
6703         * color.el: Rename various rgb functions to srgb.
6704
6705 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6708         names.
6709
6710 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * shr.el (shr-insert): Revert last change.
6713         (shr-find-fill-point): Never leave point being at bol;
6714         relax the kinsoku limitation when rendering tables.
6715
6716 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6717
6718         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6719         results from -accept-article.
6720
6721         * shr-color.el: Require cl when compiling.
6722
6723         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6724         checkin.
6725
6726         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6727
6728         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6729
6730         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6731         'add and 'delete to set backend marks.
6732
6733         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6734
6735         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6736
6737         * nntp.el (nntp-request-set-mark): Use it.
6738
6739         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6740
6741         * nnml.el (nnml-request-set-mark): Ditto.
6742
6743         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6744         introduces regressions in article selection.
6745         (nnimap-find-uid-response): New function.
6746         (nnimap-request-accept-article): Use the UID returned, if any.
6747         (nnimap-request-move-article): Use the UID returned, if any.
6748         (nnimap-get-groups): Reimplement to work with folded lines.
6749         (nnimap-find-uid-response): The UID is the last element in the list.
6750         (nnimap-request-set-mark): Extend syntax with 'set.
6751
6752         * nnml.el (nnml-request-set-mark): Ditto.
6753
6754         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6755
6756         * nntp.el (nntp-request-set-mark): Ditto.
6757
6758 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * message.el (message-called-interactively-p): A temporary macro.
6761         (message-goto-body): Use it temporarily.
6762
6763 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6764
6765         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6766         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6767         (nnimap-last-response-string): Fix last unfolding fix.
6768
6769 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * shr.el (shr-insert): Fix the way to fold lines.
6772
6773 2010-11-25  Julien Danjou  <julien@danjou.info>
6774
6775         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6776
6777         * color.el: Rename from color-lab.el
6778         (color-rgb->hex): Add.
6779         (color-complement): Add.
6780         (color-complement-hex): Add.
6781
6782         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6783
6784 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * shr-color.el (shr-color-visible): Don't bug out if the color names
6787         don't exist.
6788
6789 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6792         assuming that article displaying or another mml-preview may be
6793         interrupted for an error or for the like.
6794
6795         * shr.el (shr-get-background): Fix argument name.
6796
6797 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6798
6799         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6800
6801         * gnus-sum.el (gnus-summary-include-articles): New function.
6802
6803         * message.el (message-goto-body): called-interactively-p needs a
6804         parameter, so use `any'.
6805
6806         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6807         clear marks before moving, since they're synced from the Gnus side
6808         first.
6809
6810         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6811         (gnus-summary-move-article): Copy over all marks before moving, so that
6812         IMAP doesn't think a new article has arrived.
6813
6814 2010-11-24  Julien Danjou  <julien@danjou.info>
6815
6816         * shr.el (shr-insert-background-overlay): Fix typo.
6817         (shr-render-td): Copy the background before rendering.
6818
6819         * shr-color.el (shr-color-visible): Fix docstring.
6820
6821         * shr.el (shr-tag-table): Add bgcolor support.
6822         (shr-render-td): Add bgcolor support.
6823         (shr-get-background): Add.
6824         (shr-insert-foreground-overlay): Use shr-get-background.
6825
6826         * message.el (message-goto-body): Use called-interactively-p.
6827         (message-in-body-p): message-goto-body returns point.
6828
6829 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6832         Fixes something or other in Emacs 23, and is backwards compatible.
6833
6834         * message.el (message-goto-body): Remove the <#secure special-casing,
6835         which is too special.
6836
6837         * shr.el (shr-parse-style): Drop !important from styles.
6838
6839 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6840
6841         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6842         this function to return incorrect results when calling it with an
6843         explicit article argument different from
6844         (gnus-summary-article-number).
6845
6846 2010-11-24  Julien Danjou  <julien@danjou.info>
6847
6848         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6849         (shr-tag-body): Add background support.
6850         (shr-descend): Add background support.
6851         (shr-tag-title): Add.
6852
6853         * shr-color.el (shr-color-visible): Really return original background
6854         if fixed.
6855
6856 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6857
6858         * shr.el (shr-color-check): Protect against non-existent color names.
6859
6860 2010-11-24  Julien Danjou  <julien@danjou.info>
6861
6862         * color-lab.el: Require 'cl when compiling.
6863
6864         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6865
6866         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6867         matched part.
6868
6869         * color-lab.el: Fix all expt calls to use float type.
6870
6871 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6874         expression to shr-color-check as is.
6875
6876         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6877
6878         * color-lab.el: Add coding cookie.
6879         (float-pi): Use eval-and-compile.
6880
6881         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6882         compiled for Emacsen having no `libxml-parse-html-region' support.
6883
6884 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * shr.el (shr-insert-color-overlay): Split stuff like
6887         "#444444 !important" to find the real color.
6888         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6889         parse <font color="red"> entries.
6890
6891 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6892
6893         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6894         point when parsing headers.
6895
6896         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6897         is positioned properly when parsing headers.
6898
6899 2010-11-23  Julien Danjou  <julien@danjou.info>
6900
6901         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6902
6903         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6904
6905         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6906
6907         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6908         Use shr-color-hue-to-rgb.
6909         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6910
6911 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * shr.el (shr-color->hexadecimal): Autoload.
6914         (shr-descend): Add color to all tags.
6915
6916 2010-11-22  Julien Danjou  <julien@danjou.info>
6917
6918         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6919         shr-color->hexadecimal.
6920
6921         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6922         RGB() or HSL() color representation.
6923
6924         * shr.el (shr-tag-font): Add.
6925         (shr-tag-color-check): New function to get better colors.
6926         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6927         tag-span.
6928
6929         * shr-color.el: New file.
6930
6931         * color-lab.el: New file.
6932
6933         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6934
6935 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6936
6937         * nnir.el: Fix typo in comments.
6938         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6939         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6940
6941 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6944
6945         * nnimap.el (nnimap-get-capabilities): Refactor out.
6946         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6947
6948 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6949
6950         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6951         appearing when `mm-uu-hide-markers' is nil.
6952
6953 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6954
6955         * nnimap.el (nnimap-unselect-group): Make into its own function.
6956         (nnimap-request-rename-group): Unselect group before renaming.
6957         This had gotten lost somewhere.
6958         (nnimap-request-accept-article): Keep track of examined groups, and
6959         unselect the group before APPENDing to read-only groups.
6960         (nnimap-request-move-article): Clear flags before moving so that they
6961         can be re-set later.
6962
6963 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6966         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6967
6968 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-art.el (gnus-mime-display-single):
6971         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6972         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6973         parameter.
6974
6975 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6978         (shr-table-vertical-line): New variable.
6979         (shr-insert-table): Use it.
6980
6981 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-html.el (gnus-html-wash-images): Don't display images if
6984         gnus-inhibit-images is non-nil; register displayer for cid images.
6985         (gnus-html-display-image): Work for cid image.
6986         (gnus-html-insert-image): Allow arguments.
6987         (gnus-html-put-image): Inhibit read-only.
6988         (gnus-html-prefetch-images): Don't prefetch images if
6989         gnus-inhibit-images is non-nil.
6990
6991 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * shr.el (shr-put-image): Break lines when inserting big pictures.
6994
6995 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6996
6997         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6998         sender, thanks Katsumi Yamaoka.
6999
7000 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7001
7002         * nnir.el (nnir-run-imap): Reverse the article list for each group
7003         rather than the whole list.
7004
7005 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * shr.el (shr-image-displayer): Protect function against non-existent
7008         image source.
7009
7010         * gnus-art.el (gnus-inhibit-images): New user option.
7011         (gnus-mime-display-single): Don't display image if it is non-nil.
7012
7013         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7014         gnus-inhibit-images.
7015
7016         * shr.el (shr-image-displayer): New function.
7017         (shr-tag-img): Use it.
7018
7019 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7020
7021         * mml2015.el (mml2015-epg-sign): Use From header.
7022
7023 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024
7025         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7026
7027         * gnus-util.el (gnus-find-text-property-region): Return markers.
7028
7029         * shr.el (shr-tag-img): Put a displayer in the text property.
7030
7031         * gnus-util.el (gnus-find-text-property-region): New utility function.
7032
7033         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7034         (gnus-html-show-images): Remove.
7035
7036         * gnus-art.el (gnus-article-show-images): New, more general function.
7037
7038         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7039         image url text properties.
7040
7041         * shr.el: Ditto.
7042
7043         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7044         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7045
7046 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7049         work for two or more articles.
7050
7051 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7054         divide an image that's in an html article to two or more when washing
7055         non-ASCII characters in alt text of it.
7056
7057 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7060         smime-decrypt-region using function argument.
7061         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7062
7063         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7064
7065         * smime.el (smime-decrypt-region): Catch it.
7066
7067 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7068
7069         * smime.el (smime-mode-map): Move initialization into declaration.
7070         (gnus-run-mode-hooks): Don't autoload.
7071         (smime-mode): Use define-derived-mode.
7072
7073 2010-11-11  Glenn Morris  <rgm@gnu.org>
7074
7075         * smime.el (from): Restrict declaration to XEmacs.
7076
7077         * nnir.el (gnus-group-topic-name): Autoload.
7078
7079 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * shr.el (shr-insert): Don't break long line if it is because of
7082         kinsoku-bol characters in the line end.
7083
7084 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7085
7086         * nnir.el (nnir-request-move-article): Fix to provide original group
7087         and subject.
7088         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7089         been retrieved.
7090
7091         * gnus-sum.el (gnus-summary-move-article): Use original group and
7092         subject for virtual articles such as those in an nnir summary buffer.
7093
7094 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7097         least 21.5).
7098
7099         * smime.el (from): Declare it again for XEmacs.
7100
7101 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * message.el (message-resend): Don't disable encoding unless it's
7104         already encoded.
7105
7106         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7107         low-numbered articles.
7108
7109 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * rfc2047.el (rfc2047-syntax-table): Simplify.
7112
7113         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7114
7115         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7116         set-char-table-range for XEmacs.
7117
7118 2010-11-10  Glenn Morris  <rgm@gnu.org>
7119
7120         * time-date.el (time-to-seconds): Always an alias on Emacs,
7121         never a real function.
7122         (with-no-warnings): Remove compat stub, now unused.
7123         (time-less-p): Doc fix.
7124         (time-to-number-of-days): Simplify.
7125
7126         * smime.el (from): Remove unused declaration.
7127
7128         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7129         (gnus-float-time): On Emacs, always an alias.
7130
7131         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7132         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7133
7134 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * dgnushack.el: Don't use ignore-errors in the top level form since it
7137         is unavailable in XEmacs even if cl is loaded.
7138
7139         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7140
7141 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142
7143         * shr.el (browse-url-mailto): Autoload.
7144
7145         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7146
7147         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7148         regexp doesn't need quoting.
7149
7150 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7151
7152         * message.el (message-subject-trailing-was-ask-regexp)
7153         (message-subject-trailing-was-regexp): Match was: in addition to was.
7154
7155 2010-11-09  Glenn Morris  <rgm@gnu.org>
7156
7157         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7158         (nnbabyl-check-mbox): Use point-at-bol.
7159
7160 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7161
7162         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7163
7164         * message.el (message-mailto): New function.
7165         (message-mailto): Should accept other parameters.
7166         (message-mailto): Remove since it duplicates browse-url-mailto
7167         functionality.
7168
7169 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7172         methods.
7173         (gnus-read-active-file): Ditto.
7174
7175         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7176         ": " from the prompt.
7177         (gnus-group-make-group): Ditto.
7178
7179 2010-11-07  Glenn Morris  <rgm@gnu.org>
7180
7181         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7182         (gnus-bookmark-kill-line): Use point-at-eol.
7183
7184 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7187         asterisks in From header.
7188
7189 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7192         string to avoid making the From headers syntactically invalid.
7193
7194         * message.el (message-send-mail): Don't insert courtesy messages if the
7195         message already has List-Post and List-ID messages.
7196
7197 2010-11-06  Glenn Morris  <rgm@gnu.org>
7198
7199         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7200         `condition', `type', `length' a prefix.
7201         (gnus-treat-predicate): Update for above name changes.
7202
7203 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7204
7205         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7206         binding.  Handled by `gnus-summary-refer-thread' instead.
7207         (nnir-warp-to-article): New backend function.
7208
7209         * nnimap.el (nnimap-request-thread): Force dependency updating.
7210
7211         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7212         (gnus-summary-refer-thread): Rework to improve thread-referral.
7213
7214         * gnus-int.el (gnus-warp-to-article): New function.
7215
7216         * gnus-sum.el (gnus-summary-article-map): Bind it.
7217
7218 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7219
7220         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7221         gnus-summary-refer-thread.
7222
7223         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7224         headers.
7225         (gnus-summary-limit-include-thread): Prevent articles in thread from
7226         being cut in gnus-cut-threads.
7227         (gnus-summary-refer-thread): Limit retrieved headers to those in
7228         thread.
7229
7230 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * message.el (message-send-mail): Use the value of
7233         message-courtesy-message from the message buffer.
7234
7235         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7236
7237         * shr.el (shr-browse-url): Implement mailto: URLs.
7238
7239         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7240         "raw".
7241
7242         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7243         if it's already selected.
7244
7245         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7246
7247 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7250         to measure the length and truncate alt text.
7251
7252 2010-11-03  Glenn Morris  <rgm@gnu.org>
7253
7254         * nndiary.el (nndiary-generate-nov-databases-1)
7255         (nndiary-generate-active-info): Rename dynamic variable `files' to
7256         something less generic.
7257
7258 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7259
7260         * nnir.el (nnir-request-move-article): Call the underlying backend to
7261         move articles from nnir.
7262
7263 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264
7265         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7266
7267 2010-11-02  Julien Danjou  <julien@danjou.info>
7268
7269         * nnir.el: Remove wais support.
7270
7271 2010-11-02  Glenn Morris  <rgm@gnu.org>
7272
7273         * gnus-html.el: Reorder requirements to quieten compiler.
7274
7275 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7278         properly for XEmacs as well.
7279         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7280         (gnus-article-natural-long-line-p): Use window-width rather than
7281         frame-width.
7282
7283 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7284
7285         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7286         (nnir-read-parms): Don't modify query.
7287         (nnir-run-query): Add ability to search topic on current line.
7288         (nnir-get-active): Clean up.
7289
7290 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7293         degenerate articles.
7294
7295         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7296         (gnus-print-buffer): Just print the buffer as is, without any copying
7297         to a buffer and then re-highlighting.
7298
7299         * nnimap.el (nnimap-request-group): Store the new updated info.
7300         (nnimap-request-group): Select the group when we don't know whether it
7301         exists or not.
7302
7303         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7304         groups.
7305
7306         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7307         groups.
7308
7309         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7310         groups.
7311
7312         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7313         long-lines case by only filling the long lines.
7314
7315         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7316         (bug #7311).
7317
7318 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * shr.el: No need to declare `declare-function' since shr.el is for
7321         only Emacsen that provide `libxml-parse-html-region'.
7322
7323         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7324         effective only in a file it is referred to.
7325
7326 2010-11-01  Glenn Morris  <rgm@gnu.org>
7327
7328         * mm-util.el (gnus-completing-read): Autoload.
7329         (mm-read-coding-system): Simplify Emacs definition.
7330
7331         * nnmail.el (gnus-activate-group):
7332         * nnimap.el (gnutls-negotiate):
7333         * nntp.el (netrc-parse): Fix declarations.
7334
7335 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7338         string-match-p in Emacs >=23.
7339
7340         * gnus-msg.el (gnus-configure-posting-styles):
7341         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7342
7343 2010-11-01  Glenn Morris  <rgm@gnu.org>
7344
7345         * nnir.el (declare-function): Add compat stub.
7346         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7347         (nnir-run-gmane): Require 'mm-url.
7348
7349         * mm-util.el (mm-string-to-multibyte): Simplify.
7350
7351         * shr.el (declare-function): Add compat stub.
7352         (url-cache-create-filename): Declare.
7353         (mm-disable-multibyte, widget-convert-button): Autoload.
7354
7355         * smime.el (ldap-search): Declare.
7356         (smime-cert-by-ldap-1): Require ldap on Emacs.
7357
7358         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7359         (nnimap-keepalive): Use gnus-float-time.
7360
7361         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7362         (mail-source-delete-crash-box): Use gnus-float-time.
7363
7364         * gnus-dired.el (gnus-completing-read): Autoload.
7365
7366         * mm-view.el (gnus-rescale-image): Autoload.
7367
7368         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7369
7370         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7371
7372         * sieve-manage.el: Require 'cl when compiling.
7373
7374         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7375         (gnus-iswitchb-completing-read): Require iswitchb.
7376         (gnus-select-frame-set-input-focus): Silence compiler.
7377
7378 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7379
7380         * message.el (message-subject-trailing-was-query): Change default to t,
7381         since I think that's what most people want.
7382
7383         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7384         appending for easier debugging.
7385         (nnimap-wait-for-connection): Take a regexp.
7386         (nnimap-request-accept-article): Wait for the continuation line before
7387         sending anything unless we're streaming.
7388
7389         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7390         leave the header washing to take place.
7391
7392 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7393
7394         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7395         regular expression match and replace in posting styles.
7396
7397 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7398
7399         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7400         an entire server.
7401         (nnir-get-active): New function.
7402         (nnir-run-imap): Use it.
7403         (nnir-run-gmane): Who knew, gmane search returns an article score!
7404
7405         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7406         server on the current line with nnir.
7407
7408 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7411         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7412         left edge.
7413         (gnus-article-foldable-buffer): Skip past the prefix when determining
7414         raggedness.
7415
7416         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7417         the raw article, and change `C-u g' to show the article without doing
7418         treatments.
7419
7420         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7421         on to `gnus-treat-article'.
7422         (gnus-inhibit-article-treatments): New variable.
7423
7424         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7425
7426         * gnus-art.el (gnus-treatment-function-alist): Have
7427         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7428         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7429         sections.
7430
7431         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7432         parameter.
7433         (gnus-article-fill-cited-long-lines): New function.
7434         (gnus-article-fill-cited-article): Allow filling only long sections.
7435
7436         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7437         and non-punctuation (like after the apostrophe in "'We").
7438
7439         * gnus-sum.el (gnus-summary-select-article): Make sure
7440         gnus-original-article-buffer is alive.
7441
7442         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7443         reflect the order they're in in the digest.
7444
7445         * gnus.el (gnus-group-startup-message): Move point to the start of the
7446         buffer.
7447
7448         * nnimap.el (nnimap-capability): New function.
7449         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7450         is set.
7451
7452 2010-10-31  David Engster  <dengste@eml.cc>
7453
7454         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7455         conform with changes to gnus-completing-read.
7456
7457 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7460
7461 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7462
7463         * nnir.el: Move defvar, defcustom around to keep file organized
7464         and keep byte-compiler quiet.
7465         (nnir-read-parms): Accept search-engine as arg.
7466         (nnir-run-query): Pass search-engine as arg.
7467         (nnir-search-engine): Remove.
7468
7469 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * shr.el (shr-generic): The text nodes should be text, not :text.
7472
7473         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7474         later in the file.
7475
7476 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7477
7478         * nnir.el: General clean up.  Allow searching with multiple engines.
7479         Allow separate extra-parameters for each engine.
7480         Batch queries when possible.
7481         (nnir-imap-default-search-key,nnir-method-default-engines):
7482         Add customize interface.
7483         (nnir-run-gmane): New engine.
7484         (nnir-engines): Use it.  Qualify all prompts with engine name.
7485         (nnir-search-engine): Remove global variable.
7486         (nnir-run-hyrex): Restore for now.
7487         (nnir-extra-parms,nnir-search-history): New variables.
7488         (gnus-group-make-nnir-group): Use them.
7489         (nnir-group-server): Remove in favor of gnus-group-server.
7490         (nnir-request-group): Avoid searching twice.
7491         (nnir-sort-groups-by-server): New function.
7492
7493 2010-10-30  Julien Danjou  <julien@danjou.info>
7494
7495         * gnus-group.el: Remove gnus-group-fetch-control.
7496
7497         * gnus-start.el (gnus-find-new-newsgroups):
7498         Remove gnus-check-first-time-used.
7499
7500         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7501
7502 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7503
7504         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7505         set on groups that don't have \* permanentflags.
7506
7507 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7510         control the background color.
7511         (shr-tag-img): Ignore very small web bug type images.
7512         (shr-put-image): Add help-echo alt texts to the images.
7513         (shr-tag-video): Show the video poster image.
7514
7515 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * shr.el (shr-table-depth): New variable.
7518         (shr-tag-table-1): Only insert the images after the top-level table.
7519
7520         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7521
7522         * gnus-util.el (gnus-list-memq-of-list): New function.
7523
7524         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7525         selected.
7526         (nnimap-unsplittable-articles): New slot.
7527         (nnimap-new-articles): Use it.
7528
7529 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7530
7531         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7532         move to the previous line on `M-g'.
7533
7534 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7535
7536         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7537         *-request-group, which seems unnecessary.
7538
7539         * nnimap.el (nnimap-quote-specials): Function copied over from
7540         imap.el.
7541         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7542         they support that.  Suggested by Tom Regner.
7543
7544 2010-10-29  Julien Danjou  <julien@danjou.info>
7545
7546         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7547         defalias.
7548         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7549
7550         * gnus.el: Remove `gnus-nntp-service' variable.
7551         (gnus-secondary-servers): Make obsolete.
7552         (gnus-nntp-server): Make obsolete.
7553
7554         * gnus-start.el (gnus-1): Remove x-splash calls.
7555
7556         * gnus-ems.el (gnus-x-splash): Remove.
7557
7558         * gnus.el (gnus-group-startup-message): Simplify/update code.
7559
7560         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7561         definition.
7562
7563         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7564         capability before doing anything.
7565         (gnus-group-insert-group-line): Remove useless
7566         gnus-group-remove-excess-properties.
7567
7568 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7571
7572 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7573
7574         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7575         config after reselecting.
7576
7577 2010-10-28  Julien Danjou  <julien@danjou.info>
7578
7579         * shr.el (shr-put-image): Use point even if only inserting text.
7580         (shr-put-image): Save excursion when inserting alt text on non-graphic
7581         display, so the behavior is the same when we are on a graphic display.
7582
7583         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7584
7585 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7588         (gnus-mime-copy-part): Check coding system, not charset.
7589         (gnus-mime-view-part-externally): Never remove part.
7590         (gnus-mime-view-part-internally): Don't remove part here.
7591         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7592         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7593         multipart/alternative.
7594
7595         * mm-decode.el (mm-display-part): Take optional arg `force'.
7596
7597 2010-10-26  Julien Danjou  <julien@danjou.info>
7598
7599         * gnus-group.el (gnus-group-default-list-level): Add this function to
7600         compute the default list level.
7601         (gnus-group-default-list-level): Add possibility to use a function.
7602
7603 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7606
7607         * gnus-group.el (gnus-group-completing-read)
7608         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7609         gnus-replace-in-string.
7610
7611 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * shr.el (shr-tag-div): Add.
7614
7615         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7616
7617 2010-10-25  Julien Danjou  <julien@danjou.info>
7618
7619         * gnus-util.el: Remove `gnus-with-local-quit'.
7620
7621         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7622
7623 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7626         the original article buffer.
7627
7628 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7629
7630         * nnimap.el (nnimap-request-head): New function.
7631         (nnimap-request-move-article): Try to be slightly faster by not
7632         requesting the entire message when moving.
7633         (nnimap-transform-headers): Don't bug out on bodiless articles.
7634         (nnimap-send-command): Have no outstanding messages if the IMAP server
7635         doesn't support streaming.
7636         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7637
7638 2010-10-24  Julien Danjou  <julien@danjou.info>
7639
7640         * message.el (message-default-headers): Fix type.
7641
7642 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7643
7644         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7645         prefetching images.
7646
7647         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7648         backend for unknown groups.  This is mainly useful for nnimap groups.
7649
7650         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7651         group isn't covered by the agent.
7652
7653 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7654
7655         * nnir.el (nnir-method-default-engines): New variable.
7656         (nnir-run-query): Use it.
7657         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7658         (gnus-summary-nnir-goto-thread): Change group if needed.
7659
7660         * gnus-group.el (gnus-group-group-map): Add key binding for
7661         gnus-group-make-nnir-group.
7662
7663 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7664
7665         * shr.el (shr-tag-object): Add.
7666
7667         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7668         original article buffer live.
7669         (gnus-summary-select-article-buffer):
7670         Mention gnus-widen-article-buffer.
7671
7672 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * shr.el (shr-tag-strong): Add.
7675
7676 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7677
7678         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7679         group names.  They mess up the group buffer badly.
7680
7681         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7682
7683         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7684         instead of the summary one.
7685
7686 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * mml.el (mml-preview): Work properly when editing article.
7689
7690         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7691         gnus-have-read-active-file if it's already been in.
7692
7693 2010-10-22  Tom Tromey  <tromey@redhat.com>
7694
7695         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7696         gnus-group-completing-read.
7697
7698 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7699
7700         * message.el (message-mode-map): Don't bind M-; to comment region, to
7701         allow the global comment-dwim to work.
7702
7703 2010-10-21  Julien Danjou  <julien@danjou.info>
7704
7705         * message.el (message-setup-1): Allow message-default-headers to be a
7706         function.
7707
7708 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * shr.el (shr-tag-table): Simplify.
7711
7712 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7715         to avoid trying to snarf invalid stuff.
7716
7717         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7718
7719         * gnus.el (gnus-message-archive-group): Quote value.
7720         (gnus-message-archive-group): Mark as changed.
7721
7722         * shr.el (shr-add-font): Don't put the font properties on the newline
7723         or the indentation.
7724
7725         * message.el (message-fix-before-sending): Change options when sending
7726         non-printable characters.
7727
7728         * gnus.el (gnus-message-archive-method): Change the default to
7729         monthly outgoing groups.
7730
7731         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7732         that have gotten new numbers.
7733
7734         * nnimap.el (nnimap-request-replace-article): New function.
7735
7736 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7739         (nnrss-request-article): Don't use special html washing code.
7740
7741 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * shr.el (shr-tag-table): Remove useless nconc.
7744
7745 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * gnus-art.el (article-wash-html): Simplify and remove the charset
7748         stuff.  Use the normal html rendering code instead of the special html
7749         washing code.
7750
7751         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7752         `gnus-w3m' symbols.
7753         (mm-text-html-washer-alist): Remove.
7754
7755         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7756         (mm-inline-media-tests): Remove use.
7757         (mm-text-html-renderer): Change default to the `shr' symbol.
7758
7759         * mm-view.el (mm-inline-text-html): Remove use.
7760
7761         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7762         `gnus-blocked-images' to be a function.
7763         (gnus-article-wash-function): Remove.
7764
7765 2010-10-20  Julien Danjou  <julien@danjou.info>
7766
7767         * spam.el (spam-list-of-processors): Mark as obsolete.
7768
7769         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7770         (nnimap-insert-partial-structure): Fix boundary detection.
7771
7772 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7773
7774         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7775         run file-truename on remote files.  This can be expensive and even
7776         prevent one from editing drafts if some unrelated buffer has a stale
7777         connection.
7778
7779 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7782         kinsoku-eol regardless of shr-kinsoku-shorten.
7783         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7784         (shr-tag-table): Support caption, thead, and tfoot.
7785
7786 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7789         lines.
7790         (shr-save-contents): New command and keystroke.
7791
7792         * nndoc.el (nndoc-type-alist): Add git support.
7793         (nndoc-git-type-p): New function.
7794         (nndoc-transform-git-article): Ditto.
7795         (nndoc-transform-git-headers): Ditto.
7796         (nndoc-transform-git-headers): Generate Subject headers.
7797
7798         * shr.el (shr-parse-style): New function.
7799         (shr-tag-span): Ditto.
7800
7801         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7802         to `G G' to avoid collisions.
7803
7804 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * shr.el: Load kinsoku if necessary.
7807         (shr-kinsoku-shorten): New internal variable.
7808         (shr-find-fill-point): Make kinsoku shorten text line if
7809         shr-kinsoku-shorten is bound to non-nil.
7810         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7811         shr-indentation too when testing if table is wider than frame width.
7812         (shr-insert-table): Use `string-width' instead of `length' to measure
7813         text width.
7814         (shr-insert-table-ruler): Make sure indentation is done at bol.
7815
7816 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7817
7818         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7819         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7820         undecoded network data.
7821
7822 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7823
7824         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7825         name in the mode line spec so that the mode line menu works
7826         (bug #2431).
7827
7828         * message.el (message-get-reply-headers): If we're fed `to-address',
7829         then always use that.
7830
7831         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7832         aren't so wide as to need to switch off the edit menu.
7833
7834         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7835         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7836
7837         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7838         `M-g'.
7839         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7840         the permanent marks.
7841
7842 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7843
7844         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7845         Splitting according to references/in-reply-to obeys the ignore-groups
7846         variable, while splitting by sender and subject do not.
7847
7848 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7851         alist, so that we can look for non-Unicode chars.
7852         (article-translate-strings): Allow both character and string maps.
7853
7854 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * shr.el (shr-insert): Don't insert space behind a wide character
7857         categorized as kinsoku-bol, or between characters both categorized as
7858         nospace.
7859
7860 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7861
7862         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7863         headers to gnus-newsgroup-headers.
7864
7865 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * shr.el (shr-tag-img): Don't align images -- since we're not
7868         rescaling, this often leads to ugly displays.
7869
7870 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7871
7872         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7873         duplicates.
7874
7875 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7876
7877         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7878         call.
7879
7880 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus.el: Autoload gnus-html-show-images.
7883
7884         * nnimap.el: Use nnheader-message throughout.
7885
7886         * shr.el (shr-tag-img): Ignore images with no data.
7887
7888 2010-10-15  Julien Danjou  <julien@danjou.info>
7889
7890         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7891         a possibility to disable format=flow encoding when using hard newlines.
7892
7893 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * shr.el (shr-insert): Remove space inserted before or after a
7896         breakable character or at the beginning or the end of a line.
7897         (shr-find-fill-point): Do kinsoku; find the second best point or give
7898         it up if there's no breakable point.
7899
7900 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7901
7902         * nnimap.el (nnimap-open-connection): Message when opening connection
7903         for debugging purposes.
7904
7905         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7906         on every setup buffer call to allow this to change from article to
7907         article.
7908
7909         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7910         buffers where we have a wide table.
7911
7912 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7913
7914         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7915         uses *-request-thread.
7916
7917 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7918
7919         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7920         incantation, which is no longer valid.
7921
7922 2010-10-14  Julien Danjou  <julien@danjou.info>
7923
7924         * shr.el: Fix defcustom type (char -> character).
7925
7926 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7929         programs.
7930
7931 2010-10-14  Julien Danjou  <julien@danjou.info>
7932
7933         * shr.el (shr-tag-a): Use url-link as widget type.
7934
7935         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7936         `gnus-group-get-icon'.
7937
7938 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7941         This should make server editing work better.
7942
7943         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7944
7945         * tls.el (tls-program): Remove spurious %s from openssl.
7946
7947         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7948         (nnimap-parse-flags): Fix regexp.
7949
7950         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7951         probably work for CJVK text, too.
7952
7953         * nnimap.el (nnimap-extend-tls-programs): Remove.
7954         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7955
7956         * tls.el (tls-starttls-switches): Remove starttls hack.
7957         (open-tls-stream): Ditto.
7958         (tls-find-starttls-argument): Ditto.
7959
7960 2010-10-13  Julien Danjou  <julien@danjou.info>
7961
7962         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7963         responses.
7964
7965 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7966
7967         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7968
7969         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7970         anything in Emacs.
7971
7972         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7973
7974 2010-10-13  Julien Danjou  <julien@danjou.info>
7975
7976         * shr.el (shr-width): Make shr-width a defcustom with default to
7977         fill-column.
7978         (shr-tag-img): Use shr-width rather than fill-column.
7979
7980 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * dgnushack.el (byte-optimize-apply):
7983         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7984
7985         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7986         position when (X-)Faces exist.
7987         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7988         avatars when called interactively.
7989
7990 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7993         gnus-article-x-face-too-ugly is bound.
7994
7995 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7996
7997         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7998
7999         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8000         mailbox that doesn't exist.
8001
8002 2010-10-12  Julien Danjou  <julien@danjou.info>
8003
8004         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8005         (shr-get-image-data): Encode URL properly when fetching from cache.
8006         (shr-tag-img): Use aligned-to spaces to align correctly images.
8007
8008         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8009         before inserting the Gravatar.
8010
8011         * shr.el (shr-tag-img): Add align attribute support for <img>.
8012
8013 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8014
8015         * gnus-gravatar.el (gnus-art): Require.
8016
8017         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8018         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8019         Remove long obsoleted functions.
8020
8021 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8024
8025         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8026
8027         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8028         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8029         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8030         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8031         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8032         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8033         * sieve-manage.el, smime.el, spam.el:
8034         Fix comment for declare-function.
8035
8036 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * nnimap.el (nnimap-request-rename-group): Select group read-only
8039         before renaming it.
8040
8041         * shr.el (shr-insert): Fix up the white space only regexp.
8042
8043         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8044         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8045
8046         * shr.el (shr-current-column): New function.
8047         (shr-find-fill-point): New function.
8048
8049 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8050
8051         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8052         numbers.
8053
8054 2010-10-11  Julien Danjou  <julien@danjou.info>
8055
8056         * shr.el (shr-hr-line): Add.
8057         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8058         display hr lines.
8059         (shr-max-columns): Do not change state to nil if we just inserting
8060         spaces.
8061
8062 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8063
8064         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8065         select the last group.
8066
8067 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8068
8069         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8070
8071 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8072
8073         * dig.el (dig-mode-map): Declare and define in one step.
8074
8075 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8076
8077         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8078         for Gnus.
8079         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8080         (nnimap-update-qresync-info): Mark \Seen articles as read.
8081
8082         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8083         non-variable, too.
8084
8085         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8086         available.
8087         (nnimap-update-info): Rely more on the current active than the param
8088         active to avoid marking articles as read too much.
8089
8090         * auth-source.el (auth-source-create): Use (user-login-name) for the
8091         user name default.
8092
8093         * nnimap.el (nnimap-update-info): If the server doesn't return any
8094         useful info, just use the previous info.
8095         (nnimap-update-info): Prefer old info over start-article.
8096         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8097
8098 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8099
8100         * nnir.el (autoload): Clean up autoloads.
8101         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8102         Use key rather than value.
8103         (nnir-imap-search-other): New variable.
8104         (nnir-read-parm): Use it.
8105         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8106         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8107
8108 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8109
8110         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8111         the process, too.
8112
8113 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * spam.el (gnus-summary-mode-map): Bind to "$".
8116         Suggested by Russ Allbery.
8117
8118         * shr.el: Rework the way things are indented by <li> slightly.
8119
8120         * gnus.el (gnus-group-set-parameter): Fix typo.
8121
8122         * nnimap.el: Start implementing QRESYNC support.
8123
8124 2010-10-09  Julien Danjou  <julien@danjou.info>
8125
8126         * nnir.el (nnir-engines): Fix too many arguments.
8127
8128 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8131         group is the "last", so that the backends like nnfolder actually save
8132         their folders.
8133
8134         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8135         try to use that for the tls stream.
8136         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8137         UIDVALIDITY and find out which groups are read-only and not.
8138         (nnimap-get-flags): Use the same marks parsing code as the rest of
8139         nnimap.
8140
8141 2010-10-09  Julien Danjou  <julien@danjou.info>
8142
8143         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8144
8145         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8146         retrieving gravatars.
8147
8148         * shr.el (shr-table-corner): Add.
8149         (shr-table-line): Add.
8150         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8151
8152 2010-10-08  Julien Danjou  <julien@danjou.info>
8153
8154         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8155
8156 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8157
8158         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8159
8160         * gnus-sum.el (gnus-mark-article-as-unread)
8161         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8162         (gnus-summary-set-bookmark): Use it.
8163
8164         * gnus-msg.el (gnus-setup-message): Use it.
8165
8166         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8167
8168         * gnus.el (gnus-group-remove-parameter): Use it.
8169
8170         * gnus-group.el (gnus-group-make-web-group): Use it.
8171
8172         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8173
8174         * nnregistry.el: Update docs to mention manual.
8175
8176         * gnus-registry.el: Update docs to mention nnregistry.el.
8177         (gnus-registry-initialize): Don't install nnregistry refer method
8178         automatically.
8179         (gnus-registry-install-nnregistry): Remove it.
8180
8181 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * shr.el (shr-insert): Don't insert double spaces.
8184
8185 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-gravatar.el (gnus-treat-from-gravatar)
8188         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8189         called interactively.
8190
8191         * gnus-art.el (gnus-mime-view-part-externally)
8192         (gnus-mime-view-part-internally): Make predicate function passed to
8193         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8194         of a mime type.
8195
8196         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8197
8198 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199
8200         * shr.el (require): Require cl when compiling.
8201         (shr-tag-hr): New function.
8202
8203         * nnimap.el (nnimap-update-info): Remove double setting of high.
8204         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8205         This makes nnimap work properly on Courier again.
8206
8207         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8208         the variable for backwards compatibility.
8209
8210         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8211         the file name before using to avoid setting mm-default-directory to
8212         nil.
8213
8214         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8215         bidning gnus-agent variables.
8216
8217         * shr.el (shr-render-td): Use a cache for the table rendering function
8218         to avoid getting an exponential rendering behavior in nested tables.
8219         (shr-insert): Rework the line-breaking algorithm.
8220         (shr-insert): Don't leave trailing spaces.
8221         (shr-insert-table): Also insert empty TDs.
8222         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8223
8224 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8225
8226         * gnus-sum.el (gnus-number): Rename from `number'.
8227         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8228         (gnus-summary-limit-children): Update uses correspondingly.
8229
8230 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8233         (gnus-gravatar-transform-address): Don't show avatars of people of
8234         which mail addresses match gnus-gravatar-too-ugly.
8235
8236 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237
8238         * shr.el (shr-table-widths): Expand TD elements to fill available
8239         space.
8240
8241 2010-10-07  Julien Danjou  <julien@danjou.info>
8242
8243         * nnimap.el (nnimap-request-rename-group): Add this method.
8244
8245 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8248         name from XEmacs' function-arglist.
8249
8250         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8251         gravatar under XEmacs.
8252
8253 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8254
8255         * auth-source.el: Update docs with TODO items.
8256
8257         * gnus-sync.el: Update docs to explain state and plans.
8258
8259         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8260         Hooks for mark updates.
8261         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8262
8263         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8264         hooks with arguments, which is needed for mark update hooks.
8265
8266 2010-10-06  Julien Danjou  <julien@danjou.info>
8267
8268         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8269         was matched.
8270
8271         * sieve-manage.el: Update example in `Commentary'.
8272
8273         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8274
8275         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8276         not 2000.
8277         (sieve-manage-authenticate): Re-add function.
8278
8279 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8280
8281         * shr.el (shr-insert): Get 'space transition right.
8282         (shr-render-td): Only delete space at the end of the TD.
8283
8284         * nnimap.el (nnimap-open-connection): Prepare to support
8285         open-gnutls-stream.
8286
8287         * shr.el: Rearrange function order to be more logical.
8288
8289 2010-10-06  Julien Danjou  <julien@danjou.info>
8290
8291         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8292         (nnrss-discover-feed): Remove 404 URL in docstring.
8293
8294         * nnir.el: Fix Swish-E URL.
8295         Fix Namazu URL.
8296
8297         * message.el (message-change-subject): Remove 404 URL in a comment.
8298
8299 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8302         called interactively.
8303
8304         * gnus-util.el (gnus-remove-if): Allow hash table.
8305         (gnus-remove-if-not): New function.
8306
8307         * gnus-art.el (gnus-mime-view-part-as-type):
8308         * gnus-score.el (gnus-summary-score-effect):
8309         * gnus-sum.el (gnus-read-move-group-name):
8310         Replace remove-if-not with gnus-remove-if-not.
8311
8312         * gnus-group.el (gnus-group-completing-read):
8313         Regard collection as a hash table if it is not a list.
8314
8315 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8318
8319         * shr.el: Document the table-rendering algorithm.
8320
8321 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8324         for Emacsen having no `libxml-parse-html-region' support.
8325
8326 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8329         invalid URLs.
8330
8331         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8332         line-broken.
8333         (shr-tag-img): Ignore image fetching errors.
8334         (shr-overlays-in-region): Compute overlay positions correctly.
8335
8336         * mm-decode.el (mm-shr): Require shr.
8337
8338         * gnus-art.el (gnus-blocked-images): Move variable here.
8339
8340         * shr.el (shr-insert-table): Bind free variable.
8341
8342         * mm-decode.el (mm-shr): Bind shr-content-function.
8343
8344         * shr.el (shr-content-function): New variable.
8345
8346         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8347         added for symmetry.
8348
8349         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8350
8351         * gnus-group.el (gnus-group-make-group): Doc fix.
8352
8353         * nnimap.el (nnimap-request-newgroups): Return success.
8354
8355         * shr.el (shr-find-elements): New function.
8356         (shr-tag-table): Put all the images after the table.
8357         (shr-tag-table): Really inhibit images inside the table.
8358         (shr-collect-overlays): Copy over overlays from the TD elements to the
8359         main document.
8360
8361         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8362         gnus-blocked-images.
8363
8364 2010-10-05  Julien Danjou  <julien@danjou.info>
8365
8366         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8367
8368         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8369         (gnus-html-maximum-image-size): Add this function.
8370         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8371
8372         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8373         server-value of the capability is nil.
8374
8375 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376
8377         * shr.el (shr-tag-em): Add <EM> tag.
8378
8379 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8380
8381         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8382         customizable.
8383
8384         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8385         handing broken links to browse-url.
8386
8387 2010-10-05  Julien Danjou  <julien@danjou.info>
8388
8389         * gnus-util.el (gnus-emacs-completing-read)
8390         (gnus-iswitchb-completing-read): Use autoload rather than require.
8391
8392 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8395         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8396         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8397         iswitchb-temp-buflist for XEmacs.
8398
8399         * gnus-util.el (gnus-completing-read-function): Exclude
8400         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8401         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8402         XEmacs.
8403
8404         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8405         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8406
8407         * gnus-html.el: Don't require help-fns under XEmacs.
8408         (gnus-html-schedule-image-fetching): Work for XEmacs.
8409
8410         * mm-decode.el (mm-shr): Decode contents by charset.
8411
8412 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8415         unknown.
8416
8417         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8418         (shr-get-image-data): Ensure against the cache file missing.
8419
8420         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8421         for data.
8422
8423         * spam-report.el (spam-report-url-ping-plain): Don't query about
8424         killing the process.
8425
8426         * shr.el (shr-render-td): Protect against too-wide text.
8427
8428 2010-10-04  Julien Danjou  <julien@danjou.info>
8429
8430         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8431         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8432
8433         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8434         retrieved.
8435
8436 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * shr.el (browse-url): Require.
8439         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8440         lines.
8441         (shr-show-alt-text, shr-browse-image): New commands.
8442         (shr-browse-url, shr-copy-url): New commands.
8443
8444         * gnus-sum.el (gnus-widen-article-window): New variable.
8445         (gnus-summary-select-article-buffer): Use it.
8446
8447         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8448         without @ signs.
8449
8450 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8451
8452         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8453
8454 2010-10-04  Julien Danjou  <julien@danjou.info>
8455
8456         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8457         for XEmacs.
8458
8459 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8462
8463         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8464         (nnimap-close-server): Implement.
8465
8466         * dgnushack.el (iswitchb): Require to shut up the compiler.
8467
8468         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8469         (shr-insert): Tweak line breaking.
8470         (shr-insert): Handle <pre> better.
8471         (shr-tag-li): Get <li> indentation right.
8472         (shr-tag-li): Get <li> indentation even righter.
8473         (shr-tag-blockquote): Ensure paragraph start.
8474         (shr-make-table): Tweak table generation.
8475         (shr-make-table): Fix typo.
8476
8477         * shr.el: Implement table rendering.
8478
8479 2010-10-04  Julien Danjou  <julien@danjou.info>
8480
8481         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8482
8483 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * shr.el (shr-insert): Use string anchors instead of line anchors.
8486
8487 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * shr.el: Add headings.
8490         (shr-ensure-paragraph): Actually work.
8491         (shr-tag-li): Make <ul> prettier.
8492         (shr-insert): Get white space at the beginning/end of elements right.
8493         (shr-tag-p): Collapse subsequent <p>s.
8494         (shr-ensure-paragraph): Don't insert double line feeds after blank
8495         lines.
8496         (shr-insert): \t is also space.
8497         (shr-tag-s): Fix "s" tag name function.
8498         (shr-tag-s): Fix face prop name.
8499
8500 2010-10-03  Julien Danjou  <julien@danjou.info>
8501
8502         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8503
8504         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8505         gnus-window-inside-pixel-edges.
8506
8507         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8508         gnus-ems.
8509
8510         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8511
8512         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8513         function.
8514
8515         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8516         resize choice.
8517
8518 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8521         beginning of the buffer.
8522
8523         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8524         article buffer again.
8525
8526         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8527
8528         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8529         when it's at the start of the buffer.
8530
8531         * shr.el (shr-tag-blockquote): Convert name.
8532         (shr-rescale-image): Use the right image-size variant.
8533
8534         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8535         buffer isn't shown, then select the current article first instead of
8536         bugging out.
8537         (gnus-summary-select-article-buffer): Show both the article and summary
8538         buffers again.
8539
8540         * shr.el (shr-fontize-cont): Protect against regions with no text.
8541         Rename tag functions to shr-tag-* for enhanced security.
8542         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8543
8544 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8545
8546         * shr.el (shr-insert):
8547         * pop3.el (pop3-movemail):
8548         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8549         loaded.
8550
8551 2010-10-03  Glenn Morris  <rgm@gnu.org>
8552
8553         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8554
8555         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8556
8557         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8558
8559         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8560
8561         * gnus-util.el (gnus-make-local-hook): Simplify.
8562
8563 2010-10-02  Julien Danjou  <julien@danjou.info>
8564
8565         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8566         (gnus-ido-completing-read): New function.
8567         (gnus-emacs-completing-read): New function.
8568         (gnus-completing-read): Use gnus-completing-read-function.
8569         Add gnus-completing-read-function.
8570
8571 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572
8573         * shr.el (shr-insert-document): Autoload.
8574         (shr-img): Be silent.
8575         (shr-insert): Add a newline after every picture before text.
8576         (shr-add-font): Use overlays for combining faces.
8577         (shr-insert): Pass upwards the text start point.
8578
8579         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8580         possible.
8581         (mm-shr): New function.
8582
8583 2010-10-02  Julien Danjou  <julien@danjou.info>
8584
8585         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8586         should go backward.
8587
8588 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8589
8590         * shr.el (shr): Fix typo in provide call.
8591
8592 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593
8594         * shr.el: New file.
8595
8596         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8597
8598         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8599         completing read.
8600
8601 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8604         we're being queried about.  Suggested by Dan Jacobson.
8605
8606         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8607         Suggested by Jason Eisner.
8608
8609         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8610         table, too.  Suggested by Stefan Wiens.
8611         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8612         the table unnecessary.  Suggested by Stefan Wiens.
8613
8614         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8615         longer needed, and probably doesn't work either, as pointed out by
8616         Stefan Wiens.
8617         (gnus-summary-exit): Remove call to the clearing function.
8618         (gnus-summary-exit-no-update): Ditto.
8619
8620         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8621         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8622         Reported by Stefan Monnier.
8623         (gnus-summary-save-in-rmail): Ditto.
8624
8625         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8626         article buffer, instead of both the article buffer and the summary
8627         buffer.  Sort of suggested by Dan Jacobson.
8628
8629         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8630
8631         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8632         Suggested by Dan Jacobson.
8633
8634         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8635         documentation clearer.
8636
8637         * message.el (message-shorten-references): Comment on the number "21".
8638         Suggested by Stefan Monnier.
8639
8640         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8641         Suggested by Dan Jacobson.
8642
8643         * gnus.el (gnus-large-newsgroup):
8644         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8645
8646         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8647         externalize attachments.  Bug reported by Steve Wen.
8648
8649         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8650         really message anything to the user.
8651
8652         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8653         directly.
8654
8655         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8656         messages in empty groups.
8657
8658 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8659
8660         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8661         non-UIDNEXT group.
8662
8663 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8666         not the value from the collection.
8667
8668         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8669         values.  This sometimes happens on some groups that have no info.
8670         (nnimap-request-newgroups): New function.
8671
8672 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8675         check into `gnus-registry-initialize'.
8676         (gnus-registry-initialize): Ditto.
8677         Fix and extend header docs.
8678
8679 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8680
8681         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8682         regexp backtrace overflows.
8683
8684         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8685         for starttls that tls.el implements; i.e. openssl.
8686
8687         * tls.el (tls-starttls-switches): Give up on using starttls with
8688         gnutls-cli.
8689         (tls-program): Add --insecure to be consistent with the defaults from
8690         openssl s_client.  Now all three commands are insecure.
8691
8692 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * lpath.el: Bind completion-styles-alist for XEmacs.
8695
8696         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8697         (gravatar-create-image): New function that's an alias to
8698         gnus-xmas-create-image, gnus-create-image, or create-image.
8699         (gravatar-data->image): Use it.
8700
8701 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8702
8703         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8704         install the nnregistry refer method.
8705         (gnus-registry-install-hooks): Use it.
8706         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8707         unfollowed groups.
8708
8709 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8710
8711         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8712         expanding threads.
8713
8714 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715
8716         * nnir.el: Use the server names without suffixes (bug #7009).
8717
8718         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8719         unencrypted to STARTTLS, if possible.
8720
8721 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8722
8723         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8724         headers before superseding.
8725
8726 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * nnrss.el (nnrss-use-local): Add documentation.
8729
8730         * nnimap.el (nnimap-extend-tls-programs): New function.
8731         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8732         (nnimap-wait-for-connection): Accept the greeting from the stupid
8733         output from openssl s_client -starttls, too.
8734
8735         * tls.el (tls-starttls-switches): New variable.
8736         (tls-find-starttls-argument): Use it.
8737         (open-tls-stream): Ditto.
8738
8739         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8740         (netrc-machine): Ditto.
8741
8742         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8743         article number.
8744         (nnimap-split-fancy): New variable.
8745         (nnimap-split-incoming-mail): Use it.
8746
8747         * nntp.el (nntp-server-list-active-group): Document.
8748
8749         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8750         SELECT to get the message-id.
8751
8752         * mail-source.el (mail-sources): Remove webmail support.
8753         (defvar): Ditto.
8754         (mail-source-fetcher-alist): Ditto.
8755         (mail-source-fetch-webmail): Remove.
8756
8757         * webmail.el: Remove -- doesn't seem relevant any more.
8758
8759         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8760
8761         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8762         the \r.
8763
8764 2010-09-30  Julien Danjou  <julien@danjou.info>
8765
8766         * gnus-agent.el (gnus-agent-add-group): Fix call to
8767         gnus-completing-read.
8768
8769 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * nndoc.el (nndoc-retrieve-groups): New function.
8772
8773         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8774         `default', use nnmail-split-methods.
8775         (nnimap-request-article): Downcase the NILs so that they are nil.
8776
8777         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8778         symbol.
8779
8780         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8781         code, since if the user has requested network, that's what they ought
8782         to get.
8783         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8784         (nnimap-split-rule): Mark as obsolete.
8785
8786         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8787         New variable.
8788
8789         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8790         correct slot, too.
8791
8792 2010-09-29  Julien Danjou  <julien@danjou.info>
8793
8794         * gnus.el (gnus-local-domain): Declare variable obsolete.
8795
8796         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8797         Fix history computing.
8798         (gnus-ido-completing-read): Require ido.
8799
8800 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8803         build Gnus.
8804
8805         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8806         when interpreting the structures.
8807         (nnimap-request-accept-article): Add \r\n to the lines to make this
8808         work with Cyrus.
8809
8810         * nndraft.el (nndraft-request-expire-articles): Use the group name
8811         instead if "nndraft".  Fix found by Nils Ackermann.
8812
8813 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8814
8815         * nnregistry.el: Add.
8816
8817 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8818
8819         * nnmail.el (group, group-art-list, group-art):
8820         Remove unneeded directives.
8821
8822 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8825         (mm-mime-charset):
8826         * rfc2047.el (rfc2047-syntax-table):
8827         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8828
8829         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8830         rather than `insert-file-contents' and `eval-region'.
8831
8832         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8833         construction.
8834
8835         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8836
8837         * time-date.el: No need to require cl for Emacs 21.
8838
8839 2010-09-29  Julien Danjou  <julien@danjou.info>
8840
8841         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8842         replacement of `gnus-gravatar-relief' to mimic
8843         `gnus-faces-properties-alist'.
8844         Add :version property.
8845
8846 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * mail-source.el (mail-source-report-new-mail):
8849         * message.el (message-default-mail-headers):
8850         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8851
8852         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8853
8854 2010-09-28  Julien Danjou  <julien@danjou.info>
8855
8856         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8857         mail-address contains the same string as real-name.
8858
8859         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8860         non-blank in header, otherwise it'll get stripped.
8861
8862         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8863         real-name, and then for mail address rather than doing : or , search.
8864
8865 2010-09-27  Julien Danjou  <julien@danjou.info>
8866
8867         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8868         right completing-read function.
8869         (gnus-use-ido): New variable
8870         (gnus-completing-read-with-default): Remove.
8871         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8872         (gnus-agent-add-group):
8873         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8874         * mm-view.el (mm-view-pkcs7-decrypt):
8875         * mm-util.el (mm-codepage-setup):
8876         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8877         * mml-smime.el (mml-smime-openssl-sign-query):
8878         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8879         (mml-insert-multipart):
8880         * gnus-msg.el (gnus-summary-yank-message):
8881         * gnus-int.el (gnus-start-news-server):
8882         * mm-decode.el (mm-interactively-view-part):
8883         * gnus-dired.el (gnus-dired-attach):
8884         * gnus.el (gnus-read-method):
8885         * gnus-bookmark.el (gnus-bookmark-jump):
8886         * gnus-art.el (gnus-mime-view-part-as-type)
8887         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8888         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8889         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8890         * nnmairix.el (nnmairix-create-server-and-default-group)
8891         (nnmairix-update-groups, nnmairix-get-server)
8892         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8893         (nnmairix-get-group-from-file-path):
8894         * nnrss.el (nnrss-find-rss-via-syndic8):
8895         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8896         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8897         (gnus-group-browse-foreign-server):
8898         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8899         (gnus-summary-execute-command, gnus-summary-respool-article)
8900         (gnus-read-move-group-name):
8901         * gnus-score.el (gnus-summary-increase-score)
8902         (gnus-summary-score-effect):
8903         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8904
8905 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8908         x-focus-frame.
8909
8910         * nnimap.el (auth-source-forget-user-or-password)
8911         (auth-source-user-or-password): Autoload.
8912
8913         * message.el (message-from-style, message-interactive)
8914         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8915         (message-yank-prefix, message-indentation-spaces, message-signature)
8916         (message-signature-file): Add comment.
8917
8918 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8919
8920         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8921         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8922         new articles.
8923
8924         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8925         parts.
8926         (nnimap-request-article): Work with the t setting, too.
8927
8928         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8929         that you don't get flashes of other buffers.
8930         (gnus-summary-show-complete-article): Intern before setting.
8931
8932 2010-09-27  David Engster  <dengste@eml.cc>
8933
8934         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8935         well as HEADERS.
8936         (nnmairix-retrieve-headers): Provide new argument for the above.
8937
8938 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * gnus-sum.el (gnus-summary-move-article): Don't alter
8941         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8942         group.
8943
8944         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8945
8946         * message.el (message-cite-prefix-regexp): Revert my last edit.
8947
8948         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8949         variable instead of the Gnus variable.
8950
8951         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8952
8953         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8954
8955         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8956         since some servers don't like it.
8957         (nnimap-open-connection): Forget credentials if the server says the
8958         password was wrong.
8959         (nnimap-parse-line): Protect against invalid data.
8960
8961         * gnus-sum.el (gnus-summary-move-article): Add comment.
8962         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8963         nothing alters it while scanning for new messages.
8964
8965         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8966         which may or may not help.
8967         (nnimap-open-connection): If we're doing a stream connection, and then
8968         discover we're on a STARTTLS-capable server, then open a STARTTLS
8969         connection instead.
8970
8971 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * nnimap.el (utf7): Require.
8974
8975         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8976         prefix.
8977
8978 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8979
8980         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8981
8982 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983
8984         * nnimap.el (nnimap-request-accept-article): Message the error on
8985         error.
8986
8987 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8990
8991 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * nndoc.el (nndoc-request-list): Return success always.
8994
8995         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8996         `fetch-old' -- we only want to fetch the articles we've requested.
8997         The rest are in the agent, probably.
8998         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8999         disappeared server" to something low.  It's not important.
9000
9001         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9002         arrived before the FETCH data.
9003
9004         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9005         target here, because we don't know the Gnus name of the group.
9006
9007         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9008         for the correct group.
9009
9010         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9011
9012         * gnus.el (gnus): Give a final warning after startup.
9013
9014         * gnus-util.el (gnus-action-message-log): New variable.
9015         (gnus-message): Use it.
9016         (gnus-final-warning): New function.
9017
9018         * nnimap.el (nnimap-open-connection): Record the greeting.
9019         (nnimap): Add greeting.
9020
9021 2010-09-26  Julien Danjou  <julien@danjou.info>
9022
9023         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9024         arguments.
9025         (gnus-html-wash-images): Fix spec computing to include start/end.
9026
9027         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9028
9029 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9030
9031         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9032         deletion.
9033         (nnimap-retrieve-headers): Don't select the group, because that's
9034         already done by nnimap-possibly-change-group.
9035
9036         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9037         (gnus-picon-transform-address): Use it.
9038
9039         * mail-source.el (mail-source-value): Revert previous patch.
9040
9041         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9042         on failure.
9043         (nnimap-open-connection): Look up both virtual and physical server name
9044         credentials.
9045
9046         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9047
9048 2009-02-07  Dave Love  <fx@gnu.org>
9049
9050         * tls.el (open-tls-stream): Don't query killing process.
9051
9052 2009-02-08  Dave Love  <fx@gnu.org>
9053
9054         * gnus-win.el (gnus-window-to-buffer-helper)
9055         (gnus-all-windows-visible-p): Function needn't be a symbol.
9056
9057         * mail-source.el (mail-source-value): Function needn't be a symbol.
9058
9059 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9060
9061         * message.el (message-cite-prefix-regexp): Remove } from the cite
9062         prefix.
9063
9064         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9065         highlight again, so that the highlight is correct.
9066
9067         * gnus-picon.el (gnus-picon): Remove again.
9068         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9069
9070         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9071         doing the header highlightling, so that the background color of the
9072         picon is correct.
9073
9074         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9075         (gnus-picon): Ditto.
9076         (gnus-picon): Reinstate.  The background color for picons is white.
9077         (gnus-picon-insert-glyph): Make the background white.
9078
9079         * nnml.el (nnml-open-nov): Don't return dead buffers.
9080
9081         * auth-source.el (auth-source-create): Query the user for whether to
9082         store the credentials.
9083
9084         * netrc.el (netrc-store-data): New function.
9085
9086         * auth-source.el (auth-source-user-or-password): Use the existing auth
9087         sources, if any, for creation.
9088
9089         * gnus.el (gnus-group-fast-parameter): Return the last matching
9090         parameter instead of the first matching parameter.
9091
9092 2010-09-26  Julien Danjou  <julien@danjou.info>
9093
9094         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9095
9096 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9097
9098         * mml2015.el (mml2015-use): Remove gpg support.
9099
9100         * mml1991.el (mml1991-function-alist): Remove gpg function.
9101         (mml1991-gpg-sign): Remove.
9102
9103 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9104
9105         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9106         (gnus-browse-unsubscribe-current-group): Document it.
9107         (gnus-browse-unsubscribe-group): Use it.
9108
9109 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9112         address to the To list for easier response.
9113
9114         * gnus.el (gnus-play-startup-jingle): Remove.
9115         (gnus-splash): Don't play jingle.
9116         (gnus): Silence gnus-load message.
9117
9118         * gnus-art.el (gnus-treat-play-sounds): Remove.
9119
9120         * gnus.el (gnus-play-jingle): Remove audio support.
9121
9122         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9123
9124         * earcon.el: Remove -- no users.
9125
9126         * gnus-audio.el: Remove -- no users of this package.
9127
9128         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9129
9130         * gnus-start.el (gnus-setup-news): Remove nocem support.
9131
9132         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9133
9134         * gnus.el (gnus-use-nocem): Remove.
9135
9136         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9137         Remove.
9138
9139         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9140         uses NoCeM any more.
9141
9142         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9143         (gnus-button-ctan-handler): Ditto.
9144         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9145         (gnus-button-ctan-directory-regexp): Ditto.
9146         (gnus-button-handle-ctan): Ditto.
9147         (gnus-button-tex-level): Ditto.
9148         (gnus-button-alist): Remove CTAN stuff.
9149
9150 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9153         nnimap-streaming test.
9154
9155         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9156         servers twice.
9157
9158         * nnimap.el (nnimap-open-connection): Add more error reporting when
9159         nnimap fails early.
9160
9161         * nnheader.el (nnheader-get-report-string): New function.
9162         (nnheader-get-report): Use it.
9163
9164         * gnus-int.el (gnus-check-server): Say what the error was when opening
9165         failed.
9166
9167         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9168         using streaming.
9169
9170 2010-09-25  Julien Danjou  <julien@danjou.info>
9171
9172         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9173         gnus-window-inside-pixel-edges.
9174
9175 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9178
9179         * mm-decode.el (mm-save-part): Allow saving to other directories the
9180         normal Emacs way.
9181
9182         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9183         Suggested by Jay Berkenbilt.
9184
9185         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9186         there isn't a single byte.
9187
9188         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9189         just do it.  It doesn't really seem to matter what the user responds
9190         here, I think, so it's just a confusing question.
9191
9192         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9193         non-streaming case.
9194
9195         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9196         (gnus-article-encrypt-body): Use it.
9197
9198         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9199         keystroke.
9200
9201         * nnimap.el (nnimap-find-wanted-parts-1):
9202         Use gnus-fetch-partial-articles.
9203
9204         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9205
9206         * nnimap.el (nnimap-insert-partial-structure): New function.
9207         (nnimap-get-partial-article): New function.
9208         (nnimap-request-article): Use it.
9209         (nnimap-wait-for-response): Return whether the wait was successful.
9210         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9211         retrieval wasn't successful.
9212         (nnimap-retrieve-group-data-early): Allow throttling servers.
9213         (nnimap-streaming): New variable.
9214         (nnimap-fetch-partial-articles): Remove.
9215
9216         * mm-decode.el (mm-with-part): Protect against killed buffers.
9217
9218         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9219         for prettier summary display.
9220
9221 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9222
9223         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9224
9225 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226
9227         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9228         apparently third-party libraries depend on it.
9229
9230         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9231         before starting negotiation.
9232
9233         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9234         privacy reasons.
9235         (gnus-treat-mail-gravatar): Ditto.
9236
9237         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9238         buffer when inserting images.  Inserting text into the headers, for
9239         instance, can make them invalid.
9240
9241 2010-09-25  Julien Danjou  <julien@danjou.info>
9242
9243         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9244         variables.
9245
9246         * nnheader.el: Remove useless variables news-reply-yank-from and
9247         news-reply-yank-message-id.
9248
9249         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9250         variables.
9251
9252         * mml1991.el: Remove useless mml1991-verbose.
9253
9254         * gnus.el: Remove useless variable gnus-use-generic-from.
9255         Remove obsolete variable gnus-topic-indentation.
9256
9257         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9258
9259         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9260
9261         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9262
9263         * gnus-group.el: Remove useless gnus-group-icon-cache.
9264         Remove useless gnus-ephemeral-group-server.
9265
9266         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9267
9268         * mml2015.el: Remove useless mml2015-verbose.
9269
9270         * mml-smime.el: Remove useless mml-smime-verbose.
9271
9272         * gnus.el: Remove useless gnus-local-domain.
9273
9274         * gnus-gravatar.el (gnus-gravatar-transform-address):
9275         Use gnus-gravatar-size.
9276
9277         * gnus-art.el: Remove useless gnus-treat-translate.
9278
9279 2010-09-24  Julien Danjou  <julien@danjou.info>
9280
9281         * gnus-sum.el: Add support for Gravatars.
9282
9283         * gnus-art.el: Add support for Gravatars.
9284
9285         * gnus-gravatar.el: Add this file.
9286
9287         * gravatar.el: Add this file.
9288
9289 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9292
9293         * gnus-group.el (gnus-group-fetch-faq): Remove.
9294
9295         * gnus.el (gnus-group-faq-directory): Remove.
9296
9297         * gnus-group.el (gnus-group-fetch-charter): Remove.
9298
9299         * gnus.el (gnus-group-charter-alist): Remove.
9300
9301         * gnus-group.el (gnus-group-archive-directory): Remove.
9302         (gnus-group-recent-archive-directory): Ditto.
9303         (gnus-group-make-archive-group): Remove.
9304
9305         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9306
9307         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9308         use the same article number for all the cached articles.
9309
9310         * nnimap.el (nnimap-command): Register the last command time so
9311         that we can use it for idling NOOPs.
9312         (nnimap-open-connection): Start the keeplive timer.
9313         (nnimap-make-process-buffer): Store all the process buffers.
9314         (nnimap-keepalive): New function.
9315
9316         * starttls.el (starttls-open-stream): Add autoload cookie.
9317
9318 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9319
9320         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9321         handling.
9322
9323 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9326         its data structures.
9327
9328         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9329         instead of the cl.el copy-list.
9330         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9331         equalp.
9332
9333 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9336         and tool-bar-local-item-from-menu.
9337
9338         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9339         mode-line-highlight face for Emacs.
9340
9341         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9342         loading gnus-sum.elc; fix comment for canlock-verify.
9343         (gnus-article-jump-to-part): Use read-number.
9344         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9345         Remove Emacs pre-21 compatible code for help-echo.
9346         (gnus-article-next-page-1): No need to adjust the number of lines.
9347         (gnus-article-describe-bindings): Always use help-buffer.
9348
9349         * gnus-audio.el (gnus-audio-inline-sound):
9350         * gnus-cus.el (gnus-custom-mode):
9351         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9352
9353         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9354
9355         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9356         compatible code.
9357
9358 2010-09-24  Glenn Morris  <rgm@gnu.org>
9359
9360         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9361         visiting the fcc file in rmail-mode.
9362
9363         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9364
9365 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * nnir.el: Silence the byte compiler.
9368
9369         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9370         alias to browse-url-url-encode-chars if any.
9371         (gnus-html-encode-url): Use it.
9372
9373 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * gnus-start.el (gnus-use-backend-marks): New variable.
9376         (gnus-get-unread-articles-in-group): Use it.
9377
9378         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9379         makeover.
9380
9381 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9382
9383         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9384
9385 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9388         Remove.
9389         (gnus-setup-news-hook):
9390         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9391
9392         * gnus-int.el (gnus-request-update-info): Protect against backends not
9393         having the function.
9394
9395         * nnimap.el (nnimap-stream): Mention starttls.
9396         (nnimap-open-connection): Add starttls support.
9397
9398 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9399
9400         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9401
9402 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9405         BODYSTRUCTUREs.
9406         (nnimap-transform-headers): Unfold quoted {42} headers.
9407
9408         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9409         the info.
9410         (gnus-get-unread-articles): Only call updatep on backends that support
9411         it.
9412
9413         * nnweb.el (nnweb-request-update-info): NOOP.
9414
9415         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9416
9417         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9418         since it only deals with marks.
9419
9420         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9421         gnus-request-marks, and make a new gnus-request-update-info.
9422
9423         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9424         the active instead of the high number, which is usually too low.
9425
9426 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9427
9428         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9429         * encrypt.el: Remove.
9430
9431 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9434         server in symbolic form.
9435
9436         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9437
9438 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9441         (nnimap-update-info): Fix up code slightly.
9442
9443         * gnus-int.el (gnus-open-server): Add tracing for performance
9444         debugging.
9445
9446         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9447         (gnus-group-insert-group-line): Pass the real group name so that it
9448         gets the right data.
9449
9450         * gnus-start.el (gnus-get-unread-articles): Don't have
9451         `gnus-get-unread-articles-in-group' update info, since that can be
9452         really slow and doesn't seem to be needed?
9453
9454 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9455
9456         * time-date.el (date-to-time): Try using parse-time-string first before
9457         using the slower timezone-make-date-arpa-standard.
9458
9459 2010-09-22  Julien Danjou  <julien@danjou.info>
9460
9461         * gnus-group.el (gnus-group-insert-group-line):
9462         Call gnus-group-highlight-line.
9463         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9464         default hook list.
9465         (gnus-group-update-eval-form): Add new function.
9466         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9467         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9468
9469 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9472         immediate, then expire all articles.
9473         (nnimap-update-info): Fix off-by-one errors.
9474         (nnimap-flags-to-marks): Would return no marks lists for group with no
9475         flags.  Instead return the other data.
9476
9477 2010-09-22  Julien Danjou  <julien@danjou.info>
9478
9479         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9480         Only return an icon.
9481         (gnus-group-insert-group-line): Compute icon to return.
9482
9483         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9484         (gnus-html-image-fetched): Only cache if
9485         gnus-html-image-automatic-caching is set.
9486         (gnus-html-image-fetched): Check for errors.
9487
9488 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9489
9490         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9491         once per method on `g'.  This ensures that backends like nnfolder don't
9492         open all their folders.
9493
9494         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9495         (nnimap-request-list): Nix out group in the correct buffer.
9496         (nnimap-parse-flags): Implement by using `read' instead of
9497         hand-parsing.
9498         (nnimap-flags-to-marks): Pass on permanent-flags.
9499         (nnimap-make-process-buffer): Record the server name.
9500         (nnimap-parse-flags): Fix typo.
9501         (nnimap-request-scan): Run split on the server in general, not just a
9502         single group.
9503
9504         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9505         parameter, and propagate this downwards.
9506
9507         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9508         since EXAMINE changes it on the server.
9509
9510         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9511         this command might take a while.
9512
9513 2010-09-22  Julien Danjou  <julien@danjou.info>
9514
9515         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9516         harmful if you have 2 images side-by-side, they can't be properly
9517         update on text deletion.  Using text-property is safer here.
9518         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9519         data.
9520
9521 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * nnimap.el (nnimap-expunge-inbox): Remove.
9524         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9525         (nnimap-expunge): Flip default to t.
9526
9527         * gnus.el (gnus-method-to-server): Don't push things to the cache
9528         unless it's unique.
9529         (gnus-server-to-method): Ditto.
9530
9531 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9532
9533         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9534
9535 2010-09-22  Julien Danjou  <julien@danjou.info>
9536
9537         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9538         get the start of data.
9539         (gnus-html-encode-url): Add this function to encode special chars in
9540         URL.
9541         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9542         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9543
9544         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9545         default.
9546         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9547
9548         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9549         images alt-text.
9550         (gnus-html-put-image): Put alt-text as help-echo.
9551
9552 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9555         * mm-util.el (mm-decompress-buffer):
9556         * nnir.el (nnir-run-find-grep):
9557         * pop3.el (pop3-list): Use 3rd arg of split-string.
9558
9559         * time-date.el (format-seconds): Comment fix.
9560
9561         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9562         and byte-optimize-form-code-walker.
9563         (dgnushack-make-auto-load): Don't advise make-autoload.
9564
9565         * lpath.el: Remove Emacs 21 stuff.
9566
9567 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9570         outside the active range.  Suggested by Dan Christensen.
9571
9572         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9573         slightly later to avoid double-getting it.
9574
9575         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9576         previous patch.
9577
9578         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9579
9580 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9581
9582         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9583
9584 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9585
9586         * gnus-int.el (gnus-open-server): Give a better error message in the
9587         "go offline" case.
9588
9589         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9590         marks for nnimap, which is seldom the right thing to do.
9591
9592         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9593         (gnus-same-method-different-name): New function.
9594
9595         * nnimap.el (parse-time): Require.
9596
9597         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9598         method in the presence of many similar methods.
9599
9600         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9601
9602         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9603         nnml-inhibit-expiry.
9604
9605         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9606         find out whether methods are equal.
9607
9608         * nnimap.el (nnimap-find-expired-articles): New function.
9609         (nnimap-process-expiry-targets): New function.
9610         (nnimap-request-move-article): Request the article before looking at
9611         what the Message-ID is.  Fix found by Andrew Cohen.
9612         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9613
9614         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9615         for oldness in addition to being a predicate.
9616
9617         * nnimap.el (nnimap-request-group): When we have zero articles, return
9618         the right data to Gnus.
9619         (nnimap-request-expire-articles): Only delete articles immediately if
9620         the target is 'delete.
9621
9622         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9623         method, this would bug out.
9624
9625         * gnus-group.el (gnus-group-expunge-group): Rename from
9626         gnus-group-nnimap-expunge, and implemented as a normal interface
9627         function.
9628
9629         * gnus-int.el (gnus-request-expunge-group): New function.
9630
9631         * nnimap.el (nnimap-request-create-group): Implement.
9632         (nnimap-request-expunge-group): New function.
9633
9634 2010-09-21  Julien Danjou  <julien@danjou.info>
9635
9636         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9637         (gnus-html-cache-expired): Add new function.
9638         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9639         wethever we should display image for fetch it.
9640         Compute alt-text earlier to pass it to the fetching function too.
9641         (gnus-html-schedule-image-fetching): Change function argument to only
9642         get one image at a time, not a list.
9643         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9644         cache.
9645         (gnus-html-get-image-data): New function to retrieve image data from
9646         cache.
9647         (gnus-html-put-image): Change buffer argument to use image data rather
9648         than file, and place image above region rather than inserting a new
9649         one.  Do not take alt-text as argument, since it's useless now: we place
9650         the image above alt-text.
9651         (gnus-html-prune-cache): Remove.
9652         (gnus-html-show-images): Start to fetch image when we find one, do not
9653         push into a temporary list.
9654         (gnus-html-prefetch-images): Only fetch image if they have expired.
9655         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9656         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9657
9658 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9661
9662 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9665         spec inser "*" if the group isn't active instead of 0.
9666
9667         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9668         opening the server.
9669         (nnimap-request-delete-group): Implement group deletion.
9670         (nnimap-transform-headers): Return the size of the entire message in
9671         the Bytes header, not just the size of the first part.
9672         (nnimap-request-move-article): When moving an article from nnimap,
9673         request the article first so the accepting form has an article to
9674         accept.  Reported by Dan Christensen.
9675         (nnimap-command): Make sure that the error message doesn't error out.
9676
9677 2010-09-20  David Edmondson  <dme@dme.org>
9678
9679         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9680         we haven't requested anything.
9681
9682 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9685         "".  Fix found by Andrew Cohen.
9686
9687         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9688         instead of -encode-string.
9689
9690 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9693
9694         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9695         by mm-subst-char-in-string.
9696
9697 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9698
9699         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9700         waiting for the connection string.
9701
9702         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9703         arriving.
9704
9705         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9706         bogus characters.  This allows selecting certain Gmail groups.
9707
9708         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9709         (nnimap-fetch-partial-articles): New variable.
9710         (nnimap-open-connection): When looking for credentials, also use the
9711         nnimap-server-port.
9712         (nnimap-request-article): Return the group/article number, so that Gnus
9713         `^' works as expected.
9714         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9715
9716         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9717         comments.
9718         (gnus-methods-sloppily-equal): New function.
9719         (gnus): When using the development version of Gnus, load the gnus-load
9720         file.
9721
9722         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9723         `gnus-open-server' on each method before trying to scan them etc.
9724         This ensures that all the backend parameters are set correctly.
9725
9726         * nnimap.el (nnimap-authenticator): New variable.
9727         (nnimap-open-connection): Allow anonymous login.
9728         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9729         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9730
9731         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9732         patch, found by Knut Anders Hatlen.
9733
9734 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9735
9736         * gnus-agent.el (gnus-agent-batch-confirmation)
9737         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9738         to gnus-message.
9739         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9740         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9741         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9742         * gnus-int.el (gnus-open-server): Likewise.
9743         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9744         (gnus-score-check-syntax): Likewise.
9745         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9746         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9747         Likewise.
9748         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9749
9750 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9753         calling conventions so that prefetch doesn't bug out.
9754
9755 2010-09-19  Julien Danjou  <julien@danjou.info>
9756
9757         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9758         rather than `subst-char-in-region' in order to be able to replace ASCII
9759         char by UTF-8 ones.
9760
9761         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9762         than curl.
9763         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9764         the right URL and ALT text on images.
9765         (gnus-html-wash-tags): Fix tag case.
9766         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9767         (gnus-article-html): Add -o display_ins_del=2 option.
9768         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9769
9770 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9771
9772         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9773         the extra mail headers, which sometimes seem to happen for unknown
9774         reasons.
9775
9776         * mail-parse.el (mail-header-encode-parameter): Define as
9777         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9778         (or most, perhaps?) mail readers don't understand the latter, but do
9779         understand the former.
9780
9781         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9782         to nil, so that no methods are automatically agentized.  I think this
9783         is probably what most users want.
9784
9785         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9786         from url-retrieve, for instance about invalid URLs.
9787
9788         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9789         groups that have no articles.
9790         (nnimap-request-article): Check that we really got an article when we
9791         requested one.
9792
9793         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9794         doesn't exist.
9795
9796         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9797         nntp buffer so the agent can save it.
9798         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9799         that CRLF doesn't get translated to \n.
9800         (nnimap-open-connection): Don't make 'shell commands only send \n.
9801
9802 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9803
9804         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9805         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9806         Update var name.
9807         (nnml-generate-nov-file): Use dolist.
9808         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9809         Use with-current-buffer.
9810
9811 2010-09-18  Julien Danjou  <julien@danjou.info>
9812
9813         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9814         parallel.
9815
9816 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817
9818         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9819         the range update right.
9820         (nnimap-request-group): Don't make `M-g' bug out on group with no
9821         marks.
9822         (nnoo): Require, so that other packages can require nnimap.
9823         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9824         command we're looking for.  This helps when the server sends more
9825         responses after we've gotten everything we expected.
9826         (nnimap): Add a `newlinep' field to keep track of end-of-line
9827         conventions.
9828         Don't send CRLF to things that don't want it.
9829         (nnimap-request-accept-article): Ditto.
9830
9831 2010-09-18  Julien Danjou  <julien@danjou.info>
9832
9833         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9834         than curl to retrieve images.
9835
9836 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9839         the marks.
9840         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9841         (nnimap-wait-for-connection): New function.
9842         (nnimap-open-connection): If we have PREAUTH, don't query for login
9843         credentials.
9844         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9845         when doing a partial update.
9846
9847 2010-09-18  Julien Danjou  <julien@danjou.info>
9848
9849         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9850         tags.
9851
9852 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * nnimap.el (nnimap-credentials): New function.
9855         (nnimap-open-connection): Use the new function to look for credentials
9856         also on the numeric equivalents of "imap" and "imaps".
9857
9858         * gnus-start.el (gnus-activate-group): Send the info to
9859         gnus-request-group.
9860
9861         * nnimap.el (nnimap-request-group): Have the "check" version of the
9862         function parse flags and update the info, so that a `M-g' get a total
9863         resync of all flags from the group.
9864
9865         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9866         to allow backends to alter the info on group selection.  Also alter all
9867         the backend -request-group functions to take the parameter.
9868
9869         * nnimap.el (nnimap-store-info): New function.
9870         (nnimap-update-info): Store the info for later usage.
9871         (nnimap-request-group): Use the stored info for the dont-check case, so
9872         that we don't retrieve all marks when we enter a group.
9873
9874         * nnimap.el: Use deffoo instead of defun for interface functions.
9875
9876         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9877         update the group info.  This makes the nndraft groups, for instance, go
9878         back to their old behavior.
9879
9880         * gnus-sum.el (gnus-select-newsgroup): Indent.
9881
9882         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9883         in.
9884         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9885         nothing.
9886
9887         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9888         from methods that are denied.
9889
9890         * gnus-int.el (gnus-method-denied-p): New function.
9891
9892         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9893         store the password instead of netrc.
9894         (nnimap-open-connection): Don't error out when we can't make a
9895         connections.
9896
9897         * auth-source.el (auth-source-create): In the password prompt, say what
9898         we're querying for.  Also prompt for user name if that hasn't been
9899         given.
9900
9901         * nnimap.el (nnimap-with-process-buffer): Remove.
9902
9903 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9906         method when we're reading from the agent.
9907
9908         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9909
9910         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9911         that's probably most useful for users.
9912
9913         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9914         "failed" all the time.
9915
9916         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9917         ...)) with (with-current-buffer ... ).
9918
9919         * nntp.el (nntp-open-server): Return whether the open was successful or
9920         not.
9921
9922         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9923         select an unread unseen article first.
9924
9925         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9926         /etc/services, supply some sensible port defaults.
9927
9928         * dgnushack.el: Define netrc-credentials.
9929
9930 2010-09-17  Julien Danjou  <julien@danjou.info>
9931
9932         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9933
9934 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9935
9936         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9937         doesn't have any parameters.
9938
9939 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9940
9941         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9942         only upcased checks.
9943
9944         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9945
9946         * nnimap.el (nnimap-open-shell-stream): New function.
9947         (nnimap-open-connection): Use it.
9948         (nnimap-transform-headers): Get the number of lines in each message.
9949         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9950         number of lines.
9951         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9952         problem.
9953
9954         * utf7.el (utf7-encode): Autoload.
9955
9956         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9957         to allow the mail splitting to not return a default group.  This is
9958         useful for nnimap, which will leave unmatched mail in the inbox.
9959
9960         * nnimap.el: Rewritten.
9961
9962         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9963         nnimap usage.
9964
9965         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9966         if the move is internal, so that nnimap can do fast internal moves.
9967
9968         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9969         data.
9970         (gnus-read-active-for-groups): Support finishing the early retrieval of
9971         data.
9972
9973         * gnus-range.el (gnus-range-nconcat): New function.
9974
9975         * gnus-int.el (gnus-finish-retrieve-group-infos)
9976         (gnus-retrieve-group-data-early): New functions.
9977
9978 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9979
9980         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9981         (nnrss-retrieve-groups):
9982         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9983         (pop3-quit): Use with-current-buffer.
9984
9985 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9988         instead of nnheader-accept-process-output.
9989
9990         * dgnushack.el (dgnushack-compile): Add comment.
9991
9992         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9993
9994         * gnus-html.el (gnus-html-schedule-image-fetching)
9995         (gnus-html-prefetch-images): Replace process-kill-without-query by
9996         gnus-set-process-query-on-exit-flag.
9997
9998 2010-09-16  Romain Francoise  <romain@orebokech.com>
9999
10000         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10001
10002 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10005         parameter to unintern is mandatory-ish in Emacs 24.
10006
10007         * gnus-html.el (gnus-html-schedule-image-fetching)
10008         (gnus-html-prefetch-images): Check for curl before using it.
10009
10010         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10011         depend on curl, which isn't essential.
10012
10013         * imap.el: Revert back to version
10014         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10015         seem problematic.
10016
10017 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10018
10019         * gnus-registry.el (gnus-registry-install-shortcuts):
10020         Explicitly pass `obarray' to `unintern' to avoid a warning.
10021
10022 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10023
10024         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10025         change.
10026
10027         * nnrss.el (nnrss-request-list): Remove this function and related
10028         functions, including the moreover stuff.
10029
10030 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031
10032         * nnrss.el (nnrss-retrieve-groups): New function.
10033
10034 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10035
10036         * .dir-locals.el: Add no-byte-compile cookie.
10037
10038 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * time-date.el (format-seconds): Comment fix.
10041
10042         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10043         for back end that doesn't support request-scan.
10044
10045 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046
10047         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10048         then do request scans from the backends.
10049
10050         * netrc.el (netrc-credentials): New conveniency function.
10051
10052         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10053         avoid running a hook per line, since this takes a lot of time,
10054         profiling shows.
10055         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10056         directly if gnus-visual-p is true.
10057
10058 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10061         groups; replace mapcar with dolist which is a bit faster; pass groups
10062         info to gnus-read-active-file-1.
10063         (gnus-read-active-file-1): Scan only specified groups if the new
10064         optional arg `infos' is given.
10065
10066 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10067
10068         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10069
10070         * pop3.el (pop3-movemail): Remove.
10071         (pop3-streaming-movemail): Rename to pop3-movemail.
10072
10073         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10074         don't restrict end-tag searches to the end of the line.
10075
10076 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10079         articles of every unchecked group to t, which means unknown since the
10080         server has never been opened.
10081
10082 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10083
10084         * gnus-html.el (gnus-html-show-alt-text): New command.
10085         (gnus-html-browse-image): Ditto.
10086         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10087         to browse the image directly.
10088         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10089         better.
10090
10091         * gnus-async.el (gnus-async-article-callback):
10092         Call `gnus-html-prefetch-images' unconditionally.
10093
10094         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10095         before feeding URLs to curl.
10096
10097 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10100         internal images as deletable by `W D D'.
10101
10102         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10103         (gnus-async-article-callback): Fix typo.
10104
10105 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106
10107         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10108         current line to work around bugs in the output from w3m.
10109
10110         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10111         for groups that want that.
10112
10113         * nntp.el (nntp-wait-for-string): Supply a timeout for
10114         accept-process-output to ensure progress.
10115
10116         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10117         level to get unread articles from, then use that for foreign groups,
10118         too.
10119
10120         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10121         confuses the rest of the function.
10122
10123         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10124         for the methods that support -retrieve-groups, too.
10125
10126         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10127
10128 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10131         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10132
10133         * pop3.el: Require cl when compiling.
10134         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10135
10136 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10137
10138         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10139         that aren't going to be activated.
10140         (gnus-get-unread-articles): Fix up the last commit.
10141
10142         * gnus-html.el (gnus-article-html): Allow calling without specifying
10143         the handle.  In that case, dissect the buffer first.
10144
10145         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10146
10147         * nnimap.el (nnimap-open-connection): Revert the change that would look
10148         into authinfo for imaps instead of imap.
10149
10150         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10151         say that you don't want to call gnus-request-group with don-check, but
10152         do check the reponse.  This is for virtual groups only.
10153         (gnus-get-unread-articles): Count the archive groups as secondary, so
10154         that they're activated the same way as before.
10155
10156         * imap.el (imap-message-map): Removed optional buffer parameter, since
10157         no callers use it.
10158         (imap-message-get): Ditto.
10159         (imap-message-put): Ditto.
10160         (imap-mailbox-map): Ditto.
10161         (imap-mailbox-put): Ditto.
10162         (imap-mailbox-get): Ditto.
10163         (imap-mailbox-get): Revert last change for this function.
10164
10165         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10166         case-insensitively.
10167         (nnimap-debug): Remove.
10168
10169         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10170         callers to use `imap-fetch' instead.  According to the comments, this
10171         should be safe, since all other IMAP clients use the 1:* syntax.
10172         (imap-enable-exchange-bug-workaround): Remove.
10173         (imap-debug): Remove -- doesn't seem very useful.
10174
10175         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10176         mail from a file, and the file doesn't exist.
10177
10178         * imap.el (imap-log): New convenience function used throughout instead
10179         of repeating the same code all over the place.
10180
10181         * pop3.el (pop3-streaming-movemail): Return t for success.
10182
10183         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10184         .authinfo if we're using ssl connection.
10185
10186         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10187         already have if we're in a main Gnus `g' run.
10188
10189         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10190
10191 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10194
10195         * nnmh.el (nnmh-request-list-1): Bind `file'.
10196
10197         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10198         alias to set-process-query-on-exit-flag or process-kill-without-query.
10199         (pop3-open-server): Use it.
10200
10201 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10204         box to the Incoming file.  Fixes mistake in previous checkin.
10205
10206         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10207         request loop (for debugging purposes) removed.
10208
10209         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10210         culprit is more visible.
10211         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10212         (nnml-add-incremental-nov): New functions to do "incremental" nov
10213         updates, where we just append to the end of the existing nov files
10214         without reading/writing them in full.
10215
10216         * mail-source.el (mail-source-delete-crash-box): Really only check the
10217         incoming files once in a while.
10218
10219         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10220
10221         * mail-source.el (mail-source-delete-crash-box): Only check the
10222         incoming files for deletion once per day to save a lot of file
10223         accesses.
10224
10225         * pop3.el (pop3-logon): Fix up unbound variable typo.
10226
10227         * mail-source.el (pop3-streaming-movemail): Autoload.
10228
10229         * pop3.el (pop3-streaming-movemail):
10230         Respect pop3-leave-mail-on-server.
10231
10232         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10233         retrieval.
10234
10235         * pop3.el (pop3-process-filter): Remove unused function.
10236         (pop3-streaming-movemail, pop3-send-streaming-command)
10237         (pop3-wait-for-messages, pop3-write-to-file)
10238         (pop3-number-of-responses): New functions for streaming pop3
10239         retrieval.
10240
10241         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10242         come from no known methods.
10243         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10244         list.
10245
10246         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10247         message sizes.
10248         (pop3-movemail): Use erase-buffer instead of looping and deleting
10249         regions, which seems rather odd.
10250
10251         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10252         file once per `g' run.
10253
10254         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10255         directories.  This makes the draft queue directory work.
10256
10257         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10258         data from the backends, so that we only request the list of groups from
10259         each method once.  This should speed things up considerably.
10260
10261         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10262         detect that it's not implemented.
10263
10264         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10265         we actually do recurse down into the tree, but don't stat all leaf
10266         nodes.
10267
10268         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10269         then say so instead of bugging out.
10270
10271         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10272         files exist before trying to read them.
10273
10274         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10275         around <pre_int>.
10276
10277         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10278
10279         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10280
10281 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10282
10283         * mm-util.el (mm-image-load-path): Just return the image directories,
10284         not all directories in the path in addition to the image directories.
10285         (mm-image-load-path): Maintain a cache of the image directories so that
10286         the `g' command in Gnus doesn't have to stat dozens of directories each
10287         time.
10288
10289         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10290         (gnus-html-wash-tags): Add a new `i' command to insert images.
10291         (gnus-html-insert-image): New command and keystroke.
10292         (gnus-html-redisplay-with-images): New command and keystroke.
10293         (gnus-html-show-images): Rename command.
10294         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10295         spacers.
10296         (gnus-html-wash-tags): Decode entities at the end, so that entities
10297         inside the tags don't mess up the rest of the "parsing".
10298
10299         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10300         so that nnimap methods aren't agentized by default.  There's apparently
10301         many problems related to agent/imap behavior.
10302
10303         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10304
10305         * gnus-html.el: Doc fix.
10306
10307 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10310         specifier-spec-list for Emacs 21.
10311
10312         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10313         glyph-width and glyph-height instead of display-graphic-p and
10314         image-size; make avoidance of displaying small images work for XEmacs.
10315
10316         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10317         for XEmacs.
10318
10319         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10320         of symbol that holds plist data.
10321         (gnus-process-plist): Remove plist of process after getting it.
10322
10323 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10324
10325         * message.el (message-generate-hashcash): Change default to
10326         'opportunistic if hashcash is installed.
10327
10328         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10329         (gnus-html-put-image): Only call image-size once, since it's somewhat
10330         time-consuming on remote X servers.
10331
10332 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10335         type on data, not a file name.
10336
10337         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10338         window-pixel-edges for Emacs 21.
10339
10340         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10341         decoded contents.
10342         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10343
10344 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345
10346         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10347         group line format, since it isn't very interesting.
10348
10349         * gnus-agent.el (gnus-agent-short-article),
10350         (gnus-agent-long-article): Increase values for these two variables,
10351         since most people are likely to have more network connection and
10352         storage than before.
10353
10354         * gnus.el (gnus-refer-article-method): Change default to 'current.
10355         When referring an article, the common behavior is to refer it from the
10356         current select method, not the native select method.  The chances of
10357         the native select method having the message in question is rather slim
10358         these days.
10359
10360         * gnus-sum.el (gnus-auto-select-subject): Change default to
10361         `unseen-or-unread'.  I think it's likely that most people want to
10362         select an unseen article over a previously seen, but unread one.
10363
10364         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10365         means that in the article buffer none of the minor mode elements will
10366         be shown, usually, and this is not desirable in most cases.
10367
10368         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10369         that commands like `d' (and the like) go to the next line in the
10370         buffer, instead of the next unread article.  I think this is the
10371         behavior that is most natural for most users.
10372         (gnus-single-article-buffer): Change default to nil, so that people can
10373         have as many article buffers open as they have summary buffer.  I think
10374         this is the most natural way for the groups to behave.
10375
10376         * message.el (message-generate-new-buffers): Change default to
10377         `unsent', so that all new message buffers start their names with the
10378         string "*unsent", and it's easier to find the buffers if you move from
10379         them.
10380
10381 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10384         small.  They're probably tracking images.
10385         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10386         (gnus-html-rescale-image): Yet another try at getting the image sizing
10387         right.
10388
10389         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10390         nntp-marks-file-name is nil.
10391
10392 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10393
10394         * gnus-html.el (gnus-html-wash-tags)
10395         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10396         Better logging.
10397
10398 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10399
10400         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10401
10402         * gnus-html.el (gnus-html-wash-tags): Check the value of
10403         gnus-blocked-images in the summary buffer.
10404
10405 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10406
10407         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10408
10409 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10412         like "a", it seems like.
10413         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10414         since it needs to be picked from the correct buffer.
10415
10416         * nnwfm.el: Remove.
10417
10418         * nnlistserv.el: Remove.
10419
10420 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10421
10422         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10423         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10424
10425 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10426
10427         * nnkiboze.el: Remove.
10428
10429         * nndb.el: Remove.
10430
10431         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10432         alt text.
10433         (gnus-html-rescale-image): Try to get the rescaling logic right for
10434         images that are just wide and not tall.
10435
10436         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10437         overshadow variable bindings.
10438
10439 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10440
10441         * gnus-html.el (gnus-html-wash-tags)
10442         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10443         Add extra logging.
10444
10445 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446
10447         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10448         (gnus-max-image-proportion): New variable.
10449         (gnus-html-rescale-image): New function.
10450         (gnus-html-put-image): Rescale images.
10451
10452 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10453
10454         Fix up some byte-compiler warnings.
10455         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10456         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10457         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10458         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10459         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10460         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10461         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10462
10463 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-html.el (gnus-article-html): Decode contents by charset.
10466
10467 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10470         (gnus-html-frame-width, gnus-blocked-images):
10471         * message.el (message-prune-recipient-rules): Add custom version.
10472         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10473
10474         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10475         functions.
10476
10477         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10478         gnus-process-get.
10479
10480 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10481
10482         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10483         instead of lsub directly.
10484
10485 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10486
10487         * nnwarchive.el: Remove.
10488
10489         * gnus-soup.el: Remove.
10490
10491         * nnsoup.el: Remove.
10492
10493         * nnultimate.el: Remove.
10494
10495         * gnus-html.el (gnus-blocked-images): New variable.
10496
10497         * message.el (message-prune-recipients): New function.
10498         (message-prune-recipient-rules): New variable.
10499
10500         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10501         guess whether a long line is natural text or not.
10502
10503         * gnus-html.el (gnus-html-schedule-image-fetching):
10504         Use gnus-process-plist and friends for compatibility.
10505
10506 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10507
10508         * gnus-html.el: Require packages that define macros used in this file.
10509         (gnus-article-mouse-face): Declare to silence byte-compiler.
10510         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10511         process-get.
10512         (gnus-html-put-image): Use plist-get to avoid getf.
10513         (gnus-html-prefetch-images): Use with-current-buffer.
10514
10515 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * gnus-ems.el: Provide compatibility functions for
10518         gnus-set-process-plist.
10519
10520         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10521         header-line-format for XEmacs 21.4.
10522
10523         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10524         * gnus.el (gnus-valid-select-methods):
10525         * message.el (message-send-mail-partially-limit):
10526         * mm-decode.el (mm-text-html-renderer):
10527         * mml.el (mml-insert-mime-headers-always):
10528         * smiley.el (smiley-regexp-alist): Bump custom version.
10529
10530 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10531
10532         * gnus-html.el: require mm-url.
10533         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10534         with the url to `url'.
10535         (gnus-html-wash-tags): Support cid: URLs/images.
10536
10537 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538
10539         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10540         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10541         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10542
10543         * gnus-move.el: Remove file, since it doesn't really work.
10544
10545         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10546         UTF-8.  This seems to fix problems with some German web feeds.
10547
10548         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10549         at the top so that the proper colors are applied.
10550
10551         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10552         don't have dots in their names.
10553
10554         * gnus-art.el (gnus-article-view-part): Doc fix.
10555
10556         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10557         XEmacs-compatible.
10558         (gnus-html-put-image): Don't do images on non-graphic displays.
10559
10560         * nnslashdot.el: Remove this unused backend.
10561
10562         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10563         actions.
10564         (gnus-undo-register-1): Revert last change.
10565
10566         * gnus-group.el (gnus-group-completing-read): Protect against not
10567         having completion-styles bound.
10568
10569         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10570         make broken recipients happier.
10571
10572         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10573
10574         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10575         point parameter.
10576
10577         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10578
10579         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10580         completion-styles for group selection.
10581
10582 2009-02-04  Andreas Schwab  <schwab@suse.de>
10583
10584         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10585         headers and regexp-quote the match if necessary.
10586
10587 2009-03-24  Miles Bader  <miles@gnu.org>
10588
10589         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10590         the blinking smiley.
10591
10592 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10593
10594         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10595         blink smiley.
10596
10597 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10600         where the dribbel file lives exists.
10601
10602         * message.el (message-send-mail-partially-limit): Change the default to
10603         nil, since most people don't want this.
10604
10605         * mm-url.el (mm-url-decode-entities): Also decode entities like
10606         &#x3212.
10607
10608 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10609
10610         * gnus-sum.el (gnus-summary-idna-message):
10611         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10612         Hyperlink urls in docstrings with URL `...'.
10613
10614 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10615
10616         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10617         functions.
10618
10619 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10620
10621         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10622         say what the mouseover text should be.
10623
10624         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10625         version of the mm-w3m-safe-url-regexp variable to only download images
10626         in the groups where we want that to happen.
10627
10628         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10629
10630         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10631         easier debugging.
10632         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10633         big pictures in the article buffer.
10634
10635         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10636         gnus-article-html.
10637         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10638         w3m.
10639
10640         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10641
10642 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10643
10644         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10645         which doesn't exist.
10646
10647         * message.el (message-inhibit-ecomplete): New variable to allow some
10648         function to inhibit ecomplete address storage.
10649         (message-resend): Disable ecomplete message storage when resending
10650         messages.
10651
10652         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10653
10654 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10657         Save excursion while copying, moving, and deleting articles in order to
10658         prevent the cursor from jumping to unforeseen place.
10659
10660 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * lpath.el: No need to bind bookmark-current-buffer,
10663         bookmark-yank-point and bookmark-make-record-function.
10664
10665 2010-08-17  Glenn Morris  <rgm@gnu.org>
10666
10667         * gnus-sync.el: Require gnus components whose functions are used.
10668
10669         * gnus-art.el (bookmark-make-record-function):
10670         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10671         Declare for compiler.
10672
10673         * mm-url.el (mml-compute-boundary): Autoload.
10674
10675 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10678
10679 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10680
10681         Typo fix "hoo4a" -> "hook".
10682
10683         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10684
10685 2010-08-14  Glenn Morris  <rgm@gnu.org>
10686
10687         * gnus-sync.el (gnus-sync): Fix defgroup version.
10688
10689 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10690
10691         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10692
10693         * gnus-sync.el: Fix docs.
10694         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10695         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10696
10697 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10698
10699         Optimizations for gnus-sync.el.
10700
10701         * gnus-sync.el: Add docs about gnus-sync-backend
10702         possibilities.
10703         (gnus-sync-save): Remove unnecessary message.
10704         (gnus-sync-read): Optimize and show what groups were skipped.
10705
10706 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10707
10708         Minor bug fixes for gnus-sync.el.
10709
10710         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10711         Don't read the sync on get-new-news.
10712
10713         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10714         quiet.
10715
10716         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10717         (fix typo).
10718
10719 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10720
10721         Make saving and restoring of hidden threads work with overlays.
10722         Patch applied by Ted Zlatanov.
10723
10724         * gnus-sum.el (gnus-hidden-threads-configuration)
10725         (gnus-restore-hidden-threads-configuration): Update to deal with text
10726         properties, rather than searching for a magic character.
10727
10728 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10729
10730         New gnus-sync.el library for synchronization of marks.
10731
10732         * gnus-sync.el: New library for synchronization of marks.
10733
10734         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10735         renamed from `gnus-registry-grep-in-list'.
10736
10737         * gnus-registry.el (gnus-registry-follow-group-p):
10738         Use `gnus-grep-in-list'.
10739
10740         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10741
10742 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10745         determining charset of text fails.
10746
10747 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * nnmail.el (nnmail-get-new-mail-1): Revert.
10750
10751         * nnml.el (nnml-active-number): Make sure names of newly created groups
10752         in nnml-group-alist are encoded.
10753
10754 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10757         containing non-ASCII characters in active file for nnml back end.
10758
10759 2010-07-24  David Engster  <dengste@eml.cc>
10760
10761         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10762         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10763
10764 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10765
10766         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10767         tag (Bug#6654).
10768
10769 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10772         the article buffer, not the summary buffer.
10773
10774 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10777         Emacs 23 as well.
10778
10779 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10782         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10783
10784 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10785
10786         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10787         Patch applied by Karl Fogel.
10788
10789         * gnus-sum.el (gnus-summary-bookmark-make-record):
10790         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10791
10792 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10793
10794         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10795         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10796         C-w still not working correctly from Article buffers; Thierry's
10797         patch to fix that will be applied after this.
10798
10799         * gnus-art.el (bookmark-make-record-function): New local variable.
10800
10801         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10802         article buffer.
10803         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10804
10805 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10806
10807         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10808         on changes in bookmark.el.
10809
10810 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10813         `no-log' instead of message not to log prompt string.
10814
10815 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10816
10817         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10818         the *other* type of HTML form submission.
10819
10820 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10821
10822         * auth-source.el (auth-source-pick): If choice does not contain a
10823         questioned keyword, set the check to t.
10824
10825 2010-06-12  Romain Francoise  <romain@orebokech.com>
10826
10827         * gnus-util.el (gnus-date-get-time): Move up before first use.
10828
10829 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10832         (gnus-article-edit-part): Bind it to make last part that is substituted
10833         or deleted visible.
10834         (gnus-mime-display-single): Buttonize part of which id equals to
10835         gnus-mime-buttonized-part-id.
10836
10837 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10838
10839         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10840         (gnus-dd-mmm): Use gnus-date-get-time.
10841         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10842         simplify logic.
10843         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10844         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10845
10846 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10847
10848         * auth-source.el (top): Autoload `secrets-list-collections',
10849         `secrets-create-item', `secrets-delete-item'.
10850         (auth-sources): Fix tag string.
10851         (auth-get-source, auth-source-retrieve, auth-source-create)
10852         (auth-source-delete): New defuns.
10853         (auth-source-pick): Rewrite in order to avoid 2 passes.
10854         (auth-source-forget-user-or-password): New parameter USERNAME.
10855         (auth-source-user-or-password): New parameters CREATE-MISSING and
10856         DELETE-EXISTING.  Retrieve password interactively, if needed.
10857
10858 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10859
10860         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10861         deleting unused directories when gnus-expert-user is t.
10862
10863 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10866         for each temp file when gnus-article-browse-delete-temp is ask.
10867
10868 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10869
10870         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10871         Replace Lisp calls to delete-backward-char by calls to delete-char.
10872
10873 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10874
10875         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10876
10877 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10878
10879         * password-cache.el (password-cache-remove): Fix docstring.
10880
10881 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10884         article unless decoding article to be saved.
10885
10886 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10889         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10890         generated within the mm-with-unibyte-current-buffer macro.
10891
10892 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10895         to nil when we're in a mml-preview buffer and no group is selected.
10896
10897 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10898
10899         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10900         when catching the `C-g'.  Reported by "Leo".
10901
10902 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * message.el (message-forward-make-body-plain)
10905         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10906         multibyte-string-p.
10907
10908         * lpath.el: Revert.
10909
10910 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * message.el (message-forward-make-body-mml): Assume original message
10913         is multibyte string; error on unibyte.
10914         (message-forward-make-body-plain): Ditto; don't add excessive newline
10915         in body end.
10916
10917         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10918
10919 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10920
10921         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10922         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10923
10924 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * mm-extern.el (mm-extern-url): Don't use
10927         mm-with-unibyte-current-buffer.
10928         (mm-extern-cache-contents): Use with-current-buffer instead of
10929         save-excursion + set-buffer.
10930
10931 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * mm-util.el (mm-emacs-mule): Remove.
10934
10935 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10936
10937         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10938         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10939         change.
10940
10941 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10944         bind the default value of enable-multibyte-characters to nil.
10945
10946 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * message.el (message-forward-make-body-plain)
10949         (message-forward-make-body-mml):
10950         Don't use mm-with-unibyte-current-buffer.
10951
10952 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10953
10954         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10955
10956 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10957
10958         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10959         (Bug#5592).
10960
10961 2010-05-07  Julien Danjou  <julien@danjou.info>
10962
10963         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10964         it to mm-pipe-part.
10965
10966         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10967         it is given.
10968
10969 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * binhex.el (binhex-decode-region-internal):
10972         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10973         (dns-query):
10974         * nnweb.el (nnweb-gmane-search):
10975         * pgg-parse.el (pgg-parse-armor):
10976         * pgg.el (pgg-verify-region):
10977         * sha1.el (sha1-string-external):
10978         * uudecode.el (uudecode-decode-region-internal):
10979         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10980         XEmacs.
10981
10982         * gnus-art.el (gnus-article-browse-html-parts):
10983         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10984         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10985         make-temp-file.
10986
10987         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10988         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10989         compiling.
10990
10991         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10992         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10993         XEmacs when compiling.
10994
10995         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10996         gnus-pick-mode-off-hook for XEmacs when compiling.
10997         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10998         gnus-binary-mode-off-hook for XEmacs when compiling.
10999
11000         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11001         Return nil if char-charset is not available.
11002
11003         * imap.el (imap-disable-multibyte)
11004         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11005         macros.
11006
11007         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11008         instead of encode-coding-string.
11009
11010         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11011         'xemacs) instead of mm-emacs-mule to switch function definitions.
11012         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11013
11014         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11015         bind temporary-file-directory for XEmacs;
11016         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11017         timer-set-function for XEmacs 21.4 and SXEmacs;
11018         bind timer-list for XEmacs 21.4 and SXEmacs;
11019         fbind char-charset and find-charset-region for non-Mule XEmacs;
11020         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11021         encode-coding-region and encode-coding-string for XEmacs having no
11022         file-coding feature.
11023
11024 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11025
11026         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11027
11028 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11031         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11032
11033 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11034
11035         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11036         alias `jka-compr-delete-temp-file' no longer exists.
11037
11038 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11039
11040         Use define-minor-mode in Gnus where applicable.
11041         * mml.el (mml-mode): Use define-minor-mode.
11042         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11043         (gnus-undo-mode): Use define-minor-mode.
11044         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11045         (gnus-dead-summary-mode): Use define-minor-mode.
11046         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11047         Initialize in declaration.
11048         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11049         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11050         (gnus-mailing-list-mode): Use define-minor-mode.
11051         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11052         (gnus-draft-mode): Use define-minor-mode.
11053         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11054         (gnus-dired-mode): Use define-minor-mode.
11055
11056 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11057
11058         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11059         handles on recursive mml-to-mime translation and check them for
11060         boundary delimiter collisions.  Reported by Greg Troxel.
11061
11062 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11065
11066 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11067
11068         * mm-util.el (mm-find-buffer-file-coding-system):
11069         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11070
11071 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11072
11073         * message.el (message-generate-headers): Record insertion of optional
11074         headers as well.  Otherwise the check to prevent repeated insertion of
11075         optional headers is a no-op.
11076
11077 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11078
11079         * smime.el: Don't mention CVS.
11080
11081         * nnrss.el (nnrss-fetch): Don't mention CVS.
11082
11083         * nnir.el: Don't mention CVS.
11084
11085 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11086
11087         * gnus-sum.el (gnus-summary-bookmark-make-record):
11088         Add `location' field.
11089
11090 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * lpath.el: Fbind bookmark-default-handler,
11093         bookmark-get-bookmark-record, bookmark-make-record-default,
11094         bookmark-prop-get for Emacs <23 and XEmacs.
11095
11096 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11097
11098         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11099         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11100         Use with-current-buffer to silence the byte-compiler.
11101         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11102         bother to require `gnus'.
11103         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11104
11105 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11106
11107         * gnus-sum.el (gnus-summary-bookmark-make-record)
11108         (gnus-summary-bookmark-jump): New functions.
11109         (gnus-summary-mode): Setup bookmark support.
11110
11111 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11112
11113         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11114         if set.
11115
11116 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11119         gnus-article-browse-html-save-cid-image; make it work recursively for
11120         forwarded messages as well.
11121         (gnus-article-browse-html-parts): Work when prefix arg is given.
11122         (gnus-article-browse-html-article): Doc fix.
11123
11124 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11125
11126         * message.el (message-default-mail-headers):
11127         (message-default-headers): Carry the value mail-default-headers over
11128         into message-default-mail-headers, rather than message-default-headers.
11129
11130 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11131
11132         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11133         charset.
11134
11135         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11136         charset into the <meta> tag when the article is encoded to utf-8.
11137
11138 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * gnus-art.el (gnus-article-browse-delete-temp-files):
11141         Delete directories as well.
11142         (gnus-article-browse-html-parts): Work for images that do not specify
11143         file names; delete temp directory when quitting; insert header at the
11144         right place; use file: scheme for image files.
11145
11146 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11147
11148         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11149         (gnus-article-browse-html-parts): Use it to make temporary cid image
11150         files in addition to html file so that browser may display them.
11151
11152 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11155
11156 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11157
11158         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11159
11160 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11161
11162         * auth-source.el (auth-sources): Change default to be simpler.
11163         Explain about Secret Service API sources.  Improve Customize options.
11164         (auth-source-pick): Change to accept any number of search parameters.
11165         Implement fallbacks iteratively, not recursively.  Add scoring on the
11166         second pass and sort by score.  Call Secret Service API when needed.
11167         (auth-source-user-or-password): Use it.  Call Secret Service API
11168         directly when needed to get the user name and the password.
11169
11170 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11171
11172         * message.el (message-interactive): Doc fix.
11173         (message-qmail-inject-args): Reflow.
11174         (message-kill-to-signature): Fix typo in docstring.
11175
11176         * smiley.el (smiley-buffer): Fix typo in docstring.
11177
11178 2010-03-24  Glenn Morris  <rgm@gnu.org>
11179
11180         * mail-source.el (gnus-message): Declare.
11181         (mail-source-delete-old-incoming): Require gnus-util.
11182
11183 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11186
11187         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11188
11189         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11190         password-cache's default if it is not bound.
11191         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11192         password-cache-expiry's default if it is not bound.
11193
11194         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11195         available in Emacs 21.
11196
11197         * lpath.el: Suppress compiler warnings for:
11198         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11199         XEmacs;
11200         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11201         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11202         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11203
11204 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11205
11206         * auth-source.el (auth-sources): Fix up definition so extra parameters
11207         are always inline.
11208
11209 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11210
11211         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11212         wasn't updated after mismatch.  Clear cached mailbox info correctly
11213         when uidvalidity changes.
11214         (nnimap-group-prefixed-name): New function to avoid some code
11215         duplication.
11216         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11217         (nnimap-request-group): Use it.
11218         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11219         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11220         with many imap folders.  This is done by caching the group status from
11221         the imap server persistently in a group parameter `imap-status'.  (This
11222         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11223         but not persistently, so every Gnus startup was still very slow.)
11224
11225 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11226
11227         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11228         delete the extra newline.  Otherwise editing of :string and :number
11229         types don't work.
11230
11231 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11232
11233         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11234         secrets.el dependency.
11235         (auth-sources): Add optional user name.  Add secrets.el configuration
11236         choice (unused right now).
11237
11238 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11239
11240         * gnus-sum.el (gnus-summary-make-menu-bar):
11241         Let `gnus-registry-install-shortcuts' fill in the functions.
11242
11243         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11244         warnings.
11245         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11246         (gnus-registry-install-shortcuts): Populate and use it in a
11247         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11248
11249 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11250
11251         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11252         In-place substitutions for the group name encoding/decoding.
11253         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11254         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11255         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11256         (nnimap-update-unseen, nnimap-request-list)
11257         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11258         (nnimap-request-set-mark, nnimap-split-to-groups)
11259         (nnimap-split-articles, nnimap-request-newgroups)
11260         (nnimap-request-create-group, nnimap-request-accept-article)
11261         (nnimap-request-delete-group, nnimap-request-rename-group)
11262         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11263         `encoded-mbx' for consistency.
11264         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11265         variable `imap-current-mailbox'.
11266
11267         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11268         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11269
11270 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11271
11272         * pop3.el (pop3-display-message-size-flag): Display message size byte
11273         counts during POP3 download.
11274         (pop3-movemail): Use it.
11275         (pop3-list): Implement listing of available messages.
11276
11277 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11278
11279         * nnir.el (nnir-get-article-nov-override-function): New function to
11280         override the normal NOV retrieval.
11281         (nnir-retrieve-headers): Use it.
11282
11283 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11284
11285         * auth-source.el (netrc-machine-user-or-password): Autoload.
11286
11287 2010-03-19  Glenn Morris  <rgm@gnu.org>
11288
11289         Stop message.el from loading about 40 libraries it doesn't always need.
11290         The general approach is to autoload rather than require, and to
11291         require in the specific functions rather than the file.  (Bug#5642)
11292
11293         * gmm-utils.el: Don't require wid-edit.
11294         (widget-create-child-value, widget-convert, widget-default-get):
11295         Autoload.
11296
11297         * gnus-util.el: Don't require time-date, netrc.
11298         (message-fetch-field, gnus-group-name-decode): Declare rather than
11299         autoloading.
11300         (gnus-fetch-field): Require message.
11301         (gnus-decode-newsgroups): Require gnus-group.
11302
11303         * ietf-drums.el: Don't require time-date.
11304
11305         * message.el: Don't require hashcash, canlock, ecomplete.
11306         Do require mail-utils.  Require nnheader only when compiling.
11307         (smtpmail-default-smtp-server): Remove declaration.
11308         (message-send-mail-function): Check smtpmail-default-smtp-server
11309         is bound rather than requiring smtpmail.
11310         (message-auto-save-directory, message-insert-signature):
11311         Use expand-file-name rather than nnheader-concat.
11312         (nnheader-insert-file-contents): Autoload.
11313         (hashcash-wait-async): Declare.
11314         (message-send-mail): Only call gnus-setup-posting-charset if
11315         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11316         (message-send-mail-with-sendmail): Require sendmail.
11317         (canlock-password, canlock-password-for-verify): Declare.
11318         (message-canlock-password): Require canlock.
11319         (nnheader-get-report): Autoload.
11320         (gnus-setup-posting-charset): Declare.
11321         (message-send-news): Require gnus-msg.
11322         (message-make-references, message-make-in-reply-to): Use mail-header-id
11323         rather than the alias mail-header-message-id.
11324         (ecomplete-add-item, ecomplete-save): Declare.
11325         (message-put-addresses-in-ecomplete): Require ecomplete.
11326         (ecomplete-display-matches): Autoload.
11327
11328         * mm-decode.el: Don't require mailcap, gnus-util.
11329         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11330         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11331         Autoload.
11332         (mailcap-mime-extensions): Declare.
11333
11334         * mm-encode.el: Don't require mailcap.
11335         (mailcap-extension-to-mime): Autoload.
11336
11337         * mml-sec.el: Don't require password-cache.
11338
11339         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11340         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11341         (mml-minibuffer-read-type): Require mailcap.
11342         (mml-preview): Require gnus-msg.
11343
11344         * mml1991.el: Require password-cache.
11345         (password-cache-expiry): Remove declaration.
11346
11347         * mml2015.el: Require password-cache.
11348         (password-cache-expiry): Remove declaration.
11349
11350         * nneething.el (mailcap): Require mailcap.
11351
11352         * nnheader.el (declare-function): Add compatibility stub.
11353         (message-remove-header): Declare rather than autoload.
11354         (nnheader-replace-header): Require message.
11355
11356         * nnimap.el (declare-function): Add compatibility stub.
11357         (netrc-parse, netrc-machine-user-or-password): Declare.
11358         (nnimap-open-connection): Require netrc.
11359
11360         * nntp.el (declare-function): Add compatibility stub.
11361         (netrc-parse, netrc-machine, netrc-get): Declare.
11362         (nntp-send-authinfo): Require netrc.
11363
11364         * rfc2047.el: Don't require qp.
11365         (quoted-printable-encode-region, quoted-printable-decode-string):
11366         Autoload.
11367
11368         * sieve-mode.el: Don't require easymenu.
11369         (easy-menu-add-item): Autoload it.
11370
11371         * spam-stat.el (time-to-number-of-days): Autoload it.
11372
11373 2010-03-19  Glenn Morris  <rgm@gnu.org>
11374
11375         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11376
11377 2010-03-18  Glenn Morris  <rgm@gnu.org>
11378
11379         * hashcash.el (declare-function): Remove duplicate definition.
11380
11381 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11382
11383         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11384         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11385         value if any backslash escapes).
11386
11387 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11390         if it is available.  (bug#5647)
11391
11392         * lpath.el: Suppress compiler warning for coding-system-from-name for
11393         Emacs 21 and XEmacs.
11394
11395 2010-03-14  Juri Linkov  <juri@jurta.org>
11396
11397         * hmac-def.el:
11398         * hmac-md5.el:
11399         * netrc.el: Fix keywords.
11400
11401 2010-02-26  Glenn Morris  <rgm@gnu.org>
11402
11403         * message.el (message-send-mail-function): Change the default, so that
11404         it inherits from a customized send-mail-function.  (Bug#5643)
11405
11406 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11407
11408         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11409         shell-command-to-string signals an error (bug#5299).
11410
11411 2010-02-24  Glenn Morris  <rgm@gnu.org>
11412
11413         * message.el (message-smtpmail-send-it)
11414         (message-send-mail-with-mailclient): Doc fixes.
11415
11416 2010-02-16  Glenn Morris  <rgm@gnu.org>
11417
11418         * message.el (message-default-mail-headers): Change the default value
11419         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11420
11421 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11424         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11425
11426 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11427
11428         * time-date.el (date-to-time): Doc fix (Bug#5408).
11429
11430 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11431
11432         * message.el (message-mail): Just pass yank-action on to message-setup.
11433         (message-setup): Handle (FUN . ARGS) form of yank-action.
11434         (message-with-reply-buffer, message-widen-reply)
11435         (message-yank-original): Handle non-buffer values of
11436         message-reply-buffer (Bug#4080).
11437         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11438
11439 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11440
11441         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11442         Fix typo in docstring.
11443
11444 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11445
11446         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11447         response.
11448
11449 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11452
11453         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11454
11455         * message.el (message-check-news-header-syntax): Protect against a
11456         string that `rfc822-addresses' returns when parsing fails.
11457
11458 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11461         (gnus-previous-char-property-change): New functions.
11462
11463         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11464
11465 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11466
11467         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11468         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11469
11470 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11471
11472         * message.el (message-exchange-point-and-mark): Rework last change to
11473         avoid using optional arg of exchange-point-and-mark, for backward
11474         compatibility.
11475
11476 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11477
11478         * message.el (message-exchange-point-and-mark):
11479         Call exchange-point-and-mark with an argument rather than setting
11480         mark-active by hand (Bug#5175).
11481
11482 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * nntp.el (nntp-service-to-port): Work for service expressed with
11485         numeric string; replace [:digit:] with [0-9] for XEmacs.
11486
11487 2009-12-17  Glenn Morris  <rgm@gnu.org>
11488
11489         * gnus-group.el (gnus-bug-group-download-format-alist):
11490         Change emacs entry to debbugs.gnu.org.  Bump :version.
11491
11492 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11495
11496 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11497
11498         * message.el (message-info): Explain why we use `Info-goto-node'.
11499
11500 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11503
11504 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11505
11506         * message.el (message-completion-in-region): New compatibility function.
11507         (message-expand-group): Use it.
11508
11509 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11512         with no unread article should be listed if the 2nd arg `predicate' is
11513         given.
11514
11515 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11518
11519 2009-11-29  Juri Linkov  <juri@jurta.org>
11520
11521         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11522         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11523         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11524
11525 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11526
11527         * sha1.el (sha1-string-external): default-directory "/" in case
11528         otherwise non-existent.  process-connection-type pipe for touch of
11529         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11530
11531 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11532
11533         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11534         it's comms related and sgml-mode.el has "comm" on that basis too.
11535
11536 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11539         containing tspecial characters if they have been already quoted.
11540
11541 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11542
11543         * dns-mode.el (auto-mode-alist): Purecopy string.
11544
11545 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11546
11547         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11548
11549 2009-10-24  Glenn Morris  <rgm@gnu.org>
11550
11551         * gnus-art.el (help-xref-stack-item): Define for compiler.
11552
11553 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11554
11555         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11556
11557 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11560
11561 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11564         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11565
11566 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11569         (gnus-overlays-in): New alias to overlays-in.
11570
11571         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11572         gnus-overlay-get, and gnus-delete-overlay.
11573         (gnus-summary-show-thread): Make it work as well for systems in which
11574         next-single-char-property-change is not available.
11575         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11576
11577         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11578         (gnus-overlay-get): New alias to extent-property.
11579         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11580
11581         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11582         SXEmacs.
11583
11584         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11585         SXEmacs.
11586
11587 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11590
11591 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11592
11593         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11594         and XEmacs that don't have `remove-overlays'.
11595
11596 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11597
11598         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11599         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11600         selective display.  Use overlays instead.
11601
11602 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11603
11604         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11605
11606 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11607
11608         * spam-stat.el (spam-stat-load): Fix typo in message.
11609
11610 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11611
11612         * dig.el (dig-invoke): Fix typo in docstring.
11613         (query-dig): Reflow docstring.
11614
11615 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11616
11617         * gnus-art.el (gnus-article-encrypt-body):
11618         * message.el (message-check-recipients):
11619         * mm-util.el (mm-codepage-setup):
11620         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11621         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11622
11623 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11624
11625         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11626         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11627         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11628         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11629         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11630
11631 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11632
11633         * dig.el: Add "Keywords: comm", as per net-utils.el.
11634
11635 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11636
11637         * dig.el (dig-mode): Use define-derived-mode.
11638
11639 2009-09-19  Glenn Morris  <rgm@gnu.org>
11640
11641         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11642
11643 2009-09-18  Glenn Morris  <rgm@gnu.org>
11644
11645         * gnus-diary.el (gnus-diary-check-message):
11646         * message.el (message-insert-formatted-citation-line):
11647         * nnbabyl.el (top-level):
11648         * nndiary.el (nndiary-schedule):
11649         Fix typos in condition-case handlers.
11650
11651 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11654         configuration that provides the sole article window in a frame;
11655         position point correctly after deleting a part.
11656
11657 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11658
11659         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11660         (spam-resolve-registrations-routine): Use it to unregister articles
11661         that change status.
11662
11663 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11666         with XEmacs.
11667         (parse-time-string-chars): Use it.
11668
11669 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11670
11671         * imap.el (imap-interactive-login): Better messages.
11672         (imap-open): Fix bug with renamed buffer on reconnect.
11673         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11674         for easier debugging and cleaner code.  On successful (guessed based on
11675         server capabilities) secondary authentication, set imap-state
11676         correctly.
11677         (imap-last-authenticator): Define imap-last-authenticator as a variable
11678         to avoid warnings.
11679
11680 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * nnrss.el (nnrss-request-article): Remove binding of
11683         default-enable-multibyte-characters that has gotten needless by
11684         the 2007-07-13 change in rfc2047-encode-message-header.
11685
11686         * mml.el (mml-insert-multipart): Error on the message header.
11687         (mml-insert-part): Error on the message header; position point at
11688         the end of a MIME tag.
11689
11690 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * time-date.el (autoload): Expand define-obsolete-function-alias into
11693         defalias and make-obsolete for old Emacsen that Gnus supports.
11694         (with-no-warnings): Define it for old Emacsen.
11695         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11696         is available.
11697         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11698         float-time is available; suppress compile warning for time-to-seconds.
11699
11700         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11701         (gnus-float-time): Alias to float-time if it exists.
11702
11703         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11704         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11705         float-time is available; suppress compile warning for time-to-seconds.
11706
11707         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11708         XEmacs.
11709
11710 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11711
11712         * imap.el (imap-message-map): Docstring fix.
11713
11714 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11717         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11718         Add the optional argument `encoding' that overrides the default.
11719
11720         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11721         mm-encode-buffer.
11722
11723 2009-09-04  Glenn Morris  <rgm@gnu.org>
11724
11725         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11726         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11727         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11728         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11729         * mm-util.el (mm-with-unibyte-current-buffer)
11730         (mm-find-buffer-file-coding-system):
11731         * yenc.el (yenc-decode-region): Use default-value rather than
11732         default-enable-multibyte-characters.
11733
11734 2009-09-03  Glenn Morris  <rgm@gnu.org>
11735
11736         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11737         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11738         than default-enable-multibyte-characters.
11739
11740 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11741
11742         * gnus-art.el (gnus-article-read-summary-keys):
11743         Fix gnus-buffer-configuration's value temporarily used.
11744
11745 2009-09-02  Glenn Morris  <rgm@gnu.org>
11746
11747         * gnus-util.el (gnus-float-time): New function.
11748         * gnus-delay.el (gnus-delay-article):
11749         * gnus-sum.el (gnus-thread-latest-date):
11750         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11751         * nnspool.el (nnspool-request-newgroups):
11752         Use gnus-float-time rather than time-to-seconds.
11753         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11754
11755         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11756         (gnus-header-subject-face, gnus-header-newsgroups-face)
11757         (gnus-header-name-face, gnus-header-content-face):
11758         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11759         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11760         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11761         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11762         (gnus-cite-face-11):
11763         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11764         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11765         (gnus-server-closed-face, gnus-server-denied-face)
11766         (gnus-server-offline-face):
11767         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11768         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11769         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11770         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11771         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11772         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11773         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11774         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11775         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11776         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11777         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11778         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11779         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11780         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11781         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11782         (gnus-summary-high-undownloaded-face)
11783         (gnus-summary-low-undownloaded-face)
11784         (gnus-summary-normal-undownloaded-face)
11785         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11786         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11787         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11788         (gnus-splash-face):
11789         * message.el (message-header-to-face, message-header-cc-face)
11790         (message-header-subject-face, message-header-newsgroups-face)
11791         (message-header-other-face, message-header-name-face)
11792         (message-header-xheader-face, message-separator-face)
11793         (message-cited-text-face, message-mml-face):
11794         * sieve-mode.el (sieve-control-commands-face)
11795         (sieve-action-commands-face, sieve-test-commands-face)
11796         (sieve-tagged-arguments-face):
11797         * spam.el (spam-face):
11798         Mark face aliases with "-face" in the name as obsolete.
11799
11800 2009-09-01  Glenn Morris  <rgm@gnu.org>
11801
11802         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11803         than goto-line.
11804
11805 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11808         Don't move point if the command is invoked inside the message header.
11809
11810 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11811
11812         * imap.el (imap-send-command): Simplify.
11813         (imap-wait-for-tag): point-max -> buffer-size.
11814
11815 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11816
11817         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11818         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11819         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11820         * nnir.el (nnir-swish-e-index-file):
11821         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11822         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11823         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11824         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11825         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11826         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11827
11828 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11831         Don't save excursion.
11832
11833 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11834
11835         * nnheader.el (nnheader-find-file-noselect):
11836         * mm-util.el (mm-insert-file-contents):
11837         Use (default-value 'major-mode) instead of default-major-mode.
11838
11839 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11840
11841         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11842
11843 2009-08-26  Glenn Morris  <rgm@gnu.org>
11844
11845         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11846         than placing in files.el.
11847
11848 2009-08-25  Glenn Morris  <rgm@gnu.org>
11849
11850         * nnir.el (top-level): Don't require cl at run-time.
11851         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11852         Replace cl-function substitute with gnus-replace-in-string.
11853         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11854         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11855         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11856         simplified expansions.
11857
11858 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11859
11860         * dig.el (dig): Add autoload cookie.
11861
11862 2009-08-22  Glenn Morris  <rgm@gnu.org>
11863
11864         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11865         goto-line.
11866
11867 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11868
11869         * parse-time.el (parse-time-string-chars): Save match data.
11870
11871 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11872
11873         * parse-time.el (parse-time-string-chars): Compute using character
11874         classes, to handle non-ascii characters (Bug#3190).
11875
11876 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11879
11880         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11881         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11882         (gnus-mm-display-part, gnus-mime-display-single)
11883         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11884         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11885
11886         * gnus-sum.el
11887         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11888         (gnus-summary-move-article): Add expirable mark to articles copied or
11889         moved to group that has auto-expire turned on if the option is non-nil.
11890
11891 2009-07-24  Glenn Morris  <rgm@gnu.org>
11892
11893         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11894         Fix typo.  (Bug#3903)
11895
11896 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11899         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11900         that should not be used for draft articles.
11901         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11902         that has no concern in minor mode keys.
11903         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11904         Abolish.
11905
11906 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11909         article without making inquiry to a user for unknown encoding.
11910
11911         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11912         (nnmaildir--scan): Assume i-node and device number that file-attributes
11913         returns might be cons-cell.
11914
11915         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11916
11917         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11918
11919 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11920
11921         * auth-source.el: Remove docs now in auth.texi.  Don't use
11922         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11923         `auth-source-hide-passwords' and use them.
11924
11925 2009-07-15  Glenn Morris  <rgm@gnu.org>
11926
11927         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11928
11929 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11932         excessive whitespace from the default values of title and description.
11933
11934 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11937         mail-fetch-field to fetch Content-Description header in order to
11938         exclude newlines.
11939
11940 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11941
11942         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11943         format used by GnuPG 2.0.11.
11944
11945 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11948         to deleted part.
11949
11950 2009-05-30  David Engster  <dengste@eml.cc>
11951
11952         * nnmairix.el: Remove old documentation in the commentary block.
11953         (nnmairix-request-group): Do not update active file for nnml back ends.
11954         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11955         end so that overview files are ignored.
11956         (nnmairix-update-groups): Make updating the groups more robust by using
11957         marks.
11958         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11959         with dollar characters in message-id.
11960
11961 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11964         2008-12-25 in dns.el.
11965
11966 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11967
11968         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11969         could happen if the text is only composed of spaces and/or tabs.
11970
11971 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11972
11973         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11974         when sending a queued message to avoid extra mml tags.
11975
11976 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11979
11980 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11983         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11984         rmail-toggle-header for XEmacs;
11985         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11986
11987 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-dired.el: Remove autoload for gnus-setup-message.
11990         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11991         displaying Gnus logo; always use compose-mail.
11992
11993 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11996
11997 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12000         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12001         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12002         available.
12003         (gnus-nocem-epg-verify): New function.
12004
12005 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12008
12009 2009-02-15  Glenn Morris  <rgm@gnu.org>
12010
12011         * gnus-util.el (rmail-insert-rmail-file-header)
12012         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12013         autoloads.
12014         (rmail-default-rmail-file): Remove unnecessary declaration.
12015         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12016
12017 2009-02-14  Glenn Morris  <rgm@gnu.org>
12018
12019         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12020         variable (only used in gnus-util, which declares it anyway).
12021         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12022         which was only needed by gnus-art (changed to not use it any more).
12023         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12024         only used in gnus-util, which autoloads it itself.
12025         (rmail-update-summary): Fix autoload.
12026
12027         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12028         rather than rmail-output-to-rmail-file.
12029
12030 2009-02-07  Glenn Morris  <rgm@gnu.org>
12031
12032         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12033         autoload of function that no longer exists.
12034         (rmail-toggle-header): Declare.
12035         (message-forward-rmail-make-body): Handle mbox Rmail.
12036
12037 2009-01-31  Glenn Morris  <rgm@gnu.org>
12038
12039         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12040         2009-01-09 change.
12041
12042 2009-01-31  Dave Love  <fx@gnu.org>
12043
12044         * imap.el (imap-fetch-safe): Bind debug-on-error.
12045         (imap-debug): Add imap-fetch-safe.
12046
12047 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12048
12049         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12050         (auth-source-forget-all-cached): New convenience function.
12051         (auth-source-user-or-password): Accept list of modes or a single mode.
12052
12053         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12054         auth-source modes.
12055
12056         * netrc.el (netrc-machine-user-or-password): Use list of
12057         auth-source modes.
12058
12059         * nnimap.el (nnimap-open-connection): Use list of
12060         auth-source modes.
12061
12062         * nntp.el (nntp-send-authinfo): Use list of
12063         auth-source modes.
12064
12065 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12066
12067         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12068         now.
12069
12070 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12073         coding system in XEmacs; add a workaround for XEmacs.
12074
12075         * lpath.el: Fbind coding-system-aliasee.
12076
12077 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12080         of current-language-environment.
12081
12082 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12085         available at runtime.
12086
12087 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12090
12091 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12092
12093         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12094         the greatest positive fixnum value doesn't work under an XEmacs with
12095         bignum support; use the most-positive-fixnum constant instead,
12096         available since Emacs 21.1 with cl and XEmacs 21.1.
12097
12098 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12101         XEmacs gets not to work.
12102
12103 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * mm-util.el (mm-coding-system-priorities): Allow the value like
12106         "Japanese (UTF-8)" of current-language-environment.
12107
12108 2009-01-09  Glenn Morris  <rgm@gnu.org>
12109
12110         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12111         with last-command-event.
12112
12113 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12116         in the doc string.
12117
12118         * message.el (message-fix-before-sending): Amend comment.
12119
12120 2009-01-08  Dave Love  <fx@gnu.org>
12121
12122         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12123
12124 2009-01-07  David Engster  <dengste@eml.cc>
12125
12126         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12127         simplified server definitions by converting it via
12128         gnus-server-to-method.
12129
12130 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12133         parameter's operands.
12134
12135 2009-01-06  David Engster  <dengste@eml.cc>
12136
12137         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12138         primary select method (for gnus-group-mark-article-as-read).
12139
12140 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12141
12142         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12143         `(gnus)Face', not `(gnus)X-Face'.
12144
12145 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * mm-util.el (mm-ucs-to-char): New function.
12148
12149         * mm-url.el (mm-url-decode-entities): Use it.
12150
12151         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12152         unicode-to-char.
12153
12154 2009-01-05  Dave Love  <fx@gnu.org>
12155
12156         * time-date.el: Require cl for `declare'.
12157
12158 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12161         Dave Love.
12162
12163 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * message.el (message-fix-before-sending): Add `eight-bit' to
12166         illegible-text check.
12167
12168 2009-01-03  Michael Olson  <mwolson@gnu.org>
12169
12170         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12171         `headers' is nil.  This can occur if the IMAP server does not have
12172         permissions to read messages from a folder, but can write new messages
12173         to the folder.
12174         (nnimap-request-article-part): Do not insert `data' if it is nil.
12175
12176         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12177         characters which will confuse `read', so skip past them.
12178
12179 2009-01-01  Dave Love  <fx@gnu.org>
12180
12181         * imap.el (imap-string-to-integer): Fix typo.
12182         (imap-fetch-safe): New function.
12183         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12184
12185         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12186
12187         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12188         (imap-parse-greeting): Fix doc strings.
12189         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12190         (imap-parse-flag-list): Make messages unique.
12191         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12192
12193         * nnimap.el: Fix author email.
12194         (nnimap-split-rule): Add FIXME comment.
12195         (nnimap-debug): Fix doc string.
12196
12197 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12200
12201 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12204         nslookup if resolv.conf isn't available.
12205         (dns-query): Rename from query-dns.
12206         (dns-query-cached): Rename from query-dns-cached.
12207
12208 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12211         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12212         to check if those variables exist (first appeared in Emacs 18.50).
12213
12214 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * mm-util.el (mm-line-number-at-pos): New function.
12217
12218         * spam-report.el (spam-report-process-queue): Use it.
12219
12220 2008-12-24  David Engster  <dengste@eml.cc>
12221
12222         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12223         parameters that haven't existed as variables as buffer-local variables.
12224
12225 2008-12-23  Dave Love  <fx@gnu.org>
12226
12227         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12228         cadar.
12229
12230         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12231         imap-starttls-p.
12232         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12233
12234 2008-12-22  Dave Love  <fx@gnu.org>
12235
12236         * imap.el: Fix author email.  Doc fixes.
12237         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12238         reply.
12239
12240 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * spam-report.el (spam-report-gmane-max-requests): New constant.
12243         (spam-report-gmane-wait): New variable.
12244         (spam-report-gmane-ham, spam-report-gmane-spam)
12245         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12246         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12247         the server.
12248
12249         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12250         Add explanations.
12251
12252         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12253         nnheader-accept-process-output and nnheader-read-timeout if available.
12254         (pop3-movemail): Use it.
12255
12256         * message.el (message-check-news-body-syntax): Fix signature check if
12257         there's an attachment.
12258
12259 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * mm-util.el: Add comments to the mm- emulating functions.
12262
12263 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12266         Reported by Stephen Berman <stephen.berman@gmx.net>.
12267
12268 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * mm-util.el (mm-substring-no-properties): New function.
12271         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12272         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12273         (mm-string-to-multibyte): Doc fix.
12274
12275         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12276
12277 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * mml.el (mml-attach-file): Strip text properties from file name.
12280         (Bug#1574)
12281
12282 2008-12-16  Glenn Morris  <rgm@gnu.org>
12283
12284         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12285
12286 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12289         knows since the charset specified might be a bogus alias that
12290         mm-charset-synonym-alist provides.
12291
12292 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12293
12294         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12295         "ISO_8859-1".
12296
12297         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12298
12299 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * mm-util.el (mm-charset-eval-alist):
12302         Define it before mm-charset-to-coding-system.
12303         (mm-charset-to-coding-system): Add optional argument `silent';
12304         define it before mm-charset-override-alist.
12305         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12306         default value if it can be used in Emacs currently running;
12307         silence mm-charset-to-coding-system.
12308
12309 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12312         `allow-override' which says whether to use `mm-charset-override-alist'.
12313         (rfc2047-decode-encoded-words): Use it.
12314
12315         * mm-util.el (mm-charset-override-alist): Fix custom type;
12316         add `(gb2312 . gbk)' to choices.
12317
12318 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12321         fast.
12322
12323         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12324
12325         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12326
12327 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12328
12329         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12330         on links.
12331
12332         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12333
12334 2008-12-03  Lute Kamstra  <lute@gnu.org>
12335
12336         * sha1.el: Remove leading * from docstrings of defcustoms,
12337         deffaces, defconsts and defuns.
12338
12339 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12342         users' addresses that don't have domain parts.
12343         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12344         rather than message-narrow-to-head since there will be the message
12345         header separator.
12346
12347 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12348
12349         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12350         since the result is inserted in a unibyte buffer anyway.
12351         (nnimap-demule-use-string-to-multibyte): Remove.
12352         (nnimap-demule): Alias it to mm-string-to-multibyte.
12353
12354 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12357         variable for debugging bug#464 and bug#1174.
12358         (nnimap-demule): Use it.
12359
12360 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12361
12362         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12363         score calculation correctly.
12364
12365 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12366
12367         * message.el (message-send-mail): Just set the buffer to unibyte
12368         rather than use mm-with-unibyte-current-buffer which does a lot more.
12369         (message-send-mail-partially): Don't bother with
12370         mm-with-unibyte-current-buffer since it's already been made unibyte by
12371         message-send-mail.
12372
12373 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12374
12375         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12376
12377 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12378
12379         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12380
12381 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12384         require itself and to remove `with-no-warnings'.
12385
12386 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12387
12388         * starttls.el (starttls-any-program-available): Get the name of the
12389         available TLS layer program.
12390         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12391         well as the host name in the "opening" message.
12392
12393         * auth-source.el (auth-source-cache, auth-source-do-cache)
12394         (auth-source-user-or-password): Cache passwords and logins by default,
12395         allow override with `auth-source-do-cache'.
12396         (auth-source-forget-user-or-password): Allow users to remove cache
12397         entries if needed.
12398
12399 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12400
12401         * md4.el (md4-buffer): Fix typo in docstring.
12402         (md4, md4-64): Doc fixes.
12403         (md4-pack-int32): Reflow docstring.
12404
12405 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12406
12407         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12408         condition-case to only the forward-sexp call.
12409
12410 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12411
12412         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12413         quotes contained.  Make it more robust regardless by an extra
12414         condition-case wrapper.
12415
12416 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12419
12420 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * nnml.el (nnml-request-expire-articles): Check if the function set to
12423         `nnmail-expiry-target' returns the symbol `delete'.
12424
12425         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12426
12427         * nnmail.el (nnmail-expiry-target): Fix custom type.
12428
12429 2008-10-02  Glenn Morris  <rgm@gnu.org>
12430
12431         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12432         Silence compiler warning.
12433
12434 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12435
12436         * tls.el (open-tls-stream): Show the actual command being
12437         executed, instead of the format string.
12438
12439 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * lpath.el: Fbind codepage-setup for Emacs 23.
12442
12443 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12444
12445         * mml.el (mml-menu): Don't assume mml2015 is bound.
12446
12447 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12450         exists.
12451
12452 2008-09-27  Glenn Morris  <rgm@gnu.org>
12453
12454         * gnus-util.el (mail-header-remove-comments): Autoload it.
12455
12456 2008-09-27  Andreas Schwab  <schwab@suse.de>
12457
12458         * gnus-util.el (gnus-split-references): Strip comments.
12459         (gnus-parent-id): Likewise.
12460
12461 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * message.el (message-confirm-send): Fix version.
12464
12465 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * message.el (message-idna-to-ascii-rhs-1): Use
12468         mail-extract-address-components rather than mail-header-parse-addresses
12469         that is an alias by default to ietf-drums-parse-addresses that does not
12470         support non-ASCII names in headers' contents.
12471
12472 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12473
12474         * message.el (message-confirm-send): Fix variable documentation to
12475         avoid the "y/n" wording.
12476
12477 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12478
12479         * message.el (message-set-auto-save-file-name): Save to a different
12480         filename so multiple messages (especially drafts) can be recovered.
12481
12482 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12483
12484         * message.el (message-confirm-send): Add appropriate version.
12485
12486 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12487
12488         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12489         defvar.
12490
12491 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12492
12493         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12494         (mm-pkcs7-enveloped-magic): Ditto.
12495
12496 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12497
12498         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12499         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12500
12501 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12502
12503         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12504         default, it's better.
12505
12506 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12507
12508         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12509         summary line gnus-number property and ignore them (with a warning
12510         message).
12511
12512 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12515         macro caddr in the interactive form since it won't be expanded.
12516
12517 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12520         `charset'; fix name of function called recursively.
12521         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12522
12523 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12526         (gnus-mime-set-charset-parameters): New function.
12527         (gnus-mime-view-part-as-charset): Use it to correctly display part
12528         specifying wrong charset.
12529
12530 2008-09-08  David Engster  <dengste@eml.cc>
12531
12532         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12533         in completing-read for back end server.
12534
12535 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12536
12537         * message.el (message-confirm-send): New variable to confirm sending a
12538         message.
12539         (message-send): Use it.
12540
12541 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12542
12543         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12544
12545 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12548
12549 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12550
12551         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12552         prevent tracking too many groups.
12553         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12554         Use it.
12555
12556 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12557
12558         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12559         moving point to the bottom of the window in order to avoid recentering.
12560
12561 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12564
12565         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12566         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12567         (gnus-article-beginning-of-window): Fix calculation.
12568
12569 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-msg.el (gnus-summary-supersede-article)
12572         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12573         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12574         message header.
12575
12576 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12577
12578         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12579         pending output coming after the status change.
12580
12581 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12582
12583         * message.el:
12584         * gnus-start.el:
12585         * gnus-registry.el: Remove VMS support.
12586
12587 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12590         macro.
12591         (rfc2104-hash): Use it.
12592
12593 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12596         (gnus-summary-sort-by-most-recent-date): New commands.
12597         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12598         and menu entries.
12599
12600 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12603         don't redisplay article for raw contents; remove plural articles stuff.
12604
12605         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12606         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12607         on gnus-summary-save-article; display results properly.
12608
12609 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * lpath.el: No need to fbind ns-focus-frame.
12612
12613 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12616
12617 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * gnus-art.el (gnus-summary-save-in-pipe):
12620         Consider gnus-save-all-headers.
12621
12622 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12623
12624         * gnus-util.el (ns-focus-frame): Remove declaration.
12625         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12626         like x.
12627
12628 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12629
12630         * rfc2104.el (rfc2104-zero): Delete defconst.
12631         (rfc2104-hex-alist): Likewise.
12632         (rfc2104-hex-to-int): Delete func.
12633         (rfc2104-hexstring-to-bitstring): Likewise.
12634         (rfc2104-nybbles): New defconst.
12635         (rfc2104-hash): Rewrite for speed.
12636
12637 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * tls.el (open-tls-stream): Make it work with the 2nd argument
12640         BUFFER that is a string but does not exist as a buffer object, as
12641         mentioned in the doc-string.
12642
12643 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12646         SXEmacs.
12647
12648 2008-07-16  Glenn Morris  <rgm@gnu.org>
12649
12650         * gnus-util.el (ns-focus-frame): Declare for compiler.
12651
12652 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12655         set as a group parameter.
12656         (gnus-summary-save-in-pipe): Work when it is called independently.
12657         (gnus-summary-pipe-to-muttprint): Don't modify
12658         gnus-summary-pipe-output-default-command.
12659
12660 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12661
12662         * message.el (message-send-mail-with-sendmail):
12663         Display the error message.
12664
12665 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-art.el (gnus-default-article-saver):
12668         Add gnus-summary-save-in-pipe to choices.
12669         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12670         gnus-summary-pipe-output-default-command as the default command.
12671         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12672         instead of gnus-last-shell-command.
12673
12674         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12675         New user option.
12676         (gnus-summary-muttprint-program): Mention the value will be changed.
12677         (gnus-summary-save-article): Force showing of all headers.
12678         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12679
12680 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12681
12682         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12683
12684 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12685
12686         * nnimap.el (nnimap-id):
12687         * sieve-manage.el (sieve-manage-open): Doc fixes.
12688
12689 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12690
12691         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12692         if available.
12693
12694 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12695
12696         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12697
12698         * nnkiboze.el (nnkiboze-generate-group):
12699         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12700
12701         * nnmairix.el: Require CL.
12702
12703 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * dgnushack.el: Autoload get-display-table and put-display-table for
12706         XEmacs 21.5.
12707
12708         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12709         21.4 and SXEmacs.
12710
12711 2008-06-15  David Engster  <dengste@eml.cc>
12712
12713         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12714
12715 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12716
12717         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12718         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12719         runtime choice under XEmacs.
12720
12721         * gnus-sum.el (gnus-summary-set-display-table):
12722         Use `gnus-put-display-table', `gnus-get-display-table',
12723         `gnus-set-display-table' for the display table, instead of `aset'.
12724
12725         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12726         Use `gnus-put-display-table', `gnus-get-display-table',
12727         `gnus-set-display-table' for the display table.
12728
12729 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * nnmairix.el: Add autoloads.
12732
12733 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * nnmairix.el (nnmairix-delete-recreate-group)
12736         (nnmairix-update-and-clear-marks): Fix error messages.
12737
12738 2008-06-14  David Engster  <dengste@eml.cc>
12739
12740         * nnmairix.el: Upgrade to version 0.6.
12741         (nnmairix-group-toggle-propmarks-this-group)
12742         (nnmairix-group-toggle-readmarks-this-group)
12743         (nnmairix-group-delete-recreate-this-group)
12744         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12745         (nnmairix-remove-tick-mark-original-article): New commands.
12746         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12747         (nnmairix-propagate-marks-to-nnmairix-groups)
12748         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12749         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12750         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12751         functions needed for marks propagation and manipulation of read marks.
12752         (nnmairix-update-groups): New function.
12753         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12754         (nnmairix-determine-original-group-from-registry)
12755         (nnmairix-determine-original-group-from-path)
12756         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12757         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12758         New helper functions.
12759         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12760         keystrokes for new commands.
12761         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12762         (nnmairix-request-group): Check allow-fast group parameter.
12763         (nnmairix-request-create-group): Set allow-fast group parameter if
12764         nnmairix-allowfast-default is set.
12765         (nnmairix-close-group): Propagate marks upon closing if needed.
12766         (nnmairix-group-toggle-threads-this-group): Use new.
12767         nnmairix-group-toggle-parameter helper function.
12768         (nnmairix-search): Better check for empty search result.
12769         (nnmairix-goto-original-article): Use new helper functions for
12770         determining original article.
12771         (nnmairix-show-original-article): Make sure message-id is in brackets.
12772         (nnmairix-call-mairix-binary): Change variable name.
12773         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12774         helper function.
12775         (nnmairix-widget-toggle-activate): Fix doc string.
12776
12777 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * nnir.el: Require edmacro when compiling with XEmacs.
12780         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12781         available in Emacs 21.
12782
12783 2008-06-11  Glenn Morris  <rgm@gnu.org>
12784
12785         * gnus-util.el (x-focus-frame):
12786         * gnus.el (image-size):
12787         * mm-decode.el (image-size): Declare.
12788
12789         * gnus-picon.el (declare-function): Add compat definition.
12790         (image-size): Declare.
12791
12792         * gnus-group.el (tool-bar-map):
12793         * gnus-sum.el (tool-bar-map): Define for compiler.
12794
12795         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12796
12797         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12798
12799         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12800         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12801         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12802         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12803         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12804         * sieve-manage.el, spam-report.el, spam.el:
12805         Remove unnecessary eval-and-compile of autoloads.
12806
12807 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12808
12809         * auth-source.el: Precise Tramp doc.
12810
12811 2008-06-07  Glenn Morris  <rgm@gnu.org>
12812
12813         * nnmairix.el: Remove unnecessary eval-when-compile.
12814
12815 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * lpath.el: Fbind propertize for XEmacs 21.4.
12818
12819 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * nnir.el: Move here from ../contrib.
12822
12823 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12824
12825         * gnus-util.el (gnus-read-shell-command): New function.
12826         * mm-decode.el (mm-pipe-part):
12827         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12828
12829 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12832
12833 2008-06-03  Glenn Morris  <rgm@gnu.org>
12834
12835         * pop3.el (nnheader-accept-process-output): Autoload it.
12836
12837 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12840         are not 2-digit hexadecimal characters that follow `%'s.
12841
12842 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12843
12844         * message.el (message-bogus-recipient-p): Fix type in doc string.
12845         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12846         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12847         Improve custom options.
12848         (message-bogus-recipient-p): Adjust accordingly.
12849
12850 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12851
12852         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12853         long-form month and day names.
12854
12855 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * dgnushack.el: Autoload debug, eudc-expand-inline and
12858         pgg-snarf-keys-region for XEmacs.
12859
12860         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12861
12862         * nnmairix.el: Require edmacro when compiling with XEmacs.
12863
12864 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12867         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12868
12869 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12870
12871         * auth-source.el: Add more docs.
12872
12873         * netrc.el (netrc-machine): Always match if the port is not given.
12874
12875 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12876
12877         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12878         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12879         retrieval faster in some cases, but might make CPU usage larger.
12880         If this has any bad side effects, we might revert this change.
12881
12882         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12883         seems to make mail retrieval much, much faster.
12884         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12885         unconditionally.
12886
12887         * gnus-draft.el (gnus-group-send-queue):
12888         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12889
12890 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12893
12894         * message.el (message-bogus-address-regexp): Fix and improve custom
12895         type.
12896         (message-setup-hook): Add message-check-recipients as custom option.
12897
12898 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * message.el (message-cite-function): Remove bogus autoload which crept
12901         in during merge from v5-10.
12902
12903 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12904
12905         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12906
12907         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12908
12909         * auth-source.el: Preliminary Tramp docs.
12910         (auth-sources): Change the default auth-sources to use
12911         EPA .gpg files.
12912
12913 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12914
12915         * nntp.el: Autoload `auth-source-user-or-password'.
12916         (nntp-send-authinfo): Use it.
12917
12918         * nnimap.el: Autoload `auth-source-user-or-password'.
12919         (nnimap-open-connection): Use it.
12920
12921         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12922         for the gnus-message function.
12923         (auth-source-user-or-password): Use it.
12924
12925 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12926
12927         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12928         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12929         (rfc2104-hash): Use it.
12930
12931 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12932
12933         * gnus-art.el (gnus-article-toggle-truncate-lines):
12934         Don't use `iff' in docstring.
12935
12936 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12937
12938         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12939
12940         * gnus-util.el (gnus-extract-address-component-name)
12941         (gnus-extract-address-component-email): Convenience functions around
12942         `gnus-extract-address-components'.
12943
12944         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12945         Use `gnus-extract-address-component-email' to fix bug of comparing full
12946         sender name to `user-mail-address'.
12947
12948 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12949
12950         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12951         catch/throw to optimize.
12952         (gnus-registry-find-keywords): Just use member to find a keyword.
12953
12954 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12955
12956         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12957         is current before calling gnus-server-prepare.
12958         (gnus-server-setup-buffer, gnus-server-update-server)
12959         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12960
12961 2008-05-04  Juri Linkov  <juri@jurta.org>
12962
12963         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12964         (mailcap-file-default-commands): Use mailcap-replace-in-string
12965         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12966         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12967
12968 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12969
12970         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12971
12972 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12973
12974         * gnus.el: Bump version to 0.11.
12975
12976 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12977
12978         * gnus.el: No Gnus v0.10 is released.
12979
12980 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12981
12982         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12983         hooks.
12984         (gnus-update-read-articles): Speed up non-marks-using users.
12985         (gnus-use-marks): Define gnus-use-marks.
12986         (gnus-propagate-marks): Rename variable to something more sensible.
12987
12988 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12989
12990         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12991         (gmm-image-load-path-for-library): Fix typos in docstrings.
12992         (gmm-message): Reflow docstring.
12993
12994 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12995
12996         * mail-source.el (mail-source-set-1, mail-source-bind):
12997         Move auth-source code out of the macro to clean it up and fix bugs.
12998
12999 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13000
13001         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13002         by sender if it's equal to user-mail-address, it's likely to be
13003         useless.
13004
13005         * mail-source.el (mail-source-bind): Don't use user or password if they
13006         are not bound.  Unintern them if they are nil.  Don't use server unless
13007         it's bound, and default it to empty string otherwise.
13008
13009 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13010
13011         * mail-source.el: Load auth-source.el.
13012         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13013         get user name or password, if auth-sources is set up.
13014
13015         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13016         strategy of splitting with parent.
13017         (gnus-registry-split-fancy-with-parent)
13018         (gnus-registry-post-process-groups): Use it and fix prior
13019         bug (returning a list as the split result).
13020
13021         * auth-source.el (auth-sources): Remove server parameter.
13022         (auth-source-pick, auth-source-user-or-password)
13023         (auth-source-user-or-password-imap)
13024         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13025         (auth-source-user-or-password-sftp)
13026         (auth-source-user-or-password-smtp): Remove server parameter.
13027
13028 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13029
13030         * smime.el (smime-sign-region, smime-encrypt-region)
13031         (smime-decrypt-region):
13032         Remove redundant calls to `generate-new-buffer-name'.
13033
13034 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13035
13036         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13037         Don't use QP for message/rfc822.
13038         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13039
13040 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13041
13042         * sieve-manage.el (sieve-string-bytes): Remove.
13043         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13044         correct byte-length only if the process's coding-system is the same as
13045         the one used internally by Emacs to represent strings.
13046
13047 2008-04-22  Juri Linkov  <juri@jurta.org>
13048
13049         * mailcap.el (mailcap-file-default-commands): New function.
13050
13051 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * message.el (message-signature-separator, message-cite-function):
13054         Change custom version.
13055
13056 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13057
13058         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13059         commands.
13060         (tls-checktrust): Ditto.
13061
13062 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * mm-decode.el (mm-display-external): Make temp file read-only.
13065
13066 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13069         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13070         `C-c C-f d'.
13071
13072 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13073
13074         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13075
13076 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * gnus.el: Bump version to 0.9.
13079
13080 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * gnus.el: No Gnus v0.8 is released.
13083
13084 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13085
13086         * mail-source.el (mail-source-value):
13087         Prefer fboundp to functionp so it works with macros as well.
13088
13089 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13090
13091         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13092         Fix last change in case the element is not even a symbol.
13093
13094 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13095
13096         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13097         Prefer fboundp to functionp so it works with macros as well.
13098
13099 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13100
13101         * auth-source.el: Add docs.
13102         (auth-sources): Modify format to support server.
13103         (auth-source-pick, auth-source-user-or-password)
13104         (auth-source-user-or-password-imap)
13105         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13106         (auth-source-user-or-password-sftp)
13107         (auth-source-user-or-password-smtp): Add server parameter.
13108
13109 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13110
13111         * gnus-registry.el: Initialize the registry when gnus-registry-install
13112         is t.
13113
13114 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * compface.el (uncompface): Make buffer unibyte.
13117
13118 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13119
13120         * mail-source.el (mail-source-value):
13121         Prefer fboundp to functionp so it works with macros as well.
13122
13123 2008-04-05  Glenn Morris  <rgm@gnu.org>
13124
13125         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13126
13127 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13128
13129         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13130         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13131
13132         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13133         multibyteness after rather than before erasing it.
13134
13135         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13136         mm-with-multibyte.
13137         (gnus-request-article-this-buffer): Make sure the proper decoding is
13138         used if gnus-original-article-buffer happens to be unibyte.
13139
13140         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13141         default-enable-multibyte-characters.
13142
13143         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13144         default-enable-multibyte-characters.
13145
13146         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13147
13148         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13149
13150 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13151
13152         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13153         Fix last change in case the element is not even a symbol.
13154
13155 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13156
13157         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13158         (imap-message-copyuid-1): Use it.
13159         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13160         J. Williams in
13161         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13162
13163         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13164         imap-enable-exchange-bug-workaround.
13165         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13166
13167 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13168
13169         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13170         a 100 byte status-checks into a 2-3MB transfer for each group.
13171         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13172         to enable bug workaround or not.
13173         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13174
13175 2008-03-31  Glenn Morris  <rgm@gnu.org>
13176
13177         * message.el (mml2015-use): Declare for compiler.
13178         (message-info): Require mml2015 when appropriate.
13179
13180 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13181
13182         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13183         whitespace.
13184
13185 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13186
13187         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13188         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13189         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13190         (nntp-service-to-port): New function.
13191         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13192         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13193         (nntp-open-netcat-stream): New function.
13194         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13195
13196 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13197
13198         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13199
13200 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13201
13202         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13203
13204 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13205
13206         * dns.el (dns-write): Use set-buffer-multibyte.
13207
13208 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13209
13210         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13211
13212 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13213
13214         * message.el (message-signature-separator): Change default.
13215         Improve custom type.
13216         (message-cite-function): Change default to
13217         message-cite-original-without-signature.
13218
13219         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13220         toggle.
13221
13222         * message.el (message-check-news-body-syntax): Fix signature check.
13223         (message-setup-1): Mark buffer as unmodified _after_ running
13224         message-setup-hook and handling message-alternative-emails.
13225         (message-shorten-references): Be more strict when building list of
13226         valid references to comply with GNKSA.
13227
13228         * gnus-group.el (gnus-read-ephemeral-bug-group)
13229         (gnus-read-ephemeral-debian-bug-group)
13230         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13231
13232         * message.el (message-info): Don't use booleanp which isn't supported
13233         in Emacs 21 and XEmacs.
13234
13235 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13238         gnus-group-gmane-group-download-format.
13239         (gnus-group-read-ephemeral-gmane-group): Rename from
13240         gnus-group-read-ephemeral-gmane-group.
13241         (gnus-read-ephemeral-gmane-group-url): Rename from
13242         gnus-group-read-ephemeral-gmane-group-url.
13243         (gnus-bug-group-download-format-alist): New variable.
13244         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13245         (gnus-read-ephemeral-emacs-bug-group): New commands.
13246
13247 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13250         (gnus-visible-headers): Improve custom type.
13251
13252 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * mml.el (mml-menu): Add workarounds for XEmacs.
13255
13256         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13257         X-Boundary header.
13258
13259         * message.el (message-simplify-recipients): Fix previous commit.
13260
13261 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13262
13263         * mm-util.el (mm-set-buffer-multibyte): New function.
13264         * mm-decode.el (mm-copy-to-buffer): Use it.
13265
13266         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13267         Prefer fboundp to functionp so it works with macros as well.
13268
13269 2008-03-19  Glenn Morris  <rgm@gnu.org>
13270
13271         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13272         Accidentally removed in the sync process with Emacs.
13273
13274 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * message.el (message-alter-recipients-discard-bogus-full-name):
13277         New function.
13278         (message-alter-recipients-function): New variable.
13279         (message-get-reply-headers): Use it.
13280         (message-replace-header): New helper function.
13281         (message-recipients-without-full-name): New variable.
13282         (message-simplify-recipients): New command.
13283
13284         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13285
13286         * message.el (message-info): Handle EasyPG manual.
13287
13288         * mml.el (mml-menu): Add entry for EasyPG.
13289
13290 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13291
13292         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13293         parameter.
13294
13295         * message.el (message-disassociate-draft): Specify drafts group name
13296         fully.
13297
13298 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13299
13300         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13301         Eliminate unnecessary duplicates from the match list.
13302
13303 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13306
13307         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13308
13309         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13310         args of `how-many' of which the XEmacs version doesn't take; declare
13311         Info-index-next as function.
13312
13313 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * gnus-score.el (gnus-score-headers): Fix handling of
13316         gnus-inhibit-slow-scoring.
13317
13318         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13319         string.
13320         (gnus-button-url-regexp): Improve handling of parenthesis.
13321         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13322         (gnus-button-handle-info-keystrokes): Handle index entries.
13323
13324 2008-03-15  Glenn Morris  <rgm@gnu.org>
13325
13326         * parse-time.el (parse-time-string): Simplify.
13327
13328 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13331         Incoming* files.
13332
13333 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13334
13335         * auth-source.el (auth-sources): Rename from auth-source-choices.
13336         (auth-source-pick): Use it.
13337
13338 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13339
13340         * binhex.el (binhex-decode-region-internal):
13341         * uudecode.el (uudecode-decode-region-internal):
13342         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13343         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13344         setting default-enable-multibyte-characters.
13345
13346 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13347
13348         * auth-source.el (auth-source-protocols)
13349         (auth-source-protocols-customize, auth-source-choices): Add and
13350         modified variable customizations and defaults.
13351         (auth-source-pick, auth-source-user-or-password)
13352         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13353         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13354         (auth-source-user-or-password-sftp)
13355         (auth-source-user-or-password-smtp): Use new variables and provide an
13356         interface to netrc.el.
13357
13358 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13361         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13362         Make sure the nntp port to specify is a string.
13363
13364 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13365
13366         * nntp.el: Use with-current-buffer.
13367         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13368         dubious mm-with-unibyte-current-buffer.
13369         (nntp-with-open-group-function): New function extracted from
13370         nntp-with-open-group macro.
13371         (nntp-with-open-group): Use the function, so it's easier to debug.
13372         Add indentation and debugging info.
13373         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13374         Recommend the use of the netcat alternatives.
13375
13376         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13377         Avoid mm-string-as-multibyte as well.
13378
13379         * nnweb.el (nnweb-insert-html):
13380         Remove use of nnheader-string-as-multibyte.
13381
13382         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13383         (nnheader-string-as-multibyte): Remove.
13384
13385         * mm-view.el: Use inhibit-read-only.
13386         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13387         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13388         or unibyte-string.
13389
13390         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13391         (mm-uu-yenc-extract): Use with-current-buffer.
13392
13393         * gnus-soup.el (gnus-soup-send-packet): Don't use
13394         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13395
13396         * nnmh.el: Use with-current-buffer.
13397         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13398         mm-string-as-multibyte on the output of mm-encode-coding-string.
13399
13400         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13401         (nnimap-request-move-article): Use with-current-buffer.
13402
13403         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13404         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13405         conversion uses string-make-unibyte rather than string-as-unibyte.
13406
13407         * gnus-msg.el: Use with-current-buffer.
13408
13409         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13410
13411 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13412
13413         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13414         string for caching if it is 'PIN.
13415
13416 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * lpath.el: Consider the case without Emacs/W3.
13419
13420 2008-03-08  Glenn Morris  <rgm@gnu.org>
13421
13422         * time-date.el (date-to-time, time-subtract, time-add)
13423         (safe-date-to-time): Doc fixes.
13424
13425 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * mail-source.el (mail-source-delete-old-incoming-confirm):
13428         Change default to nil.
13429         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13430
13431 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * lpath.el: Rearrange.
13434
13435         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13436         (gnus-article-goto-prev-page): Work for articles having ^L's.
13437
13438         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13439
13440         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13441
13442 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13443
13444         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13445         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13446         (gnus-bookmark-jump): Adjust some variable names.
13447
13448 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13449
13450         * auth-source.el: New package.
13451         (auth-source-choices): Add customization entry point variable.
13452
13453         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13454         bug.
13455
13456 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13457
13458         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13459         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13460         (gnus-registry-install-shortcuts): Rename from
13461         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13462         the `gnus-registry-mark-map' keymap dynamically from
13463         `gnus-registry-marks'.  The generated functions update the summary line
13464         when a registry mark is added or deleted, and will call
13465         `gnus-registry-install-p' (see the comments in the code).
13466         (gnus-registry-user-format-function-M): Use concat intelligently.
13467
13468         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13469         the registry mark functions.
13470
13471 2008-03-05  Glenn Morris  <rgm@gnu.org>
13472
13473         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13474         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13475         gnus-art.
13476         (top-level): No need to load own source when compiling.
13477
13478 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13479
13480         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13481         Suggested by <chris.anderton@zetnet.co.uk>.
13482
13483 2008-03-04  Glenn Morris  <rgm@gnu.org>
13484
13485         * gnus-sum.el (top-level): No need to require gnus when compiling,
13486         since unconditionally required near start of file.
13487         (gnus-summary-display-while-building): Move definition before use.
13488
13489 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13490
13491         * gnus-registry.el (gnus-registry-user-format-function-M):
13492         Add formatting function.
13493
13494 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13495
13496         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13497         with plists.
13498         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13499         Use new format.
13500
13501 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13504         `where-is-internal' that returns a range of key sequences.
13505
13506 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13507
13508         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13509
13510         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13511         (gnus-summary-jump-to-group): Consider windows on other displayed
13512         frames as well.  Similar changes might be needed elsewhere, but that's
13513         the one I've bumped into during my use.
13514
13515         * nndoc.el (nndoc-oe-dbx-type-p):
13516         * gnus-msg.el (gnus-debug):
13517         * gnus-group.el (gnus-update-group-mark-positions):
13518         Use mm-string-to-multibyte.
13519
13520 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13523         doesn't handle NotDashEscaped.
13524
13525         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13526         (mml-dnd-attach-options): Fix typo in custom choice.
13527
13528         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13529         Change nndoc-article-type to mbox.
13530         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13531
13532         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13533         to nil, instead of html2text.
13534
13535         * imap.el (imap-debug): Add `imap-ping-server'.
13536
13537         * gnus-bookmark.el: Add FIXMEs.
13538
13539         * message.el (message-form-letter-separator)
13540         (message-send-form-letter-delay): New variables.
13541         (message-send-form-letter): Use them.  New command to send form
13542         letters.  Requested by Uwe Siart.
13543         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13544
13545 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * Update copyright years.
13548
13549 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         Sync from EMACS_22_BASE.
13552
13553         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13554
13555 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13556
13557         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13558         empty author.
13559
13560 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13561
13562         * gnus-registry.el (gnus-registry-marks): Add variable for
13563         customization of marks and their appearance.
13564         (gnus-registry-read-mark): Use it.
13565         (gnus-registry-do-marks): Add utility function to loop through
13566         `gnus-registry-marks'.
13567         (gnus-registry-install-shortcuts-and-menus): Add function to install
13568         shortcuts and menus.
13569         (gnus-registry-initialize): Use it.
13570         (gnus-registry-default-mark): Clarify documentation.
13571
13572 2008-02-29  Glenn Morris  <rgm@gnu.org>
13573
13574         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13575         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13576         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13577         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13578         Change defcustom :version from 23.0 to 23.1.
13579
13580 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13581
13582         * gnus-registry.el (gnus-registry-follow-group-p)
13583         (gnus-registry-post-process-groups): Add functions to aid registry
13584         splitting and improve logging.  Clarify behavior in function
13585         documentation.
13586         (gnus-registry-split-fancy-with-parent): Use them.
13587
13588 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13589
13590         * gnus-art.el: Use with-current-buffer.
13591
13592 2008-02-27  David Engster  <dengste@eml.cc>
13593
13594         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13595         Express real group name in the response.
13596
13597 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13600         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13601         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13602         autoload gnus-registry-fetch-group when compiling.
13603         (nnmairix-request-group-with-article-number-correction):
13604         Remove unreferenced argument passed to nnmairix-call-backend.
13605
13606 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13609         (mm-uu-extract): Improve face for low color ttys.
13610         Reported by Sascha Wilde.
13611
13612 2008-02-27  Glenn Morris  <rgm@gnu.org>
13613
13614         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13615         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13616         variables to defconsts.  Convert comments to doc-strings.
13617         (nnmairix-last-server, nnmairix-current-server): Convert from free
13618         variables to defvars.  Convert comments to doc-strings.
13619         (gnus-registry-fetch-group): Autoload.
13620         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13621         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13622         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13623         caddr.
13624         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13625         nnmairix-request-group-with-article-number-correction call.
13626         (nnmairix-fast, nnmairix-group): New, less general names, for free
13627         variables passed from nnmairix-request-group to
13628         nnmairix-request-group-with-article-number-correction.  Declare.
13629         (nnmairix-request-group-with-article-number-correction):
13630         Use nnmairix-fast, nnmairix-group rather than fast, group.
13631
13632 2008-02-26  David Engster  <dengste@eml.cc>
13633
13634         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13635         version 0.5.
13636
13637 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13638
13639         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13640         instead of making an extra function call.  Don't add the current group
13641         to articles only when they have the group.  Use
13642         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13643         Reported by David <de_bb@arcor.de>.
13644
13645 2008-02-24  Miles Bader  <miles@gnu.org>
13646
13647         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13648         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13649         (mm-find-mime-charset-region):
13650         * mm-bodies.el (mm-encode-body):
13651         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13652
13653 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13656         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13657
13658 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * mail-source.el (mail-source-delete-incoming): Change default.
13661         Supplement doc string.
13662
13663         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13664
13665 2008-02-14  Glenn Morris  <rgm@gnu.org>
13666
13667         * time-date.el (format-seconds): New function.
13668
13669 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * nnmail.el (nnmail-message-id-cache-file): Derive from
13672         `gnus-home-directory'.
13673
13674 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13675
13676         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13677         Document negative prefix.
13678
13679         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13680
13681 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13682
13683         * message.el (message-unsent-separator): Add the Exim bounce
13684         separator.
13685
13686 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13687
13688         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13689         list.
13690         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13691         recipient/signer list.
13692
13693 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * Makefile.in (datarootdir): Define.
13696         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13697         name that might contain whitespace.
13698
13699 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13702         fbound (Emacs 23 unicode), signal an error.
13703
13704 2008-02-08  Glenn Morris  <rgm@gnu.org>
13705
13706         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13707
13708 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13709
13710         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13711         ports to the calls to `netrc-machine-user-or-password' in addition to
13712         "imap" and "imaps".
13713
13714 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13715
13716         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13717
13718         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13719
13720 2008-02-01  Kenichi Handa  <handa@m17n.org>
13721
13722         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13723         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13724         (rfc2104-hash): Convert the result of concat to unibyte string.
13725
13726 2008-02-01  Dave Love  <fx@gnu.org>
13727
13728         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13729         coding-system-for-read.
13730         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13731
13732 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13735         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13736         <hanche@math.ntnu.no>.
13737
13738 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13741
13742         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13743
13744 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13745
13746         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13747         * message.el (message-beginning-of-line): Use featurep instead of bound
13748         tests in order to resolve conditionals at compile time.
13749
13750 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13751
13752         * mail-source.el (mail-sources): Add `group' choice.
13753
13754         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13755         parameter `in-group' to control into which group the articles go.
13756         Add treatment of `group' mail-source.
13757
13758 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13761
13762         * mm-decode.el (mm-dissect-buffer): Decode description.
13763
13764         * mml.el (mml-to-mime): Encode message header first.
13765
13766 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13769         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13770
13771         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13772         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13773
13774 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13775
13776         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13777
13778 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13781         prefix keys.
13782         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13783         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13784         gnus-xmas.el.
13785
13786         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13787         (gnus-xmas-article-describe-bindings): New function.
13788         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13789         gnus-xmas-article-describe-bindings.
13790
13791         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13792
13793 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13794
13795         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13796         Add new variables for article mark management.
13797         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13798         list of extra data entries which, when present, will indicate that the
13799         article ID should not be trimmed from the registry.
13800         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13801         functions.
13802         (gnus-registry-read-mark): New function to read a mark name from the
13803         user.
13804         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13805         (gnus-registry-set-article-mark-internal): New functions to add and
13806         remove marks.
13807         (gnus-registry-get-article-marks): New function to show the marks for
13808         an article, or retrieve them for further use.
13809
13810 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13813         keys when no argument is given.
13814
13815 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13816
13817         * imap.el (imap-ping-server): New variable.
13818         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13819         (imap-ping-server): Minor doc string fixes.
13820
13821 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13822
13823         * imap.el (imap-ping-server): New function.
13824         (imap-opened): Call imap-ping-server.
13825
13826 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * gnus-sum.el (gnus-article-sort-by-random)
13829         (gnus-thread-sort-by-random): Fix doc strings.
13830         Reported by jidanni@jidanni.org.
13831
13832 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus-art.el (gnus-article-describe-bindings): New function.
13835         (gnus-article-read-summary-keys): Use it.
13836         (gnus-article-mode-map): Bind `C-h b' to it.
13837
13838 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13841         XEmacs.
13842         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13843         Protect against non-character events.
13844
13845         * lpath.el: Fbind map-keymap for Emacs 21.
13846
13847 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13850         New command.
13851         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13852         instead of END.  Change name of the temp file.
13853         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13854         customizable.
13855
13856 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13859         bind `S W' to gnus-article-wide-reply-with-original; set default
13860         binding to gnus-article-read-summary-send-keys.
13861         (gnus-article-read-summary-keys): Fix the order of keys; display
13862         continuation keys correctly in the echo area; describe bindings
13863         correctly when keys end with `C-h'.
13864         (gnus-article-read-summary-send-keys): New function.
13865         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13866         Work for gnus-article-read-summary-send-keys; display continuation keys
13867         correctly in the echo area.
13868         (gnus-article-reply-with-original): Ignore prefix argument.
13869         (gnus-article-wide-reply-with-original): New function.
13870
13871         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13872         Emacs 21.
13873
13874 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13877         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13878
13879 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13882         (gnus-group-read-ephemeral-gmane-group): New command.
13883
13884 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13885
13886         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13887
13888 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * message.el (message-send-mail-function): Increase custom version.
13891
13892         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13893         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13894
13895 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13896
13897         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13898         for the cases where imap-authenticate is called with a nil buffer
13899         parameter.
13900
13901 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13904         html parts correctly; support forwarded messages.
13905         (gnus-article-browse-html-article): Remove work buffers.
13906
13907         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13908         compiling.
13909         (netrc-bound-and-true-p): New macro.
13910         (netrc-parse): Use it instead of bound-and-true-p that is not available
13911         in XEmacs 21.4.
13912
13913 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13914
13915         * gnus-registry.el (gnus-registry-mark-article)
13916         (gnus-registry-article-marks): Add functionality to mark articles
13917         through the Gnus registry.
13918
13919         * encrypt.el: Clarify documentation for the new pgg method.
13920         (encrypt-file-alist): Add PGG option.
13921         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13922         functionality.  Abstract password key and messaging to external
13923         functions.
13924         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13925         (encrypt-message-method-and-cipher): Add new convenience external
13926         functions.
13927         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13928         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13929
13930         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13931         (netrc-parse): Use encrypt-file-alist to determine if
13932         encrypt-find-model or encrypt-insert-file-contents should be used.
13933
13934         * encrypt.el: Clarify documentation.  Load password-cache or
13935         password, whichever one is found first, instead of autoloading.
13936
13937 2007-12-19  Glenn Morris  <rgm@gnu.org>
13938
13939         * mml.el (message-options-set, message-narrow-to-head)
13940         (message-in-body-p, message-mail-p, message-encode-message-body):
13941         Autoload.
13942         (message-remove-header, message-narrow-to-headers-or-head)
13943         (message-subscribed-p, message-make-mail-followup-to)
13944         (message-position-on-field, message-news-p)
13945         (message-options-set-recipient, message-generate-headers)
13946         (message-sort-headers): Declare as functions.
13947
13948 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13951         convention in doc string.
13952
13953 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13956         title to html parts.
13957         (gnus-article-browse-html-article): Pass message header to it.
13958
13959         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13960
13961 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13962
13963         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13964         or password compatible with XEmacs.
13965
13966 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13967
13968         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13969         format document.
13970         (gnus-mime-delete-part): Don't write description line if empty.
13971         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13972
13973 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13974
13975         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13976         (gnus-summary-mark-read-and-unread-as-read)
13977         (gnus-summary-mark-current-read-and-unread-as-read)
13978         (gnus-summary-mark-unread-as-ticked): Doc fix.
13979         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13980
13981 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13982
13983         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13984         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13985
13986 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13987
13988         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13989         yes-or-no-p.
13990
13991 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * mm-decode.el (mm-add-meta-html-tag): New function.
13994         (mm-save-part-to-file, mm-pipe-part): Use it.
13995
13996         * gnus-art.el (gnus-article-browse-delete-temp-files):
13997         Use gnus-y-or-n-p instead of y-or-n-p.
13998         (gnus-article-browse-html-parts): Work with message/external-body; use
13999         mm-add-meta-html-tag.
14000
14001 2007-12-11  Glenn Morris  <rgm@gnu.org>
14002
14003         * gnus-cache.el: Require gnus-sum not just when compiling.
14004
14005         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14006
14007         * gnus-int.el (gnus-server-opened, gnus-status-message):
14008         Move definitions before use.
14009
14010         * mm-decode.el: Require gnus-util.
14011         (mm-remove-part): Only call delete-annotation on XEmacs.
14012
14013         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14014
14015         * nnmail.el: Require gnus-int.
14016
14017         * spam.el: Move `require's before `eval-when-compile's.
14018
14019         * gnus-ems.el (gnus-alive-p):
14020         * gnus-fun.el (message-goto-eoh):
14021         * gnus-util.el (gnus-group-name-decode):
14022         * mail-source.el (gnus-compress-sequence):
14023         * message.el (Info-goto-node, format-spec):
14024         * mm-bodies.el (message-options-get):
14025         * mm-decode.el (mm-view-pkcs7):
14026         * mm-util.el (gmm-write-region):
14027         * mml-smime.el (mml-compute-boundary)
14028         (gnus-completing-read-with-default):
14029         * mml.el (widget-button-press, gnus-make-hashtable):
14030         * mml1991.el (mm-decode-content-transfer-encoding)
14031         (mm-encode-content-transfer-encoding)
14032         (message-options-get, message-options-set):
14033         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14034         * nnfolder.el (gnus-request-group):
14035         * nnheader.el (ietf-drums-unfold-fws):
14036         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14037         * smime.el (gnus-run-mode-hooks):
14038         * spam-stat.el (gnus-message): Autoload.
14039
14040         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14041         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14042         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14043         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14044         Add declare-function compatibility definition.
14045
14046         * gnus-cache.el (nnvirtual-find-group-art):
14047         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14048         (gnus-add-image, gnus-add-wash-type):
14049         * gnus-group.el (nnkiboze-score-file):
14050         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14051         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14052         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14053         (message-tokenize-header, gnus-get-buffer-create)
14054         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14055         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14056         * gnus.el (gnus-group-decoded-name):
14057         * mail-source.el (imap-capability):
14058         * mm-bodies.el (message-options-set):
14059         * mm-decode.el (gnus-configure-windows):
14060         * mm-extern.el (message-goto-body):
14061         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14062         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14063         (epg-sub-key-validity, message-options-set):
14064         * mml.el (widget-event-point, gnus-configure-windows):
14065         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14066         * mml2015.el (epg-check-configuration, epg-configuration)
14067         (message-options-set):
14068         * nndb.el (nndb-request-article):
14069         * nnfolder.el (gnus-request-create-group):
14070         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14071         * nnmaildir.el (gnus-group-mark-article-read):
14072         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14073         * rfc1843.el (message-fetch-field):
14074         * spam.el (gnus-extract-address-components):
14075         Declare as functions.
14076
14077 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14080
14081         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14082
14083         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14084         bind show-trailing-whitespace for XEmacs.
14085
14086 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14089         new no-op macro for backward compatibility.
14090
14091         * imap.el (imap-string-to-integer): New function.
14092
14093 2007-12-09  Glenn Morris  <rgm@gnu.org>
14094
14095         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14096
14097         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14098         * message.el, mm-view.el, sieve-manage.el, smime.el:
14099         Add declare-function compatibility definition.
14100
14101         * gnus-art.el (w3-region, w3m-region, Info-menu):
14102         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14103         * gnus-sum.el (gnus-get-predicate):
14104         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14105         * message.el (mail-abbrev-in-expansion-header-p):
14106         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14107         (w3m-detect-meta-charset, w3m-region):
14108         * sieve-manage.el (password-read, password-cache-add)
14109         (password-cache-remove):
14110         * smime.el (password-read-and-add): Declare as functions.
14111
14112 2007-12-08  David Kastrup  <dak@gnu.org>
14113
14114         * gnus-sum.el (gnus-summary-simplify-subject-query):
14115         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14116         `message'.
14117
14118 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14121         it to bind idna-program, installation-directory, defined-colors, and
14122         face-attribute for XEmacs of the version that compiles defcustom forms.
14123
14124 2007-12-07  Glenn Morris  <rgm@gnu.org>
14125
14126         * gnus-art.el (article-make-date-line): Revert previous change.
14127
14128 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14129
14130         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14131
14132 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14133
14134         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14135         Call gnus-add-to-range ranges only once with a prepared article-list.
14136
14137 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14138
14139         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14140         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14141         group names with backslashes.
14142         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14143
14144 2007-12-06  Deepak Goel  <deego3@gmail.com>
14145
14146         * gnus-art.el (article-make-date-line):
14147         * gnus-start.el (gnus-load):
14148         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14149
14150 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-art.el (gnus-use-idna):
14153         * gnus-start.el (gnus-site-init-file):
14154         * message.el (message-use-idna):
14155         * mm-uu.el (mm-uu-hide-markers):
14156         * smiley.el (smiley-style): Revert changes that suppress warnings.
14157
14158 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14161         specify charset to html source.
14162         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14163
14164 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14167         idna-program in order to suppress byte compile warning issued by XEmacs
14168         that came to byte compile the default value section of defcustom forms
14169         recently.
14170
14171         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14172         value of installation-directory.
14173
14174         * message.el (message-use-idna): Don't directly refer to the value of
14175         idna-program.
14176
14177         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14178
14179         * smiley.el (smiley-style): Don't directly call face-attribute.
14180
14181 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14182
14183         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14184
14185         * gnus-dired.el: Reduce Gnus dependencies.
14186         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14187         Don't require.  Use autoloads instead.
14188         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14189         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14190         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14191         (gnus-dired-mode): Adjust doc string.
14192         (gnus-dired-mail-mode): New variable.
14193         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14194         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14195         (gnus-dired-mail-buffers): New function.  Return mail or message
14196         composition buffers.
14197         (gnus-dired-attach): Use it.
14198         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14199         NO-DECODE.
14200         (gnus-dired-print): Use `gnus-print-buffer' depending on
14201         `gnus-dired-mail-mode'.
14202
14203 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * rfc2047.el (rfc2047-encoded-word-regexp)
14206         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14207         explaining what regexp patterns are for.
14208
14209 2007-12-04  Glenn Morris  <rgm@gnu.org>
14210
14211         * password.el: Move to password-cache.el.
14212
14213         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14214         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14215         * mml-smime.el (password-read, password-cache-add)
14216         (password-cache-remove):
14217         No need to autoload, since mml-sec requires password.
14218
14219         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14220         * message.el (gnus-extract-address-components):
14221         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14222
14223         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14224         password.
14225
14226 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * mailcap.el: Reduce dependencies.
14229         (mail-header-parse-content-type): Autoload.
14230         (mailcap-delete-duplicates): New alias.
14231         (mailcap-mime-info): Add optional argument NO-DECODE.
14232         (mailcap-mime-types): Use mailcap-delete-duplicates.
14233
14234         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14235
14236 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14237
14238         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14239         (imap-parse-status): Upcase status-att for servers that sends them
14240         lower-case (e.g., MS Exchange 2007).
14241
14242 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14243
14244         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14245         function.
14246
14247         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14248         (gnus-uu-yenc-article): New function.
14249
14250         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14251
14252         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14253
14254 2007-12-02  Glenn Morris  <rgm@gnu.org>
14255
14256         * binhex.el (binhex): New custom group.
14257         (binhex-decoder-program, binhex-decoder-switches)
14258         (binhex-use-external): Move to the binhex custom group.
14259
14260         * uudecode.el (uudecode): New custom group.
14261         (uudecode-decoder-program, uudecode-decoder-switches)
14262         (uudecode-use-external): Move to the uudecode custom group.
14263
14264         * netrc.el (top-level): Don't load `encrypt' features.
14265         (netrc-parse): Don't use encrypt.
14266         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14267
14268         * encrypt.el: Remove file.
14269
14270 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14273         matches on patches.
14274
14275         * gnus-art.el (gnus-article-browse-html-article):
14276         Mention `mm-text-html-renderer' in the doc string.
14277
14278         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14279         string.  Add comments.
14280
14281         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14282         if rhs is ASCII.
14283
14284 2007-12-01  Glenn Morris  <rgm@gnu.org>
14285
14286         * mail-source.el (top-level): Require format-spec before
14287         eval-when-compile.
14288
14289 2007-11-30  Glenn Morris  <rgm@gnu.org>
14290
14291         * encrypt.el: Require password, rather than autoloading password-read.
14292
14293 2007-11-29  Glenn Morris  <rgm@gnu.org>
14294
14295         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14296         (sasl-make-client, sasl-next-step, sasl-step-data)
14297         (sasl-step-set-data): Declare as functions.
14298
14299 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14302
14303 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14304
14305         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14306         certs should be verified and what is to be done in the event of a
14307         verification failure.
14308
14309         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14310         caller can indicate whether the cache should be disregarded for this
14311         call.  This way the result of the call is reproducible at all times and
14312         can be considered a canonical server name for the supplied method.
14313         (gnus-agent-method-p): Canonicalize server names by pushing their
14314         method through `gnus-method-to-server' using the no-cache argument.
14315
14316         * gnus-srvr.el (gnus-server-insert-server-line):
14317         Call `gnus-method-to-server' with `no-cache' argument.
14318
14319         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14320         gnus-agent-possibly-synchronize-flags as this should be called when the
14321         server is actually being opened.
14322         (gnus-agent-possibly-synchronize-flags)
14323         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14324         flags file of an agentized server to the latter function.
14325
14326         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14327         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14328         after a connection has been established successfully.
14329
14330 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus-art.el (article-display-face): Force to display face if called
14333         interactively; check if gnus-article-x-face-too-ugly matches author.
14334         (article-display-x-face): Display face even if From header is missing
14335         as article-display-face does.
14336
14337 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14338
14339         * hashcash.el (message-narrow-to-headers-or-head)
14340         (message-fetch-field, message-goto-eoh)
14341         (message-narrow-to-headers): Declare as functions.
14342
14343 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * mail-source.el (mail-sources): Default to fetch from file for
14346         compatibility with default of nnmail-spool-file.
14347
14348 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14351         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14352         to look for encoded word that should be encoded again.
14353         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14354         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14355         encoding pattern.
14356         (rfc2047-decode-region): Switch strict regexp and loose one according
14357         to rfc2047-allow-irregular-q-encoded-words.
14358
14359 2007-11-25  Romain Francoise  <romain@orebokech.com>
14360
14361         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14362
14363 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * tls.el (tls-program): Provide more custom choices from
14366         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14367         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14368
14369 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14372         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14373
14374         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14375         `nnmail-spool-file'.
14376
14377         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14378         `nnmail-spool-file'.
14379
14380         * gnus-move.el (gnus-change-server): Ditto.
14381
14382         * gnus-kill.el (gnus-batch-score): Ditto.
14383
14384         * gnus-cache.el (gnus-jog-cache): Ditto.
14385
14386         * gnus-msg.el (gnus-summary-reply):
14387         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14388
14389 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14392         version.  Minor improvement to doc strings.
14393         (tls-program): Add comment.
14394
14395 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14396
14397         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14398         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14399         mismatch between the hostname provided in the certificate and the name
14400         of the host connnecting to.
14401         (open-tls-stream): Use them.  Check certificates against trusted root
14402         certificates.
14403
14404 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14405
14406         * gnus-cache.el (gnus-cache-generate-nov-databases):
14407         Use nnml-generate-nov-databases-directory instead of
14408         nnml-generate-nov-databases-1.
14409
14410 2007-11-24  Glenn Morris  <rgm@gnu.org>
14411
14412         * message.el (message-tool-bar-retro): Update for rename
14413         mail_send.xpm->mail-send.xpm.
14414
14415 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14418         `smime-ldap-search' for Emacs 22 and up.
14419
14420 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14421
14422         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14423
14424         * message.el (message-send-mail-function): Fix error convention.
14425         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14426         (message-widen-reply, message-send-mail, message-talkative-question)
14427         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14428         (message-clone-locals, message-send-news): Use with-current-buffer.
14429         (message-insert-or-toggle-importance): Remove unused var `valid'.
14430         (message-make-references): Remove unused var `new-references'.
14431         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14432
14433 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14434
14435         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14436         (spam-split-symbolic-return-positive): Reflow docstring.
14437         (spam-backends, spam-summary-exit-behavior)
14438         (spam-mark-ham-unread-before-move-from-spam-group)
14439         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14440         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14441         (spam-clear-cache, spam-backend-check, spam-install-backend)
14442         (spam-install-statistical-backend, spam-list-of-processors)
14443         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14444         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14445         (spam-check-crm114, spam-initialize, spam-unload-hook):
14446         Fix typos in docstrings.
14447
14448 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14451         been checked if they have never been read and those group levels are
14452         higher than the one that a user specified.
14453
14454 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14457         foreign groups unless a group level is specified by a user.
14458         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14459
14460 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14461
14462         * message.el (message-send-mail-function): Require sendmail.
14463
14464 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14465
14466         * message.el (message-send-mail-function): Check for smtpmail too.
14467
14468         * utf7.el (utf7-encode, utf7-decode): Use coding system
14469         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14470
14471         * message.el (message-send-mail-function): New function.
14472         (message-send-mail-function): Set default using
14473         message-send-mail-function.  Adjust doc string.
14474         (message-send-mail-with-mailclient): New function.
14475
14476 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14477
14478         * smime.el (from):
14479         * rfc2047.el (message-posting-charset):
14480         * qp.el (mm-use-ultra-safe-encoding):
14481         * pop3.el (parse-time-months):
14482         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14483         * nnml.el (files):
14484         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14485         (jka-compr-compression-info-list, ange-ftp-path-format)
14486         (efs-path-regexp):
14487         * nndiary.el (files):
14488         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14489         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14490         (epg-digest-algorithm-alist, inhibit-redisplay)
14491         (password-cache-expiry):
14492         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14493         (pgg-output-buffer, password-cache-expiry):
14494         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14495         (efs-path-regexp):
14496         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14497         (inhibit-redisplay):
14498         * mm-uu.el (file-name, start-point, end-point, entry)
14499         (gnus-newsgroup-name, gnus-newsgroup-charset):
14500         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14501         (latin-unity-ucs-list):
14502         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14503         (mm-uu-binhex-decode-function):
14504         * message.el (gnus-message-group-art, gnus-list-identifiers)
14505         (rmail-enable-mime-composing, gnus-local-organization)
14506         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14507         (gnus-read-active-file, facemenu-add-face-function)
14508         (facemenu-remove-face-function, gnus-article-decoded-p)
14509         (tool-bar-mode):
14510         * mail-source.el (display-time-mail-function):
14511         * gnus-util.el (nnmail-pathname-coding-system)
14512         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14513         (gnus-original-article-buffer, gnus-user-agent)
14514         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14515         (xemacs-codename, sxemacs-codename, emacs-program-version):
14516         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14517         * gnus-start.el (gnus-agent-covered-methods)
14518         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14519         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14520         (gnus-newsgroup-headers, gnus-group-list-mode)
14521         (gnus-group-mark-positions, gnus-newsgroup-data)
14522         (gnus-newsgroup-unreads, nnoo-state-alist)
14523         (gnus-current-select-method, mail-sources)
14524         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14525         (nnmail-spool-file, gnus-cache-active-hashtb):
14526         * gnus-mh.el (mh-lib-progs):
14527         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14528         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14529         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14530         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14531         (gnus-group-buffer):
14532         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14533         (font-lock-set-defaults):
14534         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14535         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14536         (gnus-summary-post-menu, total-parts, type, condition, length):
14537         * gnus-agent.el (gnus-agent-read-agentview):
14538         * flow-fill.el (show-trailing-whitespace):
14539         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14540         eval-and-compile wrappers for byte compiler pacifiers.
14541
14542         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14543         (mm-display-inline-fontify): Check for featurep 'xemacs not
14544         extent-list.
14545
14546         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14547         itimer-list.
14548         (mm-create-image-xemacs): Only do something for XEmacs.
14549         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14550
14551         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14552
14553         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14554         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14555
14556 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14557
14558         * nnimap.el (nnimap-split-download-body):
14559         * gnus-demon.el (gnus-demon):
14560         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14561
14562 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14565         New macros.
14566         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14567         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14568         copy data from unibyte buffer to multibyte current buffer.
14569         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14570         to copy data from unibyte current buffer to multibyte buffer.
14571         (nntp-make-process-buffer): Make process buffer unibyte.
14572
14573         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14574
14575 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14576
14577         * pop3.el (pop3-open-server): Accept and process data more robustly at
14578         connection start to avoid spurious "POP SSL connection failed" errors.
14579
14580 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14583         read group names.
14584
14585 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14586
14587         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14588
14589 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14592         (nnmail-save-active): Use a unibyte buffer when saving active file,
14593         which may contain non-ASCII group names.
14594
14595         * nnml.el (nnml-request-group): Decode group names in messages.
14596
14597 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * message.el (message-citation-line-function)
14600         (message-insert-formatted-citation-line): Fix spelling of
14601         `message-insert-formated-citation-line'.
14602
14603 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14604
14605         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14606
14607 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14610         nnmail-pathname-coding-system.
14611
14612         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14613         that a user enters; decode group names in messages.
14614
14615         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14616
14617 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14618
14619         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14620
14621         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14622
14623         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14624         risky local variable.
14625
14626         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14627
14628 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14629
14630         * encrypt.el: Improve documentation to fix function name typo.
14631         Reported by Daiki Ueno <ueno@unixuser.org>.
14632
14633 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14636         even if the point is not in the last page of an article.
14637         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14638         back to the previous page.
14639
14640 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14643
14644 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14647
14648 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14649
14650         * message.el (message-check-news-body-syntax):
14651         Avoid mm-string-as-multibyte.
14652         (message-hide-headers): Don't assume (point-min)==1.
14653
14654 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14655
14656         * message.el (message-remove-blank-cited-lines): Fix if remove is
14657         given.
14658         (message-bogus-address-regexp): New variable.
14659         (message-bogus-recipient-p): New function.
14660         (message-check-recipients): New command.
14661         (message-syntax-checks): Add `bogus-recipient'.
14662         (message-fix-before-sending): Add `bogus-recipient'.
14663
14664         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14665         (gnus-treat-body-boundary): Don't test window-system.
14666
14667 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14668
14669         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14670
14671 2007-10-28  Miles Bader  <miles@gnu.org>
14672
14673         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14674         at compile-time too.
14675
14676 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * gnus-msg.el (gnus-message-setup-hook):
14679         Add `message-remove-blank-cited-lines' to options.
14680
14681 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * message.el (message-remove-blank-cited-lines): New function.
14684         Suggested by Karl Plästerer.
14685
14686 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14689         mapc.
14690
14691         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14692         (top-level): Use mapc to set functions to be traced for debugging.
14693
14694         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14695         called for effect with while loop.
14696
14697         * message.el (message-talkative-question): Replace mapcar called for
14698         effect with mapc.
14699
14700         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14701         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14702         called for effect with dolist.
14703
14704         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14705
14706         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14707         gnus-extra-headers and nnmail-extra-headers.
14708
14709         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14710         called for effect with dolist.
14711         (top-level): Use mapc to set functions to be traced for debugging.
14712
14713         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14714         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14715         dolist.
14716
14717         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14718         Replace mapcar called for effect with mapc.
14719         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14720         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14721         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14722         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14723
14724         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14725         remove-if that's a cl function.
14726
14727         * webmail.el (webmail-debug): Replace mapcar called for effect with
14728         dolist.
14729
14730         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14731         with mapc.
14732
14733 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14736         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14737         with while loop.
14738
14739         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14740         functions from article-* functions.
14741         (gnus-multi-decode-header): Replace mapcar called for effect with
14742         dolist.
14743
14744         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14745         (gnus-bookmark-show-details): Replace mapcar called for effect with
14746         while loop.
14747
14748         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14749         called for effect with while loop.
14750
14751         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14752         with dolist.
14753
14754         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14755         Replace mapcar called for effect with dolist.
14756
14757         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14758
14759         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14760         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14761         Replace mapcar called for effect with dolist.
14762         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14763         mapc.
14764
14765         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14766         Replace mapcar called for effect with dolist.
14767         (gnus-topic-list): Replace mapcar called for effect with mapc.
14768
14769         * gnus.el: Use mapc instead of mapcar to add autoloads.
14770
14771 2007-10-23  Richard Stallman  <rms@gnu.org>
14772
14773         * gnus-group.el (gnus-group-highlight): Mark as risky.
14774
14775 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus.el (gnus-server-to-method): Return method found first in
14778         gnus-newsrc-alist.
14779
14780         * gnus-art.el (gnus-article-highlight-signature)
14781         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14782         button overlay without the front stickiness.
14783
14784 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14785
14786         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14787         overview buffer needed a catch to receive its throw.
14788         (gnus-agent-flush-cache): Declare as interactive to make this function
14789         easier to use.
14790
14791 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14794         `next-line'.
14795
14796 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14799         exclude address matching message-dont-reply-to-names.
14800
14801 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-util.el (gnus-string<): New function.
14804
14805         * gnus-sum.el (gnus-article-sort-by-author)
14806         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14807
14808 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14811         the frame-focus tag is set in gnus-buffer-configuration.
14812
14813 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14816         the front stickiness.
14817
14818 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14821         url pattern; remove duplicate one.
14822         (gnus-article-extend-url-button): New function.
14823         (gnus-article-add-buttons): Use it.
14824         (gnus-button-push): Use concatenated url that it makes.
14825
14826 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14827
14828         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14829
14830 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14831
14832         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14833         Don't hardcode point-min==1.
14834
14835 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14838         Fix comment about "iso8859-1".
14839
14840 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14841
14842         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14843         ones returned from the verify-function.
14844
14845         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14846         Call mml2015-extract-cleartext-signature if extraction failed.
14847
14848 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14849
14850         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14851         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14852         failed.
14853
14854 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14857
14858 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14861         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14862         recommends to use EasyPG instead of PGG.
14863
14864         * pgg.el: Revert to revision 6.23.2.16.
14865
14866         * pgg-def.el: Revert to revision 6.6.2.14.
14867
14868         * pgg-gpg.el: Revert to revision 6.23.2.34.
14869
14870 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14871
14872         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14873         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14874         thread for both the null and zero (kill/expire thread) universal prefix
14875         cases.
14876         (gnus-summary-expire-thread): Add new function to expire a thread,
14877         using gnus-summary-kill-thread.
14878         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14879         shortcuts for gnus-summary-expire-thread.
14880         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14881         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14882
14883 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14884
14885         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14886         extras value, so an extras entry can be deleted.
14887         (gnus-registry-delete-extra-entry): Use it.
14888         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14889         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14890         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14891         storage through the gnus-registry, and provide an appropriate API for
14892         it.
14893
14894 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14897         Suggested by Leo <sdl.web@gmail.com>.
14898
14899         * gnus.el: Do.
14900
14901 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14904         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14905
14906         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14907
14908         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14909         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14910
14911 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14914         newline.
14915         (nnmbox-request-accept-article): Don't change article in source buffer;
14916         narrow to header to use message-fetch-field rather than
14917         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14918         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14919         as delimiters; make sure article ends with newline.
14920         (nnmbox-delete-mail): Correct last position of article to be deleted;
14921         ignore X-Gnus-Newsgroup header in article body.
14922         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14923         positions; make sure article ends with newline.
14924
14925         * message.el (message-display-abbrev): Don't infloop when a user
14926         inserts SPC in the beginning of header.
14927
14928         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14929         coding-system-for-read and coding-system-for-write for XEmacs having no
14930         file-coding feature.
14931
14932         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14933
14934 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14935
14936         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14937         list of groups not followed by default.  Fix type to be regexp.
14938         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14939
14940 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14941
14942         * hmac-def.el (define-hmac-function): Switch from old-style to
14943         new-style backquotes.
14944
14945         * md4.el (md4-make-step): Likewise.
14946
14947 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14950         raw-text coding system when saving .newsrc file, which may contain
14951         non-ASCII group names.
14952
14953 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-cus.el (gnus-score-extra): New widget.
14956         (gnus-score-extra-convert): New function.
14957         (gnus-score-customize): Use it for Extra.
14958
14959 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14960
14961         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14962         (mml2015-mailcrypt-clear-verify): Use it.
14963         (mml2015-gpg-clear-verify): Use it.
14964         (mml2015-pgg-clear-verify): Use it.
14965         (mml2015-epg-clear-verify): Replace the current part with the output
14966         from GnuPG; don't extract the plaintext by itself.
14967
14968         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14969         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14970         mml2015-clear-verify-function; don't touch the armor headers or
14971         dash-escaped text here.
14972
14973 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14976         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14977         parts, or application/octet-stream as a last resort.
14978         (gnus-mime-view-part-as-type): Don't toggle display.
14979         (gnus-mime-view-part-as-charset): Don't turn off display before
14980         querying charset.
14981
14982         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14983         stuff to undisplayer function in Emacs.
14984         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14985
14986         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14987         text/calendar parts.
14988
14989 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14992         decoding text/calendar parts.
14993
14994         * message.el (message-forward-make-body-mime): Always mark body as
14995         having no illegible text; remove signed-or-encrypted argument.
14996         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14997
14998         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14999         (mml-generate-mime-1): Don't encode body if it is specified to be in
15000         raw form; don't make buffer be unibyte when inserting multibyte string.
15001
15002 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15003
15004         * sha1.el: Fix up comment style.
15005         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15006         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15007
15008         * hex-util.el: Fix up comment style.
15009         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15010
15011         * gnus-salt.el: Use with-current-buffer.
15012         (gnus-pick-setup-message): Fix long-standing typo.
15013
15014 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * imap.el (imap-logout-timeout): New variable.
15017         (imap-logout, imap-logout-wait): New functions.
15018         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15019
15020         * nnimap.el (nnimap-logout-timeout): New server variable.
15021         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15022         nnimap-logout-timeout.
15023
15024         * gnus-art.el (gnus-article-summary-command-nosave)
15025         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15026
15027 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus.el (gnus-maximum-newsgroup): New variable.
15030
15031         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15032         according to gnus-maximum-newsgroup.
15033
15034         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15035         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15036         Limit the range of articles according to gnus-maximum-newsgroup.
15037
15038 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15039
15040         * gnus-art.el (gnus-sticky-article): Fix problems described in
15041         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15042         Don't perform gnus-configure-windows here; reuse existing sticky
15043         article buffer.
15044
15045         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15046         it doesn't exist in gnus-article-mode.
15047
15048 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15051         (gnus-agent-decoded-group-name): New function.
15052         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15053         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15054
15055 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15056
15057         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15058         Add binding for gnus-sticky-article.
15059         (gnus-summary-exit): Don't kill sticky article buffers.
15060
15061         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15062         article buffer.
15063         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15064         (gnus-kill-sticky-article-buffers): New commands.
15065
15066 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * nntp.el (nntp-xref-number-is-evil): New server variable.
15069         (nntp-find-group-and-number): If it is non-nil, don't trust article
15070         numbers in the Xref header.
15071
15072 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-agent.el (gnus-agent-read-group): New function.
15075         (gnus-agent-flush-group, gnus-agent-expire-group)
15076         (gnus-agent-regenerate-group): Use it.
15077         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15078         nnmail-pathname-coding-system.
15079
15080 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15083
15084         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15085         that are unread as unread, and also as selected so that information of
15086         marks having been changed by a user may be updated when exiting group.
15087
15088 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15089
15090         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15091
15092 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15095         calculated ignoring signature parts to gnus-treat-article.
15096
15097 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15100         a point here in order to keep the window start.
15101         (gnus-insert-mime-security-button): Make a button overlay without the
15102         front stickiness.
15103         (gnus-mime-display-security): Goto the end of a button.
15104
15105         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15106
15107 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15110         group-name-at-point.
15111         (gnus-group-completing-read): New function that offers decoded
15112         non-ASCII group names for completion.
15113         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15114         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15115         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15116         (gnus-group-fetch-control): Use it.
15117         (gnus-fetch-group): Use group-name-at-point for the initial value
15118         rather than the default value; use gnus-alive-p.
15119
15120         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15121         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15122         (gnus-summary-post-news): Use gnus-group-completing-read.
15123
15124         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15125         (gnus-read-move-group-name): Decode group name for completion.
15126
15127 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15128
15129         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15130         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15131         Yamaoka slightly modified the code).
15132
15133 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15136         (nnmail-split-incoming): Bind it.
15137
15138         * nnml.el (nnml-group-name-charset): New function.
15139         (nnml-decoded-group-name): Use it; don't decode group name if
15140         nnmail-group-names-not-encoded-p is non-nil.
15141         (nnml-encoded-group-name): New function.
15142         (nnml-group-pathname): Inline nnml-decoded-group-name.
15143         (nnml-request-expire-articles): Decode group name in message.
15144         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15145         nnmail-pathname-coding-system.
15146         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15147         not decoded ones according to nnmail-group-names-not-encoded-p.
15148         (nnml-generate-active-info): Use nnml-encoded-group-name.
15149
15150 2007-08-08  Glenn Morris  <rgm@gnu.org>
15151
15152         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15153         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15154         doc-strings and comments.
15155
15156 2007-07-25  Glenn Morris  <rgm@gnu.org>
15157
15158         * Relicense all FSF files to GPLv3 or later.
15159
15160 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-sum.el (gnus-summary-move-article):
15163         Make gnus-summary-respool-article work.
15164
15165 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15166
15167         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15168         string.
15169
15170 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15171
15172         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15173         that should be ignored when comparing distant RSS articles with local
15174         ones.
15175         (nnrss-make-hash-index): New function.  Create a hash index according
15176         to the ignored fields.
15177         (nnrss-check-group): Use it.
15178
15179 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15182
15183         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15184
15185         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15186         the new optional argument ENCODED is non-nil.
15187         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15188         coding system for encoding group name.
15189         (gnus-group-make-rss-group): Pass un-encoded group name to
15190         gnus-group-make-group.
15191         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15192         encoded.
15193
15194         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15195         Encode group name to which articles are moved or copied.
15196         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15197         coding system for encoding Newsgroup, Followup-To and Xref headers.
15198
15199         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15200         marks; use nnheader-file-coding-system to write a file.
15201         (nnagent-retrieve-headers): Bind file-name-coding-system to
15202         nnmail-pathname-coding-system.
15203
15204         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15205
15206         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15207         (nnml-request-article, nnml-request-create-group)
15208         (nnml-request-rename-group, nnml-find-id)
15209         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15210         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15211         (nnml-save-marks): Use nnml-group-pathname instead of
15212         nnmail-group-pathname.
15213
15214         (nnml-request-create-group, nnml-request-expire-articles)
15215         (nnml-request-move-article, nnml-request-delete-group)
15216         (nnml-deletable-article-p, nnml-possibly-create-directory)
15217         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15218         (nnml-open-marks): Bind file-name-coding-system to
15219         nnmail-pathname-coding-system.
15220
15221         (nnml-request-article): Pass server argument to nnml-find-group-number.
15222         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15223         Pass server argument to nnml-possibly-create-directory.
15224         (nnml-request-accept-article): Pass server argument to
15225         nnml-active-number and nnml-save-mail.
15226         (nnml-find-group-number): Pass server argument to nnml-find-id.
15227         (nnml-request-update-info): Pass server argument to
15228         nnml-marks-changed-p.
15229
15230         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15231         (nnml-save-mail, nnml-active-number): Add server argument.
15232
15233         (nnml-request-delete-group): Warn if group is missing.
15234         (nnml-get-nov-buffer): Decode group name.
15235         (nnml-generate-active-info): Encode group name.
15236         (nnml-open-marks): Decode group name in messages.
15237
15238 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15241         if it is not specified.
15242         (gnus-article-pipe-part, gnus-article-save-part)
15243         (gnus-article-interactively-view-part, gnus-article-copy-part)
15244         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15245         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15246         (gnus-article-replace-part, gnus-article-delete-part)
15247         (gnus-article-view-part-as-type): Pass raw prefix argument to
15248         gnus-article-part-wrapper.
15249
15250 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-agent.el (gnus-agent-save-active):
15253         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15254
15255         * gnus-cache.el (gnus-cache-save-buffers)
15256         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15257         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15258         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15259         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15260         (gnus-cache-generate-active, gnus-cache-rename-group)
15261         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15262         (gnus-cache-update-overview-total-fetched-for):
15263         Bind file-name-coding-system to nnmail-pathname-coding-system.
15264         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15265         New variables.
15266         (gnus-cache-decoded-group-name): New function.
15267         (gnus-cache-file-name): Use it.
15268         (gnus-cache-generate-active): Use non-decoded group name for active.
15269
15270         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15271         right place.
15272         (gnus-write-active-file): Don't break non-ASCII group names.
15273
15274         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15275         nnmail-pathname-coding-system.
15276
15277         * lpath.el: Bind default-file-name-coding-system,
15278         file-name-coding-system and language-info-alist for XEmacs.
15279
15280         * gnus-uu.el (gnus-uu-decode-save): Typo.
15281
15282 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15285
15286 2007-07-14  David Kastrup  <dak@gnu.org>
15287
15288         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15289         finishing actions if we did not edit the article.
15290
15291 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15294         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15295         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15296         (gnus-agent-flush-group, gnus-agent-flush-cache)
15297         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15298         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15299         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15300         (gnus-agent-regenerate-group)
15301         (gnus-agent-update-files-total-fetched-for)
15302         (gnus-agent-update-view-total-fetched-for):
15303         Bind file-name-coding-system to nnmail-pathname-coding-system.
15304         (gnus-agent-group-pathname): Don't encode file names by
15305         nnmail-pathname-coding-system.
15306         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15307         coding-system-for-write instead of buffer-file-coding-system to
15308         gnus-agent-file-coding-system.
15309
15310         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15311         Decode group name.
15312
15313         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15314
15315         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15316         (gnus-read-newsrc-el-file): Make group names unibyte.
15317
15318         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15319         nnmail-pathname-coding-system.
15320
15321         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15322         (nnrss-request-delete-group): Bind file-name-coding-system to
15323         nnmail-pathname-coding-system.
15324         (nnrss-read-server-data, nnrss-read-group-data):
15325         Bind file-name-coding-system correctly.
15326         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15327
15328         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15329         (nntp-server-to-method-cache): New variable.
15330         (nntp-group-pathname): New function that decodes non-ASCII group names.
15331         (nntp-possibly-create-directory, nntp-marks-changed-p)
15332         (nntp-save-marks, nntp-open-marks): Use it.
15333         (nntp-possibly-create-directory, nntp-open-marks):
15334         Bind file-name-coding-system to nnmail-pathname-coding-system.
15335         (nntp-open-marks): Decode group names when bootstrapping marks.
15336
15337         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15338         Newsgroups and Followup-To headers.
15339
15340 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15343         (gnus-server-closed-face, gnus-server-denied-face)
15344         (gnus-server-offline-face): Remove variable.
15345         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15346
15347         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15348         of modifying message-stack directly for XEmacs.
15349
15350         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15351         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15352         if the coding-system argument is nil for XEmacs.
15353
15354         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15355         mm-charset-override-alist.
15356
15357         * rfc2047.el: Don't require base64; require rfc2045 for the function
15358         rfc2045-encode-string.
15359         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15360         to quote the parameter value.
15361
15362 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15365         form in gnus-group-name-charset-method-alist.
15366
15367         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15368         overrides the default layout edit-form.
15369
15370         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15371
15372         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15373
15374 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15377         as unfetched articles.
15378
15379 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15380
15381         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15382
15383 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15386         original back end that keeps marks in the local system.
15387
15388 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15391         arg of pop-to-buffer for XEmacs.
15392         (gnus-article-read-summary-keys): Ditto; don't restore window
15393         configuration if summary command ends up with neither article buffer
15394         nor summary buffer; describe bindings if summary keys end with C-h.
15395
15396 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * message.el (message-fix-before-sending): Skip raw message part to be
15399         forwarded while checking illegible text.
15400         (message-forward-make-body-mime, message-forward-make-body):
15401         Mark signed or encrypted raw message as having no illegible text.
15402
15403 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15406         (gnus-message-with-timestamp-1): New macro.
15407         (gnus-message-with-timestamp): New function.
15408         (gnus-message): Use them.
15409
15410         * nnheader.el (nnheader-message): Use them.
15411
15412 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15413
15414         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15415         .newsrc.eld file.
15416
15417 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-agent.el (gnus-agent-fetch-headers)
15420         (gnus-agent-retrieve-headers):
15421         Bind gnus-decode-encoded-address-function to identity.
15422
15423         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15424         available also when the server returns simply a dot.
15425
15426         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15427
15428 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15431
15432 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * gnus-ems.el (gnus-x-splash): Make it work.
15435
15436         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15437         from being used.
15438
15439         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15440
15441 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15444         4th and the 5th arguments.
15445
15446         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15447         the front stickiness.
15448         (gnus-article-summary-command-nosave): Correct the order of the
15449         arguments passed to pop-to-buffer.
15450         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15451         summary command ends up with the article buffer.
15452
15453         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15454         the same faces.
15455
15456 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15457
15458         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15459
15460 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15461
15462         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15463         * gnus-sum.el (gnus-summary-highlight):
15464         * pgg.el (pgg-sign-region, pgg-sign):
15465         * mail-source.el (mail-source-delete-old-incoming-confirm):
15466         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15467
15468 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * gnus-art.el (gnus-mime-view-part-externally)
15471         (gnus-mime-view-part-internally): Fix predicate function passed to
15472         completing-read.
15473
15474         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15475
15476         * gnus.el (gnus-update-message-archive-method): Add :version.
15477
15478 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus.el (gnus-update-message-archive-method): New variable.
15481
15482         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15483         according to gnus-message-archive-method if
15484         gnus-update-message-archive-method is non-nil.
15485
15486 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15489         Suggested by Loic Dachary <loic@dachary.org>.
15490         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15491
15492 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * message.el (message-pop-to-buffer): Add switch-function argument.
15495         (message-mail): Pass switch-function argument to it.
15496
15497 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15498
15499         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15500         Improve doc string.
15501
15502 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15505         (gnus-header-content):
15506         * gnus-cite.el (gnus-cite-10):
15507         * gnus-srvr.el (gnus-server-closed):
15508         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15509         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15510         (gnus-group-mail-3-empty, gnus-group-mail-low)
15511         (gnus-group-mail-low-empty, gnus-splash):
15512         * message.el (message-header-to, message-header-cc)
15513         (message-header-subject, message-header-other, message-header-name)
15514         (message-header-xheader, message-separator, message-cited-text)
15515         (message-mml): Lighten colors of faces used for dark background.
15516
15517 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15518
15519         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15520         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15521
15522 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * message.el (message-narrow-to-headers-or-head):
15525         Ignore mail-header-separator in the body.
15526
15527 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15530         same as window size.
15531
15532 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15533
15534         * message.el (message-font-lock-keywords): Use message-header-xheader
15535         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15536         ahead of the anything pattern, to get it recognized.
15537
15538 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15541         spam.el loads uses it in the compiled defadvice form.
15542
15543 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15544
15545         * gnus-sum.el (gnus-articles-to-read)
15546         (gnus-summary-insert-old-articles): Don't truncate group name for
15547         `read-string'.
15548
15549         * gnus-util.el (gnus-limit-string): Delete this function.
15550
15551         * gnus-sum.el (gnus-simplify-subject-fully):
15552         Use `truncate-string-to-width' instead.
15553
15554 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15555
15556         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15557         Tell if, on summary exit, the next group has to be selected.
15558         (gnus-summary-exit): Use it.
15559
15560 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15563         non-break space.
15564
15565 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15568         Check if group is not a directory.
15569         (nnfolder-request-expire-articles): Don't delete articles if the target
15570         group is not available.
15571
15572         * nnml.el (nnml-request-create-group): Properly check if group is not a
15573         file.
15574         (nnml-request-expire-articles): Don't delete articles if the target
15575         group is not available.
15576
15577         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15578         Don't quote characters that are within parentheses.
15579
15580 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15583         (gnus-handle-ephemeral-exit): Select article according to it.
15584
15585 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         * message.el (message-insert-formated-citation-line): Remove newline.
15588         (message-citation-line-format): Add final \n here so that the user can
15589         avoid a blank line.
15590
15591 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15592
15593         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15594         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15595         Update lanl/arXiv support.
15596
15597 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15598
15599         * gnus.el: Bump version number.
15600
15601 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15602
15603         * gnus.el (gnus-version-number): Bump version.
15604
15605 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15606
15607         * gnus.el: No Gnus v0.6 is released.
15608
15609 2007-04-27  Didier Verna  <didier@xemacs.org>
15610
15611         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15612         * gmm-utils.el (gmm-regexp-concat): ... here.
15613         * message.el: Don't require 'gnus-util.
15614         (message-dont-reply-to-names): Handle name change above.
15615         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15616
15617 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15620         since the initial value varies according to the system.
15621
15622 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15625
15626 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15627
15628         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15629
15630 2007-04-24  Didier Verna  <didier@xemacs.org>
15631
15632         Improve the type of gnus-ignored-from-addresses.
15633         * gnus-util.el (gnus-orify-regexp): New function.
15634         * message.el (gnus-util): Require it.
15635         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15636         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15637         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15638
15639 2007-04-24  Didier Verna  <didier@xemacs.org>
15640
15641         * gnus-sum.el:
15642         * gnus-utils.el: Fix some trailing whitespaces.
15643
15644 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15647         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15648         article's Message-ID; refer parent article in summary buffer.
15649
15650         * message.el (message-bounce): Call mime-to-mml.
15651
15652         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15653         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15654         optimize and/or forms properly.
15655
15656 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15659         URL.
15660
15661 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15664
15665 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15668         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15669         displayed of multipart/alternative part if it is invoked from summary
15670         buffer.
15671
15672         * mm-view.el (mm-inline-text-html-render-with-w3m)
15673         (mm-inline-text-html-render-with-w3m-standalone)
15674         (mm-inline-render-with-function): Use mail-parse-charset by default.
15675
15676 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15677
15678         * parse-time.el (parse-time-string-chars): Check if CHAR
15679         is less than the length of parse-time-syntax.
15680
15681 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15684         from gnus-newsgroup-processable.
15685
15686 2007-04-16  Didier Verna  <didier@xemacs.org>
15687
15688         * gnus-msg.el (gnus-configure-posting-styles):
15689         Handle message-signature-directory properly with :file syntax.
15690         Reported by "Leo".
15691
15692 2007-04-11  Didier Verna  <didier@xemacs.org>
15693
15694         New user option: message-signature-directory.
15695         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15696         * message.el (message-insert-signature): Ditto.
15697         * message.el (message-signature-file): Doc update.
15698         * message.el (message-signature-directory): New.
15699
15700 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-msg.el (gnus-inews-yank-articles):
15703         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15704
15705 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * message.el (message-yank-original): Make sure cited text ends with
15708         newline; don't exchange point and mark.
15709
15710 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15711
15712         * tls.el (open-tls-stream): Properly handle case where there
15713         is no associated buffer.
15714
15715 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15716
15717         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15718         message-yank-original, make sure (< mark TEXT point).
15719
15720 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * message.el (message-fill-column): New variable.
15723         (message-mode): Use it.  Add comment on a possible new hook.
15724
15725         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15726         (nnmail-get-new-mail): Reformat.
15727
15728         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15729
15730         * gmm-utils.el: Fix Commentary.
15731         (gmm-tool-bar-from-list): Fix typo in doc string.
15732
15733 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15734
15735         * message.el (message-yank-original): Don't switch point and mark
15736         unnecessarily to put point and mark as documented.
15737
15738 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15739
15740         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15741         from the message heads.
15742
15743 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15744
15745         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15746         article buffer does not have a window.  This may not be the best
15747         solution but is certainly better than setting the start of the null,
15748         that is the current, window.
15749
15750 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15753         (gnus-draft-setup): Run it.
15754
15755         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15756         gnus-score-fast-scoring.  Allow regexp.
15757         (gnus-score-headers): Use it.
15758
15759         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15760         XEmacs.
15761
15762         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15763         string.
15764         (gnus-button-alist): Also catch `<f1> k ...'.
15765         (gnus-treat-display-x-face): Fix doc string.
15766
15767 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15768
15769         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15770         evaluation of gnus-extended-version to ensure correct generation of the
15771         User-Agent header when message-generate-headers-first is used.
15772
15773 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15774
15775         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15776         hashcash-path is nil.  Don't call callback with incorrect number of
15777         parameters if val is 0.
15778
15779 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15780
15781         * message.el (message-required-news-headers):
15782         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15783
15784 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15785
15786         * tls.el (open-tls-stream): In handshake-waiting loop,
15787         don't wait more if there is output available to process.
15788
15789 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15790
15791         * tls.el (tls-program): Doc fix.
15792
15793 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * message.el (message-generate-new-buffers): Change the meaning of the
15796         nil value; add `standard' to the choices; treat t as `unique'; improve
15797         doc string.
15798         (gnus-select-frame-set-input-focus): Autoload.
15799         (message-buffer-name): Search for the existing message buffer if
15800         message-generate-new-buffers is nil or `standard'; treat the value t of
15801         message-generate-new-buffers as `unique'.
15802         (message-pop-to-buffer): Raise the frame already displaying the message
15803         buffer; clear the echo area after querying.
15804         (message-setup): Pass the `continue' argument to compose-mail.
15805         (message-mail): Prefer `switch-function' if it is given; search for the
15806         existing message buffer if the `continue' argument is non-nil; pass
15807         continue and switch-function arguments to compose-mail by way of
15808         message-setup.
15809         (message-mail-other-window): Adjust argument of message-setup.
15810         (message-mail-other-frame): Ditto.
15811
15812 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15815         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15816         to turn font-lock on when turning gnus-message-citation-mode on.
15817
15818 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15819
15820         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15821         (mml-smime-function-alist): New variable; add epg as the backend.
15822         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15823         mml-smime- functions instead.
15824         * mm-view.el: Require smime.
15825
15826 2007-03-05  Didier Verna  <didier@xemacs.org>
15827
15828         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15829         instead of just inheritance for posting styles.
15830         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15831
15832 2007-02-24  Chris Moore  <dooglus@gmail.com>
15833
15834         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15835         * pgg-pgp.el (pgg-pgp-encrypt-region):
15836         * pgg-gpg.el (pgg-gpg-encrypt-region):
15837         Check pgg-encrypt-for-me if no other recipients.
15838
15839 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15840
15841         * tls.el (tls-certtool-program): Fix custom type.
15842
15843 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15846         and point-at-eol instead of line-(beginning|end)-position.
15847
15848         * assistant.el (assistant-parse-buffer): Ditto.
15849
15850         * netrc.el (netrc-parse-services): Ditto.
15851
15852 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15853
15854         * mml2015.el (mml2015-epg-find-usable-key): New function.
15855         (mml2015-epg-sign): Use it.
15856         (mml2015-epg-encrypt): Use it.
15857
15858 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * message.el (message-make-in-reply-to): Quote name containing
15861         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15862         if there are special characters.  Reported by NAKAJI Hiroyuki
15863         <nakaji@jp.freebsd.org>.
15864
15865 2007-02-27  Didier Verna  <didier@xemacs.org>
15866
15867         Include the group parameters as well as the topic ones in the
15868         inheritance filter process.
15869         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15870         argument GROUP-PARAMS-LIST.
15871         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15872
15873 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * nntp.el (nntp-never-echoes-commands)
15876         (nntp-open-connection-functions-never-echo-commands): New variables.
15877         (nntp-send-command): Use them.
15878
15879 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15880
15881         * mml2015.el (mml2015-epg-verify): Simplify.
15882
15883 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * mml.el (mml-content-disposition-alist): New user option.
15886         (mml-content-disposition): New function.
15887         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15888         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15889
15890 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15891
15892         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15893         verification.
15894
15895 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15896
15897         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15898         articles posted in the last 24 hours.
15899
15900 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15901
15902         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15903
15904 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15905
15906         * nntp.el (nntp-send-command): Don't wait for echoes when
15907         nntp-open-ssl-stream is used.
15908
15909 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15912         (gnus-message-add-citation-keywords)
15913         (gnus-message-remove-citation-keywords): Remove.
15914         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15915         directly, make the variables in font-lock-defaults buffer-local, add
15916         gnus-message-citation-keywords to them and then update the value of
15917         font-lock-keywords.
15918
15919 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * message.el (message-cite-original-1): Don't call
15922         gnus-article-highlight-citation.
15923
15924         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15925         citations; fix line count.
15926
15927 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15930         (gnus-message-add-citation-keywords)
15931         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15932         versions of font-lock-add-keywords and font-lock-remove-keywords to
15933         work with XEmacs correctly.
15934
15935 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-cite.el (gnus-cite-face-list): Set the values of
15938         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15939         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15940         (gnus-message-cite-prefix-regexp): New variable.
15941         (gnus-message-search-citation-line): Use it; protect against long
15942         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15943         the 0th match data for Emacs.
15944         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15945         (gnus-message-add-citation-keywords): Append keywords rather than
15946         prepending; emulate font-lock-add-keywords if it is not available.
15947         (gnus-message-remove-citation-keywords):
15948         Emulate font-lock-remove-keywords if it is not available.
15949
15950         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15951
15952         * message.el (message-cite-prefix-regexp): Set the value of
15953         gnus-message-cite-prefix-regexp.
15954
15955 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15956
15957         * nnweb.el (nnweb-google-parse-1): Update parser.
15958
15959 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15960
15961         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15962
15963 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15964
15965         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15966         regexp.
15967
15968 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15971         string-to-multibyte.
15972         (uudecode-decode-region-internal): Use it.
15973
15974         * lpath.el: Fbind string-as-multibyte for XEmacs.
15975
15976 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15977
15978         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15979         Fix custom choice.
15980
15981         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15982
15983 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15984
15985         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15986
15987         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15988         `write-region' to respect `mm-inhibit-file-name-handlers'.
15989
15990 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15991
15992         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15993         Use gnus-home-directory instead of "~/" or "$HOME".
15994
15995 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15996
15997         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15998         to mention filename.
15999         Add comments at beginning regarding usage.
16000         (encrypt-write-file-contents): Change interactive so a string is
16001         acceptable.  If the file has no associated model, show an error instead
16002         of a nonsense prompt.
16003
16004 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16005
16006         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16007         Thanks to Yoshihiko Yamada for kind notification of this typo.
16008
16009 2007-01-12  Kenichi Handa  <handa@m17n.org>
16010
16011         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16012         multibyte buffer.
16013
16014 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16015
16016         * gnus-score.el (gnus-score-fast-scoring): New variable.
16017         (gnus-score-headers): Use it.
16018
16019         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16020
16021         * message.el (message-cite-original-1):
16022         Call gnus-article-highlight-citation if requested.
16023         (message-make-from): Allow name and address as optional arguments.
16024
16025         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16026
16027         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16028         bugs to doc string.
16029         (gnus-button-alist): Add mid\\|message-id.
16030         (gnus-button-fetch-group): Extend for use in
16031         `browse-url-browser-function'.
16032         (gnus-button-url-regexp): Try to catch paired parentheses like in
16033         Wikipedia URLs.
16034
16035         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16036         Suggested by Simon Krahnke <overlord@gmx.li>.
16037
16038 2007-01-13  Romain Francoise  <romain@orebokech.com>
16039
16040         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16041         Update copyright.
16042
16043 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16044
16045         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16046
16047 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16048
16049         * gnus-registry.el (gnus-registry-unfollowed-groups)
16050         (gnus-registry-split-fancy-with-parent): Fix documentation.
16051
16052 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16053
16054         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16055         from nnweb groups.
16056
16057 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16058
16059         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16060         Xref urls.  Erase buffer before requesting head.
16061
16062         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16063
16064 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16065
16066         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16067         customizable.
16068
16069 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16070
16071         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16072         no signing key is found.
16073         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16074         no encrypting and/or signing key is found.
16075
16076 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16077
16078         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16079
16080 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16081
16082         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16083         headers read from disk with the ones newly found in the current search.
16084         This should no longer cause problems, because the article numbers in
16085         Gmane's `nov.php' output are ignored since the previous change.
16086
16087 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16088
16089         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16090
16091 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16094         replace-regexp-in-string; bind url-version; fbind display-images-p and
16095         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16096         find-face and set-itimer-function for Emacs; bind itimer-list for
16097         Emacs.
16098
16099         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16100
16101 2007-01-01  Romain Francoise  <romain@orebokech.com>
16102
16103         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16104
16105 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16106
16107         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16108         `define-minor-mode' macro definition expanded properly.
16109         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16110         exclude it there.
16111
16112         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16113         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16114         `fboundp' test.
16115         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16116         This is OK to autoload in (S)XEmacs now.
16117
16118 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16119
16120         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16121         keystroke.
16122         (gnus-summary-limit-to-singletons): Fix typo.
16123
16124         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16125         else fails.
16126
16127 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16128
16129         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16130         docstring.
16131
16132         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16133         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16134         (gnus-summary-insert-dormant-articles): Fix typo in message.
16135
16136 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16137
16138         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16139         nil for XEmacs.
16140         (gnus-message-citation-mode): Don't autoload in XEmacs.
16141
16142         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16143
16144 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16145
16146         * nnimap.el (nnimap-expunge-search-string):
16147         Mention nnimap-search-uids-not-since-is-evil in docstring.
16148
16149 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16150
16151         * spam.el: Revert to make-obsolete-variable because
16152         define-obsolete-variable-alias is not supported in Emacs 21.
16153
16154         * spam.el (spam-ifile-path, spam-ifile-database-path)
16155         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16156         make-obsolete-variable.
16157         (spam-bsfilter-path, spam-bsfilter-program)
16158         (spam-spamassassin-path, spam-spamassassin-program)
16159         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16160         Don't use "path" inappropriately.
16161         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16162         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16163         variable names.
16164
16165 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16166
16167         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16168         summary buffer.
16169
16170         * password.el (password-cache-remove): Use clear-string to burn
16171         password, if available.
16172
16173 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16176
16177         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16178
16179         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16180         (gnus-message-highlight-citation): Move defcustom here from
16181         gnus-cite.el.
16182         (gnus-message-citation-mode): Autoload.
16183
16184         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16185         checks to make it compile with XEmacs.
16186         (gnus-message-citation-mode): New minor mode.
16187         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16188         (gnus-message-highlight-citation): New variables.
16189         (gnus-message-search-citation-line)
16190         (gnus-message-add-citation-keywords)
16191         (gnus-message-remove-citation-keywords)
16192         (turn-on-gnus-message-citation-mode)
16193         (turn-off-gnus-message-citation-mode): New functions.
16194
16195 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16196
16197         * gnus-cite.el: Enable highlighting of different citation levels in
16198         message-mode.
16199
16200 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * message.el (message-make-fqdn): Fix comment.
16203         (message-bogus-system-names): Add ".local".
16204
16205         * spam.el (spam-ifile-path, spam-ifile-program)
16206         (spam-ifile-database-path, spam-ifile-database)
16207         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16208         Don't use "path" inappropriately.
16209         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16210         strings.
16211         (spam-check-ifile, spam-ifile-register-with-ifile)
16212         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16213         Use new variable names.
16214
16215         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16216         (gnus-treat-display-smileys): Simplify using
16217         gnus-image-type-available-p.
16218
16219         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16220         available.
16221
16222         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16223         Use `display-images-p' if available.
16224
16225 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16228         one after turning on the buffer's multibyteness instead of decoding
16229         them directly in the unibyte buffer that causes unexpected conversion
16230         in Emacs 23 (unicode).
16231
16232 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16233
16234         * message.el (message-generate-hashcash): Fix custom type.
16235
16236 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16239
16240 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16241
16242         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16243         disconnect icons.  Add help text.
16244
16245 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16246
16247         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16248         negated to be consistent with the others we handle.
16249
16250 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16251
16252         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16253         version of gnus-summary-buffer to something, so that we can use two
16254         article buffers at the same time.
16255
16256 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16257
16258         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16259         trigger all the extra headers.
16260         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16261         sorting.
16262
16263 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16264
16265         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16266         solid groups.
16267
16268 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16269
16270         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16271
16272 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16273
16274         * legacy-gnus-agent.el: Add Copyright notice.
16275
16276 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16277
16278         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16279
16280 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16281
16282         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16283
16284         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16285         to make it work reliably in CVS Emacs.
16286         (gnus-summary-limit-strange-charsets-predicate)
16287         (gnus-summary-limit-to-predicate): New functions.
16288
16289 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16290
16291         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16292         specifying array size.
16293         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16294         array if it is too small.
16295         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16296         (gnus-sort-threads-loop): New function.
16297
16298 2006-12-06  Chris Moore  <dooglus@gmail.com>
16299
16300         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16301         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16302
16303 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16304
16305         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16306         options.
16307
16308 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16309
16310         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16311         DOS-ing the recipient.
16312
16313         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16314         the headers when creating the mapping to avoid mismappings.
16315         (nnweb-gmane-create-mapping): Always nix out old mapping.
16316
16317 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16320         and mm-verify-option to never.
16321
16322 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * message.el (message-signed-or-encrypted-p): New function.
16325         (message-forward-make-body): Use it.
16326
16327         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16328         Replace encode-coding-string with mm-encode-coding-string.
16329
16330 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * nneething.el (nneething-decode-file-name):
16333         Replace decode-coding-string with mm-decode-coding-string.
16334
16335         * gnus-int.el (gnus-open-server): Say failed server's name.
16336
16337 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16338
16339         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16340         strings to a single string.  Quote `errors-file-name'.
16341         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16342         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16343         Adjust calls.  Use `shell-quote-argument'.
16344
16345 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16346
16347         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16348         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16349
16350         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16351         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16352         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16353         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16354         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16355         (gnus-subscribe-newsgroup, gnus-1):
16356         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16357         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16358         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16359         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16360
16361 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16362
16363         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16364         keystroke.
16365         (gnus-summary-limit-to-bodies): Implement headersp.
16366
16367 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16368
16369         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16370
16371 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16374
16375 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16376
16377         * message.el (message-generate-hashcash): Expand range of values to
16378         include `opportunistic'.
16379         (message-send-mail): Use it.
16380
16381 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16382
16383         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16384         and comment it.
16385
16386         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16387
16388 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus-util.el (gnus-extract-address-components): Improve comment.
16391
16392 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-util.el (gnus-extract-address-components): Work with address in
16395         which the name portion contains @.
16396
16397         * lpath.el: Fbind custom-autoload.
16398
16399 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * gnus.el (gnus-start): Move custom group up.
16402         (gnus-select-method): Don't autoload, but make it available for
16403         `customize-variable'.
16404         (gnus-getenv-nntpserver): Don't autoload.
16405
16406 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16407
16408         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16409
16410 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * message.el (message-sendmail-extra-arguments): New variable.
16413         (message-send-mail-with-sendmail): Use it.
16414
16415 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16418         mm-with-unibyte-current-buffer to make string unibyte.
16419
16420         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16421         mm-string-as-multibyte.
16422
16423 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16424
16425         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16426         Reported by Werner Koch <wk@gnupg.org>.
16427
16428 2006-11-14  Daiki Ueno  <ueno@p360>
16429
16430         * mml2015.el: Autoload epa-select-keys when compiling.
16431
16432 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16433
16434         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16435         message-options.
16436         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16437
16438 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16439
16440         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16441         EasyPG (< 0.0.6).
16442         (mml2015-always-trust): New user option.
16443         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16444         prompt.
16445
16446 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * nntp.el (nntp-authinfo-force): New variable.
16449         (nntp-send-authinfo): Use it.
16450
16451 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16454         decode encoded words.  Improve prompt.  Add comment about forwarding.
16455         (message-replacement-char): Move up.
16456
16457 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16458
16459         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16460         instead of gnus-intersection because arguments of gnus-sorted-nunion
16461         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16462
16463 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16464
16465         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16466         (message-simplify-subject-functions):
16467         Enable message-strip-subject-encoded-words by default.
16468
16469 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16470
16471         * message.el (message-strip-subject-encoded-words): New function.
16472         (message-simplify-subject-functions): New variable.
16473         (message-simplify-subject): Use it.  Fix typo in doc string.
16474         Support message-strip-subject-encoded-words.
16475
16476 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16477
16478         * gnus-diary.el (gnus-diary-delay-format-function):
16479         * nndiary.el (nndiary-reminders):
16480         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16481
16482 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16483
16484         * gnus-art.el (article-hide-boring-headers): Fetch date from
16485         gnus-original-article-buffer to avoid problems with localized date
16486         strings.
16487
16488 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16491
16492 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16493
16494         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16495         New variables.
16496         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16497         (mm-charset-synonym-alist): Move some entries to
16498         mm-codepage-iso-8859-list.
16499         (mm-charset-synonym-alist, mm-charset-override-alist):
16500         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16501
16502 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16505
16506 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16509         with Emacs 21 and XEmacs.
16510
16511 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16512
16513         * spam.el (spam-parse-address): New function for better parsing,
16514         catching errors, etc.
16515         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16516
16517 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16518
16519         * mm-view.el: Add interactive arg to html2text autoload.
16520
16521 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16524
16525 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16528         New variables.
16529         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16530         (mm-charset-synonym-alist): Move some entries to
16531         mm-codepage-iso-8859-list.
16532
16533         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16534
16535 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * message.el (message-citation-line-format)
16538         (message-insert-formated-citation-line): Fix implementation of %E, %N
16539         and %n according to the doc string.
16540
16541 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16542
16543         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16544         Use car-safe to avoid bad parses.
16545
16546 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16549         names.
16550
16551         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16552
16553 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16556         header.
16557
16558         * message.el (message-draft-headers): Add Date.
16559         (message-headers-to-generate): Fix typo in docstring.
16560
16561         * nndraft.el (nndraft-required-headers): New variable.
16562         (nndraft-generate-headers): Use it.
16563
16564         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16565
16566 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16567
16568         * gnus-registry.el (gnus-registry-wash-for-keywords)
16569         (gnus-registry-find-keywords): New functions to allow easy searching of
16570         articles that are in the registry.
16571
16572 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16573
16574         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16575         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16576         Reported by Damien Elmes <damien@repose.cx>.
16577
16578 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16579
16580         * gnus.el (gnus-mime): Remove unused custom group.
16581
16582 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16583
16584         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16585         "blank line" when searching for end of armor headers.
16586
16587 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * gmm-utils.el (gmm-write-region): Fix variable name.
16590
16591 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * gmm-utils.el (gmm-write-region): New function based on compatibility
16594         code from `mm-make-temp-file'.
16595
16596         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16597
16598         * nnmaildir.el (nnmaildir--update-nov)
16599         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16600         Use `gmm-write-region'.
16601
16602 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16603
16604         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16605         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16606
16607         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16608
16609         * message.el (message-replacement-char): New variable.
16610         (message-fix-before-sending): Use it.
16611         (message-simplify-subject): New function to remove duplicate code.
16612         (message-reply, message-followup): Use it.
16613
16614         * gnus-sum.el (gnus-summary-make-menu-bar):
16615         Clarify gnus-summary-limit-to-articles.
16616
16617 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * gnus-util.el (gnus-with-local-quit): New macro.
16620
16621         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16622
16623 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16624
16625         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16626         ignore non-string data.
16627
16628 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16629
16630         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16631         non-string data (needs to be done in the registry too).
16632
16633 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16634
16635         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16636         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16637         (gnus-registry-split-fancy-with-parent)
16638         (gnus-registry-fetch-simplified-message-subject-fast)
16639         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16640         Remove text properties on ingress into the registry and when it's saved.
16641         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16642         registry from entries with no groups.
16643
16644 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16645
16646         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16647         function to remove string properties.
16648
16649 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16650
16651         * gmm-utils.el (gmm): Adjust custom version.
16652
16653         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16654         Adjust custom version.
16655
16656         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16657
16658 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * gnus-art.el (gnus-insert-prev-page-button)
16661         (gnus-insert-next-page-button): Simplify.  Reformat.
16662
16663 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16664
16665         * gnus-art.el (gnus-insert-prev-page-button)
16666         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16667
16668 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16669
16670         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16671
16672 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16673
16674         * gnus-art.el (gnus-insert-mime-button)
16675         (gnus-insert-mime-security-button):
16676         Apply gnus-article-button-face to MIME and security buttons.
16677
16678 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16681         readable.
16682
16683 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16686
16687 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16688
16689         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16690         `browse-url-of-file' instead of `browse-url'.
16691
16692 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16693
16694         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16695         regexp.  Articles containing quotation were cut prematurely.
16696
16697 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * message.el (message-cite-original-1): Use nobody by default for the
16700         value of From header.
16701         (message-reply): Ditto.
16702
16703 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16704
16705         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16706         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16707         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16708
16709 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16710
16711         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16712         mails in the doc string.  Add some URLs in comment.
16713         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16714
16715 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16718         backslashes handling and the way to find boundaries of quoted strings.
16719
16720 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16721
16722         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16723         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16724         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16725         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16726
16727 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16728
16729         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16730         doc string.
16731         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16732
16733 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * lpath.el: Fbind epg-check-configuration.
16736
16737 2006-09-06  Simon Josefsson  <jas@extundo.com>
16738
16739         * mml2015.el (mml2015-use): Doc fix, mention epg.
16740
16741 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16742
16743         * mml2015.el (mml2015-use): Default to epg, if available.
16744
16745 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16746
16747         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16748         message-sender.
16749         (mml1991-epg-encrypt): Ditto.
16750         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16751         message-sender.
16752         (mml2015-epg-encrypt): Ditto.
16753
16754 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16755
16756         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16757         several common directories.
16758
16759 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16760
16761         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16762         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16763
16764 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-art.el (article-decode-encoded-words): Make it fast.
16767
16768 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16771
16772         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16773         in quoted string into `\'.
16774
16775 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16778         Use standard-syntax-table.
16779
16780 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-art.el (gnus-decode-address-function): New variable.
16783         (article-decode-encoded-words): Use it to decode headers which are
16784         assumed to contain addresses.
16785         (gnus-mime-delete-part): Remove useless `or'.
16786
16787         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16788         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16789         (gnus-nov-parse-line): Use it to decode From header.
16790         (gnus-get-newsgroup-headers): Ditto.
16791         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16792
16793         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16794         (mail-decode-encoded-address-string): New alias.
16795
16796         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16797         New function.
16798         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16799         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16800         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16801         (rfc2047-decode-string): Ditto.
16802         (rfc2047-decode-address-region): New function.
16803         (rfc2047-decode-address-string): New function.
16804
16805 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * message.el (message-caesar-buffer-body): Allow rotating headers.
16808
16809         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16810
16811         * message.el (message-insert-formated-citation-line): Fix %f.
16812         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16813
16814 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16817         (gnus-bookmark-mouse-available-p): New macro.
16818         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16819         (gnus-bookmark-bmenu-show-infos): Use it.
16820         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16821         (gnus-bookmark-bmenu-hide-infos): Ditto.
16822         (gnus-bookmark-remove-properties): New function.
16823         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16824         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16825         (gnus-bookmark-write-file): Bind coding-system-for-write.
16826         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16827         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16828         group before selecting it.
16829         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16830         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16831         quit-window if it is not available; use gnus-mouse-2 and bind it to
16832         gnus-bookmark-bmenu-select-by-mouse.
16833         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16834         (gnus-bookmark-bmenu-select-by-mouse): New function.
16835
16836 2006-08-13  Romain Francoise  <romain@orebokech.com>
16837
16838         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16839         space.
16840
16841 2006-08-10  Romain Francoise  <romain@orebokech.com>
16842
16843         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16844         (dns-mode-soa-auto-increment-serial): New user option.
16845         (dns-mode-soa-maybe-increment-serial): New function.
16846         (dns-mode): Add the latter to `write-contents-functions'.
16847
16848 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * compface.el (uncompface): Use binary rather than raw-text-unix.
16851
16852 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * compface.el (uncompface): Make sure the eol conversion doesn't take
16855         place when communicating with the external programs.
16856         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16857
16858 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16861
16862 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16863
16864         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16865         Make it more robust by parsing author and date independently.
16866
16867 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16870
16871 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16872
16873         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16874         first matching secret key.
16875         (mml2015-epg-encrypt): Ditto.
16876
16877         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16878         first matching secret key.
16879         (mml1991-epg-encrypt): Ditto.
16880
16881         * mml2015.el (mml2015-encrypt-to-self): New user option.
16882         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16883         mml2015-epg-encrypt-to-self is set.
16884
16885         * mml1991.el (mml1991-encrypt-to-self): New variable.
16886         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16887         mml1991-epg-encrypt-to-self is set.
16888
16889         * mml2015.el (mml2015-signers): New user option.
16890         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16891         (mml2015-epg-encrypt): Allow to select signing keys.
16892
16893         * mml1991.el (mml1991-signers): New variable.
16894         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16895         (mml1991-epg-encrypt): Allow to select signing keys.
16896
16897 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * nnheader.el (nnheader-insert-head): Make it work even if the file
16900         uses CRLF for the line-break code.
16901
16902 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16903
16904         * mml2015.el: Require mml-sec instead of password.
16905         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16906         (mml2015-cache-passphrase): Inherit the default value from
16907         mml-secure-cache-passphrase.
16908         (mml2015-passphrase-cache-expiry): Inherit the default value from
16909         mml-secure-passphrase-cache-expiry.
16910
16911         * mml1991.el: Require mml-sec instead of password.
16912         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16913         (mml1991-cache-passphrase): Inherit the default value from
16914         mml-secure-cache-passphrase.
16915         (mml1991-passphrase-cache-expiry): Inherit the default value from
16916         mml-secure-passphrase-cache-expiry.
16917
16918         * mml-sec.el: Require password.
16919         (mml-secure-verbose): New user option.
16920         (mml-secure-cache-passphrase): New user option.
16921         (mml-secure-passphrase-cache-expiry): New user option.
16922
16923 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16924             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16925
16926         * pgg-def.el (pgg-truncate-key-identifier):
16927         Truncate the key ID to 8 letters from the end.
16928
16929 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16930
16931         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16932         workaround for the url package included with Emacs.
16933
16934         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16935
16936 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16939         correctly.  This fixes a bug caused by the 2006-05-12 change.
16940
16941 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16942
16943         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16944         some information about the error when saying that the `bogus' mail
16945         group will be used.
16946
16947 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16948
16949         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16950         string.
16951
16952 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16953
16954         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16955
16956 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16957
16958         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16959
16960 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16961
16962         * mml1991.el (mml1991-function-alist): Add epg.
16963         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16964         (mml1991-epg-encrypt): New functions.
16965
16966 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16967
16968         * mml2015.el (mml2015-verbose): New variable.
16969         (mml2015-cache-passphrase): Ditto.
16970         (mml2015-passphrase-cache-expiry): Ditto.
16971         (mml2015-function-alist): Add epg.
16972         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16973         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16974         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16975         New functions.
16976
16977 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16978
16979         * message.el (message-cite-original-1): Preserve region when removing
16980         quoted text due to X-No-Archive in order to avoid bogus attribution
16981         when citing multiple messages.
16982
16983 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16984
16985         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16986         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16987
16988 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16989
16990         * gnus-diary.el (gnus-user-format-function-d)
16991         (gnus-user-format-function-D): Autoload.
16992
16993         * imap.el (Commentary): Fix typo.
16994
16995         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16996         2006-04-22 contribution.
16997
16998 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16999
17000         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17001         It didn't really fix the bogosity I'm seeing with solid web groups.
17002
17003 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17004
17005         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17006         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17007         created using server names.  If we use the feature without declaring
17008         it, Gnus does not properly manage server and group state.
17009
17010         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17011         bound.
17012
17013 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17014
17015         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17016         looking up the method using GROUP's prefix before inventing a new one.
17017         It is used on killed/unknown groups in various places where returning
17018         an all-new method isn't expected by the caller.
17019
17020         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17021         and match semantics of gnus-group-real-prefix.
17022
17023 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * nnmail.el (nnmail-broken-references-mailers): New variable.
17026         (nnmail-ignore-broken-references): New function generalizing
17027         nnmail-fix-eudora-headers.
17028         (nnmail-fix-eudora-headers): Now obsolete.
17029
17030         * gnus-art.el (gnus-button-handle-custom):
17031         Support `customize-apropos*'.
17032
17033 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17034
17035         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17036
17037         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17038         articles.
17039
17040 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17041
17042         * message.el (message-cite-reply-above): New variable.
17043         (message-yank-original): Use it.
17044
17045 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17048
17049 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17052         as read.
17053
17054         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17055
17056 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17057
17058         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17059         (gnus-bookmark-default-file): Use gnus-directory.
17060         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17061         Remove "*" in doc string.
17062         (gnus-bookmark-write-file): Simplify.
17063         (gnus-bookmark-maybe-sort-alist): Use `when'.
17064         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17065         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17066         Add FIXME about Emacs 21 and XEmacs compatibility.
17067         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17068         compatibility.
17069         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17070         compatibility.
17071         (gnus-bookmark-menu-heading): Fix version.
17072
17073 2006-06-19  Bastien Guerry  <bzg@altern.org>
17074
17075         * gnus-bookmark.el: New file.
17076
17077 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * message.el (message-syntax-checks): Doc fix.
17080
17081 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17082
17083         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17084         unsubscribed groups as if they were killed ones.  It causes duplicate
17085         entries in gnus-newsrc-alist.
17086
17087 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * message.el (message-syntax-checks): Doc fix.
17090         (message-send-mail): Add check for continuation headers.
17091         (message-check-news-header-syntax): Fix regexp used to check for
17092         continuation headers.
17093
17094 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17097
17098 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17101
17102 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17105         default-truncate-lines.
17106
17107 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17110         to fill the utf-8 entry.
17111
17112         * lpath.el: Fbind unicode-precedence-list.
17113
17114 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17115
17116         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17117
17118 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17119
17120         * gnus-agent.el (directory-files-and-attributes): Move all the way
17121         forward (the third and final move).
17122         (gnus-agent-read-agentview): Trap reconstruction errors due to
17123         nonexistent directory.  Handle by returning nil.
17124
17125 2006-05-30  Didier Verna  <didier@xemacs.org>
17126
17127         * message.el (message-dont-reply-to-names): Update the custom type.
17128         * message.el (message-dont-reply-to-names): New defsubst: potentially
17129         convert a list of regexps into a single one.
17130         * message.el (message-get-reply-headers): Use it.
17131         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17132
17133 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * gnus-agent.el (directory-files-and-attributes): Move forward.
17136
17137 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * gnus-ml.el (gnus-mailing-list-subscribe)
17140         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17141         (gnus-mailing-list-message): Fix doc strings.
17142
17143 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17144
17145         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17146         of doing it manually.
17147
17148 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17149
17150         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17151         comment.
17152
17153 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17154
17155         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17156         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17157         (gnus-agent-read-local): All symbols allocated in my-obarray.
17158         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17159         (gnus-agent-regenerate-group): Check numeric names to see if they are
17160         messages or groups.
17161         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17162         better way of do this...)
17163
17164         * gnus-cache.el (gnus-agent-total-fetched-for):
17165         Ignore 'dummy.group' (there should be a better way of do this...)
17166
17167 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17170         (gnus-saved-headers): Ditto.
17171         (gnus-default-article-saver): Mention functions may have properties.
17172         (gnus-article-save): Override gnus-save-all-headers and
17173         gnus-saved-headers by :headers property which saver function may have.
17174         (gnus-summary-save-in-file): Add :headers property.
17175         (gnus-summary-write-to-file): Ditto.
17176
17177         * gnus-sum.el (gnus-summary-save-article): Bind
17178         gnus-prompt-before-saving to t when saving many articles in a file;
17179         always show all headers.
17180
17181         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17182
17183 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17184
17185         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17186         marks.
17187
17188         * message.el (message-indent-citation): Add optional arguments to allow
17189         using it outside of message buffers.
17190
17191         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17192         (gnus-article-treat-unfold-headers): Use it.
17193         (gnus-article-truncate-lines): New variable.
17194         (gnus-article-mode): Use it.
17195         (gnus-article-toggle-truncate-lines): New function.
17196
17197         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17198         Add gnus-article-toggle-truncate-lines.
17199
17200         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17201         coding system in XEmacs, use binary.
17202
17203 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17206         after-load-alist.
17207
17208         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17209         this function should save decoded articles.
17210         (gnus-summary-write-to-file): Use property to specify this function
17211         should save decoded articles and specify gnus-summary-save-in-file
17212         should be used to save articles other than the first one when saving
17213         many articles.
17214         (gnus-summary-save-body-in-file): Use property to specify this
17215         function should save decoded articles.
17216         (gnus-summary-write-body-to-file): Use property to specify this
17217         function should save decoded articles and specify
17218         gnus-summary-save-body-in-file should be used to save articles other
17219         than the first one when saving many articles.
17220
17221         * gnus-sum.el (gnus-summary-save-article): Simplify.
17222
17223 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * gnus-art.el (gnus-default-article-saver):
17226         Add gnus-summary-write-body-to-file.
17227         (gnus-article-save-coding-system): Don't use coding system object
17228         in XEmacs.
17229         (gnus-read-save-file-name): Add optional `dir-var' argument which
17230         specifies directory in which files are saved; work even if optional
17231         `variable' argument is not specified.
17232         (gnus-summary-write-to-file): Read file name.
17233         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17234         (gnus-summary-write-body-to-file): New function.
17235
17236         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17237         (gnus-summary-local-variables): Add it.
17238         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17239         (gnus-summary-save-article): Remove optional `decode' argument;
17240         determine whether to decode articles by the value of
17241         gnus-default-article-saver; when saving many files using
17242         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17243         it first and use gnus-summary-save-in-file or
17244         gnus-summary-save-body-in-file thereafter unless
17245         gnus-prompt-before-saving is always; move point to article which
17246         will be saved.
17247         (gnus-summary-save-article-file): Revert.
17248         (gnus-summary-write-article-file): Revert.
17249         (gnus-summary-save-article-body-file): Revert.
17250         (gnus-summary-write-article-body-file): New function.
17251
17252 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17253
17254         * gnus-art.el (gnus-default-article-saver): Doc fix.
17255         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17256         from gnus-summary-save-article-coding-system, and default to a
17257         certain coding system.
17258         (gnus-output-to-file): Add coding cookie and encode text according
17259         to gnus-article-save-coding-system; don't use mm-append-to-file.
17260
17261         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17262         gnus-art.el and rename to gnus-article-save-coding-system.
17263         (gnus-summary-save-article): Require gnus-art; don't show all
17264         headers if it decodes articles; don't add coding cookie here;
17265         don't bind mm-text-coding-system-for-write.
17266         (gnus-summary-save-article-file): Save decoded articles.
17267         (gnus-summary-write-article-file): When saving many files, use
17268         gnus-summary-write-to-file first and gnus-summary-save-in-file
17269         thereafter unless gnus-prompt-before-saving is always.
17270         (gnus-summary-save-article-body-file): Save decoded articles.
17271
17272         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17273
17274 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * nnrss.el (nnrss-check-group): Bind hash-index.
17277
17278 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17279
17280         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17281         its hash index.  Store this hash in `nnrss-group-data'.
17282         (nnrss-read-group-data): Update accordingly.
17283
17284 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17285
17286         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17287         entry.
17288
17289         * gnus-sum.el (gnus-summary-make-menu-bar):
17290         Add gnus-article-browse-html-article.
17291
17292 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17293
17294         * gnus-sum.el (gnus-summary-mime-map):
17295         Add gnus-article-browse-html-article.
17296
17297         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17298
17299 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17300
17301         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17302         suitable coding systems in customize.
17303
17304 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17305
17306         * mail-source.el (mail-sources): Fix custom type.
17307
17308 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17311         (gnus-summary-expire-articles-now): Shorten prompt.
17312
17313         * gmm-utils.el (wid-edit): Require.
17314         (defun-gmm): Rename from `gmm-defun-compat'.
17315         (gmm-image-search-load-path): Use it.
17316         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17317
17318 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * gnus-sum.el (gnus-summary-save-article-coding-system):
17321         New variable.
17322         (gnus-summary-save-article): Add optional `decode' argument.
17323         If it is set and gnus-summary-save-article-coding-system is non-nil,
17324         save decoded article.
17325         (gnus-summary-write-article-file): Save decoded article if
17326         gnus-summary-save-article-coding-system is non-nil.
17327
17328         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17329         type.
17330
17331 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17334
17335 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17338         first to test gnus-single-article-buffer which may be buffer-local.
17339
17340         * gnus-sum.el (gnus-summary-setup-buffer):
17341         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17342         group; make gnus-article-buffer, gnus-article-current, and
17343         gnus-original-article-buffer always buffer-local.
17344         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17345         group.
17346         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17347
17348 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17349
17350         * nnml.el (nnml-request-compact-group): Compressed files might not
17351         have .gz extension.
17352
17353 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17354
17355         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17356         (mm-copy-to-buffer): Use with-current-buffer.
17357         (mm-display-part): Simplify.
17358         (mm-inlinable-p): Add optional arg `type'.
17359
17360 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17361
17362         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17363         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17364         Try harder to show the attachment internally or externally using
17365         gnus-mime-view-part-as-type.
17366
17367 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17368
17369         * message.el (message-from-style, message-signature-separator)
17370         (message-user-organization-file, message-send-mail-function)
17371         (message-citation-line-function, message-yank-prefix)
17372         (message-indent-citation-function, message-signature)
17373         (message-signature-file, message-signature-insert-empty-line):
17374         Remove autoloads.
17375
17376         * gnus-art.el (gnus-buttonized-mime-types):
17377         Remove "multipart/signed".  Revert 2006-04-26 change.
17378
17379 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17380
17381         * gnus.el (gnus-version-number): Bump version.
17382
17383 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17384
17385         * gnus.el: No Gnus v0.5 is released.
17386
17387 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17388
17389         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17390         fetching articles by message-id.
17391
17392 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17393
17394         * message.el (hashcash): Require hashcash as normal.
17395
17396         * ecomplete.el (ecomplete-highlight-match-line):
17397         Use point-at-eol.
17398         (ecomplete-highlight-match-line): Use `highlight', because that
17399         face exists in both Emacs and XEmacs.
17400
17401         * message.el (message-display-abbrev): Use point-at-bol.
17402
17403         * mail-source.el: Don't require timer/timer-funcs.
17404
17405         * gnus-async.el: Ditto.
17406
17407         * password.el: Ditto.
17408
17409         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17410
17411         * mm-url.el: Ditto.
17412
17413         * gnus-xmas.el: Don't require timer-funcs.
17414
17415         * mm-util.el: Require timer/timer-funcs.
17416
17417 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17418
17419         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17420         Close.
17421
17422 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17425         unibyte after clear-decrypt function runs.
17426
17427         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17428         returns as a unibyte string.
17429
17430 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * lpath.el: Revert.
17433
17434         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17435         (pgg-gpg-process-sentinel): Revert.
17436
17437         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17438         (pgg-pgp-lookup-key): Revert.
17439
17440         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17441         (pgg-pgp5-lookup-key): Revert.
17442
17443         * pgg.el (pgg-fetch-key): Revert.
17444
17445 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * lpath.el: Fbind string-as-multibyte for XEmacs.
17448
17449         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17450         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17451         (mml1991-pgg-encrypt): Ditto.
17452
17453         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17454         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17455         a multibyte buffer.
17456
17457         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17458         (pgg-pgp-lookup-key): Ditto.
17459
17460         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17461         (pgg-pgp5-lookup-key): Ditto.
17462
17463         * pgg.el (pgg-fetch-key): Ditto.
17464
17465 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * message.el (message-user-organization-file): Check several
17468         locations of the organization file.
17469
17470         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17471         Add gnus-article-view-part-as-type.
17472
17473         * gnus-art.el (gnus-article-view-part-as-type): New function.
17474
17475         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17476         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17477
17478         * mml.el: Simplify autoload.
17479         (mml-mode): defvar dnd-protocol-alist instead of using
17480         symbol-value.
17481         (mml-default-directory): New variable.
17482         (mml-minibuffer-read-file): Use it.
17483         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17484
17485         * message.el (message-citation-line-format): New variable.
17486         (message-insert-formated-citation-line): New function.
17487         (message-citation-line-function):
17488         Add `message-insert-formated-citation-line' to custom type.
17489
17490         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17491         to doc string.
17492
17493         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17494         depending on mm-verify-option.
17495
17496 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17499         binding pgg-* variables; reimplement the section which prevents
17500         MIME header from being signed.
17501         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17502         pgg-text-mode; remove a blank line at the top of body.
17503
17504         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17505         lines at the top of body; use gnus-newsgroup-charset if there's no
17506         Charset header.
17507
17508 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * message.el (message-self-insert-commands): Doc fix.
17511
17512         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17513         (mm-uu-pgp-encrypted-test): Ditto.
17514         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17515         between header and body; return application/pgp-encrypted handle
17516         if decryption failed; decode decrypted body by charset.
17517
17518         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17519         element match to application/pgp-*.
17520
17521 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17522
17523         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17524         HTML.
17525
17526 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17527
17528         * mail-source.el (mail-source-call-script): Message the error
17529         string.
17530
17531 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532
17533         * gnus-util.el (gnus-byte-compile): Use it.
17534
17535 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17536
17537         * gnus-util.el (kill-empty-logs): New function.
17538
17539 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17540
17541         * message.el (message-mail-alias-type): Doc fix.
17542         (message-mail-alias-type-p): New function.
17543         (message-send): Use it.
17544         (message-mode): Ditto.
17545         (message-strip-forbidden-properties): Ditto.
17546
17547         * ecomplete.el (ecomplete-database-file-coding-system):
17548         New variable.
17549         (ecomplete-save): Use it.
17550         (ecomplete-setup): Use it.
17551
17552 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17553
17554         * message.el (message-self-insert-commands): New variable.
17555         (message-strip-forbidden-properties): Use it.
17556
17557 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17558
17559         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17560         that doesn't make XEmacs choke.
17561
17562 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17563
17564         * gnus-util.el (gnus-replace-in-string):
17565         Prefer replace-regexp-in-string over of replace-in-string.
17566
17567 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * gnus-util.el (gnus-select-frame-set-input-focus):
17570         Use select-frame-set-input-focus if it is available in XEmacs; use
17571         definition defined in Emacs 22 for old Emacsen.
17572
17573         * dgnushack.el: Autoload unmorse-region for XEmacs.
17574
17575         * lpath.el: Bind cursor-in-non-selected-windows and
17576         select-frame-set-input-focus for XEmacs.
17577
17578 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17581
17582 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17583
17584         * gnus-registry.el (gnus-registry-cache-save): Remove text
17585         properties when saving via the temp buffer.
17586
17587 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17588
17589         * message.el (message-generate-hashcash): Honor custom type.
17590
17591 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17592
17593         * message.el (message-generate-hashcash): Default to non-nil when
17594         hashcash is found.
17595
17596         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17597         (gnus-refer-thread-limit): Increase default to 500.
17598
17599         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17600
17601         * flow-fill.el (fill-flowed): Allow delete-space.
17602
17603 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17604
17605         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17606         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17607         Remove autoloads.
17608
17609 2006-04-18  Simon Josefsson  <jas@extundo.com>
17610
17611         * message.el (message-generate-hashcash): Default to.
17612
17613 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17616         concatenating segments rather than before concatenating them.
17617
17618 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17619
17620         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17621
17622 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17623
17624         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17625
17626         * message.el (message-forward-make-body-plain):
17627         Allow message-forward-ignored-headers to be a list.
17628         (message-remove-ignored-headers): Factor out into function.
17629         (message-forward-make-body-mml): Use it.
17630
17631         * imap.el (imap-quote-specials): New function.
17632         (imap-login-auth): Quote specials.
17633
17634         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17635         (rfc2231-parse-string): Allow concatanation of parameters that
17636         aren't contiguous.  The test case is
17637           (mail-header-parse-content-type "message/external-body;
17638             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17639             access-type=LOCAL-FILE;
17640             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17641
17642 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17643
17644         * nntp.el (nntp-accept-process-output): Return the value of
17645         `nnheader-accept-process-output'.
17646
17647 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17648
17649         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17650         (gnus-button-alist): Recognize more diff formats.
17651         (gnus-button-patch): Strip directory.
17652
17653 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17654
17655         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17656         Emacs 22 when setting focus.
17657
17658 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17659
17660         * gnus-art.el (gnus-article-treat-types): Do treatment of
17661         text/x-verbatim parts.
17662         (gnus-button-patch): New command.
17663
17664         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17665         addresses that contain invalid characters.
17666
17667 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * message.el (message-put-addresses-in-ecomplete):
17670         Use gnus-replace-in-string.
17671         (message-is-yours-p): Use the more correct
17672         mail-header-parse-address instead of
17673         mail-extract-address-components.
17674         (message-put-addresses-in-ecomplete): Fix typo.
17675
17676         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17677         keystroke.
17678
17679         * gnus-art.el (gnus-treatment-function-alist): Change order of
17680         newsgroups/generic header folding to avoid double-folding.
17681
17682         * message.el (message-hidden-headers): Add X-Draft-From.
17683
17684         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17685         New command.
17686         (gnus-summary-repeat-search-article-backward): New command.
17687
17688         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17689         groups in the parent topic.
17690
17691 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17692
17693         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17694         (spam-extra-header-to-number): Return the CRM114 number as a
17695         number instead of a string.
17696
17697 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17698
17699         * gnus-art.el (gnus-face-properties-alist): Move here from
17700         gnus-fun.
17701
17702         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17703
17704 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17705
17706         * message.el (message-strip-forbidden-properties): Only display on
17707         self-insert-command.
17708
17709         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17710         reindent.
17711         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17712
17713 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17714
17715         * smiley.el (smiley-style): Fix typo.
17716
17717 2006-03-23  Kenichi Handa  <handa@m17n.org>
17718
17719         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17720         instead of set-buffer-multibyte.
17721
17722 2006-03-23  Kenichi Handa  <handa@m17n.org>
17723
17724         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17725         buffer and then decode the buffer text if necessary.
17726         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17727         first, and after mm-encode-body, change the buffer to unibyte.
17728
17729 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17730
17731         * hashcash.el (hashcash-insert-payment-async-2):
17732         Use message-goto-eoh instead of doing it manually.
17733         (mail-add-payment): Use message-narrow-to-header instead of trying
17734         to do the same itself.
17735
17736         * message.el (message-hidden-headers): Add Face.
17737
17738         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17739         reparenting code.
17740         (gnus-summary-reparent-children): Refactored out code.
17741         (gnus-summary-thread-map): New keystroke.
17742         (gnus-summary-reparent-children): Make into command.
17743
17744         * smiley.el (smiley-style): Default to `medium' if using a large
17745         font.
17746
17747         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17748         does it itself.
17749
17750         * message.el (message-point-in-header-p): Simplify definition.
17751
17752 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17753
17754         * nnagent.el (nnagent-request-set-mark): Silence log file
17755         writing.
17756         (nnagent-request-set-mark): Use write-region instead of
17757         append-to-file.
17758
17759         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17760         strange select method.
17761
17762         * ecomplete.el (ecomplete-display-matches): Get highlightling
17763         right.
17764         (ecomplete-display-matches): Use literals.
17765         (ecomplete-display-matches): Disable message logging.
17766
17767         * message.el (message-display-abbrev): Small optimization.
17768
17769         * ecomplete.el (ecomplete-display-matches): Allow automatic
17770         display.
17771
17772         * message.el (message-strip-forbidden-properties):
17773         Display abbrevs.
17774         (message-display-abbrev): Get automatic display right.
17775
17776         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17777         keystrokes.
17778
17779 2006-04-13  Romain Francoise  <romain@orebokech.com>
17780
17781         TODO: Backport to v5-10!
17782
17783         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17784         Move here (and rename) from gnus-registry.el.
17785
17786         * gnus-registry.el: Require gnus-util.
17787         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17788
17789 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17790
17791         * gnus-group.el (gnus-group-catchup-current):
17792         Change if-then-else-if-then-else into cond.
17793         (gnus-group-catchup): Indent.
17794         (group-name-at-point): New function.
17795         (gnus-fetch-group): Provide default from thing at point.
17796
17797 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17798
17799         * message.el (message-display-abbrev): Fix regexp.
17800
17801         * ecomplete.el (ecomplete-highlight-match-line):
17802         Reimplement choosing.
17803         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17804         dead variables.
17805
17806         * message.el (message-newline-and-indent): Remove debugging.
17807         (message-display-abbrev): Use new implementation.
17808
17809 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17810
17811         * gnus-art.el (gnus-article-mode):
17812         Set cursor-in-non-selected-windows to nil.
17813
17814         * smiley.el: Revert previous change.
17815         (smiley-data-directory): defvar it before using it in the
17816         defcustom of `smiley-style'.
17817
17818 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17819
17820         * message.el (message-newline-and-indent): New function.
17821
17822         * ecomplete.el: Implement more bits.
17823
17824         * message.el (message-put-addresses-in-ecomplete): Clean up the
17825         string.
17826
17827         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17828
17829         * gnus-sum.el (gnus-summary-save-parts):
17830         Bind gnus-summary-save-parts-counter and use it to make unique file
17831         names.
17832
17833         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17834
17835         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17836         parameter to say whether to actually parse the individual
17837         addresses.
17838
17839         * message.el (message-put-addresses-in-ecomplete): New function.
17840         (ecomplete): Require.
17841         (message-mail-alias-type): Add ecomplete as an option.
17842
17843 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17844
17845         * flow-fill.el (fill-flowed): Remove trailing space from blank
17846         quoted lines.
17847
17848 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17849
17850         * smiley.el (smiley-style): Move definition later to avoid a
17851         compilation warning.
17852
17853 2006-04-12  Kenichi Handa  <handa@m17n.org>
17854
17855         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17856         buffer and then decode the buffer text if necessary.
17857         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17858         first, and after mm-encode-body, change the buffer to unibyte.
17859         Use mm-disable-multibyte instead of set-buffer-multibyte.
17860
17861 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17864         Content-Type header instead of Content-Disposition header.
17865         (gnus-mime-inline-part): Ditto.
17866         (gnus-mime-view-part-as-charset): Ignore charset that the part
17867         specifies.
17868
17869         * mm-decode.el (mm-display-part): Work with external parts and
17870         usual parts similarly.
17871
17872         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17873         instead of gnus-display-mime.
17874
17875         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17876         instead of with-temp-buffer.
17877
17878         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17879         tag to summarized topics part in order to encode non-ASCII text.
17880
17881 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17882
17883         * smiley.el (smiley-style): New variable.
17884         (smiley-directory): New function.
17885         (smiley-data-directory): Derive from `smiley-style' using
17886         `smiley-directory'.
17887         (smiley-regexp-alist): Add new entries.
17888
17889         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17890         (gnus-article-browse-delete-temp): Add :version.
17891
17892 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17893
17894         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17895         the sieve region.
17896
17897 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17898
17899         * gnus.el (gnus-version-number): Bump version.
17900
17901 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17902
17903         * gnus.el: No Gnus v0.4 is released.
17904
17905 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17906
17907         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17908         layout.
17909
17910         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17911         unknown charset.
17912
17913         * message.el (message-header-synonyms): Add Original-To to the
17914         default.
17915
17916         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17917         optional parameter.
17918
17919 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17920
17921         * gnus-fun.el (gnus): Require it for gnus-directory.
17922
17923 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17926
17927 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17928
17929         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17930
17931 2006-04-05  Simon Josefsson  <jas@extundo.com>
17932
17933         * password.el (password-reset): New function.
17934
17935 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17936
17937         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17938         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17939
17940 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17941
17942         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17943         Some whitespace was matched into the url, which broke browsing hits
17944         > 100 when mm-url-use-external was nil.
17945
17946 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17947
17948         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17949         Check gnus-extra-headers for 'Newsgroups.
17950
17951         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17952         bound.
17953
17954 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17955
17956         * pgg-gpg.el: Clean up process buffers every time gpg processes
17957         complete.
17958
17959 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17960
17961         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17962         doc string.
17963
17964 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17965
17966         * pgg-gpg.el (pgg-gpg-process-filter)
17967         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17968
17969         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17970         lines, temporary fix.
17971
17972 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17973
17974         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17975
17976 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17977
17978         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17979         default-enable-multibyte-characters.  This reverts the change from
17980         revision 6.17 which is no longer necessary because the passphrase
17981         is sent separately now.  GnuPG messages are unreadable under
17982         multibyte locales with default-enable-multibyte-characters set to
17983         nil.
17984
17985 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17986
17987         * message.el (message-tool-bar-gnome): Move "spell".
17988
17989 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17992         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17993         instead.
17994
17995 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17996
17997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17998         Improve newsgroups handling for NNTP overviews which don't include
17999         Newsgroups.
18000
18001 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18002
18003         * message.el (message-resend): Bind message-generate-hashcash to nil.
18004
18005 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18006
18007         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18008         when searching for already-paid recipients.
18009
18010 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18011
18012         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18013         passphrases when it is not needed.
18014         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18015         passphrase stuff from gpg, should only be necessary when you use
18016         gpg with a smartcard.
18017
18018 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * mml.el (mml-insert-mime): Ignore cached contents of
18021         message/external-body part.
18022
18023         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18024         (mm-insert-part): Ditto.
18025
18026 2006-03-23  Simon Josefsson  <jas@extundo.com>
18027
18028         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18029         Reiner.
18030         (pgg-gpg-use-agent-p): Use it again.
18031
18032 2006-03-23  Simon Josefsson  <jas@extundo.com>
18033
18034         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18035         older emacsen.
18036         (pgg-gpg-use-agent-p): Don't use it.
18037
18038 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18039
18040         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18041         if we can.
18042
18043 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18044
18045         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18046         (pgg-gpg-update-agent): New function.
18047         (pgg-gpg-use-agent-p): New function.
18048         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18049         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18050         (pgg-gpg-sign-region): Use it.
18051
18052 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18055         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18056
18057 2006-03-21  Simon Josefsson  <jas@extundo.com>
18058
18059         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18060         <wilde@sha-bang.de>.
18061         (pgg-gpg-use-agent): New variable.
18062         (pgg-gpg-process-region): Use it.
18063         (pgg-gpg-encrypt-region): Likewise.
18064         (pgg-gpg-encrypt-symmetric-region): Likewise.
18065         (pgg-gpg-decrypt-region): Likewise.
18066         (pgg-gpg-sign-region): Likewise.
18067         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18068
18069 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18070
18071         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18072
18073         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18074         Add comment on version.
18075
18076 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18077
18078         * smiley.el: Add missing test smiley.
18079
18080 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * mm-decode.el (mm-with-part): New macro.
18083         (mm-get-part): Use it; work with message/external-body as well.
18084         (mm-save-part): Treat name and filename equally.
18085
18086         * mm-extern.el (mm-extern-cache-contents): New function.
18087         (mm-inline-external-body): Use it; force the part to be displayed;
18088         move undisplayer added to the cached handle to the parent.
18089
18090         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18091         (gnus-mime-view-part-as-type): Work with message/external-body.
18092
18093         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18094
18095 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18096
18097         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18098         images in image-load-path.  [Sync with image.el, revision 1.60, in
18099         Emacs.]
18100
18101 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18102
18103         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18104         path rather than symbol.  Always return list of directories.
18105         Guarantee that image directory comes first.  [Sync with image.el,
18106         revision 1.59, in Emacs.]
18107
18108         * message.el (message-make-tool-bar): Adjust to new API of
18109         `gmm-image-load-path-for-library'.
18110
18111         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18112
18113         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18114
18115 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18116
18117         * gnus-art.el (gnus-article-only-boring-p):
18118         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18119         intangible text.
18120         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18121
18122 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18123
18124         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18125         Use `defun' instead of `gmm-defun-compat'.
18126
18127 2006-03-14  Simon Josefsson  <jas@extundo.com>
18128
18129         * message.el (message-unique-id): Don't use message-number-base36
18130         if (user-uid) is a float.
18131         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18132
18133 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18136
18137         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18138         empty line between a part and a message part.
18139
18140 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18141
18142         * smiley.el: Add more test smileys.
18143         (smiley-data-directory, smiley-regexp-alist)
18144         (gnus-smiley-file-types): Fix doc strings.
18145         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18146         adding new elements.
18147         (smiley-mouse-map): Unused code.  Make it a comment.
18148
18149 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18152         scan latest NoCeM messages instead of old ones.
18153         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18154         delimiters that are recently used.
18155         (gnus-nocem-load-cache): Add autoload cookie.
18156
18157         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18158
18159         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18160         level which is larger than gnus-use-nocem is specified.
18161
18162         * gnus-group.el (gnus-group-get-new-news): Ditto.
18163
18164 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * gnus-util.el (gnus-tool-bar-update): New function.
18167
18168         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18169         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18170
18171         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18172
18173         * gnus-group.el (gnus-group-redraw-when-idle)
18174         (gnus-group-redraw-check): Remove.
18175         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18176
18177 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18180         if optional last element is specified in splits (FIELD VALUE...).
18181
18182 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18183
18184         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18185         to gmm-image-load-path-for-library.  Call with no-error argument.
18186         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18187
18188         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18189
18190         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18191
18192         * gmm-utils.el (gmm-image-load-path): Remove alias.
18193
18194 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18195
18196         * gmm-utils.el (gmm-image-load-path): Add alias.
18197
18198         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18199         nnml-generate-nov-databases-1.
18200         (nnml-generate-nov-databases): Use it.
18201         (nnml-generate-nov-databases-directory): Document no-active
18202         argument.
18203
18204         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18205         directory if path is t.  Add no-error.
18206
18207         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18208         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18209
18210         * gnus-art.el (gnus-article-browse-delete-temp-files):
18211         Simplify resetting gnus-article-browse-html-temp-list.
18212
18213         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18214         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18215         Add example to docstring.  Rename local variables.  Move error
18216         checks to default case in cond and simplify.
18217
18218 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18221         handle is multipart when calling it recursively.
18222         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18223
18224 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18225
18226         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18227         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18228
18229 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18232         is loaded.
18233
18234         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18235         loaded.
18236
18237 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18238
18239         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18240         to "Emacs 23 (unicode)" in doc string.
18241
18242         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18243         "Emacs 23 (unicode)" in comment.
18244
18245 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18248
18249         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18250         characters 160 through 255 in Emacs 23.
18251
18252 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18253
18254         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18255         gnus-article-browse-html-temp.
18256         (gnus-article-browse-delete-temp): Make it customizable.
18257         Add `file'.  Adjust doc string.
18258         (gnus-article-browse-delete-temp-files): Add argument.
18259         Allow query for each file.  Adjust doc string.
18260         (gnus-article-browse-html-parts):
18261         Add `gnus-article-browse-delete-temp-files' to
18262         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18263
18264 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18265
18266         * gnus-art.el (gnus-article-browse-html-temp)
18267         (gnus-article-browse-delete-temp): New variables.
18268         (gnus-article-browse-delete-temp-files): New function.
18269         (gnus-article-browse-html-parts): Use it.
18270
18271 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18272
18273         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18274
18275         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18276         string.
18277
18278         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18279         gnus-summary-insert-new-articles when unplugged.
18280         Remove gnus-summary-search-article-forward.
18281
18282         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18283         display-visual-class instead of display-color-cells.
18284
18285 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * dgnushack.el: Autoload customize-group for XEmacs.
18288
18289         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18290         message/* containing non-ASCII text properly.
18291
18292 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * message.el: Require gmm-utils, remove autoloads.
18295         (message-tool-bar): Set default based on
18296         gmm-tool-bar-style.
18297         (message-tool-bar-gnome): Add gmm-customize-mode.
18298
18299         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18300         gmm-tool-bar-style.
18301         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18302
18303         * gnus-group.el (gnus-group-tool-bar): Set default based on
18304         gmm-tool-bar-style.
18305         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18306
18307         * gmm-utils.el (gmm-image-directory): Rename variable from
18308         gmm-image-load-path.
18309         (gmm-image-load-path): Use gmm-image-directory.
18310         (gmm-customize-mode): New function.
18311         (gmm-tool-bar-style): New variable.
18312
18313         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18314         gnus-group-redraw-line-number.
18315         (gnus-group-redraw-check): Simplify.
18316         (gnus-group-tool-bar-update): Remove redraw check.
18317         (gnus-group-make-tool-bar): Add redraw check.
18318
18319 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18320
18321         * gnus-art.el (gnus-button): Add missing parentheses.
18322
18323 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * lpath.el: Fbind line-number-at-pos.
18326
18327 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18330
18331 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18332
18333         * gnus-art.el (gnus-button): New face.
18334         (gnus-article-button-face): Use it.
18335
18336         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18337         Add gnus-summary-next-page.  Re-order.
18338
18339         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18340         next-node are now included.
18341         (gnus-group-redraw-line-number): New internal variable.
18342         (gnus-group-redraw-check): Helper function for updating the tool
18343         bar.
18344         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18345
18346         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18347
18348         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18349         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18350         Use it to match format of Spamassassin 3.0 and later.
18351         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18352         (spam-check-bogofilter)
18353         (spam-bogofilter-register-with-bogofilter): Fix args of
18354         `gnus-error' calls.
18355
18356 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18357
18358         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18359         unnecessary interaction when sending queued mails.
18360         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18361
18362 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18363
18364         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18365         first or last are nil.
18366
18367 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18368
18369         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18370
18371 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18372
18373         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18374
18375 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18376
18377         * dns.el (query-dns): Protect more against buggy tcp output.
18378
18379 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18380
18381         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18382         nov.php.
18383
18384 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18385
18386         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18387         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18388         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18389         output on the server side.
18390         (nnweb-google-create-mapping): Update regexps and add some
18391         progress indication.
18392
18393 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18394
18395         * gnus-group.el (gnus-group-tool-bar-gnome):
18396         Fix gnus-agent-toggle-plugged.  Re-order icons.
18397         (gnus-group-tool-bar-gnome):
18398         Add gnus-group-{prev,next}-unread-group.
18399         (gnus-group-tool-bar-gnome): Re-order icons.
18400
18401         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18402         Move gnus-summary-insert-new-articles.
18403
18404         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18405         Fix comments.
18406
18407         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18408         also available in Emacs 21.3.
18409
18410         * message.el (message-fix-before-sending): Change "Emacs 22" to
18411         "Emacs 23 (unicode)" in comment.
18412
18413         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18414         "Emacs 23 (unicode)" in comment.
18415
18416         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18417         comment.
18418         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18419
18420         * mm-view.el (mm-fill-flowed): Add :version.
18421
18422 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18425         and load-path.
18426
18427 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18428
18429         * message.el: Autoload gmm-image-load-path.
18430         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18431         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18432         consitency.
18433
18434         * gmm-utils.el (gmm-image-load-path): Also search in
18435         "../etc/images".  Don't set gmm-image-load-path if we don't find
18436         the image.
18437
18438 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * gmm-utils.el (gmm-image-load-path): Don't make
18441         `gmm-image-load-path' include subdirectories which the second arg
18442         `image' might specify.
18443
18444         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18445         subdirectory to icon file names.
18446
18447         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18448
18449 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18450
18451         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18452         gmm-image-load-path calls.
18453
18454         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18455
18456         * message.el (message-make-tool-bar): Ditto.
18457
18458         * mml.el (mml-preview): Add comment concerning tool bar icons.
18459
18460         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18461         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18462
18463         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18464         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18465
18466         * message.el (message-tool-bar-gnome): Use new icon names.
18467         (message-make-tool-bar): Use `gmm-image-load-path'.
18468
18469         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18470         New functions from MH-E.
18471         (gmm-image-load-path): New variable from MH-E.
18472         (gmm-image-load-path): New function from MH-E.  Add arguments
18473         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18474         *-image-load-path-called-flag.
18475
18476 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18477
18478         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18479
18480 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18481
18482         * nnimap.el (nnimap-request-move-article): Change folder back to
18483         source group before deleting.
18484
18485 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18486
18487         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18488
18489         * gnus-art.el (mm-url-insert-file-contents-external):
18490         Autoload mm-url.
18491
18492         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18493
18494 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18497         coding system which mm-charset-to-coding-system returns for a
18498         given charset is valid.
18499
18500 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18501
18502         * html2text.el (html2text-remove-tag-list):
18503         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18504
18505 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18506
18507         * gnus-cus.el: Revert 2005-10-17 change.
18508
18509 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * gnus-art.el (article-strip-banner):
18512         Call article-really-strip-banner only when the regexp match is made.
18513
18514 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * gnus-art.el (article-strip-banner):
18517         Use gnus-extract-address-components instead of
18518         mail-header-parse-addresses to make it work with non-ASCII text;
18519         remove mail-encode-encoded-word-string.
18520
18521         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18522         values which are surrounded with \"...\"; make it never cause a
18523         Lisp error; give up parsing of parameters if it failed in
18524         extracting type.
18525
18526 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18527
18528         * smime.el (smime-cert-by-ldap-1): Fix bug where
18529         `smime-ldap-search' returns results without userCertificates.
18530
18531 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18534
18535 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18536
18537         * spam.el (spam-check-spamassassin-headers): Adapt format for
18538         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18539         <ari@mbf.ocn.ne.jp>.
18540         (spam-list-of-processors): Add spam-use-gmane.
18541
18542 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18543
18544         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18545         make-temp-file; make it work with XEmacs as well.
18546
18547         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18548         mm-make-temp-file.
18549
18550         * mm-decode.el (mm-display-external): Use the 3rd arg of
18551         mm-make-temp-file.
18552         (mm-create-image-xemacs): Ditto.
18553
18554 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18557         with message-narrow-to-headers.
18558         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18559         (gnus-draft-check-draft-articles): New function.
18560         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18561
18562 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * gnus-art.el (gnus-article-browse-html-parts):
18565         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18566         Don't use suffix argument for mm-make-temp-file for Emacs 21
18567         compatibility.  Remove useless `format'.
18568
18569 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18570
18571         * nnweb.el (nnweb-google-wash-article): Update regexps.
18572         (nnweb-group-alist): Use defvoo instead of defvar.
18573
18574 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18577         re-loading nn* modules.
18578
18579 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18582         for `tool-bar-mode' and don't check it's default-value.
18583
18584         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18585
18586         * message.el (message-make-tool-bar): Ditto.
18587
18588         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18589         `substring'.  Shorten tmp-file name.
18590
18591         * gnus.el: Remove bogus comment.
18592
18593 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18594
18595         * gnus-art.el (gnus-article-browse-html-parts): New function.
18596         (gnus-article-browse-html-article): New function for viewing html
18597         articles with a browser.
18598
18599 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18600
18601         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18602         in elisp.
18603         (pgg-gpg-encrypt-symmetric-region): Ditto.
18604         (pgg-gpg-sign-region): Ditto.
18605
18606         * pgg-def.el (pgg-text-mode): New variable.
18607
18608         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18609         (mml2015-pgg-encrypt): Ditto.
18610
18611         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18612         (mml1991-pgg-encrypt): Ditto.
18613
18614 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * nnfolder.el (nnfolder-insert-newsgroup-line):
18617         Use message-make-date instead of current-time-string.
18618
18619         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18620         to gnus-decoded which mm-uu might set.
18621
18622 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18625         don't decode quoted parameters; remove misimported Emacs code.
18626         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18627         (rfc2231-decode-encoded-string): Don't use split-string which
18628         behaves differently according to Emacs version; use
18629         mm-decode-coding-region to convert charset to coding-system.
18630         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18631         (rfc2231-encode-string): Remove misimported Emacs code.
18632
18633 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18636         when calling mail-header-parse-content-type.
18637         (article-de-quoted-unreadable): Ditto.
18638         (article-de-base64-unreadable): Ditto.
18639         (article-wash-html): Ditto.
18640
18641         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18642         calling mail-header-parse-content-type and
18643         mail-header-parse-content-disposition.
18644         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18645         mail-header-parse-content-type.
18646
18647         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18648         insert charset and format parameters; encode description after
18649         inserting it to buffer.
18650         (mml-insert-parameter): Fold lines properly even if a parameter is
18651         segmented into two or more lines; change the max column to 76.
18652
18653         * rfc1843.el (rfc1843-decode-article-body): Don't use
18654         ignore-errors when calling mail-header-parse-content-type.
18655
18656         * rfc2231.el (rfc2231-parse-string): Return at least type if
18657         possible; don't cause an error even if it fails in parsing of
18658         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18659         (rfc2231-encode-string): Don't break lines at the beginning, leave
18660         it to mml-insert-parameter.
18661
18662         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18663         calling mail-header-parse-content-type.
18664
18665 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18666
18667         * spam-report.el (spam-report-gmane-use-article-number):
18668         Improve doc string.
18669         (spam-report-gmane-internal): Check if a suitable header was found
18670         in the article.
18671
18672 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18675         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18676
18677 2006-02-05  Romain Francoise  <romain@orebokech.com>
18678
18679         Update copyright notices of all files in the gnus directory.
18680
18681 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18682
18683         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18684
18685 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18688         segmented lines of parameter value to cope with Thunderbird 1.5
18689         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18690         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18691         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18692
18693 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18694
18695         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18696         parts.
18697
18698 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18699
18700         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18701         there's only one active file for all servers.
18702         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18703         solid groups.  Gnus might have used a FAST request to select the group.
18704         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18705         and nnweb-search redundantly in the active file.
18706         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18707         (nnweb-request-create-group): Don't use ARGS.
18708         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18709         initializations.  Let nnoo do the work.
18710
18711 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18712
18713         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18714         Say the part has been decoded.
18715
18716         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18717
18718 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18719
18720         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18721         mailcap-viewer-test-cache when there's no 'test clause, since that
18722         will invert the meaning of a "nil" test previously determined by
18723         mailcap-mailcap-entry-passes-test.
18724
18725 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18726
18727         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18728         compiling.
18729
18730         * gnus-sum.el: Ditto.
18731
18732         * message.el: Don't bind tool-bar-map when compiling.
18733
18734 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18735
18736         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18737
18738 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18739
18740         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18741         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18742         current Google Groups.
18743
18744 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18745
18746         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18747         and tool-bar-mode.
18748
18749         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18750         and tool-bar-mode.
18751
18752         * message.el (message-tool-bar-update): Simplify.
18753         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18754
18755         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18756         gnus-summary-buffer.
18757         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18758         gnus-summary-reply.
18759
18760         * gmm-utils.el (gmm): Add :version.
18761
18762 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * Makefile.in (clean): New rule.
18765         (distclean): Use it.
18766
18767 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18768
18769         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18770         Don't autoload.
18771
18772 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18773
18774         * gmm-utils.el (gmm-verbose): Add :group.
18775
18776 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * message.el: Change some comments WRT tool-bars.
18779
18780         * gnus-sum.el (gnus-summary-tool-bar)
18781         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18782         (gnus-summary-tool-bar-zap-list): New variables.
18783         (gnus-summary-make-tool-bar): Complete rewrite using
18784         `gmm-tool-bar-from-list'.
18785
18786         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18787         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18788         New variables.
18789         (gnus-group-make-tool-bar): Complete rewrite using
18790         `gmm-tool-bar-from-list'.
18791         (gnus-group-tool-bar-update): New function.
18792
18793         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18794
18795 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18798         is dissected into a single part of which the type is the same as
18799         the given one; decode charset.
18800
18801 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18802
18803         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18804         into alists as symbol not string, since that's what
18805         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18806         look for.
18807
18808 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18809
18810         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18811         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18812
18813         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18814
18815 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18818         (gnus-xmas-mime-security-button-menu): New function.
18819
18820         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18821         (gnus-mime-security-button-menu): New definition.
18822         (gnus-mime-security-button-map): Use them.
18823         (gnus-mime-security-button-menu): New function.
18824         (gnus-insert-mime-security-button): Addition to help echo.
18825         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18826         (gnus-mime-security-pipe-part): New functions.
18827
18828         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18829         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18830
18831         * mm-decode.el (mm-handle-set-disposition): Remove.
18832         (mm-handle-set-description): Remove.
18833
18834 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18837         (mm-w3m-standalone-supports-m17n-p): New function.
18838         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18839         w3m usage.
18840
18841         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18842         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18843
18844 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * message.el (message-tool-bar-zap-list):
18847         Use gmm-tool-bar-zap-list as custom type.
18848         (message-tool-bar-update): New function.
18849         (message-tool-bar, message-tool-bar-gnome)
18850         (message-tool-bar-retro): Add message-tool-bar-update.
18851         (message-tool-bar-gnome): Add flyspell-buffer.
18852
18853         * gnus-util.el (gnus-error): Describe `args'.
18854
18855         * gmm-utils.el (gmm-error): Describe `args'.
18856         (gmm-tool-bar-zap-list): New widget.
18857         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18858
18859 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18862         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18863         the number of recursive calls.
18864
18865         * mm-decode.el (mm-handle-set-disposition): New macro.
18866         (mm-handle-set-description): New macro.
18867
18868 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18871         encoding.
18872
18873 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * message.el (message-tool-bar-zap-list, message-tool-bar)
18876         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18877         (message-tool-bar-local-item-from-menu): Remove.
18878         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18879         (message-make-tool-bar): New function.
18880         (message-mode): Use `message-make-tool-bar'.
18881
18882         * gmm-utils.el: New file.
18883         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18884         (gmm-lazy): New widget copied from `nnmail.el'.
18885         (gmm-tool-bar-from-list): New function for creating customizable
18886         tool bars.
18887         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18888         output.
18889         (gmm): Add :prefix to defgroup.
18890
18891 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18892
18893         * gmm-utils.el (gmm-widget-p): New function.
18894
18895 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18896
18897         * mml.el (mml-attach-file): Describe `description' in doc string.
18898         (mml-menu): Add Emacs MIME manual and PGG manual.
18899
18900 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18901
18902         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18903
18904 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18905
18906         * nntp.el (nntp-end-of-line): Doc fix.
18907
18908 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18909
18910         * imap.el (imap-open): Handle case where buffer is a buffer
18911         object.
18912
18913 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18914
18915         * gnus-delay.el (gnus-delay): Don't autoload.
18916         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18917         to be re-loaded when customizing the `gnus-delay' group.
18918
18919 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18920
18921         * message.el (message-insert-citation-line): Use newlines.
18922
18923 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18924
18925         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18926         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18927         these routines, so the passphrase can be managed externally and
18928         passed in to the system.
18929         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18930         pgg-add-passphrase-to-cache function.
18931
18932         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18933         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18934         these routines, so the passphrase can be managed externally and
18935         passed in to the system.
18936         (pgg-pgp5-sign-region): Use new name of
18937         pgg-add-passphrase-to-cache function.
18938
18939 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18940
18941         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18942         part of the decoded armor to find the key-identifier.
18943         (pgg-gpg-lookup-key-owner): New function to return the
18944         human-readable identifier of a key owner.
18945         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18946         itself.
18947         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18948         the key value) if we have a key and can match it against a secret
18949         key.  Also, added a note pointing out fact that the prompt only
18950         indicates the first matching key.
18951
18952         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18953         pgg-decrypt-region.
18954         (pgg-add-passphrase-to-cache): Rename from
18955         `pgg-add-passphrase-cache' to reduce confusion (all callers
18956         changed).
18957         (pgg-remove-passphrase-from-cache): Rename from
18958         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18959         changed).
18960         (pgg-read-passphrase, pgg-add-passphrase-cache)
18961         (pgg-remove-passphrase-cache): Add informative docstrings.
18962         (pgg-decrypt): Convey provided passphrase in subordinate call to
18963         pgg-decrypt-region.
18964
18965 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18966
18967         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18968         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18969         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18970         'passphrase' argument, so the passphrase can be managed externally
18971         and then passed in to the system.
18972
18973         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18974         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18975         so the passphrase cache can be used reliably with identifiers
18976         besides a pgp packet's key id.
18977
18978         * pgg-gpg.el (pgg-gpg-encrypt-region)
18979         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18980         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18981         these routines, so the passphrase can be managed externally and
18982         passed in to the system.
18983
18984         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18985         'notruncate' argument, so the passphrase cache can be used
18986         reliably with identifiers besides a pgp packet's key id.
18987
18988 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18989
18990         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18991         symmetric encryption.
18992         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18993         encrypted session key.
18994         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18995         message ask for the passphrase in a proper way.
18996
18997         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18998         New user commands for symmetric encryption.
18999
19000 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19003
19004         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19005
19006 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19007
19008         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19009
19010 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * mm-decode.el (mm-inlined-types): Add application/pgp.
19013         (mm-automatic-display): Ditto.
19014
19015         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19016         part as text.
19017
19018 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * nnrss.el: Update copyright.
19021         (nnrss-opml-import): Query whether to subscribe to each entry.
19022
19023         * gnus-art.el:
19024         * gnus-sum.el:
19025         * gnus-xmas.el:
19026         * messagexmas.el:
19027         * mm-uu.el:
19028         * mm-view.el: Update copyright.
19029
19030 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19031
19032         * message.el (message-info): New function.
19033         (message-mode-menu): Add it.
19034         Update copyright.
19035
19036         * ChangeLog: Fix and update copyright.
19037
19038 2006-01-13  Romain Francoise  <romain@orebokech.com>
19039
19040         * message.el (message-forward-subject-name-subject): Prefer the
19041         address to 'nowhere' if the sender has no name.
19042         Fix typo.  Update copyright year.
19043
19044 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * gnus-art.el (article-wash-html):
19047         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19048         (gnus-article-wash-html-with-w3m-standalone): New function.
19049
19050         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19051         mm-inline-text-html-render-with-w3m-standalone.
19052         (mm-text-html-washer-alist): Map w3m-standalone to
19053         gnus-article-wash-html-with-w3m-standalone.
19054         (mm-inline-text-html-render-with-w3m-standalone): New function.
19055
19056 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19057
19058         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19059         Improve LaTeX.
19060
19061 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19064         (nnrss-request-article): Render text/plain parts as HTML.
19065
19066         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19067         the buffer.
19068
19069 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19070
19071         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19072         custom definition of `gnus-posting-styles'.
19073
19074         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19075         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19076
19077 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19078
19079         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19080         Use nntp for bug archive.
19081
19082 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19085         parts.
19086         (nnrss-normalize-date): New function converts ISO 8601 date into
19087         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19088         (nnrss-check-group): Use it.
19089
19090 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19093
19094         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19095         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19096         (nnrss-insert-w3): Ditto.
19097
19098 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19101         the articles to be forwarded including the case where neither a
19102         number of articles nor a region is specified.
19103
19104 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19105
19106         * nnrss.el (nnrss-request-article): Fix last change; fill
19107         text/plain parts.
19108
19109 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19112         in text/plain part.
19113         (nnrss-check-group): Don't add excessive newline to dc:subject.
19114
19115 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19116
19117         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19118         article.
19119
19120 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19121
19122         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19123         (nnml-use-compressed-files, nnml-save-mail): Support other
19124         comression programs such as bzip2.
19125
19126 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19127
19128         * dns.el (query-dns): Make sure we check the buffer size before
19129         removing tcp headers.
19130
19131 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19132
19133         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19134         remove MIME buttons associated with multipart/alternative parts.
19135         (gnus-mime-display-alternative): Tag buttons using `article-type'
19136         text property.
19137
19138         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19139         associated with multipart/alternative parts.
19140
19141         * gnus-art.el (gnus-signature-separator): Fix custom type.
19142
19143         * mm-decode.el (mm-inlined-types): Fix custom type.
19144         (mm-keep-viewer-alive-types): Ditto.
19145         (mm-automatic-display): Ditto.
19146         (mm-attachment-override-types): Ditto.
19147         (mm-inline-override-types): Ditto.
19148         (mm-automatic-external-display): Ditto.
19149
19150 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19151
19152         * spam-report.el (spam-report-user-mail-address)
19153         (spam-report-user-agent): New variables.
19154         (spam-report-url-ping-plain): Use spam-report-user-agent.
19155
19156 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19157
19158         * gnus-art.el (gnus-button-handle-custom): Do not just use
19159         `customize-apropos' for any "M-x customize-*" button but the
19160         function called for.  Accept both the function name and its
19161         argument in order to achieve this.
19162         (gnus-button-alist): Remove support for "custom:" URL's.
19163         Pass function name to `gnus-button-handle-custom' in case of "M-x
19164         customize-*" buttons.
19165
19166 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19169         multipart/alternative and add xref to mm-discouraged-alternatives
19170         in doc string.
19171
19172         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19173         gnus-buttonized-mime-types in doc string.
19174
19175 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19176
19177         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19178         Suggest image/.* in the doc string.
19179
19180 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19181
19182         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19183         message-marks (Debian bug #342521).
19184
19185 2005-12-12  Simon Josefsson  <jas@extundo.com>
19186
19187         * password.el (password-read-from-cache): Add.
19188         (password-read): Use it.
19189
19190 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19191
19192         * rfc2047.el (rfc2047-charset-to-coding-system):
19193         Recognize us-ascii as a MIME charset.
19194
19195         * mm-bodies.el (mm-decode-content-transfer-encoding):
19196         Protect against the case where the 2nd arg TYPE is nil.
19197
19198 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19199
19200         * pop3.el (pop3-stream-type): Fix custom version.
19201
19202         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19203
19204 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19205
19206         * mm-decode.el (mm-display-external): Add missing cdr.
19207
19208 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19211         RFC1524) if it is in mailcap or add a suffix according to
19212         mailcap-mime-extensions when generating a temp filename; postpone
19213         deleting a temp file for 2 seconds for some wrappers, shell
19214         scripts, and so on, which might exit right after having started a
19215         viewer command as a background job.
19216
19217 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19218
19219         * nntp.el (nntp-marks-directory): Fix custom group.
19220
19221         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19222         steps when < 10.
19223
19224         * gnus-start.el (gnus-no-server-1):
19225         Mention `gnus-level-default-subscribed' in doc string.
19226
19227 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19228
19229         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19230         parens.
19231
19232 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * gnus-xmas.el (gnus-use-toolbar): Revert.
19235         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19236         gnus-use-toolbar is default.
19237
19238         * messagexmas.el (message-use-toolbar): Revert.
19239         (message-setup-toolbar): Use global default-toolbar if
19240         message-use-toolbar is default.
19241
19242 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19245         according to default-toolbar-visible-p.
19246
19247         * messagexmas.el (message-use-toolbar): Ditto.
19248
19249 2005-11-26  Dave Love  <fx@gnu.org>
19250
19251         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19252         (tls-program, tls-success): Provide openssl alternative.
19253
19254         * starttls.el: Doc fixes.
19255         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19256         SERVICE to PORT.
19257
19258         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19259         port null or service name.
19260         (starttls-negotiate): Autoload.
19261
19262 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * message.el (message-kill-to-signature): Fix interactive spec.
19265
19266 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19267
19268         * pop3.el (pop3-open-server): Recognize a string as a service name.
19269
19270 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19271
19272         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19273
19274 2005-11-23  Dave Love  <fx@gnu.org>
19275
19276         Add pop3s, pop3/starttls.
19277
19278         * pop3.el (pop3-authentication-scheme): Clarify doc.
19279         (open-tls-stream, starttls-open-stream): Autoload.
19280         (pop3-stream-type): New.
19281         (pop3-open-server): Use it.
19282
19283         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19284         for POP.
19285         (mail-source-keyword-map): Add :stream for POP.
19286         (mail-source-fetch-pop): Use pop3-stream-type.
19287
19288 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19289
19290         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19291         of current-time-string.
19292
19293 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19294
19295         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19296         date header.
19297
19298 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19299
19300         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19301         it can seriously impact performance as it bypasses the agent's
19302         local caches.
19303
19304 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19305
19306         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19307         must be explicitly online rather than "not explicitly offline" for
19308         its flags to be synchronized.
19309
19310         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19311         that gnus-uu-unmark-thread will function correctly.
19312
19313         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19314         1024K is instead displayed as 1M.
19315
19316 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19317
19318         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19319
19320 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19321
19322         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19323
19324 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19325
19326         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19327         error message to display actual error condition.
19328         (gnus-agent-save-local): Avoid saving symbols that are bound to
19329         nil as they simply result in a warning message in
19330         gnus-agent-read-local.
19331
19332 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19335         rather than make-variable-buffer-local for file-precious-flag.
19336
19337 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19338
19339         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19340         for duplicates which are removed.  The invalid sort check then
19341         triggers a rescan after the sort as sorting may have moved
19342         duplicate entries such that they can be cheaply detected.
19343
19344 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19347
19348 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19349
19350         * gnus-agent.el (gnus-agent-article-alist-save-format):
19351         Change internal variable to a custom variable.  Change default value
19352         from compressed(2) to uncompressed(1).
19353         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19354         support for uncompressed agentview files.  Taken together, reading
19355         the agentview file should now be 6-7 times faster.
19356
19357 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19358
19359         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19360         as a buffer-local variable.  This avoids creating truncated
19361         dribble files as a result of a hang up, eg.
19362
19363 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19364
19365         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19366         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19367         XEmacs.
19368
19369 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19370
19371         * gnus-start.el (gnus-start-draft-setup):
19372         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19373
19374         * gnus.el (gnus-splash): Change custom group.
19375         (gnus-group-get-parameter, gnus-group-parameter-value):
19376         Describe allow-list argument.
19377
19378         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19379         string.
19380
19381 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19382
19383         * gnus-art.el (gnus-default-article-saver): Add user-defined
19384         `function' to custom type.
19385
19386 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19387
19388         * imap.el (imap-open): Handle case where buffer is a buffer
19389         object.
19390
19391 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19392
19393         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19394         long lines.
19395         (gnus-cache-delete-group): Wrap doc strings.
19396
19397         * gnus-agent.el (gnus-agent-rename-group)
19398         (gnus-agent-delete-group): Wrap doc strings.
19399
19400 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * messagexmas.el (message-use-toolbar): Change the valid values
19403         into default, top, bottom, left, and right.
19404         (message-toolbar-thickness): New variable.
19405         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19406         well.
19407         (message-setup-toolbar): Make it work.
19408
19409         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19410         (gnus-use-toolbar): Change the valid values into default, top,
19411         bottom, left, and right.
19412         (gnus-toolbar-thickness): New variable.
19413         (gnus-xmas-setup-toolbar): New function.
19414         (gnus-xmas-setup-group-toolbar): Use it.
19415         (gnus-xmas-setup-summary-toolbar): Use it.
19416
19417 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19418
19419         * gnus-start.el (gnus-1): Add "native" to
19420         gnus-predefined-server-alist.
19421
19422         * gnus.el (gnus-method-to-server): Don't add "native" to the
19423         lists here, because that leads to problems when
19424         gnus-select-method is bound.
19425
19426 2005-11-09  Simon Josefsson  <jas@extundo.com>
19427
19428         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19429         use (not sort-by-date) instead.
19430
19431 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19432
19433         * gnus-delay.el (gnus-delay-group): Don't autoload.
19434         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19435         to be re-loaded when customizing the `gnus-delay' group.
19436
19437 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19438
19439         * message.el: Revert last changes.
19440         (message-insert-citation-line): Use newlines.
19441
19442 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19443
19444         * message.el (message-courtesy-message)
19445         (message-mark-insert-begin, message-mark-insert-end)
19446         (message-elide-ellipsis, message-cancel-message)
19447         (message-add-header, message-change-subject)
19448         (message-cross-post-followup-to-header)
19449         (message-cross-post-insert-note, message-reduce-to-to-cc)
19450         (message-widen-reply, message-delete-not-region)
19451         (message-kill-to-signature, message-insert-signature)
19452         (message-insert-importance-high, message-insert-importance-low)
19453         (message-insert-or-toggle-importance)
19454         (message-insert-disposition-notification-to)
19455         (message-indent-citation, message-yank-original)
19456         (message-cite-original-without-signature, message-cite-original)
19457         (message-insert-citation-line, message-position-on-field)
19458         (message-fix-before-sending, message-send-mail-partially)
19459         (message-send-mail, message-send-mail-with-sendmail)
19460         (message-send-mail-with-qmail, message-send-news)
19461         (message-check-news-header-syntax, message-generate-headers)
19462         (message-insert-courtesy-copy, message-fill-address)
19463         (message-fill-header, message-shorten-references)
19464         (message-setup-1, message-cancel-news)
19465         (message-forward-make-body-plain, message-forward-make-body-mime)
19466         (message-forward-make-body-mml, message-encode-message-body)
19467         (message-forward-make-body-digest-plain)
19468         (message-forward-make-body-digest-mime)
19469         (message-use-alternative-email-as-from): Insert `hard-newline'
19470         instead of ordinary newlines.
19471
19472 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19473
19474         * message.el (message-generate-headers): Downcase the argument
19475         given to message-check-element.
19476
19477 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19478
19479         * nntp.el (nntp-authinfo-rejected): New error condition.
19480         (nntp-wait-for): Use new error condition to signal authentication
19481         error.
19482         (nntp-retrieve-data): Rethrow new error condition to break out of
19483         recursive call to nntp-send-authinfo.
19484
19485 2005-11-08  Romain Francoise  <romain@orebokech.com>
19486
19487         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19488         (gnus-summary-exit-map): Bind to `Z p'.
19489         (gnus-summary-make-menu-bar): Add menu item.
19490
19491 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19492
19493         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19494         (gnus-treat-*): Add `first' in all doc strings.
19495
19496         * gnus-group.el (gnus-group-compact-group): Fix typo.
19497
19498 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * gnus.el (gnus-parameters-case-fold-search): New variable.
19501         (gnus-parameters-get-parameter): Use it.
19502
19503         * gnus-score.el (gnus-home-score-file): Doc fix.
19504
19505 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19506
19507         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19508
19509 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19510
19511         * mm-util.el (mm-special-display-p): New function.
19512
19513         * mml.el (mml-preview): Use it; doc fix.
19514
19515 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19516
19517         * imap.el (imap-open): Handle case where buffer is a buffer object.
19518
19519 2005-10-29  Romain Francoise  <romain@orebokech.com>
19520
19521         * message.el (message-fix-before-sending): Fix comment.
19522
19523 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19524
19525         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19526
19527 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19528
19529         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19530         Used in gnus-score.el.
19531
19532 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19533
19534         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19535
19536 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19539         whitespace removed in revision 7.8.  Use concatenated string to
19540         protect trailing whitespace.
19541
19542 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19543
19544         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19545         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19546         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19547         Courier IMAP ("some version from 2004").  Mostly based on similar
19548         code in the same function.
19549
19550 2005-10-26  Didier Verna  <didier@xemacs.org>
19551
19552         * gnus-group.el (gnus-group-compact-group): Invalidate original
19553         article buffer.
19554         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19555         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19556         NOV database and in article itself.
19557         Invalidate article backlog.
19558
19559 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19560
19561         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19562
19563 2005-10-26  Simon Josefsson  <jas@extundo.com>
19564
19565         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19566         part of 2004-07-25 change.
19567
19568 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19569
19570         * message.el (message-display-completion-list): New function.
19571         (message-expand-group): Use it; make sure the Completions buffer
19572         is modifiable.
19573 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19574
19575         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19576         user-mail-name is an empty string.
19577
19578 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19579
19580         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19581         depending on gnus-score-decay-constant.
19582
19583         * encrypt.el (encrypt-insert-file-contents)
19584         (encrypt-write-file-contents): Don't use `gnus-message'.
19585
19586         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19587         arguments.
19588         (mm-uu-type-alist): Add message-marks and insert-marks.
19589         Pass arguments to mm-uu-verbatim-marks-extract.
19590         (mm-uu-hide-markers): New variable.
19591         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19592
19593         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19594         (gnus-convert-image-to-face-command): Use "convert" by default to
19595         allow other input image formats.
19596         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19597         accordingly.
19598
19599 2005-10-23  Simon Josefsson  <jas@extundo.com>
19600
19601         * imap.el (imap-gssapi-program): Align command line parameters
19602         with latest GNU SASL.
19603         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19604
19605 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19606
19607         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19608         HTML.
19609         (nnslashdot-request-article): Ditto.
19610
19611         * lpath.el (featurep): Add nobreak-char-display.
19612
19613 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19614
19615         * mail-source.el (mail-source-fetch-pop): Require pop3.
19616         (mail-source-check-pop): Ditto.
19617
19618 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19621         errors.
19622
19623 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19626         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19627
19628         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19629
19630         * mm-bodies.el (mm-decode-string):
19631         Call `mm-charset-to-coding-system' with allow-override argument.
19632
19633 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19636         (rfc2047-charset-to-coding-system): New function.
19637         (rfc2047-decode-encoded-words): New function.
19638         (rfc2047-decode-region): Use them.
19639         (rfc2047-decode-cte): Remove.
19640         (rfc2047-parse-and-decode): Remove.
19641         (rfc2047-decode): Remove.
19642
19643 2005-10-15  Kenichi Handa  <handa@m17n.org>
19644
19645         * rfc2047.el (rfc2047-decode-cte): New function.
19646         (rfc2047-decode-region): Change the way to decode successive
19647         encoded-words: decode B- or Q-encoding in each encoded-word,
19648         concatenate them, and decode it as charset.
19649
19650 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * lpath.el: Fbind codepage-setup for XEmacs.
19653
19654 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19655
19656         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19657         widget-move-and-invoke.
19658         (gnus-custom-mode): Use gnus-custom-map.
19659
19660 2005-10-15  Bill Wohler  <wohler@newt.com>
19661
19662         * message.el (message-tool-bar-map): Rename image file from
19663         mail_send to mail/send.
19664
19665 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19666
19667         * message.el (message-expand-group): Pass the common
19668         prefix substring of completion to `display-completion-list'.
19669
19670 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19671
19672         * mml-sec.el (mml-secure-method): New internal variable.
19673         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19674         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19675         New functions using mml-secure-method.
19676
19677         * mml.el (mml-mode-map): Add key bindings for those functions.
19678         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19679         Harder <harder@myrealbox.com>.
19680         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19681         Goto end of message if point is the headers of the message.
19682
19683         * message.el (message-in-body-p): New function.
19684
19685         * assistant.el: Autoload gnus-util and netrc.
19686
19687         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19688         Use `mm-charset-override-alist' only when decoding.
19689
19690         * mm-bodies.el (mm-decode-body):
19691         Call `mm-charset-to-coding-system' with allow-override argument.
19692
19693         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19694         `filename' from Content-Disposition if Content-Type doesn't
19695         provide `name'.
19696         (gnus-mime-view-part-as-type): Set default instead of
19697         initial-input.
19698
19699 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19700
19701         * format-spec.el (format-spec): Propagate text properties of % spec.
19702
19703 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19704
19705         * gnus-art.el (gnus-treat-predicate): Add `first'.
19706
19707 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19708
19709         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19710         (mm-charset-override-alist): New variable.
19711         (mm-charset-to-coding-system): Use it.
19712         (mm-codepage-setup): New helper function.
19713         (mm-charset-eval-alist): New variable.
19714         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19715         Warn about unknown charsets.
19716
19717         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19718
19719 2005-10-04  David Hansen  <david.hansen@gmx.net>
19720
19721         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19722         (nnrss-check-group): Ditto.
19723
19724 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19725
19726         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19727         Rename x-gnus-verbatim to x-verbatim.
19728         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19729
19730         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19731         x-verbatim.
19732
19733         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19734
19735         * gnus-util.el (gnus-remove-duplicates): Remove.
19736
19737         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19738         instead of gnus-remove-duplicates.
19739
19740         * message.el (message-remove-duplicates): Remove.
19741         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19742         message-remove-duplicates.
19743
19744         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19745         available, else use implementation from `delete-dups'.
19746
19747         * message.el (message-insert-expires): New function.
19748         (message-mode-map): Add key binding.
19749         (message-mode-field-menu): Add menu entry.
19750         (message-mode): Document it.
19751         (message-make-expires-date): Use `message-make-date'.
19752
19753 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19754
19755         * message.el (message-make-expires-date): New function.
19756
19757 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19758
19759         * Makefile.in (list-installed-shadows): New entry.
19760         (install): Use it.
19761         (remove-installed-shadows): New entry.
19762
19763         * dgnushack.el (dgnushack-default-load-path): New variable.
19764         (dgnushack-find-lisp-shadows): New function.
19765         (dgnushack-remove-lisp-shadows): New function.
19766
19767 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19768
19769         * Makefile.in (install-el-elc): New entry.
19770         (install): Use it so that .el files are necessarily installed.
19771
19772 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19773
19774         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19775
19776 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19777
19778         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19779         function rather than the diff-mode.el package.
19780         (mm-display-external): Use with-current-buffer.
19781         (mm-viewer-completion-map, mm-viewer-completion-map):
19782         Move initialization inside declaration.
19783
19784 2005-09-29  Simon Josefsson  <jas@extundo.com>
19785
19786         * spam.el: Load hashcash when compiling, to avoid warnings.
19787         Don't autoload mail-check-payment.
19788         (spam-check-hashcash): Define unconditionally, since hashcash.el
19789         is part of Gnus now.  Ignore errors from payment checking.
19790
19791 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19792
19793         * message.el (message-bold-region, message-unbold-region):
19794         Rename from `bold-region' and `unbold-region'.
19795
19796         * message.el: Remove useless autoloads.
19797
19798 2005-09-28  Simon Josefsson  <jas@extundo.com>
19799
19800         * message.el (message-use-idna): Default to t.
19801         (message-use-idna): Test whether encoding works too.  Doc fix.
19802
19803 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19804
19805         * nntp.el (nntp-warn-about-losing-connection): Remove.
19806
19807 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19808
19809         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19810         customizable.  Change default value.
19811         (mm-uu-diff-groups-regexp): Change default value.
19812         (mm-uu-type-alist): Add doc string.
19813         (mm-uu-configure): Add doc string.  Make it interactive.
19814         (mm-uu-tex-groups-regexp): New variable.
19815         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19816         (mm-uu-type-alist): Add LaTeX documents.
19817         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19818         of "text/verbatim".
19819         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19820
19821         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19822         instead of "text/verbatim".
19823
19824         * message.el (message-mark-inserted-region)
19825         (message-mark-insert-file): Use slrn style marks when called with
19826         prefix argument.
19827
19828 2005-09-27  Simon Josefsson  <jas@extundo.com>
19829
19830         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19831
19832 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19833
19834         * message.el (message-remove-duplicates): New function.
19835         Implementation borrowed from `gnus-remove-duplicates'.
19836         (message-idna-to-ascii-rhs): Also encode idna addresses in
19837         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19838         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19839         only ask about the same idna domain once per header and also tell
19840         in what header to replace the idna domain.
19841
19842         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19843         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19844         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19845         a header is decoded and not just the last one.
19846
19847 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19848
19849         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19850         has been decoded.
19851
19852         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19853         (mm-insert-part): Don't modify text if it has been decoded.
19854
19855         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19856         decoded.
19857
19858         * mm-view.el (mm-inline-text): Don't strip text props unless
19859         decoding enriched or richtext parts.
19860
19861 2005-09-25  Romain Francoise  <romain@orebokech.com>
19862
19863         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19864         * gnus-start.el (gnus-subscribe-interactively):
19865         * gnus-uu.el (gnus-uu-grab-articles):
19866         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19867         space.
19868
19869 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19870
19871         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19872         * mm-view.el (mm-view-pkcs7-decrypt):
19873         * gnus-sum.el (gnus-summary-limit-to-extra)
19874         (gnus-summary-respool-article, gnus-read-move-group-name):
19875         * gnus-score.el (gnus-summary-increase-score):
19876         * gnus-util.el (gnus-completing-read-with-default):
19877         * gnus-art.el (gnus-read-save-file-name)
19878         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19879         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19880         * message.el (message-check-news-header-syntax):
19881         Follow convention for reading with the minibuffer.
19882
19883 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * spam-report.el (spam-report-url-ping-plain):
19886         Use gnus-extended-version as User-Agent.
19887
19888         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19889         default value is nil.
19890
19891         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19892         (mm-uu-verbatim-marks-extract): New function.
19893         (mm-uu-extract): New face.
19894         (mm-uu-copy-to-buffer): Use it.
19895
19896         * spam-report.el (spam-report-gmane-ham): Rename from
19897         `spam-report-gmane-unspam'.
19898         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19899         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19900
19901         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19902         Autoload.
19903         (spam-report-gmane-unregister-routine):
19904         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19905
19906 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19907
19908         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19909         (spam-report-gmane-unregister-routine): Add support for gmane
19910         unregistration.
19911
19912         * spam-report.el (spam-report-gmane-unspam)
19913         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19914         (spam-report-gmane): Change to take a single article and do unspam
19915         registration.
19916
19917 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19918
19919         * mm-url.el (mm-url-decode-entities): Fix regexp.
19920
19921 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19922
19923         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19924         default to nil, to be able to use Gnus at all.  If the default
19925         switches to something else, then the function should be fixed not
19926         be exceedingly slow.
19927
19928 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19929
19930         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19931         fail hard.
19932
19933         * spam-report.el: Add better Keywords line.
19934
19935         * spam.el: Add Maintainer and better Keywords line.
19936
19937 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19938
19939         * gnus-art.el (gnus-article-replace-part)
19940         (gnus-mime-replace-part): New functions.
19941         (gnus-mime-action-alist, gnus-mime-button-commands)
19942         (gnus-mime-save-part-and-strip): Add file argument.
19943         (gnus-article-part-wrapper): Add interactive argument.
19944
19945         * gnus-sum.el (gnus-summary-mime-map):
19946         Add `gnus-article-replace-part'.
19947
19948 2005-09-19  Didier Verna  <didier@xemacs.org>
19949
19950         The nnml compaction feature:
19951         * nnml.el (nnml-request-compact-group): New function.
19952         * nnml.el (nnml-request-compact): New function.
19953         * gnus-int.el (gnus-request-compact-group): New function.
19954         * gnus-int.el (gnus-request-compact): New function.
19955         * gnus-group.el (gnus-group-compact-group): New function.
19956         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19957         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19958         * gnus-srvr.el (gnus-server-compact-server): New function.
19959         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19960         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19961
19962 2005-09-18  Deepak Goel  <deego@gnufans.org>
19963
19964         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19965         format spec.
19966
19967 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19968
19969         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19970
19971 2005-09-15  Romain Francoise  <romain@orebokech.com>
19972
19973         * message.el (message-fill-paragraph): Clarify docstring.
19974
19975 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19976
19977         * gnus-art.el (gnus-mime-display-part): Protect against broken
19978         MIME messages.
19979
19980 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19983         before parsing header.
19984
19985 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19986
19987         * html2text.el (html2text-replace-list): Add new entities.
19988
19989 2005-09-11  Romain Francoise  <romain@orebokech.com>
19990
19991         * message.el (message-alternative-emails): Improve docstring.
19992         (message-setup-1): Call `message-use-alternative-email-as-from'
19993         after `message-setup-hook' to give it precedence over posting
19994         styles, etc.
19995         (message-use-alternative-email-as-from): Add docstring.
19996         Remove the original From header if present.
19997
19998         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19999         (nnml-save-mail): Use it.
20000
20001         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20002         articles.  Add new argument `silent'.
20003         (gnus-uu-mark-all): Report the total number of marked articles.
20004
20005 2005-09-10  Romain Francoise  <romain@orebokech.com>
20006
20007         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20008         (gnus-uu-mark-series): Likewise.
20009
20010 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20011
20012         * spam-report.el (spam-report-gmane): Fix generation of spam
20013         report URL.
20014
20015 2005-09-10  Simon Josefsson  <jas@extundo.com>
20016
20017         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20018         t, based on discussion on the ding list with Robert Epprecht
20019         <epprecht@solnet.ch>.
20020
20021 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20022
20023         * spam-report.el (spam-report-gmane): Make it work without
20024         X-Report-Spam header.  Gmane now only provides Archived-At.
20025         This is only used if `spam-report-gmane-use-article-number' is nil.
20026         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20027
20028         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20029         make `gnus-summary-sort-by-recipient' work with threading.
20030
20031         * nnweb.el (nnweb-google-wash-article): Print a message if article
20032         is not available.
20033
20034 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20035
20036         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20037         change.  Decode text/* parts content before displaying.
20038
20039 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20040
20041         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20042
20043 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20046
20047         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20048         url-package-name, url-package-version,
20049         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20050         w3m-display-inline-images, and w3m-minor-mode-map.
20051
20052 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20053
20054         * message.el (message-tab-body-function): Fix mismatched custom type.
20055
20056         * gnus.el (gnus-group-change-level-function): Ditto.
20057
20058         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20059
20060         * gnus-art.el (gnus-signature-limit)
20061         (gnus-article-mime-part-function): Ditto.
20062
20063 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20064
20065         * mml.el (mml-mode): Silence the byte compiler.
20066
20067         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20068         using `(sit-for 0)' before moving the point to the specified part;
20069         skip unbuttonized parts.
20070         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20071         return to the summary window if gnus-auto-select-part is non-nil.
20072
20073 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20074
20075         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20076         New variables.
20077         (mml-dnd-attach-file, mml-mode): Use them.
20078
20079         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20080         Make fetching article by MID work again for Google Groups.
20081         Add FIXME concerning gnus-group-make-web-group.
20082
20083         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20084         Don't depend on Gnus by using mail-extract-address-components if
20085         gnus-extract-address-components is not bound.
20086
20087 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20088
20089         * gnus-art.el (gnus-mime-display-security): Don't display the
20090         signature, but only the signed part.
20091
20092 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20093
20094         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20095
20096         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20097         list, not listp.
20098
20099 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20100
20101         * mm-encode.el (mm-encode-content-transfer-encoding):
20102         Likewise when encoding.
20103
20104         * mm-bodies.el (mm-decode-content-transfer-encoding):
20105         De-canonicalize CRLF for all text content types, not just
20106         text/plain.
20107
20108 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20109
20110         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20111         valid article; point arrow and cursor at the MIME button.
20112
20113 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20116         Suggested by Dan Christensen <jdc@uwo.ca>.
20117
20118         * mm-decode.el (mm-save-part): Enable change of prompt.
20119
20120 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20121
20122         * gnus-msg.el (gnus-inews-add-send-actions):
20123         Make `message-post-method' lambda parameter ARG `&optional'.
20124
20125 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20126
20127         * gnus-sum.el (gnus-summary-mime-map):
20128         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20129         gnus-article-jump-to-part.
20130
20131         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20132         (gnus-article-edit-part): Use it.
20133         (gnus-article-part-wrapper): Add no-handle argument.
20134         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20135         New functions.
20136
20137 2005-08-29  Romain Francoise  <romain@orebokech.com>
20138
20139         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20140         docstring.
20141         (gnus-face-from-file): Likewise.
20142
20143 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20144
20145         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20146         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20147         non-nil.
20148         (gnus-auto-select-part): New variable.
20149         (gnus-article-jump-to-part): New function.
20150         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20151         (gnus-mime-delete-part): Allow selecting specified part after
20152         deleting or stripping parts.
20153         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20154         part if argument is bogus.
20155
20156 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20157
20158         * gnus-art.el (w3m-minor-mode-map):
20159         * gnus-spec.el (gnus-newsrc-file-version):
20160         * gnus-util.el (nnmail-active-file-coding-system)
20161         (gnus-original-article-buffer, gnus-user-agent):
20162         * gnus.el (gnus-ham-process-destinations)
20163         (gnus-parameter-ham-marks-alist)
20164         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20165         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20166         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20167         * mm-decode.el (gnus-current-window-configuration):
20168         * mm-extern.el (gnus-article-mime-handles):
20169         * mm-url.el (url-current-object, url-package-name)
20170         (url-package-version):
20171         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20172         (smime-keys, w3m-cid-retrieve-function-alist)
20173         (w3m-current-buffer, w3m-display-inline-images)
20174         (w3m-minor-mode-map):
20175         * mml-smime.el (gnus-extract-address-components):
20176         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20177         (gnus-newsrc-hashtb, message-default-charset)
20178         (message-deletable-headers, message-options)
20179         (message-posting-charset, message-required-mail-headers)
20180         (message-required-news-headers):
20181         * mml1991.el (mc-pgp-always-sign):
20182         * mml2015.el (mc-pgp-always-sign):
20183         * nnheader.el (nnmail-extra-headers):
20184         * rfc1843.el (gnus-decode-encoded-word-function)
20185         (gnus-decode-header-function, gnus-newsgroup-name):
20186         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20187
20188 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20189
20190         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20191         the end of the date treatments.
20192
20193 2005-08-15  Simon Josefsson  <jas@extundo.com>
20194
20195         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20196         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20197         Capello and Romain Francoise.
20198         (pgg-fetch-key-function): Remove, not used?
20199         (pgg-insert-url-with-w3): Require url, to get
20200         url-insert-file-contents regardless of where it is defined.
20201
20202 2005-08-13  Romain Francoise  <romain@orebokech.com>
20203
20204         * message.el (message-cite-original-1): New function.
20205         (message-cite-original): Use it.
20206         (message-cite-original-without-signature): Ditto.
20207
20208 2005-08-08  Romain Francoise  <romain@orebokech.com>
20209
20210         * message.el (message-yank-empty-prefix): New variable.
20211         (message-indent-citation): Use it.
20212         (message-cite-original-without-signature): Respect X-No-Archive.
20213
20214 2005-08-08  Simon Josefsson  <jas@extundo.com>
20215
20216         * pgg.el: Autoload url-insert-file-contents instead of loading
20217         w3/url.
20218         (pgg-insert-url-with-w3): Don't load url here.
20219
20220 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20221
20222         * message.el (message-kill-to-signature): Don't insert newline at
20223         bol.
20224         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20225
20226 2005-08-06  Romain Francoise  <romain@orebokech.com>
20227
20228         * message.el (message-user-fqdn): Fix typo in docstring.
20229
20230 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20231
20232         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20233
20234         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20235
20236 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20237
20238         * mm-bodies.el (mm-encode-body): Use coding system rather than
20239         charset to encode text.
20240
20241         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20242         number of charsets if utf-8 is available (XEmacs).
20243
20244 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20245
20246         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20247         taken from `gnus-button-mid-or-mail-regexp'.
20248         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20249         (gnus-button-alist): Improve regexp for domain part of the MIDs
20250         for news:localpart@domain buttons.
20251         (gnus-button-ctan-directory-regexp): Update.
20252
20253 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20254
20255         * sieve-manage.el (sieve-manage-interactive-login):
20256         Use make-local-variable rather than make-variable-buffer-local.
20257         (sieve-manage-open): Ditto.
20258         (sieve-manage-authenticate): Ditto.
20259
20260         * mml.el (mml-generate-mime-1): Make the content type default to
20261         text/plain if the filename is not specified.
20262
20263 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20264
20265         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20266         instead of insert-buffer.
20267
20268         * message.el (message-yank-original): Ditto; set the mark at the
20269         end of the yanked message.
20270
20271 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20274         lines to scroll rather than to stop it.
20275
20276         * mml.el (mml-generate-default-type): Add doc string.
20277         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20278         default to application/octet-stream when determining the content
20279         type if it is not specified for the part or the mml contents; add
20280         a comment about mml-generate-default-type.
20281
20282 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20283
20284         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20285         make it default to application/octet-stream when determining the
20286         content type if it is not specified for the external contents.
20287
20288 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20291         segmented parameter but also other parameters might be there.
20292
20293 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20294
20295         * mm-decode.el (mm-display-external): Delete temp file, directory
20296         and buffer immediately if the external process is exited.
20297
20298 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20299
20300         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20301         fewer lines than that of scroll-margin.
20302         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20303
20304 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20305
20306         * gnus-art.el (gnus-article-next-page): Revert.
20307         (gnus-article-beginning-of-window): New macro.
20308         (gnus-article-next-page-1): Use it.
20309         (gnus-article-prev-page): Ditto.
20310         (gnus-article-edit-part): Use insert-buffer-substring instead of
20311         insert-buffer.
20312         (gnus-article-edit-exit): Ditto.
20313
20314         * gnus-util.el (gnus-beginning-of-window): Remove.
20315         (gnus-end-of-window): Remove.
20316
20317         * lpath.el: Don't bind header-line-format and scroll-margin.
20318
20319 2005-07-25  Simon Josefsson  <jas@extundo.com>
20320
20321         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20322         to have the url package without w3.  Reported by Daiki Ueno
20323         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20324
20325 2005-07-20  Didier Verna  <didier@xemacs.org>
20326
20327         * gnus-diary.el: Remove the description comment (nndiary is now
20328         properly documented in the Gnus manual).
20329         Fix the spelling of "Back End".
20330         * nndiary.el: Ditto.
20331         Fix the copyright notice.
20332
20333 2005-07-18  Romain Francoise  <romain@orebokech.com>
20334
20335         * gnus-sum.el (gnus-summary-to-prefix)
20336         (gnus-summary-newsgroup-prefix): New variables.
20337         (gnus-summary-from-or-to-or-newsgroups): Use them.
20338
20339 2005-07-17  Romain Francoise  <romain@orebokech.com>
20340
20341         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20342         space as it's generally not especially interesting to the user.
20343
20344 2005-07-16  Romain Francoise  <romain@orebokech.com>
20345
20346         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20347         nil to avoid prompting and file modification if one of the
20348         messages at the top of the nnfolder file contains a copyright
20349         notice.
20350         Update copyright notice.
20351
20352         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20353         instead of `current-time-string' as the latter creates a time
20354         string that is not RFC 2822 compliant (it lacks the zone).
20355         Update copyright notice.
20356
20357 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20358
20359         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20360         for text/rtf.  Display default in prompt.  Pass default for M-n.
20361
20362         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20363
20364 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20365
20366         * gnus-msg.el (gnus-button-mailto):
20367         Remove save-selected-window-window hackery because it relies on
20368         save-selected-window internals.
20369
20370 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20371
20372         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20373         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20374         (gnus-article-prev-page): Ditto.
20375
20376         * gnus-util.el (gnus-beginning-of-window): New function.
20377         (gnus-end-of-window): New function.
20378
20379         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20380
20381 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20382
20383         * gnus-score.el (gnus-score-edit-all-score):
20384         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20385         gnus-message.
20386
20387 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20388
20389         * gnus-msg.el (gnus-button-mailto):
20390         Remove save-selected-window-window hackery because it relies on
20391         save-selected-window internals.
20392
20393 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20394
20395         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20396         add-minor-mode.
20397         (gnus-binary-mode): Ditto.
20398
20399         * gnus-topic.el (gnus-topic-mode): Ditto.
20400
20401 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20402
20403         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20404         (gnus-article-prev-page): Take scroll-margin into consideration.
20405
20406 2005-07-04  Lute Kamstra  <lute@gnu.org>
20407
20408         Update FSF's address in GPL notices.
20409
20410 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20411
20412         * gnus.el (gnus-exit):
20413         * gnus-group.el (gnus-group-icons):
20414         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20415
20416         * gnus-nocem.el (gnus-nocem):
20417         * message.el (message-various, message-buffers, message-sending)
20418         (message-interface, message-forwarding, message-insertion)
20419         (message-headers, message-news, message-mail):
20420         * pgg-gpg.el (pgg-gpg):
20421         * pgg-parse.el (pgg-parse):
20422         * pgg-pgp.el (pgg-pgp):
20423         * pgg-pgp5.el (pgg-pgp5):
20424         * pop3.el (pop3): Finish `defgroup' description with period.
20425
20426 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20427
20428         * gnus-art.el (article-display-face): Improve the efficiency.
20429         (article-display-x-face): Ditto; remove gray x-face stuff.
20430
20431 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20432
20433         * gnus-art.el (article-display-face): Correct the position in
20434         which Faces are inserted.
20435
20436 2005-06-29  Didier Verna  <didier@xemacs.org>
20437
20438         * gnus-art.el (article-display-face): Display faces in correct
20439         order.
20440
20441 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20442
20443         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20444         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20445         (gnus-nocem-check-article): Fetch the Type header.
20446         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20447         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20448         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20449         make sure gnus-nocem-hashtb is initialized.
20450         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20451         (gnus-nocem-unwanted-article-p): Ditto.
20452
20453         * pgg.el (pgg-verify): Return the verification result.
20454
20455 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20456
20457         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20458         is ascii.
20459
20460 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20461
20462         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20463         `show-nonbreak-escape'.
20464
20465 2005-06-23  Lute Kamstra  <lute@gnu.org>
20466
20467         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20468
20469         * dig.el (dig-mode):
20470         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20471
20472 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20473
20474         * nnimap.el (nnimap-split-download-body): Fix spellings.
20475
20476 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20477
20478         * gnus-art.el (gnus-article-encrypt-body):
20479         * gnus-cus.el (gnus-score-customize):
20480         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20481         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20482
20483 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20484
20485         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20486         header by looking for magic "MII" at the beginning.
20487
20488 2005-06-16  Miles Bader  <miles@gnu.org>
20489
20490         * gnus-xmas.el (gnus-xmas-group-startup-message):
20491         Use renamed gnus-splash face.
20492
20493         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20494         (assistant-field-face): New backward-compatibility alias for renamed
20495         face.
20496         (assistant-render-text): Use renamed assistant-field face.
20497
20498         * spam.el (spam): Remove "-face" suffix from face name.
20499         (spam-face): New backward-compatibility alias for renamed face.
20500         (spam-face, spam-initialize): Use renamed spam face.
20501
20502         * message.el (message-header-to, message-header-cc)
20503         (message-header-subject, message-header-newsgroups)
20504         (message-header-other, message-header-name)
20505         (message-header-xheader, message-separator, message-cited-text)
20506         (message-mml): Remove "-face" suffix from face names.
20507         (message-header-to-face, message-header-cc-face)
20508         (message-header-subject-face, message-header-newsgroups-face)
20509         (message-header-other-face, message-header-name-face)
20510         (message-header-xheader-face, message-separator-face)
20511         (message-cited-text-face, message-mml-face):
20512         New backward-compatibility aliases for renamed faces.
20513         (message-font-lock-keywords): Use renamed message faces.
20514
20515         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20516         (sieve-test-commands, sieve-tagged-arguments):
20517         Remove "-face" suffix from face names.
20518         (sieve-control-commands-face, sieve-action-commands-face)
20519         (sieve-test-commands-face, sieve-tagged-arguments-face):
20520         New backward-compatibility aliases for renamed faces.
20521         (sieve-control-commands-face, sieve-action-commands-face)
20522         (sieve-test-commands-face, sieve-tagged-arguments-face):
20523         Use renamed sieve faces.
20524
20525         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20526         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20527         (gnus-group-news-3-empty, gnus-group-news-4)
20528         (gnus-group-news-4-empty, gnus-group-news-5)
20529         (gnus-group-news-5-empty, gnus-group-news-6)
20530         (gnus-group-news-6-empty, gnus-group-news-low)
20531         (gnus-group-news-low-empty, gnus-group-mail-1)
20532         (gnus-group-mail-1-empty, gnus-group-mail-2)
20533         (gnus-group-mail-2-empty, gnus-group-mail-3)
20534         (gnus-group-mail-3-empty, gnus-group-mail-low)
20535         (gnus-group-mail-low-empty, gnus-summary-selected)
20536         (gnus-summary-cancelled, gnus-summary-high-ticked)
20537         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20538         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20539         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20540         (gnus-summary-low-undownloaded)
20541         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20542         (gnus-summary-low-unread, gnus-summary-normal-unread)
20543         (gnus-summary-high-read, gnus-summary-low-read)
20544         (gnus-summary-normal-read, gnus-splash):
20545         Remove "-face" suffix from face names.
20546         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20547         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20548         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20549         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20550         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20551         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20552         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20553         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20554         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20555         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20556         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20557         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20558         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20559         (gnus-summary-normal-ticked-face)
20560         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20561         (gnus-summary-normal-ancient-face)
20562         (gnus-summary-high-undownloaded-face)
20563         (gnus-summary-low-undownloaded-face)
20564         (gnus-summary-normal-undownloaded-face)
20565         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20566         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20567         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20568         (gnus-splash-face):
20569         New backward-compatibility aliases for renamed faces.
20570         (gnus-group-startup-message): Use renamed gnus faces.
20571
20572         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20573         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20574         (gnus-server-agent): Remove "-face" suffix from face names.
20575         (gnus-server-agent-face, gnus-server-opened-face)
20576         (gnus-server-closed-face, gnus-server-denied-face)
20577         (gnus-server-offline-face):
20578         New backward-compatibility aliases for renamed faces.
20579         (gnus-server-agent-face, gnus-server-opened-face)
20580         (gnus-server-closed-face, gnus-server-denied-face)
20581         (gnus-server-offline-face): Use renamed gnus faces.
20582
20583         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20584         Remove "-face" suffix from face names.
20585         (gnus-picon-xbm-face, gnus-picon-face):
20586         New backward-compatibility aliases for renamed faces.
20587
20588         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20589         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20590         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20591         (gnus-cite-11): Remove "-face" suffix from face names.
20592         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20593         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20594         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20595         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20596         New backward-compatibility aliases for renamed faces.
20597         (gnus-cite-attribution-face, gnus-cite-face-list)
20598         (gnus-article-boring-faces): Use renamed gnus faces.
20599
20600         * gnus-art.el (gnus-signature, gnus-header-from)
20601         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20602         (gnus-header-content): Remove "-face" suffix from face names.
20603         (gnus-signature-face, gnus-header-from-face)
20604         (gnus-header-subject-face, gnus-header-newsgroups-face)
20605         (gnus-header-name-face, gnus-header-content-face):
20606         New backward-compatibility aliases for renamed faces.
20607         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20608
20609         * gnus-sum.el (gnus-summary-selected-face)
20610         (gnus-summary-highlight): Use renamed gnus faces.
20611         * gnus-group.el (gnus-group-highlight): Likewise.
20612
20613 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20614
20615         * gnus-sieve.el (gnus-sieve-article-add-rule):
20616         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20617         * spam-stat.el (spam-stat-buffer-change-to-spam)
20618         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20619
20620         * message.el (message-is-yours-p):
20621         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20622
20623 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * mm-view.el (mm-inline-text): Withdraw the last change.
20626
20627 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20628
20629         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20630         executing enriched-decode.
20631
20632 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20633
20634         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20635         charset of tar files.
20636
20637 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20638
20639         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20640
20641 2005-06-04  Lute Kamstra  <lute@gnu.org>
20642
20643         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20644         information is never recorded.
20645
20646 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20647
20648         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20649
20650 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20651
20652         * pop3.el (pop3-apop): Run md5 in the binary mode.
20653
20654         * starttls.el (starttls-set-process-query-on-exit-flag):
20655         Use eval-and-compile.
20656
20657 2005-05-31  Simon Josefsson  <jas@extundo.com>
20658
20659         * smime.el (smime-replace-in-string): Define.
20660         (smime-cert-by-ldap-1): Use it.
20661
20662 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20663
20664         * gnus-art.el (article-display-x-face): Replace
20665         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20666
20667         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20668         set-process-query-on-exit-flag or process-kill-without-query.
20669
20670         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20671         loop instead of replace-regexp.
20672
20673         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20674         instead of process-kill-without-query if it is available.
20675
20676         * lpath.el: Fbind ldap-search-entries.
20677
20678         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20679         instead of find-file-hooks if it is available.
20680
20681         * mml1991.el: Bind pgg-default-user-id when compiling.
20682
20683         * mml2015.el: Bind pgg-default-user-id when compiling.
20684
20685         * nndraft.el (nndraft-request-associate-buffer):
20686         Use write-contents-functions instead of write-contents-hooks if it is
20687         available.
20688
20689         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20690         instead of find-file-hooks if it is available.
20691
20692         * nntp.el (nntp-open-connection): Replace
20693         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20694         (nntp-open-ssl-stream): Ditto.
20695         (nntp-open-tls-stream): Ditto.
20696
20697         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20698         set-process-query-on-exit-flag or process-kill-without-query.
20699         (starttls-open-stream-gnutls): Use it instead of
20700         process-kill-without-query.
20701         (starttls-open-stream): Ditto.
20702
20703 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20704
20705         * smime.el (smime-cert-by-ldap-1): Don't use
20706         replace-regexp-in-string.
20707
20708 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20709
20710         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20711
20712         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20713         in PEM format.  Adjust to the XEmacs compatibility.
20714
20715 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20716
20717         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20718         by `string-to-number'.
20719         * gnus-agent.el (gnus-agent-regenerate-group)
20720         (gnus-agent-fetch-articles): Ditto.
20721         * gnus-art.el (gnus-button-fetch-group): Ditto.
20722         * gnus-cache.el (gnus-cache-generate-active)
20723         (gnus-cache-articles-in-group): Ditto.
20724         * gnus-group.el (gnus-group-set-current-level)
20725         (gnus-group-insert-group-line): Ditto.
20726         * gnus-score.el (gnus-score-set-expunge-below)
20727         (gnus-score-set-mark-below, gnus-summary-score-effect)
20728         (gnus-summary-score-entry): Ditto.
20729         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20730         (gnus-soup-pack): Ditto.
20731         * gnus-spec.el (gnus-xmas-format): Ditto.
20732         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20733         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20734         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20735         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20736         * nndb.el (nndb-get-remote-expire-response): Ditto.
20737         * nndiary.el (nndiary-parse-schedule-value)
20738         (nndiary-string-to-number, nndiary-request-replace-article)
20739         (nndiary-request-article): Ditto.
20740         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20741         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20742         * nneething.el (nneething-make-head): Ditto.
20743         * nnfolder.el (nnfolder-request-article)
20744         (nnfolder-retrieve-headers): Ditto.
20745         * nnheader.el (nnheader-file-to-number): Ditto.
20746         * nnkiboze.el (nnkiboze-request-article): Ditto.
20747         * nnmail.el (nnmail-process-unix-mail-format)
20748         (nnmail-process-babyl-mail-format): Ditto.
20749         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20750         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20751         (nnmh-request-create-group, nnmh-request-list-1)
20752         (nnmh-request-group, nnmh-request-article): Ditto.
20753         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20754         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20755         * nnsoup.el (nnsoup-make-active): Ditto.
20756         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20757         * nntp.el (nntp-find-group-and-number)
20758         (nntp-retrieve-headers-with-xover): Ditto.
20759         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20760         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20761         (pgg-format-key-identifier): Ditto.
20762         * pop3.el (pop3-last, pop3-stat): Ditto.
20763         * qp.el (quoted-printable-decode-region): Ditto.
20764
20765         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20766         of concat.
20767
20768 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20771
20772         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20773
20774         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20775
20776         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20777
20778         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20779
20780         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20781
20782         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20783         (gnus-carpal-mode): Ditto.
20784
20785         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20786         (gnus-browse-mode): Ditto.
20787
20788         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20789
20790         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20791
20792 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20793
20794         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20795
20796 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * gnus-util.el (gnus-run-mode-hooks): New function.
20799
20800         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20801
20802         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20803         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20804
20805 2005-05-27  Lute Kamstra  <lute@gnu.org>
20806
20807         * dns-mode.el (dns-mode): Specify customization group.
20808
20809 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20810
20811         * gnus-agent.el (gnus-agent-make-mode-line-string):
20812         Use mode-line-highlight as mouse-face.
20813
20814 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20815
20816         * canlock.el (canlock): Change the parent group to news.
20817
20818         * deuglify.el (gnus-outlook-deuglify): Add :group.
20819
20820         * dig.el (dig): Add :group.
20821
20822         * dns-mode.el (dns-mode): Add :group.
20823
20824         * encrypt.el (encrypt): Add :group.
20825
20826         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20827         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20828         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20829         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20830         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20831
20832         * gnus-diary.el (gnus-diary): Add :group.
20833
20834         * gnus.el (gnus-group-news-1-face): Add :group.
20835         (gnus-group-news-1-empty-face): Ditto.
20836         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20837         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20838         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20839         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20840         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20841         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20842         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20843         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20844         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20845         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20846         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20847         (gnus-summary-high-ticked-face): Ditto.
20848         (gnus-summary-low-ticked-face): Ditto.
20849         (gnus-summary-normal-ticked-face): Ditto.
20850         (gnus-summary-high-ancient-face): Ditto.
20851         (gnus-summary-low-ancient-face): Ditto.
20852         (gnus-summary-normal-ancient-face): Ditto.
20853         (gnus-summary-high-undownloaded-face): Ditto.
20854         (gnus-summary-low-undownloaded-face): Ditto.
20855         (gnus-summary-normal-undownloaded-face): Ditto.
20856         (gnus-summary-high-unread-face): Ditto.
20857         (gnus-summary-low-unread-face): Ditto.
20858         (gnus-summary-normal-unread-face): Ditto.
20859         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20860         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20861
20862         * hashcash.el (hashcash): New custom group.
20863         (hashcash-default-payment): Add :group.
20864         (hashcash-payment-alist): Ditto.
20865         (hashcash-default-accept-payment): Ditto.
20866         (hashcash-accept-resources): Ditto.
20867         (hashcash-path): Ditto.
20868         (hashcash-extra-generate-parameters): Ditto.
20869         (hashcash-double-spend-database): Ditto.
20870         (hashcash-in-news): Ditto.
20871
20872         * message.el (message-minibuffer-local-map): Add :group.
20873
20874         * netrc.el (netrc): Add :group.
20875
20876         * sieve-manage.el (sieve-manage-log): Add :group.
20877         (sieve-manage-default-user): Diito.
20878         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20879         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20880         (sieve-manage-authenticators): Ditto.
20881         (sieve-manage-authenticator-alist): Ditto.
20882         (sieve-manage-default-port): Ditto.
20883
20884         * sieve-mode.el (sieve-control-commands-face): Add :group.
20885         (sieve-action-commands-face): Ditto.
20886         (sieve-test-commands-face): Ditto.
20887         (sieve-tagged-arguments-face): Ditto.
20888
20889         * smime.el (smime): Add :group.
20890
20891         * spam-report.el (spam-report): Add :group.
20892
20893         * spam.el (spam, spam-face): Add :group.
20894
20895 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20896
20897         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20898         return \n.\n.\n at the end of articles.  Protect against that.
20899         (nntp-with-open-group): Allow debugging.
20900
20901         * nnheader.el (mail-header-set-extra): Make into a function
20902         because I just could't understand how to quote the list properly.
20903
20904         * dns.el (query-dns-cached): New function.
20905
20906 2005-05-26  Lute Kamstra  <lute@gnu.org>
20907
20908         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20909
20910 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20911
20912         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20913
20914         * gnus-art.el: Don't autoload mail-extract-address-components.
20915
20916         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20917         eval-and-compile to evaluate it.
20918
20919         * hashcash.el: Don't autoload executable-find.
20920
20921         * nndb.el: Don't declare the nndb back end two or more times; don't
20922         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20923
20924         * nntp.el: Autoload format-spec instead of format; use
20925         eval-and-compile to evaluate autoload forms.
20926
20927 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20928
20929         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20930
20931 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20932
20933         * gnus.el (gnus-version-number): Bump version.
20934
20935 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20936
20937         * gnus.el: No Gnus v0.3 is released.
20938
20939 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20940
20941         * lpath.el (featurep): Bind show-nonbreak-escape.
20942
20943 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20944
20945         * gnus-art.el (gnus-article-edit-part): Disable undo.
20946
20947 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20948
20949         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20950         gnus-article-date-lapsed-new-header is t if date timer is active;
20951         skip headers in which the original date value is empty.
20952         (gnus-article-save-original-date): Redefine it as a macro.
20953         (gnus-display-mime): Use it.
20954
20955 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20956
20957         * gnus-art.el (article-date-ut): Support converting date in
20958         forwarded parts as well.
20959         (gnus-article-save-original-date): New function.
20960         (gnus-display-mime): Use it.
20961
20962 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20963
20964         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20965         enclosure element of <item>.
20966
20967 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20968
20969         * message.el (message-kill-buffer-query): Rename from
20970         `message-kill-buffer-query-if-modified'.  Add :version.
20971
20972 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20973
20974         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20975         window layout.
20976
20977 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20978
20979         * mml.el: Autoload dnd when compiling.
20980
20981 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20982
20983         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20984         x-dnd-*.
20985
20986 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * qp.el (quoted-printable-encode-region): Save excursion.
20989
20990 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20991
20992         * message.el (message-kill-buffer-query-if-modified): Add new variable
20993         so the user can kill a modified message buffer quickly.
20994         (message-kill-buffer): Use it.
20995
20996 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * lpath.el: Fbind display-time-event-handler; don't fbind
20999         string-to-multibyte.
21000
21001         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21002
21003 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21004
21005         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21006         contained in text because xml.el decodes entities) with LFs.
21007
21008 2005-04-11  Lute Kamstra  <lute@gnu.org>
21009
21010         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21011         differently.
21012
21013 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21014
21015         * mm-util.el (mm-detect-coding-region): Typo.
21016
21017 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21018
21019         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21020
21021 2005-04-06  Deepak Goel  <deego@gnufans.org>
21022
21023         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21024         user-function allow user modifications of the scores.
21025         (spam-stat-score-buffer-user): New function, to allow
21026         user-computed modifications to the score.
21027         (spam-stat-score-buffer-user-functions): List of additional
21028         scoring functions.
21029         (spam-stat-error-holder): Global temporary error holder.
21030         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21031         variable.
21032
21033 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21034
21035         * gnus-registry.el (gnus-registry-clean-empty-function)
21036         (gnus-registry-trim, gnus-registry-fetch-groups)
21037         (gnus-registry-delete-group): Groups that match
21038         `gnus-registry-ignored-groups' are removed from the registry
21039         entries, not just ignored for splitting.  This helps clean up the
21040         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21041         to get all the groups a message ID is in.
21042
21043         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21044         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21045         (spam-stat-score-buffer-user-functions): Add :number custom type.
21046
21047 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21048
21049         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21050         argument in XEmacs.
21051
21052         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21053         (nnrss-request-group): Decode group name first.
21054         (nnrss-request-article): Make a text/plain article if mml-to-mime
21055         failed.
21056         (nnrss-get-encoding): Return a compatible encoding according to
21057         nnrss-compatible-encoding-alist.
21058         (nnrss-find-el): Use consp instead of listp.
21059         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21060
21061 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21062
21063         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21064         which Emacs 20 doesn't support.
21065         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21066
21067 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21068
21069         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21070         silence the byte compiler inside the defun.
21071
21072         * gnus-demon.el (parse-time-string): Add autoload.
21073
21074         * gnus-delay.el (parse-time-string): Add autoload.
21075
21076         * gnus-art.el (parse-time-string): Add autoload.
21077
21078         * nnultimate.el (parse-time): Require for `parse-time-string'.
21079
21080 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21081
21082         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21083
21084         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21085
21086         * smime.el (smime-ldap-host-list): Add :version.
21087
21088 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21089
21090         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21091         pass it to `gnus-browse-read-group'.
21092         (gnus-browse-read-group): Add NUMBER argument and pass it to
21093         `gnus-group-read-ephemeral-group'.
21094
21095         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21096         argument and pass it to `gnus-group-read-group'.
21097
21098 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21099
21100         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21101         mm-xemacs-find-mime-charset-1 if we have the mule feature
21102         available at runtime.
21103
21104 2005-03-25  Werner Lemberg  <wl@gnu.org>
21105
21106         * nnmaildir.el: Replace `illegal' with `invalid'.
21107
21108 2005-03-23  Lute Kamstra  <lute@gnu.org>
21109
21110         * time-date.el: Add comment on time value formats.
21111         Don't require parse-time.
21112         (with-decoded-time-value): New macro.
21113         (encode-time-value): New function.
21114         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21115         (days-to-time): Return a valid time value when arg is huge.
21116         (time-since): Use time-subtract.
21117         (time-to-number-of-days): Use time-to-seconds.
21118
21119 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21120
21121         * gnus-start.el (gnus-display-time-event-handler):
21122         Check display-time-timer at runtime rather than only at load time
21123         in case display-time-mode is turned off in the mean time.
21124
21125 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21126
21127         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21128         used.
21129
21130         * nneething.el (nneething-map-file-directory): Derive from
21131         `gnus-directory'.
21132
21133         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21134         the To/Cc button.
21135
21136 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21137
21138         * nnmaildir.el (nnmaildir-request-accept-article):
21139         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21140
21141 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21142
21143         * gnus-async.el: Require timer-funcs at compile time when in
21144         XEmacs for `run-with-idle-timer'.
21145
21146 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21147
21148         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21149         autoloaded function.
21150
21151 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21152
21153         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21154
21155 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21156
21157         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21158
21159 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21160
21161         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21162         Add gnus-expert-user to default.
21163
21164 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21165
21166         * nnimap.el (nnimap-open-server): Ditto.
21167
21168         * imap.el (imap-authenticate): Fix typo.
21169
21170 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21171
21172         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21173         buffer (since IMAP server might return FETCH response out of
21174         order, and the nntp buffer must be sorted).
21175
21176 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21177
21178         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21179         comparison on string.
21180
21181         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21182         (gnus-agent-score): Rename category keywords to match gnus-cus.
21183         (gnus-agent-summary-fetch-series): Modify to protect against
21184         gnus-agent-summary-fetch-group clearing processable flags.
21185         (gnus-agent-synchronize-group-flags): Update live group buffer as
21186         synchronization may occur due to the user toggle the plugged
21187         status.
21188         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21189         successfully downloaded.
21190         (gnus-agent-expire-group-1): Avoid using markers when the overview
21191         is in ascending order; greatly improves performance.
21192         (gnus-agent-regenerate-group):
21193         Use gnus-agent-synchronize-group-flags to reset read status in both
21194         gnus and server.
21195         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21196
21197 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21198
21199         * message.el: Don't autoload former message-utils variables.
21200         (message-strip-subject-trailing-was): Change doc string.
21201
21202         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21203         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21204         (nnweb-google-search): Add "hl=en" here.
21205         (nnweb-google-parse-1, nnweb-google-create-mapping):
21206         Don't hardcode URL.
21207
21208 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21209
21210         * message.el (message-get-reply-headers, message-followup):
21211         Mention related variables `message-use-followup-to' and
21212         `message-use-mail-followup-to', in the information buffer.
21213
21214         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21215         of broken groups(-beta).google.com.
21216
21217 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21218
21219         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21220         parameter to invoked gnus-request-move-article; remove the
21221         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21222         all at once instead of once per article.
21223         (gnus-summary-remove-process-mark): Accept a list of articles as
21224         well as a single article for processing.
21225
21226         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21227         parameter.
21228
21229         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21230
21231         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21232
21233         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21234         parameter.
21235
21236         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21237         parameter.
21238
21239         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21240         parameter and remove the gnus-sum-hint-move-is-internal variable.
21241
21242         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21243         parameter.
21244
21245         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21246         parameter.
21247
21248         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21249         parameter.
21250
21251         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21252
21253         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21254         parameter.
21255
21256         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21257         parameter.
21258
21259 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21260
21261         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21262         a more conservative way.
21263
21264 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21265
21266         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21267         buffer, so it moves the window's cursor.
21268
21269 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21270
21271         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21272         `mm-dissect-multipart' and receive the from field as an (optional)
21273         argument from `mm-dissect-multipart'.
21274         (mm-dissect-multipart): Receive the from field as an argument and
21275         pass it on when we call `mm-dissect-buffer' on MIME parts.
21276         Fixes verification/decryption of signed/encrypted MIME parts.
21277
21278 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21279
21280         * gnus-sum.el (gnus-summary-move-article):
21281         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21282         whatever it calls (right now, only nnimap-request-move article
21283         respects it).
21284
21285         * nnimap.el (nnimap-request-move-article):
21286         When gnus-sum-hint-move-is-internal is set, don't do the extra
21287         nnimap-request-article.
21288
21289 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21290
21291         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21292
21293         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21294         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21295
21296         * gnus-sum.el (gnus-summary-caesar-message):
21297         Apply `gnus-treat-article' after rotation.
21298
21299         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21300         doc string.
21301
21302 2005-02-22  Simon Josefsson  <jas@extundo.com>
21303
21304         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21305         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21306         <arne@arnested.dk>.
21307         (encrypt): Add password-cache and password-cache-expiry as group
21308         members.
21309
21310 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21311
21312         * smime.el (smime-ldap-host-list): Doc fix.
21313         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21314         cache) password.
21315         (smime-sign-region): Use it.
21316         (smime-decrypt-region): Use it.
21317         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21318         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21319         fails.
21320         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21321         certificate from DER to PEM format rather than calling openssl.
21322
21323         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21324
21325         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21326         for signing/encryption.
21327
21328         * mml.el (mml-parse-1): Use them.
21329
21330 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21331
21332         * nnrss.el (nnrss-verbose): Remove.
21333         (nnrss-request-group): Use `nnheader-message' instead.
21334
21335 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21336
21337         * nnrss.el (nnrss-verbose): New variable.
21338         (nnrss-request-group): Make it say nnrss is requesting a group.
21339
21340 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21341
21342         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21343         Handle news URL with given port correctly.
21344
21345 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21346
21347         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21348         containing special characters.
21349
21350         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21351
21352         * mml.el (mime-to-mml): Ditto.
21353
21354         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21355         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21356         (rfc2047-decode-region): Quote decoded words containing special
21357         characters when rfc2047-quote-decoded-words-containing-tspecials
21358         is non-nil.
21359
21360 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21361
21362         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21363
21364         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21365
21366 2005-02-15  Simon Josefsson  <jas@extundo.com>
21367
21368         * nnimap.el (nnimap-debug): Doc fix.
21369
21370         * imap.el (imap-debug): Doc fix.
21371
21372 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21373
21374         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21375
21376 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21377
21378         * gnus.el (spam-contents): Improve docs for spam-contents
21379         parameter in its variable incarnation.
21380
21381 2005-02-14  Simon Josefsson  <jas@extundo.com>
21382
21383         * smime-ldap.el: Use require instead of load-library for ldap.
21384         (smime-ldap-search): Indent.
21385         (smime-ldap-search-internal): Shorten line.
21386
21387         * smime.el (smime-cert-by-dns): Add doc-string.
21388         (smime-cert-by-ldap-1): Indent.
21389
21390         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21391         mml-smime-get-dns-ldap.
21392         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21393
21394 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21395
21396         * smime.el: Require smime-ldap.
21397         (smime-ldap-host-list): New variable.
21398         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21399
21400         * mml-smime.el (mml-smime-encrypt-query): New function.
21401         (mml-smime-encrypt-query): Use it.
21402
21403         * smime-ldap.el: New file.
21404
21405 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21406
21407         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21408
21409 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21410
21411         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21412         argument in doc string.  Make query for type more clear.
21413
21414 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21415
21416         * gnus.el (gnus-group-startup-message): Search for gnus images in
21417         etc/images/gnus.
21418         * mm-util.el (mm-image-load-path): Likewise.
21419         * smiley.el (smiley-data-directory): Search for smilies in
21420         etc/images/smilies.
21421
21422 2005-02-09  Kim F. Storm  <storm@cua.dk>
21423
21424         Change Emacs release version from 21.4 to 22.1 throughout.
21425         Change Emacs development version from 21.3.50 to 22.0.50.
21426
21427 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21428
21429         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21430
21431         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21432         non-Mule XEmacs as well.
21433         (mm-decompress-buffer): Signal an error intentionally if it does
21434         not decompress compressed data because auto-compression-mode is
21435         disabled.
21436
21437 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21438
21439         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21440         an ID in the registry even if it has no groups.
21441
21442 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21443
21444         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21445         merge it into mm-decompress-buffer.
21446         (gnus-mime-copy-part): Use the MIME part charset, the value which
21447         a user specified or gnus-newsgroup-charset for decoding, like
21448         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21449         save-buffer what was used.  Suggested by Kevin Ryde
21450         <user42@zip.com.au>.
21451         (gnus-mime-inline-part): Allow the name parameter as well as the
21452         filename parameter; force decompressing of compressed data; always
21453         display contents being not decoded as unibyte.
21454
21455         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21456         as well as the filename parameter.
21457
21458         * mm-util.el (mm-decompress-buffer):
21459         Merge gnus-mime-jka-compr-maybe-uncompress.
21460         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21461         of compressed data.
21462
21463 2005-02-08  Simon Josefsson  <jas@extundo.com>
21464
21465         * imap.el (imap-log): Doc fix.
21466
21467 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21470         the coding cookies; decompress compressed parts.
21471
21472         * mml.el (mml-generate-mime-1): Add the charset parameter according
21473         to the value which a user specified manually or the coding cookie.
21474
21475         * mm-util.el (mm-string-to-multibyte): New function.
21476         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21477         (mm-coding-system-to-mime-charset): New function.
21478         (mm-decompress-buffer): New function.
21479         (mm-find-buffer-file-coding-system): New function.
21480
21481         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21482         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21483         parts.
21484
21485 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21486
21487         * mm-view.el (mm-display-inline-fontify): Decode a part according
21488         to the charset parameter.
21489
21490 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21491
21492         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21493         prefix arg is neither nil nor a number, as info specifies.
21494
21495 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21496
21497         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21498         timestamps.
21499
21500 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21501
21502         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21503         groups error checking and notify user.
21504
21505 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21506
21507         * message.el (message-send-mail-function): Check existence of
21508         sendmail-program first before using default value
21509         `message-send-mail-with-sendmail'.  Otherwise use more generic
21510         `smtpmail-send-it'.
21511
21512 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21513
21514         * nntp.el (nntp-request-update-info): Always return nil.
21515
21516 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21517
21518         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21519
21520 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21521
21522         * message.el (message-beginning-of-line): Change the behavior when
21523         invoked between BOL and : so that it first moves backward.
21524
21525 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21526
21527         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21528         article buffer when editing of the article is discarded.
21529         (gnus-article-prepare): Revert.
21530
21531 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21532
21533         * gnus-art.el (gnus-article-prepare):
21534         Remove message-strip-forbidden-properties from the local hook.
21535
21536 2005-01-27  Simon Josefsson  <jas@extundo.com>
21537
21538         * password.el (password-cache-add): Only start one timer per key.
21539         Reported by Derek Atkins <warlord@MIT.EDU>.
21540
21541 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21542
21543         * run-at-time.el: Remove.  It is no longer needed as
21544         timer-funcs.el in the xemacs-base package has a working version of
21545         `run-at-time'.
21546
21547         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21548
21549         * password.el: Require timer-funcs instead of run-at-time in
21550         XEmacs.
21551         Remove `password-run-at-time' macro.
21552         (password-cache-add): Use `run-at-time' instead of
21553         `password-run-at-time'.
21554
21555         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21556         Remove `nnheader-cancel-function-timers' alias,
21557         `cancel-function-timers' exists in XEmacs in timer-funcs.
21558
21559         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21560         for `run-with-idle-timer'.
21561
21562         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21563         for `run-at-time'.
21564
21565         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21566         for `with-timeout'.
21567
21568         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21569         the same as for XEmacs 21.4.
21570         No need to ignore `run-with-idle-timer', this function exists in
21571         XEmacs now in timer-funcs.el in the xemacs-base package.
21572         (dgnushack-compile): No need to delete
21573         run-at-time.el from the list of files to compile because it
21574         doesn't exist anymore.
21575
21576 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21579         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21580
21581 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21582
21583         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21584         sensitively.
21585
21586 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21587
21588         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21589
21590 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21591
21592         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21593         which will be inserted according to the multibyteness of a buffer
21594         rather than the type of contents.  Suggested by ARISAWA Akihiro
21595         <ari@mbf.ocn.ne.jp>.
21596
21597         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21598         of string which old xml.el may return rather than a string.
21599
21600 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21601
21602         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21603
21604 2005-01-16  Simon Josefsson  <jas@extundo.com>
21605
21606         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21607         idn/idna.el isn't available.
21608         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21609         <michael@waxrat.com>.
21610
21611         * hashcash.el: Remove non-FSF copyright header.
21612
21613         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21614         (hashcash-generate-payment): Use it.
21615         (hashcash-generate-payment-async): Use it.
21616
21617 2005-01-15  Simon Josefsson  <jas@extundo.com>
21618
21619         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21620         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21621
21622         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21623         gnus-summary-idna-message.
21624         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21625         (gnus-summary-idna-message): New function.
21626
21627 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21628
21629         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21630         gnus-novice-user.
21631
21632 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21633
21634         * nnrss.el (nnrss-request-delete-group): Delete entries in
21635         nnrss-group-alist as well.
21636         (nnrss-save-server-data): Insert newline.
21637
21638 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21639
21640         * gnus.el (gnus-user-agent): Use list of symbols instead of
21641         symbols.  Display full version number for (S)XEmacs.
21642         Optionally display (S)XEmacs codename.
21643
21644         * gnus-util.el (gnus-emacs-version): Update for new
21645         `gnus-user-agent'.
21646
21647         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21648         Gnus version.
21649
21650 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21651
21652         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21653         which is unreadable in some setups.
21654
21655 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21656
21657         * gnus-spec.el (gnus-update-format-specifications): Flush the
21658         group format spec cache if it doesn't support decoded group names.
21659
21660 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21661
21662         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21663         Allow to apply decay on score files matching a regexp.
21664
21665 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21666
21667         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21668         compatibility in %g and %c.
21669
21670 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21671
21672         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21673         name for only %g and %c.
21674         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21675         of gnus-tmp-group to decoded group name.
21676         (gnus-group-make-rss-group): Exclude `/'s from group names.
21677
21678 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21679
21680         * nnrss.el (nnrss-get-encoding): Fix regexp.
21681
21682 2004-12-27  Simon Josefsson  <jas@extundo.com>
21683
21684         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21685         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21686         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21687
21688 2004-12-17  Kim F. Storm  <storm@cua.dk>
21689
21690         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21691
21692         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21693
21694 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21695
21696         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21697
21698 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21699
21700         * nnrss.el: Require rfc2047 and mml.
21701         (nnrss-file-coding-system): New variable.
21702         (nnrss-format-string): Redefine it as an inline function.
21703         (nnrss-decode-group-name): New function.
21704         (nnrss-string-as-multibyte): Remove.
21705         (nnrss-retrieve-headers): Decode group name; don't use
21706         nnrss-format-string.
21707         (nnrss-request-group): Decode group name.
21708         (nnrss-request-article): Decode group name; allow a Message-ID as
21709         well as an article number; don't use nnrss-format-string; encode a
21710         Message-ID string which may contain non-ASCII characters; use
21711         mml-to-mime to compose a MIME article.
21712         (nnrss-request-expire-articles): Decode group name.
21713         (nnrss-request-delete-group): Decode group name.
21714         (nnrss-fetch): Clarify error message.
21715         (nnrss-read-server-data): Use insert-file-contents instead of load;
21716         bind file-name-coding-system; use multibyte buffer.
21717         (nnrss-save-server-data): Bind coding-system-for-write to the
21718         value of nnrss-file-coding-system; bind file-name-coding-system;
21719         add coding cookie.
21720         (nnrss-read-group-data): Use insert-file-contents instead of load;
21721         bind file-name-coding-system; use multibyte buffer.
21722         (nnrss-save-group-data): Bind coding-system-for-write to the
21723         value of nnrss-file-coding-system; bind file-name-coding-system.
21724         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21725         make it work with non-ASCII text.
21726         (nnrss-find-el): Make it work with old xml.el as well.
21727
21728 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21729
21730         * nnrss.el (nnrss-get-encoding): New function.
21731         (nnrss-fetch): Use unibyte buffer initially; bind
21732         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21733         decode contents according to the encoding attribute.
21734         (nnrss-save-group-data): Add coding cookie.
21735         (nnrss-mime-encode-string): New function.
21736         (nnrss-check-group): Use it to encode subject and author.
21737
21738 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21739
21740         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21741         imaginary variable.
21742
21743 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21744
21745         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21746         correctly even if there are wide characters.
21747
21748 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21749
21750         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21751         downcased symbol names; make a new cache instead of reusing
21752         bbdb-hashtable.
21753
21754 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21755
21756         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21757         concatenating segments rather than before concatenating them.
21758         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21759
21760         * message.el (message-get-reply-headers): Bind `extra'.
21761
21762 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21763
21764         * message.el (message-extra-wide-headers): New variable.
21765         (message-get-reply-headers): Use it.
21766
21767 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21768
21769         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21770         (gnus-agent-group-pathname): Ditto.
21771
21772         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21773
21774         * gnus-group.el (gnus-group-make-group): Decode group name.
21775         (gnus-group-make-rss-group): Register the group data after opening
21776         the nnrss group.
21777
21778 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21779
21780         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21781         by expiry now get marked as read.
21782
21783 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21784
21785         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21786
21787 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21788
21789         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21790         unify Latin characters in XEmacs.
21791         (mm-find-mime-charset-region): Use it.
21792
21793 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21794
21795         * gnus-util.el (gnus-delete-directory): New function.
21796
21797         * gnus-agent.el (gnus-agent-delete-group): Use it.
21798
21799         * gnus-cache.el (gnus-cache-delete-group): Use it.
21800
21801 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21802
21803         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21804         names.
21805
21806 2004-12-16  Simon Josefsson  <jas@extundo.com>
21807
21808         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21809
21810 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21811
21812         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21813
21814         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21815         (gnus-group-set-current-level): Decode group name.
21816
21817 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21818
21819         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21820         failed.
21821
21822 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21823
21824         * gnus-group.el (gnus-group-delete-group): Decode group name.
21825         (gnus-group-make-rss-group): Encode group name.
21826         (gnus-group-catchup-current): Decode group name.
21827         (gnus-group-kill-group): Decode group name.
21828
21829 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21830
21831         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21832
21833 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21834
21835         * gnus-group.el (gnus-group-make-rss-group):
21836         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21837
21838         * gnus-start.el (gnus-setup-news): Honor user's setting to
21839         gnus-message-archive-method.  Suggested by Lute Kamstra
21840         <lute@gnu.org>.
21841
21842 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21843
21844         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21845         global counterparts of the buffer-local variables.
21846
21847 2004-11-16  Romain Francoise  <romain@orebokech.com>
21848
21849         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21850         counterparts of the buffer-local variables.
21851
21852 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21853
21854         * message.el (message-forbidden-properties): Fix typo in doc
21855         string.
21856
21857 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21858
21859         * gnus-util.el (gnus-replace-in-string): Add doc string.
21860
21861         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21862         to avoid problems when splitting mails with many recipients.
21863
21864 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21865
21866         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21867         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21868
21869 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21870
21871         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21872         if there is no hashtable in memory or file modification time is
21873         newer than cached timestamp.
21874
21875 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21876
21877         * gnus-sum.el (gnus-summary-limit-to-recipient):
21878         Implement not-matching option.
21879
21880 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21881
21882         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21883         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21884         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21885         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21886         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21887         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21888
21889 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21890
21891         * message.el (message-forward-make-body-mml): Remove headers
21892         according to message-forward-ignored-headers if a message is decoded.
21893
21894 2004-12-02  Romain Francoise  <romain@orebokech.com>
21895
21896         * message.el (message-forward-make-body-plain): Always remove
21897         headers according to message-forward-ignored-headers.
21898
21899 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21900
21901         * spam.el (spam-summary-prepare-exit): Remove the
21902         gnus-summary-limit pop for now, it has problems with ham marks for
21903         me.
21904
21905 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21906
21907         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21908         correctly.
21909
21910 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21911
21912         * format-spec.el (format-spec): Message the char.
21913
21914 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21915
21916         * gnus-art.el (gnus-split-methods): Reformat comments.
21917
21918         * spam.el (spam-summary-prepare-exit): Remove article limits
21919         before exiting the summary buffer.
21920
21921 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21922
21923         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21924         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21925
21926         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21927         order to silence the byte compiler.
21928
21929         * spam.el: Fix the way to silence the byte compiler, which
21930         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21931         bbdb-search-simple, spam-BBDB-register-routine,
21932         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21933         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21934         spam-stat-buffer-is-spam, spam-stat-load,
21935         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21936         spam-stat-save and spam-stat-split-fancy.
21937
21938 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21941         which may confuse users.
21942         (canlock-password-for-verify): Ditto.
21943
21944         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21945
21946         * gnus-art.el (gnus-emphasis-alist): Ditto.
21947
21948         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21949
21950         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21951
21952         * gnus-start.el (gnus-save-killed-list): Ditto.
21953
21954         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21955         (gnus-sum-thread-tree-root): Ditto.
21956         (gnus-sum-thread-tree-false-root): Ditto.
21957         (gnus-sum-thread-tree-single-indent): Ditto.
21958
21959         * message.el (message-courtesy-message): Ditto.
21960         (message-archive-note): Ditto.
21961         (message-subscribed-address-file): Ditto.
21962         (message-user-fqdn): Ditto.
21963
21964         * spam-report.el (spam-report-gmane-regex): Ditto.
21965
21966         * spam.el (spam-blackhole-good-server-regex): Ditto.
21967
21968 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21969
21970         * mml.el (mml-preview): Widen the message buffer before copying
21971         the contents to the preview buffer; sort headers before previewing.
21972
21973         * message.el (message-hidden-headers): Fix the way to avoid a bug
21974         in the `repeat' widget in Emacs 21.3 or earlier.
21975
21976 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21977
21978         * message.el (message-hidden-headers): Default to "^References:".
21979         Improve customization type.  Suggested by Reiner Steib
21980         <Reiner.Steib@gmx.de>.
21981
21982 2004-11-25  Romain Francoise  <romain@orebokech.com>
21983
21984         * message.el (message-strip-forbidden-properties): Remove check for
21985         obsolete `message-hidden' text property, hidden headers are not
21986         accessible in the buffer anymore.
21987
21988 2004-11-22  Romain Francoise  <romain@orebokech.com>
21989
21990         * message.el (message-header-format-alist): Add `From' in list
21991         so that it can be sorted.
21992         (message-fix-before-sending): Widen and sort headers before
21993         sending.
21994         (message-hide-headers): Use narrowing to hide headers by moving
21995         them to the top of the buffer and narrowing to the region
21996         underneath.
21997
21998 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21999
22000         * message.el (message-strip-forbidden-properties):
22001         Bind buffer-read-only (etc) to nil.
22002
22003 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22004
22005         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22006         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22007
22008 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22009
22010         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22011
22012 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22013
22014         * dns.el (query-dns): Use sit-for to time instead of
22015         accept-process-output, since that doesn't seem to work on udp
22016         sockets.
22017
22018 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22019
22020         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22021
22022 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22023
22024         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22025         doc string.  Improve doc string.
22026
22027 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22028
22029         * nntp.el (nntp-request-update-info): Return nil if
22030         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22031         may not call gnus-activate-group which uselessly issues the GROUP
22032         commands for all nntp groups and wastes time.  Reported by Romain
22033         Francoise <romain@orebokech.com>.
22034
22035         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22036
22037 2004-11-15  Simon Josefsson  <jas@extundo.com>
22038
22039         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22040         headers separately.
22041         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22042         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22043
22044 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22045
22046         * gnus-start.el (gnus-convert-old-newsrc):
22047         Assign legacy-gnus-agent to 5.10.7.
22048
22049 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22050
22051         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22052         start of the lines.
22053
22054 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22055
22056         * hashcash.el (hashcash-default-payment): Change default to 20.
22057         (hashcash-default-accept-payment): Change default to 20.
22058         (hashcash-process-alist): New variable.
22059         (hashcash-generate-payment-async): Add.
22060         (hashcash-already-paid-p): Add.
22061         (hashcash-insert-payment): Don't generate payments twice.
22062         (hashcash-insert-payment-async): Add.
22063         (hashcash-insert-payment-async-2): Add.
22064         (hashcash-cancel-async): Add.
22065         (hashcash-wait-async): Add.
22066         (hashcash-processes-running-p): Add.
22067         (hashcash-wait-or-cancel): Add.
22068         (mail-add-payment): New optional argument.  Conditionally start
22069         asynchronous calculation.
22070         (mail-add-payment-async): Add.
22071
22072         * message.el (message-send-mail): Wait for asynchronous hashcash
22073         results.  Don't clobber existing X-Hashcash headers.
22074         (message-setup-1): Call mail-add-payment-async when
22075         message-generate-hashcash is non-nil.
22076
22077 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22078
22079         * message.el (message-use-alternative-email-as-from): Examine the
22080         From header as well; use message-make-from in order to include a
22081         user's full name.
22082
22083 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22084
22085         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22086         default; improve customization type.
22087         (gnus-emphasis-custom-with-format): New macro.
22088         (gnus-emphasis-custom-value-to-external): New function.
22089         (gnus-emphasis-custom-value-to-internal): New function.
22090
22091 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22092
22093         * dns.el (query-dns): Resolve reverse addresses.
22094
22095 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22096
22097         * gnus-group.el (gnus-group-get-new-news): Use it.
22098
22099         * gnus-start.el (gnus-check-reasonable-setup): New function.
22100
22101 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22102
22103         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22104         "Args out of range" error.  Reported by Arnaud Giersch
22105         <arnaud.giersch@free.fr>.
22106
22107 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22108
22109         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22110
22111 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22112
22113         * spam.el (spam group): Add :version.
22114
22115         * pgg-def.el (pgg group): Add :version.
22116
22117 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22118
22119         * gnus-art.el (gnus-article-edit-article): Don't associate the
22120         article buffer with a draft file.  This is a temporary measure
22121         against the 2004-08-22 change to gnus-article-edit-mode.
22122
22123 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22124
22125         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22126         (html2text-format-tags): Remove unused variable `attr'.
22127
22128 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22129
22130         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22131
22132         * tls.el (tls-process-connection-type, tls-success)
22133         (tls-certtool-program): Add :version.
22134
22135         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22136         (starttls-extra-arguments, starttls-process-connection-type)
22137         (starttls-connect, starttls-failure, starttls-success): Add :version.
22138
22139         * spam-stat.el (spam-stat): Add :version.
22140
22141         * sieve.el (sieve): Add :version.
22142
22143         * sha1.el (sha1): Add :version.
22144         (sha1-use-external): Remove redundant version.
22145
22146         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22147         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22148         (nnmail-split-fancy-match-partial-words)
22149         (nnmail-split-lowercase-expanded): Add :version.
22150
22151         * nndiary.el (nndiary): Add :version.
22152
22153         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22154
22155         * mml-sec.el (mml-default-sign-method)
22156         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22157         Add :version.
22158
22159         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22160
22161         * mm-url.el (mm-url-use-external, mm-url-program)
22162         (mm-url-arguments): Add :version.
22163
22164         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22165         (mm-attachment-file-modes, mm-decrypt-option)
22166         (mm-w3m-safe-url-regexp): Add :version.
22167
22168         * message.el (message-cite-prefix-regexp)
22169         (message-sendmail-envelope-from, message-minibuffer-local-map)
22170         (message-user-fqdn, message-completion-alist): Add :version.
22171
22172         * gnus-win.el (gnus-configure-windows-hook)
22173         (gnus-use-frames-on-any-display): Add :version.
22174
22175         * gnus-art.el (gnus-article-address-banner-alist)
22176         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22177         (gnus-treat-from-picon, gnus-treat-mail-picon)
22178         (gnus-treat-x-pgp-sig): Add :version.
22179
22180         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22181         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22182         (gnus-summary-article-delete-hook)
22183         (gnus-summary-display-while-building): Add :version.
22184
22185         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22186         (gnus-get-top-new-news-hook): Add :version.
22187
22188         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22189         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22190
22191         * gnus-registry.el (gnus-registry): Add :version.
22192
22193         * gnus-spec.el (gnus-use-correct-string-widths)
22194         (gnus-make-format-preserve-properties): Add :version.
22195
22196         * gnus.el (gnus-group-charter-alist)
22197         (gnus-group-fetch-control-use-browse-url)
22198         (gnus-install-group-spam-parameters): Add :version.
22199
22200         * gnus-diary.el (gnus-diary): Add :version.
22201
22202         * gnus-delay.el (gnus-delay): Add :version.
22203
22204         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22205         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22206         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22207         Add :version.
22208
22209         * gnus-agent.el (gnus-agent-max-fetch-size)
22210         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22211         (gnus-agent-prompt-send-queue): Add :version.
22212
22213         * deuglify.el (gnus-outlook-deuglify): Add :version.
22214
22215         * html2text.el: Beautify code.  Improve doc strings.
22216         Some checkdoc cleanup.
22217         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22218
22219 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22220
22221         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22222
22223 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22224
22225         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22226         when package is loaded.
22227
22228         * spam.el (spam-summary-score-preferred-header): Add global preference
22229         for people who want to override the default SpamAssassin over
22230         Bogofilter preference (when both are set).
22231         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22232         (spam-user-format-function-S):
22233         Check spam-summary-score-preferred-header.
22234         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22235         (spam-user-format-function-S): Format the score correctly.
22236
22237 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22238
22239         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22240         signature file.  Suggested by Manoj Srivastava
22241         <srivasta@golden-gryphon.com>.
22242
22243         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22244         iso-2022-jp even in the Japanese language environment.
22245         Suggested by Jason Rumney <jasonr@gnu.org>.
22246
22247 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22248
22249         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22250         use the same characters as the dummy marks; make it free from
22251         getting affected by the language environment.
22252         (gnus-summary-read-group-1): Update mark positions only when the
22253         format spec is updated.
22254
22255         * gnus-spec.el (gnus-update-format-specifications): Return a list
22256         of updated types.
22257
22258 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22259
22260         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22261         of boundp to check if display-warning is available.
22262
22263 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22264
22265         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22266
22267 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22268
22269         * nnspool.el (nnspool-spool-directory): Use news-path if the
22270         news-directory variable is not bound.
22271
22272         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22273         function instead of display-warning if it is not available.
22274
22275 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22276
22277         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22278         v5-10: Use `point-at-bol'.
22279
22280 2004-10-26  Simon Josefsson  <jas@extundo.com>
22281
22282         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22283         <chenggao@gmail.com>.
22284
22285 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22286
22287         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22288         instead.
22289
22290 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22291
22292         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22293         to remove a server from the nnimap-server-buffer-alist.
22294         (nnimap-open-connection, nnimap-close-server): Use it.
22295
22296         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22297
22298 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22299
22300         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22301         running the major-mode function.
22302
22303 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22304
22305         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22306         dummy marks in the right way.
22307
22308 2004-10-18  David Edmondson  <dme@dme.org>
22309
22310         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22311         excessively.
22312
22313 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22314
22315         * gnus-util.el (gnus-split-references): Accept a nil references
22316         string and go on blissfully.
22317
22318         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22319         cases where the references string is non-nil but has no references.
22320
22321         * encrypt.el: Add autoload tags.
22322
22323         * spam.el (spam-resolve-registrations-routine): Remove article
22324         from unregistration list too.  Reported by David Hanak
22325         <dhanak@isis.vanderbilt.edu>
22326
22327 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22328
22329         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22330         nil.  Change custom type.
22331
22332 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22333
22334         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22335
22336         * gnus-sum.el (gnus-summary-move-article): Use it.
22337
22338 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22339
22340         * encrypt.el: Add autoload cookies.
22341
22342         * spam.el (spam-backend-article-list-property)
22343         (spam-backend-get-article-todo-list)
22344         (spam-backend-put-article-todo-list)
22345         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22346         Resolve registrations separately.
22347         (spam-register-routine): Format comments.
22348         (spam-unregister-routine, spam-register-routine): Always call with
22349         specific-articles, no default list.
22350         (spam-summary-prepare-exit): Use the spam-classifications function.
22351
22352         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22353         gnus-encrypt.el.
22354
22355         * encrypt.el: Copied from gnus-encrypt.el.
22356
22357         * gnus-encrypt.el: Commented that it's obsolete.
22358
22359 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22360
22361         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22362         (gnus-score-save): Use it.
22363
22364         * message.el (message-bury): Use `window-dedicated-p'.
22365
22366 2004-10-15  Simon Josefsson  <jas@extundo.com>
22367
22368         * pop3.el (top-level): Don't require nnheader.
22369         (pop3-read-timeout): Add.
22370         (pop3-accept-process-output): Add.
22371         (pop3-read-response, pop3-retr): Use it.
22372
22373 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22374
22375         * spam.el (spam-register-routine): Move comment.
22376         (spam-verify-bogofilter): Use 'unknown for the initial
22377         spam-bogofilter-valid state, not 'never.
22378
22379         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22380         for netrc-machine.
22381
22382         * nnimap.el (nnimap-open-connection):
22383         Use netrc-machine-user-or-password.
22384
22385 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22386
22387         * gnus-registry.el (gnus-registry-unload-hook):
22388         Set as a variable with add-hook.
22389
22390         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22391         of news-path.
22392
22393         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22394
22395         * spam.el: Delete duplicate `provide'.
22396         (spam-unload-hook): Set as a variable with add-hook.
22397
22398 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22399
22400         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22401         in the doc string.
22402
22403         * message.el (message-ignored-news-headers)
22404         (message-ignored-supersedes-headers)
22405         (message-ignored-resent-headers)
22406         (message-forward-ignored-headers): Improve custom type.
22407
22408 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22409
22410         * message.el (message-tokenize-header): Fix 2004-09-06 change
22411         which used point-min in the wrong place.
22412
22413 2004-10-12  Simon Josefsson  <jas@extundo.com>
22414
22415         * tls.el (tls-certtool-program): New variable.
22416         (tls-certificate-information): New function, based on
22417         ssl-certificate-information.
22418
22419 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * compface.el: Move the version of ELisp-based uncompface program
22422         to the contrib directory because of the copyright problem.
22423
22424 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22425
22426         * message.el (message-kill-buffer): Raise the current frame.
22427
22428 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22429
22430         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22431
22432         * gnus.el (message-y-or-n-p): Autoload.
22433
22434         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22435         (pop3-password-required, pop3-authentication-scheme)
22436         (pop3-leave-mail-on-server): Make customizable.
22437         (pop3): New custom group.
22438         (pop3-retr): Remove `sleep-for' statements.
22439         Suggested by Dave Love <fx@gnu.org>.
22440
22441         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22442         Windows/DOS.
22443
22444         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22445         (imap-parse-body): Fix incorrect use of `assert'.
22446         Suggested by Dave Love <fx@gnu.org>.
22447
22448         * mml.el (mml-minibuffer-read-disposition): Require match.
22449         Suggested by Dave Love <fx@gnu.org>.
22450
22451 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22452
22453         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22454         doc string.
22455
22456 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22457
22458         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22459
22460 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22461
22462         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22463         instead of calling `mm-insert-inline', to decode text/* parts
22464         before displaying them.
22465
22466 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22467
22468         * mm-uu.el (mm-uu-text-plain-type): New variable.
22469         (mm-uu-pgp-signed-extract-1): Use it.
22470         (mm-uu-pgp-encrypted-extract-1): Use it.
22471         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22472         bind mm-uu-text-plain-type with that value.
22473         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22474         mm-uu-dissect.
22475
22476 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22477
22478         * gnus-group.el (gnus-update-group-mark-positions):
22479         * gnus-sum.el (gnus-update-summary-mark-positions):
22480         * message.el (message-check-news-body-syntax):
22481         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22482         of string-as-multibyte.
22483
22484 2004-10-05  Juri Linkov  <juri@jurta.org>
22485
22486         * gnus-group.el (gnus-update-group-mark-positions):
22487         * gnus-sum.el (gnus-update-summary-mark-positions):
22488         * message.el (message-check-news-body-syntax):
22489         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22490         8-bit unibyte values to a multibyte string for search functions.
22491
22492 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22493
22494         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22495         (mm-uu-dissect-text-parts): New function.
22496
22497         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22498         dissect text parts.
22499
22500         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22501         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22502
22503         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22504
22505         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22506         Use gnus-current-topics instead of gnus-current-topic.
22507
22508 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22509
22510         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22511
22512 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22513
22514         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22515         where appropriate.
22516
22517         * nnml.el (nnml-generate-active-info): do.
22518
22519         * nndiary.el (nndiary-generate-active-info): do.
22520
22521         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22522         (gnus-topic-move): do.
22523
22524         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22525         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22526
22527         * gnus-srvr.el (gnus-server-prepare)
22528         (gnus-server-open-all-servers): do.
22529
22530         * gnus-msg.el (gnus-summary-cancel-article)
22531         (gnus-summary-resend-message)
22532         (gnus-summary-mail-crosspost-complaint): do.
22533
22534         * gnus-move.el (gnus-change-server): do.
22535
22536         * gnus-group.el (gnus-group-unmark-all-groups)
22537         (gnus-group-set-current-level): do.
22538
22539 2004-10-04  Simon Josefsson  <jas@extundo.com>
22540
22541         * message.el (message-generate-hashcash): Doc fix.
22542
22543 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22544
22545         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22546         avoid infinite recursion via gnus-get-function.
22547
22548 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22549
22550         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22551
22552         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22553
22554         * nnmail.el (nnmail-split-history): do.
22555
22556         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22557         (nnml-request-delete-group): do.
22558
22559         * nnslashdot.el (nnslashdot-read-groups): do.
22560
22561         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22562         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22563
22564         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22565         (nnspool-sift-nov-with-sed): Use last.
22566         (nnspool-retrieve-headers-with-nov): Use mapc.
22567         (nnspool-request-newgroups): Use dolist.
22568         (nnspool-request-group): Use last.
22569
22570         * nntp.el (nntp-read-server-type): Use dolist.
22571
22572         * nnvirtual.el (nnvirtual-create-mapping)
22573         (nnvirtual-update-read-and-marked): Use dolist.
22574         (nnvirtual-convert-headers): Simplify.
22575
22576 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22577
22578         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22579         Add support for sync'ing tick marks.
22580
22581 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22582
22583         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22584         there's no visible header.
22585
22586 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22587
22588         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22589         When necessary, pass full group name to gnus-request-set-marks.
22590
22591 2004-10-01  Simon Josefsson  <jas@extundo.com>
22592
22593         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22594         acroread.
22595
22596 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22597
22598         * spam-report.el (spam-report-gmane): Fix interactive.
22599
22600         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22601
22602         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22603         when writing file.
22604         (gnus-agent-synchronize-flags): Don't default to being
22605         interactive.
22606
22607 2004-09-30  Simon Josefsson  <jas@extundo.com>
22608
22609         * message.el (message-generate-hashcash): Add.
22610         (message-send-mail): Use it, call mail-add-payment.
22611
22612 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22613
22614         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22615
22616 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22617
22618         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22619         gnus-requst-update-info with explicit code to sync the in-memory
22620         info read flags with the marks being sync'd to the backend.
22621
22622         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22623
22624 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22625
22626         * spam.el (spam-verify-bogofilter): Add new function.
22627         (spam-check-bogofilter)
22628         (spam-bogofilter-register-with-bogofilter): Use it.
22629         (spam-verify-bogofilter): Add small fixes.
22630
22631 2004-09-28  Simon Josefsson  <jas@extundo.com>
22632
22633         * hashcash.el (hashcash-generate-payment): Revert.
22634
22635 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22636
22637         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22638         Use gnus-extract-references instead of gnus-split-references.
22639
22640         * gnus-util.el (gnus-extract-references): Add new function, analogous
22641         to gnus-split-references but extracts only the message-ID without
22642         anything extra.
22643
22644         * hashcash.el (hashcash-generate-payment)
22645         (hashcash-check-payment): Do the right thing if hashcash-path is
22646         nil (because the hashcash program could not be found).
22647
22648         * spam.el (spam-use-hashcash): Remove comment.
22649
22650 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22651
22652         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22653         (gnus-cache-enter-article, gnus-cache-remove-article)
22654         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22655
22656         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22657
22658         * gnus-art.el (article-hide-boring-headers)
22659         (article-translate-strings, article-display-face)
22660         (gnus-article-mime-match-handle-first)
22661         (gnus-article-highlight-headers)
22662         (gnus-article-add-buttons-to-head): do.
22663
22664 2004-09-27  Simon Josefsson  <jas@extundo.com>
22665
22666         * hashcash.el: New version, from
22667         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22668         ../contrib/.
22669
22670 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22671
22672         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22673
22674 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22675
22676         * gnus-dup.el (gnus-dup-open): Use mapc.
22677         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22678
22679         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22680         Reported by Stefan Wiens <s.wi@gmx.net>.
22681
22682         * gnus.el (gnus-shutdown): Use dolist.
22683
22684         * gnus-undo.el (gnus-undo): Use mapc.
22685
22686         * nnrss.el (nnrss-generate-active): do.
22687
22688         * message.el (message-cite-original-without-signature)
22689         (message-cite-original): Use mapc.
22690         (message-do-actions, message-make-forward-subject): Use dolist.
22691
22692 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22693
22694         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22695         deletion to remove entire duplicate line.  Fixes merged article
22696         number bug.
22697
22698 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22699
22700         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22701         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22702         first ask if you want to open a server and then, even when you
22703         responded with no, asking if you want to synchronize the server's
22704         flags.
22705         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22706         multi-line expressions.
22707         (gnus-agent-synchronize-group-flags): New internal function.
22708         Updates marks in memory (in the info structure) AND in the
22709         backend.
22710
22711         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22712
22713         * nnagent.el (nnagent-request-set-mark):
22714         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22715         method, to ensure that synchronization updates marks in the
22716         backend and in the info (in memory) structure.
22717
22718 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22719
22720         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22721         convention fully; don't miss the root article of a thread; make
22722         the X-Draft-From header with correct article numbers.
22723
22724 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22725
22726         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22727         unless plugged.  Disable the agent so that an open failure causes
22728         an error.
22729
22730         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22731         Revert 2004-09-21 change.  The backend must be opened while
22732         synchronizing flags even when the backend stores the flags
22733         locally.
22734
22735 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22736
22737         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22738         in `header' match.  Reported by Svend Tollak Munkejord.
22739
22740         * message.el (message-cite-original): Fix use of
22741         `message-cite-articles-with-x-no-archive'.
22742
22743 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22744
22745         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22746         (gnus-window-to-buffer): Ditto.
22747
22748         * mml.el (mml-preview-buffer): New variable.
22749         (mml-preview): Manage window layout with gnus-buffer-configuration.
22750
22751         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22752         X-Draft-From header even if those articles aren't quoted.
22753
22754 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22755
22756         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22757         (gnus-request-set-mark, gnus-request-update-mark): Use new
22758         g-s-t-u-l-m to decide to use backend even when unplugged.
22759
22760 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22761
22762         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22763         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22764
22765 2004-09-20  Simon Josefsson  <jas@extundo.com>
22766
22767         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22768         "utf-16-le".
22769
22770 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22771
22772         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22773
22774 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22775
22776         * uudecode.el (uudecode-use-external): Add :version.
22777
22778         * smime.el (smime-CA-file, smime-encrypt-cipher)
22779         (smime-dns-server): Add :version.
22780
22781         * smiley.el (gnus-smiley-file-types): Add :version.
22782
22783         * sha1.el (sha1-use-external): Add :version.
22784
22785         * pgg-def.el (pgg-query-keyserver): Add :version.
22786
22787         * nnmail.el (nnmail-fancy-expiry-targets)
22788         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22789         Add :version.
22790
22791         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22792         (nnimap-retrieve-groups-asynchronous): Add :version.
22793         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22794
22795         * mml.el (mml-content-disposition-parameters)
22796         (mml-insert-mime-headers-always): Add :version.
22797
22798         * mm-util.el (mm-coding-system-priorities): Add :version.
22799
22800         * mm-decode.el (mm-inline-text-html-with-images)
22801         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22802         (mm-verify-option): Add :version.
22803         (mm-text-html-renderer): Change :version.
22804
22805         * message.el (message-fcc-externalize-attachments)
22806         (message-required-headers, message-draft-headers)
22807         (message-subject-trailing-was-query)
22808         (message-subject-trailing-was-ask-regexp)
22809         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22810         (message-mark-insert-end, message-archive-header)
22811         (message-archive-note, message-cross-post-default)
22812         (message-cross-post-note, message-followup-to-note)
22813         (message-cross-post-note-function, message-use-mail-followup-to)
22814         (message-subscribed-address-functions)
22815         (message-subscribed-address-file, message-subscribed-addresses)
22816         (message-subscribed-regexps, message-allow-no-recipients)
22817         (message-yank-cited-prefix, message-signature-insert-empty-line)
22818         (message-hidden-headers, message-hierarchical-addresses)
22819         (message-mail-user-agent, message-use-idna)
22820         (message-valid-fqdn-regexp)
22821         (message-strip-special-text-properties, message-header-synonyms)
22822         (message-beginning-of-line, message-tab-body-function): Add :version.
22823         (message-insert-canlock, message-wide-reply-confirm-recipients):
22824         Change :version.
22825
22826         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22827         and :version.
22828         (mail-source-delete-old-incoming-confirm)
22829         (mail-source-movemail-program): Add :version.
22830
22831         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22832         (gnus-agent-cache, gnus-agent): Change :version.
22833
22834         * gnus-util.el (gnus-use-byte-compile): Change :version.
22835
22836         * gnus-sum.el (gnus-summary-make-false-root-always)
22837         (gnus-summary-default-high-score)
22838         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22839         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22840         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22841         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22842         (gnus-sum-thread-tree-single-indent)
22843         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22844         (gnus-sum-thread-tree-leaf-with-other)
22845         (gnus-sum-thread-tree-single-leaf): Add :version.
22846         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22847         (gnus-article-loose-mime): Change :version.
22848
22849         * gnus-start.el (gnus-backup-startup-file)
22850         (gnus-save-startup-file-via-temp-buffer): Add :version.
22851
22852         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22853         (gnus-server-offline-face): Add :version.
22854
22855         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22856
22857         * gnus-msg.el (gnus-gcc-externalize-attachments)
22858         (gnus-debug-files, gnus-debug-exclude-variables)
22859         (gnus-discouraged-post-methods): Change :version.
22860         (gnus-confirm-mail-reply-to-news)
22861         (gnus-confirm-treat-mail-like-news): Add :version.
22862
22863         * gnus-int.el (gnus-server-unopen-status): Add :version.
22864
22865         * gnus-group.el (gnus-group-jump-to-group-prompt)
22866         (gnus-large-ephemeral-newsgroup)
22867         (gnus-fetch-old-ephemeral-headers): Add :version.
22868
22869         * gnus-fun.el (gnus-x-face-directory)
22870         (gnus-convert-pbm-to-x-face-command)
22871         (gnus-convert-image-to-x-face-command)
22872         (gnus-convert-image-to-face-command): Add :version.
22873
22874         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22875
22876         * gnus-cite.el (gnus-cite-blank-line-after-header)
22877         (gnus-article-boring-faces): Add :version.
22878
22879         * gnus-art.el (gnus-buttonized-mime-types)
22880         (gnus-inhibit-mime-unbuttonizing)
22881         (gnus-treat-display-face)
22882         (gnus-treat-body-boundary): Change :version.
22883         (gnus-body-boundary-delimiter, gnus-picon-databases)
22884         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22885         (gnus-treat-date-english, gnus-treat-fold-headers)
22886         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22887         (gnus-treat-mail-picon, gnus-treat-wash-html)
22888         (gnus-article-encrypt-protocol)
22889         (gnus-use-idna, gnus-article-over-scroll)
22890         (gnus-mime-display-multipart-alternative-as-mixed)
22891         (gnus-mime-display-multipart-related-as-mixed)
22892         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22893         (gnus-ctan-url, gnus-button-ctan-handler)
22894         (gnus-button-handle-ctan-bogus-regexp)
22895         (gnus-button-ctan-directory-regexp)
22896         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22897         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22898         (gnus-button-man-level, gnus-button-emacs-level)
22899         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22900
22901         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22902         (gnus-agent-go-online): Change :version.
22903         (gnus-agent-expire-unagentized-dirs)
22904         (gnus-agent-auto-agentize-methods): Add :version.
22905
22906         * flow-fill.el (fill-flowed-display-column)
22907         (fill-flowed-encode-column): Add :version.
22908
22909         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22910         (gnus-outlook-deuglify-unwrap-max)
22911         (gnus-outlook-deuglify-cite-marks)
22912         (gnus-outlook-deuglify-unwrap-stop-chars)
22913         (gnus-outlook-deuglify-no-wrap-chars)
22914         (gnus-outlook-deuglify-attrib-cut-regexp)
22915         (gnus-outlook-deuglify-attrib-verb-regexp)
22916         (gnus-outlook-deuglify-attrib-end-regexp)
22917         (gnus-outlook-display-hook): Add :version.
22918
22919         * binhex.el (binhex-use-external): Add :version.
22920
22921 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22922
22923         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22924         and `invisible'.
22925
22926 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22927
22928         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22929         in gnus-registry-trim.
22930
22931 2004-09-13  Simon Josefsson  <jas@extundo.com>
22932
22933         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22934
22935         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22936
22937         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22938         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22939         <yamaoka@jpl.org>.
22940         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22941         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22942         <yamaoka@jpl.org>.
22943
22944         * sieve.el (sieve-manage-mode): Ditto.
22945
22946 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22947
22948         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22949
22950 2004-09-11  Simon Josefsson  <jas@extundo.com>
22951
22952         * dns-mode.el: Add.
22953
22954         * mm-view.el (mm-display-dns-inline): Add.
22955
22956         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22957         (mm-automatic-display): Ditto.
22958
22959         * mailcap.el (mailcap-mime-data): Add text/dns.
22960         (mailcap-mime-extensions): Map .soa to text/dns.
22961
22962 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22963
22964         * gnus-art.el (article-decode-mime-words, article-babel)
22965         (gnus-article-highlight-signature, gnus-article-add-buttons)
22966         (gnus-signature-toggle): Remove unnecessary bindings of
22967         `inhibit-read-only' inherited from v5.10 merge.
22968
22969 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22970
22971         * nntp.el (nntp): New customization group.
22972         (nntp-authinfo-file): Add customization group.
22973
22974         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22975
22976         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22977
22978         * gnus.el (to-address, to-list, subscribed)
22979         (large-newsgroup-initial): Ditto.
22980
22981         * flow-fill.el (fill-flowed-display-column)
22982         (fill-flowed-encode-column): Ditto.
22983
22984 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22985
22986         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22987         Use point-min rather than 1.
22988         (message-send-mail): Use buffer-size rather than point-max.
22989
22990         * gnus-sum.el (gnus-summary-search-article-forward):
22991         Signal a specific `search-failed' rather than a generic `error'.
22992
22993         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22994         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22995         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22996
22997 2004-09-10  Simon Josefsson  <jas@extundo.com>
22998
22999         * nndb.el (require): Remove tcp and duplicate cl.
23000
23001 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23002
23003         * gnus-agent.el (directory-files-and-attributes): Move forward.
23004
23005 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23006
23007         * gnus-agent.el (directory-files-and-attributes):
23008         Optionally defined to support XEmacs.
23009
23010 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23011
23012         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23013         to avoid run-time CL dependencies.
23014         (gnus-agent-unfetch-articles): New function.
23015         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23016         article numbers even when local .overview file is missing.
23017         (gnus-agent-read-article-number): New function.  Only accepts
23018         27-bit article numbers.
23019         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23020         Use gnus-agent-read-article-number.
23021         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23022         from backend while recognizing that article numbers in .overview
23023         must be valid.
23024         (gnus-agent-update-files-total-fetched-for):
23025         Use directory-files-and-attributes to improve performance.
23026         * gnus-int.el (gnus-request-move-article):
23027         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23028         improve performance.
23029
23030         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23031         some users confused by references to .newsrc when they only have a
23032         .newsrc.eld file.
23033         (gnus-convert-mark-converter-prompt)
23034         (gnus-convert-converter-needs-prompt): Fix use of property list.
23035         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23036         New function.  Used internally to only display 'gnus converting
23037         files' message when actually necessary.
23038
23039         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23040         methods now autoloaded.
23041
23042 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23043
23044         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23045         identifiers.
23046
23047 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23048
23049         * gnus-picon.el: Fix indentation and closing parenthesis.
23050
23051 2004-09-01  Simon Josefsson  <jas@extundo.com>
23052
23053         * message.el (message-canlock-generate): Require sha1, not
23054         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23055         to require within a function.  Sadly, if sha1.el isn't loaded, the
23056         let binding in m-c-g will hide the defcustom definition, which is
23057         bad.)
23058
23059         * canlock.el: Require sha1, not sha1-el.
23060
23061         * message.el: Don't autoload sha1 (there is a autoload cookie in
23062         sha1.el).
23063
23064         * sha1-el.el: Rename to sha1.el.
23065
23066 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23067
23068         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23069
23070 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23071
23072         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23073
23074 2004-08-30  Kim F. Storm  <storm@cua.dk>
23075
23076         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23077
23078         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23079         Add :group 'nnimap.
23080
23081 2004-08-30  Andreas Schwab  <schwab@suse.de>
23082
23083         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23084         ?* and ?\;.
23085
23086         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23087         and ?\' to symbol instead of whitespace.
23088
23089 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23090
23091         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23092
23093         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23094         instead of re-search-forward.
23095
23096         * gnus-uu.el (gnus-uu-save-article): Ditto.
23097         (gnus-uu-post-encode-uuencode): Ditto.
23098
23099         * html2text.el (html2text-clean-list-items): Ditto.
23100         (html2text-clean-dtdd): Ditto.
23101         (html2text-format-tags): Ditto.
23102
23103         * message.el (message-send-mail-with-sendmail): Fix regexp.
23104         (message-fill-field-general): Use search-forward instead of
23105         re-search-forward.
23106         (unbold-region): Ditto.
23107
23108         * nnrss.el (nnrss-request-article): Ditto.
23109
23110         * nnslashdot.el (nnslashdot-request-article): Ditto.
23111
23112         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23113
23114         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23115         "Unrecognized menu descriptor" error in XEmacs.
23116
23117 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23118
23119         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23120         parent article of a sparse article in the thread hashtb.
23121
23122 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23123
23124         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23125         (nnmail-expand-newtext): Lowercase expanded entries if
23126         nnmail-split-lowercase-expanded is non-nil.
23127
23128 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23129
23130         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23131
23132         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23133         of gnus-tmp-news-method into string under XEmacs.  It will be
23134         passed to gnus-correct-length which takes only a string argument.
23135
23136 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23137
23138         * gnus-util.el (gnus-bind-print-variables): New macro.
23139         (gnus-prin1): Use it.
23140         (gnus-prin1-to-string): Use it.
23141         (gnus-pp): New function.
23142         (gnus-pp-to-string): New function.
23143
23144         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23145         Replace pp-to-string with gnus-pp-to-string.
23146         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23147         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23148         * gnus-msg.el (gnus-debug): Ditto.
23149         * gnus-score.el (gnus-score-save): Ditto.
23150         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23151         gnus-pp-to-string.
23152         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23153         with gnus-pp.
23154         * score-mode.el (gnus-score-pretty-print): Ditto.
23155         * webmail.el (webmail-debug): Ditto.
23156
23157 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23158
23159         * gnus-art.el (article-display-face, article-display-x-face):
23160         Use buffer-read-only.
23161
23162 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23163
23164         * gnus-art.el (article-hide-list-identifiers):
23165         Bind inhibit-read-only as t.
23166
23167 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23168
23169         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23170
23171 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23172
23173         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23174         (gnus-narrow-to-page): Don't assume point-min == 1.
23175         (gnus-article-edit-mode): Derive from message-mode.
23176
23177         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23178         point-min == 1.
23179
23180         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23181         Disable incorrect use of `assert'.
23182
23183         * message.el (message-mode): Set comment-start-skip.
23184
23185
23186 2004-08-22  Sam Steingold  <sds@gnu.org>
23187
23188         * pop3.el (pop3-leave-mail-on-server): New user variable.
23189         (pop3-movemail): Delete mail only when it is nil.
23190
23191 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23192
23193         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23194
23195         * mml.el (mml-preview): Use `pop-to-buffer'.
23196
23197         * message.el (message-goto-mail-followup-to): Insert after "To".
23198         (message-carefully-insert-headers): Add comment.
23199
23200         * gnus.el: Remove unused variable `gnus-article-check-size'.
23201
23202         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23203
23204         * gnus-art.el (gnus-button-alist):
23205         Improve `gnus-button-handle-library' entry.
23206
23207 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23208
23209         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23210         Use downcase, since XEmacs capitalizes error messages differently.
23211
23212 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23213
23214         * nntp.el: Add (require 'gnus) due to reference to
23215         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23216
23217 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23218
23219         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23220         Bind `mm-fill-flowed'.
23221
23222         * mm-decode.el (mm-dissect-singlepart): Check it.
23223
23224 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23225
23226         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23227         'imap' for netrc parsing.
23228
23229 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23230
23231         * mailcap.el (mailcap-mime-data): Mark as risky.
23232
23233 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23234
23235         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23236         may be included in the encoded word.
23237         (rfc2047-encode): Don't append a space if the encoded word
23238         includes close parenthesis.
23239
23240 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23241
23242         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23243         of text within parentheses.
23244
23245 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23246
23247         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23248         (gnus-encrypt-write-file-contents): Make the password key the file
23249         name PLUS the cipher, not just the cipher.  Also remove failed
23250         passwords from the cache.
23251
23252 2004-08-06  Simon Josefsson  <jas@extundo.com>
23253
23254         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23255         Doc fix.
23256
23257 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23258
23259         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23260         LWSP.
23261
23262 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23263
23264         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23265         Try to append in-reply-to: data to the references: header.
23266
23267         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23268         (netrc-parse): Use gnus-encrypt.el functions.
23269
23270         * gnus-encrypt.el: Add new file for encryption support; currently
23271         does only a few GPG ciphers and an internal XOR cipher.
23272
23273         * password.el: Add comments on using password-read-and-add.
23274         (password-read-and-add): Add function to read and add the
23275         password to the cache at once.
23276
23277 2004-07-28  Simon Josefsson  <jas@extundo.com>
23278
23279         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23280         parameter (but don't use it, for now).
23281
23282         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23283         instead of hard coding to nil.
23284
23285 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23286
23287         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23288         as mm-inline-image-xemacs does.
23289
23290 2004-07-26  Simon Josefsson  <jas@extundo.com>
23291
23292         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23293         Revert part of 2004-07-17 change below.
23294
23295 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23296
23297         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23298         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23299
23300 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23301
23302         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23303         quotes that actually start with ">" at the beginning of the
23304         lines.
23305
23306 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23307
23308         * rfc2047.el (rfc2047-encode-region): Fix last change.
23309         (rfc2047-encode-parameter): Remove useless concat.
23310
23311 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23312
23313         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23314         encode special characters; fix some kind of misconfigured headers;
23315         signal a real error if debug-on-quit or debug-on-error is non-nil.
23316         (rfc2047-encode-max-chars): New variable.
23317         (rfc2047-encode-1): Use it.
23318         (rfc2047-encode-parameter): New function.
23319
23320         * mml.el (mml-insert-parameter): Remove an excessive space.
23321
23322 2004-07-17  Simon Josefsson  <jas@extundo.com>
23323
23324         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23325         Kai Grossjohann <kai@emptydomain.de>.
23326         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23327         (gnus-group-make-menu-bar): Ditto.
23328
23329         * gnus-util.el (gnus-group-server): Add.
23330
23331 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23332
23333         * message.el (message-clone-locals): Clone sendmail and smtp
23334         variables.
23335
23336 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23337
23338         * rfc2047.el (rfc2047-encode-region): Fix last change.
23339
23340 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23341
23342         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23343         characters as non-special.
23344
23345 2004-07-09  Simon Josefsson  <jas@extundo.com>
23346
23347         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23348         Users will lose all flag changes made while unplugged with
23349         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23350         good default.  See numerous reports on ding mailing list.
23351
23352 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23353
23354         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23355         add generate-head-function and generate-article-function to the
23356         rfc822-forward entry.
23357         (nndoc-rfc822-forward-generate-article): New function.
23358         (nndoc-rfc822-forward-generate-head): New function.
23359
23360         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23361
23362 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23363
23364         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23365         respect display group parameter and gnus-summary-expunge-below.
23366         (gnus-articles-to-read): Remove unused reference to display group
23367         parameter.
23368
23369 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23370
23371         * nnheader.el (nnheader-uniquify-message-id): New experimental
23372         variable.
23373         (nnheader-nov-read-message-id): Use it.
23374
23375         * spam-report.el (spam-report-gmane): Add interactive.
23376
23377 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23378
23379         * mm-encode.el (mm-content-transfer-encoding-defaults):
23380         Use qp-or-base64 for the application/* types.
23381
23382 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23383
23384         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23385
23386 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23387
23388         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23389         trim value.
23390
23391 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23392
23393         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23394         New macro and function.
23395         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23396
23397 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23398
23399         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23400         after-load-alist.
23401
23402 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23403
23404         * gnus-group.el (gnus-group-get-new-news-this-group):
23405         Don't update info that isn't there.
23406
23407 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23408
23409         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23410         entry.
23411
23412 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23413
23414         * mm-view.el (mm-inline-render-with-function): Use multibyte
23415         buffer; decode html source by charset.
23416
23417         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23418
23419         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23420         Mule-UCS is loaded under XEmacs.
23421         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23422
23423 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23424
23425         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23426
23427 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23428
23429         * mm-util.el (mm-coding-system-p): Return a coding-system.
23430         (mm-mime-mule-charset-alist): Use shift_jis instead of
23431         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23432         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23433         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23434         instead of japanese-shift-jis and iso-latin-1 respectively in
23435         order to share the default value with both Emacs and XEmacs-mule.
23436         (mm-mule-charset-to-mime-charset):
23437         Make mm-coding-system-priorities effective.
23438         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23439         while predicating of candidates upon the priorities.
23440
23441 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23442
23443         * gnus-sum.el (gnus-summary-make-menu-bar):
23444         Add gnus-uu-invert-processable.
23445
23446         * gnus.el: Autoload gnus-uu-invert-processable.
23447
23448 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23449
23450         * mm-util.el (mm-with-multibyte-buffer): New macro.
23451
23452         * rfc2047.el (rfc2047-encode-string): Use it.
23453         (rfc2047-encode-region): Move point to the end of the region after
23454         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23455
23456 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23457
23458         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23459         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23460
23461 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23462
23463         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23464         (gnus-cite-parse): Ignore quoted envelope From_.
23465         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23466
23467 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23468
23469         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23470         invalid addresses.
23471
23472 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23473
23474         * spam.el: Change section markers, revise TODO list.
23475         (spam-backends): Make new master list of all installed backends.
23476         (spam-summary-exit-behavior): Add new variable to determine how
23477         messages moves are done at summary exit.
23478         (spam-move-spam-nonspam-groups-only)
23479         (spam-process-ham-in-nonham-groups)
23480         (spam-process-ham-in-spam-groups): Remove variables, the
23481         spam-summary-exit-behavior variable should be used to manage this
23482         behavior.
23483         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23484         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23485         and spam-old-spam-articles.
23486         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23487         Add empty variables, placeholders for the backends they represent.
23488         (spam-set-difference): Move, unchanged.
23489         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23490         unless the user has a processor variable.
23491         (spam-classifications, spam-classification-valid-p)
23492         (spam-backend-properties, spam-backend-property-valid-p)
23493         (spam-backend-function-type-valid-p)
23494         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23495         (spam-report-articles-gmane, spam-report-articles-resend):
23496         Remove functions, they are not needed.
23497         (spam-install-backend-super, spam-backend-list)
23498         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23499         (spam-backend-function, spam-backend-ham-registration-function)
23500         (spam-backend-spam-registration-function)
23501         (spam-backend-ham-unregistration-function)
23502         (spam-backend-spam-unregistration-function)
23503         (spam-backend-statistical-p, spam-backend-mover-p)
23504         (spam-install-backend-alias, spam-install-checkonly-backend)
23505         (spam-install-mover-backend, spam-install-nocheck-backend)
23506         (spam-install-backend, spam-install-statistical-backend)
23507         (spam-install-statistical-checkonly-backend): Add backend installation
23508         support.
23509         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23510         (spam-group-processor-p): Use the new backend code and respect the
23511         summary exit behavior.
23512         (spam-mark-spam-as-expired-and-move-routine): Remove.
23513         (spam-summary-prepare): Change to use the new spam-old-articles
23514         variable.
23515         (spam-copy-or-move-routine, spam-copy-spam-routine)
23516         (spam-move-spam-routine, spam-copy-ham-routine)
23517         (spam-move-ham-routine): Add code to copy/move ham or spam.
23518         (spam-fetch-field-fast): Improve doc and code, plus allow the
23519         'number request.
23520         (spam-list-of-checks, spam-list-of-statistical-checks):
23521         Remove variables.
23522         (spam-split, spam-find-spam): Use the new backend code.
23523         (spam-registration-functions): Remove variable.
23524         (spam-unregister-routine): Add convenience wrapper.
23525         (spam-log-undo-registration, spam-register-routine)
23526         (spam-log-processing-to-registry)
23527         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23528         where possible.
23529         (spam-check-gmane-xref, spam-check-regex-headers)
23530         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23531         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23532         (spam-check-bogofilter-headers, spam-check-spamoracle)
23533         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23534         (spam-check-crm114-headers): Use the spam-split-group that
23535         spam-split prepares, no need to determine it every time.
23536
23537         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23538         to the nnheader-parse-naked-head call.
23539
23540         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23541
23542         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23543         the nnheader-nov-read-message-id call.
23544
23545 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23546
23547         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23548         gnus-activate-group twice.  Suggested by Markus Peter
23549         <warp@spin.de>.
23550
23551 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23552
23553         * gnus-art.el (gnus-article-time-format): Exchange the order of
23554         day and month in the default value; fix customization type.
23555         (article-date-ut): Use add-text-properties.
23556         (article-make-date-line): Use message-make-date instead of
23557         current-time-string.
23558
23559         * message.el (message-fetch-field): Don't use set-text-properties.
23560         (message-make-date): Simplify.
23561
23562         * messagexmas.el (message-xmas-make-date): New function.
23563         (message-xmas-redefine): Defalias message-make-date to it.
23564
23565 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23566
23567         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23568         (rfc2047-encode-region): Treat text within parentheses as special;
23569         show the original text when error has occurred.
23570
23571         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23572         already-computed method to gnus-activate-group.
23573
23574         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23575         same select-methods identical Lisp objects.
23576
23577         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23578         object when modifying the info.
23579
23580 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23583         gnus-opened-servers since it has never been opened with the new
23584         configuration yet.
23585
23586 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23587
23588         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23589         arg to nnheader-generate-fake-message-id.
23590
23591 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23592
23593         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23594         number and build a fake message ID localized to a group and
23595         article number (so it's repeatable from that point on).
23596         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23597         ID format.
23598
23599         * gnus-sum.el (gnus-get-newsgroup-headers):
23600         Call nnheader-generate-fake-message-id with the article number.
23601
23602 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23603
23604         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23605         end-of-buffer.
23606
23607 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23608
23609         * message.el (message-ignored-supersedes-headers): Add Approved.
23610
23611 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23612
23613         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23614         goto-char.
23615         (rfc2047-encode): Fold the line before encoding.
23616
23617 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23618
23619         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23620         folding -- not all headers can be folded, and this should be done
23621         by the message composition mode.  Probably.  I think.
23622
23623 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23624
23625         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23626         fast.
23627
23628         * gnus-ems.el (gnus-remove-image): Don't use
23629         message-text-with-property; remove only the image found first.
23630
23631         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23632         found first.
23633
23634 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23635
23636         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23637
23638 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23639
23640         * message.el (message-text-with-property): Make it fast and accept
23641         optional arguments.
23642         (message-strip-forbidden-properties): Use it.
23643         (message-fix-before-sending): Follow the m-t-w-p change.
23644
23645         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23646
23647 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23648
23649         * gnus-art.el (article-hide-headers): Don't change the buffer
23650         mistakenly when performing mml-preview even if
23651         gnus-single-article-buffer is nil.
23652
23653 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23654
23655         * message.el (message-expand-name-databases): New user option.
23656         (message-expand-name): Use it.
23657
23658 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23659
23660         * spam.el (spam-report-articles-resend)
23661         (spam-report-resend-register-routine): Allow ham reporting.
23662         (spam-report-resend-register-ham-routine): Add wrapper.
23663         (spam-registration-functions): Add ham resending functions.
23664         (spam-list-of-processors): Add ham resend processor.
23665
23666         * gnus.el (ham-resend-to): Add new group parameter.
23667         (spam-process): Add ham resend option.
23668
23669         * spam-report.el (spam-report-resend): Allow reporting ham.
23670         (spam-report-resend-ham): Add wrapper.
23671
23672 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23673
23674         * message.el (message-cite-articles-with-x-no-archive):
23675         New variable.
23676         (message-cite-original): Use it.
23677
23678 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23679
23680         * message.el (message-cite-original): Respect X-No-Archive.
23681
23682 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23683
23684         * gnus-art.el (article-hide-headers): Refer to the values for
23685         gnus-ignored-headers and gnus-visible-headers in the summary
23686         buffer since a user may have set them as group parameters.
23687
23688 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23689
23690         * assistant.el (assistant-node-name): Add convenience function.
23691         (assistant-render-text, assistant-render-node): Add error handling,
23692         plus handle multiple next nodes.
23693         (assistant-find-next-node): Comment out for now.
23694         (assistant-find-next-nodes): Add function, returns list of next
23695         nodes.
23696
23697 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23698
23699         * mail-source.el (mail-source-directory): Fix doc-string.
23700
23701 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23702
23703         * assistant.el (assistant-render-text, assistant-eval): Add :set
23704         widget type, which is different because it takes and returns a
23705         list.  Much hilarity ensues.
23706
23707 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23708
23709         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23710
23711         * gnus-group.el (gnus-group-get-new-news-this-group):
23712         Add doc-string.
23713
23714         * gnus-start.el (gnus-activate-group): Add doc-string.
23715
23716 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23717
23718         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23719
23720 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23721
23722         * assistant.el (assistant-render-text): Try to add a :set
23723         widget, more to come.
23724
23725         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23726         strings.
23727         (spam-report-articles-resend)
23728         (spam-register-routine): Do registration iff any articles warrant
23729         it.
23730         (spam-summary-prepare-exit): Change log message for nil group
23731         destinations.
23732
23733 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23734
23735         * spam.el (spam-report-resend-register-routine):
23736         Allow spam-report-resend-to to be a group parameter or a global value.
23737
23738 2004-05-26  Simon Josefsson  <jas@extundo.com>
23739
23740         * starttls.el: Merge with my GNUTLS based starttls.el.
23741         (starttls-gnutls-program, starttls-use-gnutls)
23742         (starttls-extra-arguments, starttls-process-connection-type)
23743         (starttls-connect, starttls-failure, starttls-success):
23744         New variables.
23745         (starttls-program, starttls-extra-args): Doc fix.
23746         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23747         New functions.
23748         (starttls-negotiate, starttls-open-stream):
23749         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23750         function if it is set.
23751
23752 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23753
23754         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23755         structured fields.
23756
23757 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23758
23759         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23760
23761 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23762
23763         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23764         Add variable.
23765         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23766         assigning the spam-mark to new messages.
23767
23768 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23769
23770         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23771
23772 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23773
23774         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23775
23776         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23777         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23778         default.
23779
23780 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23781
23782         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23783         correct data.
23784
23785 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23786
23787         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23788         (spam-group-processor-p): Fix function.
23789         (spam-group-processor-multiple-p)
23790         (spam-group-spam-processor-report-gmane-p)
23791         (spam-group-spam-processor-report-resend-p)
23792         (spam-group-spam-processor-bogofilter-p)
23793         (spam-group-spam-processor-blacklist-p)
23794         (spam-group-spam-processor-ifile-p)
23795         (spam-group-ham-processor-ifile-p)
23796         (spam-group-spam-processor-spamoracle-p)
23797         (spam-group-spam-processor-crm114-p)
23798         (spam-group-ham-processor-bogofilter-p)
23799         (spam-group-spam-processor-stat-p)
23800         (spam-group-ham-processor-stat-p)
23801         (spam-group-ham-processor-whitelist-p)
23802         (spam-group-ham-processor-BBDB-p)
23803         (spam-group-ham-processor-spamoracle-p)
23804         (spam-group-ham-processor-copy-p): Remove functions with some
23805         prejudice against unneeded code.
23806         (spam-report-articles-resend)
23807         (spam-report-resend-register-routine): Allow the group/topic
23808         spam-resend-to value to override spam-report-resend-to.
23809         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23810         properly now.
23811
23812         * gnus.el (spam-resend-to): Add group/topic parameter.
23813         (spam-process): Move the OBSOLETE processors to the end of the
23814         choices.
23815
23816 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23817
23818         * spam-report.el (spam-report-resend-to, spam-report-resend):
23819         Start with resend-to set to nil, and then ask the user if necessary.
23820         (spam-report-resend): spam-report-resend takes a list of articles, not
23821         separate article numbers.
23822
23823 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23824
23825         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23826         addition to emacs-w3m.
23827
23828 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23829
23830         * assistant.el (assistant-authinfo-data): New function.
23831         (assistant-eval): Eval for entire assistant.
23832
23833         * netrc.el (netrc-services-file): New variable.
23834         (netrc-parse-services): New function.
23835         (netrc-find-service-name): New function.
23836         (netrc-find-service-number): New function.
23837         (netrc-port-equal): New function.
23838         (netrc-machine): Use it.
23839
23840         * nnimap.el (nnimap-open-connection): Use netrc.
23841
23842         * gnus-util.el (gnus-netrc-get): Remove aliases.
23843
23844         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23845
23846         * assistant.el (wid-edit): Fix compilation.
23847
23848         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23849
23850 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23851
23852         * gnus-util.el (gnus-set-file-modes): New function.  (small
23853         patch).
23854
23855 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23856
23857         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23858
23859         * assistant.el (assistant-render-node): Fix up rendering and
23860         read-only text.
23861         (assistant-render-node): Reset.
23862         (assistant-make-read-only): Not sticky.
23863
23864 2004-05-20  Danny Siu  <dsiu@adobe.com>
23865
23866         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23867         centered even when gnus-auto-center-summary is t.
23868
23869 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23870
23871         * dns.el (dns-get-txt-answer): New function.
23872         (dns-read-txt): Ditto.
23873         (query-dns): Use it.
23874
23875 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23876
23877         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23878         active for foreign groups even if the group level is higher than
23879         the specified value.
23880
23881 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23882
23883         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23884         non-active groups.
23885
23886         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23887
23888 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23889
23890         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23891
23892 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23893
23894         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23895         (spam-crm114-header, spam-crm114-spam-switch)
23896         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23897         (spam-crm114-positive-spam-header)
23898         (spam-crm114-database-directory, spam-list-of-processors)
23899         (spam-group-spam-processor-crm114-p)
23900         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23901         (spam-generic-score, spam-list-of-checks)
23902         (spam-list-of-statistical-checks, spam-registration-functions)
23903         (spam-check-crm114-headers, spam-crm114-score)
23904         (spam-check-crm114, spam-crm114-register-with-crm114)
23905         (spam-crm114-register-spam-routine)
23906         (spam-crm114-unregister-spam-routine)
23907         (spam-crm114-register-ham-routine)
23908         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23909
23910 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23911
23912         * gnus.el: Add spam-use-crm114.
23913
23914         * spam.el (spam-list-of-processors, spam-registration-functions):
23915         Add spam-use-resend.
23916         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23917         (spam-report-articles-gmane): Add doc fix.
23918         (spam-report-articles-resend, spam-report-resend-register-routine):
23919         Add wrappers around spam-report-resend-to.
23920
23921         * spam-report.el (spam-report-resend-to, spam-report-resend):
23922         Add support for resending spam.
23923         (spam-report-gmane): Fix line length >80.
23924
23925         * gnus.el (spam-process): Add spam-use-resend.
23926
23927 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23928
23929         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23930         number of processed spam messages.
23931         (spam-ham-copy-or-move-routine): Return the number of processed
23932         ham messages.
23933         (spam-summary-prepare-exit): Use the above values to decide
23934         whether status messages shouled be displayed.
23935
23936 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23937
23938         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23939         `rfc2047-encoding-function-alist' in order to avoid conflicting
23940         with the old version.
23941         (rfc2047-encode-region): Concatenate words containing non-ASCII
23942         characters in structured fields; don't encode space-delimited
23943         ASCII words even in unstructured fields; don't break words at
23944         char-category boundaries.
23945         (rfc2047-encode-1): New function.
23946         (rfc2047-encode): Use it; encode text so that it occupies the
23947         maximum width within 76-column; work correctly on Q encoding for
23948         iso-2022-* charsets.
23949         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23950         sure not to break a line just after the header name.
23951         (rfc2047-b-encode-region): Remove.
23952         (rfc2047-b-encode-string): New function.
23953         (rfc2047-q-encode-region): Remove.
23954         (rfc2047-q-encode-string): New function.
23955
23956         * mm-util.el (mm-replace-in-string): New function.
23957
23958 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23959
23960         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23961         Really get it right.
23962         (gnus-inews-make-draft): Really.
23963
23964 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23965
23966         * nnmh.el (nnmh-request-list-1): Don't check the link count
23967         before descending.  (small patch)
23968
23969 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23970
23971         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23972         stuff.
23973
23974         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23975         Match on real group name.
23976
23977         * gnus-art.el (gnus-signature-limit): Doc fix.
23978
23979         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23980
23981         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23982
23983 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23984
23985         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23986         isn't a string.
23987
23988 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23989
23990         * gnus-draft.el (gnus-draft-send):
23991         Bind rfc2047-encode-encoded-words.
23992
23993         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23994         (rfc2047-encodable-p): Say that =? needs encoding.
23995         (rfc2047-encode-encoded-words): New variable.
23996
23997         * gnus-group.el (gnus-group-select-group): Doc fix.
23998
23999         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24000
24001         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24002         to nil.
24003
24004         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24005
24006         * nnheader.el (nnheader-get-lines-and-char): New function.
24007
24008 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24009
24010         * gnus-msg.el (gnus-summary-followup-with-original):
24011         Document yanking of region when active.
24012
24013 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24014
24015         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24016         groups if the group level is higher than the specified value.
24017
24018 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24019
24020         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24021         (gnus-group-jump-to-group): Add prefix argument using
24022         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24023         non-active group.
24024
24025         * compface.el (uncompface): Be verbose when changing
24026         `uncompface-use-external'.
24027
24028         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24029         handle manual section.
24030
24031 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24032
24033         * gnus-art.el (gnus-button-alist): Revert previous change.
24034
24035 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24036
24037         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24038
24039 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24040
24041         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24042         whether backend can accept message.
24043
24044         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24045
24046 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24047
24048         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24049         Avoid creating directory when nntp-marks-is-evil is true.
24050         Reported by Reiner Steib.
24051
24052 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24053
24054         * gnus-picon.el (gnus-picon-insert-glyph):
24055         Add optional `nostring' argument.
24056
24057 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24058
24059         * gnus-picon.el (gnus-picon-style): New variable.
24060         (gnus-picon-transform-address): Support `gnus-picon-style'.
24061
24062 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24063
24064         * message.el (message-fill-field): Return point.
24065         (message-generate-headers): Go to end of field.
24066
24067         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24068         stuff for non-living groups.
24069
24070 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24071
24072         * gnus-art.el (gnus-article-followup-with-original)
24073         (gnus-article-reply-with-original): gnus-mark-active-p ->
24074         gnus-region-active-p.
24075
24076 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24077
24078         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24079         only when there is spam or ham to be processed.
24080
24081 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24082
24083         * mail-source.el (mail-source-delete-crash-box): Refactor.
24084         (mail-source-fetch): Use it.
24085         (mail-source-fetch-file): Ditto.
24086         (mail-source-fetch-directory): Run postscript in loop.
24087         (mail-source-fetch-pop): Delete.
24088         (mail-source-fetch-maildir): Ditto.
24089         (mail-source-fetch-imap): Ditto.
24090
24091         * imap.el (imap-authenticators): Comment out sasl.
24092
24093         * message.el (message-skip-to-next-address): New function.
24094         (message-fill-header-address): Refactor.
24095         (message-fill-address): Use it.
24096         (message-delete-address): Use it.
24097         (message-fill-header-general): Refactor.
24098         (message-fill-field-address): Rename.
24099         (message-narrow-to-field): Find the start of the header.
24100         (message-header-format-alist): Don't pre-fill.
24101         (message-fill-header): Remove.
24102         (message-insert-header): New function.
24103         (message-shorten-references): Use it.
24104
24105         * rfc2047.el (rfc2047-field-value): Strip props.
24106
24107         * mail-parse.el (mail-header-make-address): New alias.
24108
24109         * ietf-drums.el (ietf-drums-make-address): New function.
24110
24111         * imap.el: Add compiler directives.
24112
24113         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24114
24115         * gnus-art.el (article-decode-idna-rhs): Don't use
24116         message-idna-inside-rhs-p.
24117
24118 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24119
24120         * message.el (message-idna-inside-rhs-p): Remove.
24121         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24122
24123         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24124         false positives.
24125
24126 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24127
24128         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24129
24130 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24131
24132         * nneething.el (nneething-file-name): Don't create spurious
24133         files.
24134
24135         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24136         (gnus-inews-do-gcc): Remove sleep.
24137
24138         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24139         part under point.
24140
24141         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24142         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24143
24144 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24145
24146         * spam.el (spam-summary-prepare-exit): Fix (length).
24147
24148 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24149
24150         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24151         as expired without moving it" message when there are spam
24152         messages left.
24153
24154 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24155
24156         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24157         header is not nil.
24158
24159 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24160
24161         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24162         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24163         (nntp-marks-changed-p): New arg SERVER.
24164         (nntp-request-update-info): Adjust caller.
24165
24166 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24167
24168         * nntp.el (nntp-save-marks): Pass missing arg.
24169
24170 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24171
24172         * nntp.el: Support marks.
24173         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24174         (nntp-marks-modtime, nntp-marks-directory): New variables.
24175         (nntp-request-set-mark, nntp-request-update-info)
24176         (nntp-possibly-create-directory, nntp-marks-changed-p)
24177         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24178         New functions.
24179
24180 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24181
24182         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24183         (gnus-xmas-redefine): Rename.
24184
24185         * gnus-score.el (gnus-score-insert-help):
24186         Use gnus-select-lowest-window.
24187
24188         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24189         appt-select-lowest-window and rename to gnus-select-lowest-window.
24190
24191         * gnus.el: do.
24192
24193 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24194
24195         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24196         encodings of MIME-encoded words, in order to improve
24197         interoperability with several broken MUAs.
24198
24199 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24200
24201         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24202         tags, only when charsets are not specified in headers.
24203         (mm-inline-text-html-render-with-w3m): Ditto.
24204
24205         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24206         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24207
24208 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24209
24210         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24211         instead of MIME-decoded from fields when checking
24212         `gnus-article-address-banner-alist'.
24213
24214 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24215
24216         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24217         description rather than subject.
24218
24219 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24220
24221         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24222
24223 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24224
24225         * gnus.el (gnus-version-number): Bump.
24226
24227 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24228
24229         * gnus.el: No Gnus v0.2 is released.
24230
24231 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24232
24233         * gnus-agent.el (gnus-agent-read-agentview):
24234         Inline gnus-uncompress-range.
24235
24236 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24237
24238         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24239         `exec-installed-p'.
24240
24241 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24242
24243         * gnus.el (spam-process, spam-autodetect-methods):
24244         Add bsfilter and bsfilter-headers.
24245
24246         * spam.el (spam-bsfilter): New customize group.
24247         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24248         (spam-bsfilter-header, spam-bsfilter-probability-header)
24249         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24250         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24251         (spam-bsfilter-database-directory): New options.
24252         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24253         (spam-list-of-statistical-checks, spam-registration-functions):
24254         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24255         (spam-bsfilter-score): New command.
24256         (spam-check-bsfilter-headers, spam-check-bsfilter)
24257         (spam-bsfilter-register-with-bsfilter)
24258         (spam-bsfilter-register-spam-routine)
24259         (spam-bsfilter-unregister-spam-routine)
24260         (spam-bsfilter-register-ham-routine)
24261         (spam-bsfilter-unregister-ham-routine): New functions.
24262         (spam-generic-score): Support bsfilter; Accept an optional argument
24263         to recalcurate spam score even if scoring header has already been
24264         added.
24265         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24266         optional argument to recalcurate spam score even if scoring header
24267         has already been added.
24268
24269 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24270
24271         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24272         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24273         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24274         link is missing.
24275
24276 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24277
24278         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24279         (html2text-get-attr): Rewrite.
24280
24281         * message.el (message-setup-1): Remove redundant put-text-property
24282         on mail-header-separator.
24283
24284 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24285
24286         * gnus-registry.el (gnus-registry-cache-whitespace)
24287         (gnus-registry-action, gnus-registry-spool-action)
24288         (gnus-registry-split-fancy-with-parent): Change message levels
24289         from 5 to 3 or 7, as needed.
24290
24291         * spam.el (spam-summary-prepare-exit)
24292         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24293         (spam-split, spam-find-spam, spam-log-undo-registration)
24294         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24295         level from 5 to 6.
24296
24297 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24298
24299         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24300         2004-03-04 change).
24301
24302 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24303
24304         * sieve-manage.el (sieve-manage-open):
24305         * nnweb.el (nnweb-insert-html):
24306         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24307         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24308         * nnspool.el (nnspool-request-group):
24309         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24310         * nnml.el (nnml-request-update-info):
24311         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24312         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24313         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24314         (nnimap-request-set-mark):
24315         * nnfolder.el (nnfolder-request-update-info):
24316         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24317         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24318         * gnus-uu.el (gnus-uu-find-articles-matching):
24319         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24320         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24321         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24322         * gnus-nocem.el (gnus-nocem-scan-groups):
24323         * gnus-int.el (gnus-start-news-server):
24324         * gnus-group.el (gnus-group-make-kiboze-group)
24325         (gnus-group-browse-foreign-server):
24326         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24327         Use mapc when appropriate.
24328
24329 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24330             Adam Sjøgren  <asjo@koldfront.dk>
24331             Wes Hardaker  <wes@hardakers.net>
24332             Michael Shields  <shields@msrl.com>
24333
24334         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24335         may need for spam sorting and scoring.
24336         (spam-user-format-function-S): Add user format function suitable for
24337         general use.
24338         (spam-article-sort-by-spam-status): Add sorting function for summary
24339         sorting.
24340         (spam-extra-header-to-number): Add function to get a score from a
24341         header.
24342         (spam-summary-score): Add function to get a numeric score from the
24343         headers.
24344         (spam-generic-score): Fix function doc, was in wrong place.
24345         (spam-initialize): Take symbols when it's run, and install the
24346         extra headers that spam-necessary-extra-headers thinks we need.
24347
24348 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24349
24350         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24351         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24352
24353 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24354
24355         * gnus-sum.el (gnus-set-global-variables)
24356         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24357         (gnus-article-get-xrefs, gnus-summary-best-group)
24358         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24359         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24360         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24361         Use with-current-buffer.
24362
24363 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24364
24365         * spam.el (spam-summary-prepare-exit): Simplify logic.
24366         (spam-fetch-article-header): Read the article header if it's not
24367         available.
24368         (spam-list-articles): Simplify logic.
24369         (spam-filelist-register-routine): Fix bug with unregister-list.
24370
24371         * gnus-registry.el: Fix comments at beginning.
24372
24373 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24374
24375         * message.el (message-cater-to-broken-inn): Remove.
24376         (message-shorten-references): Make sure the total folded length of
24377         References is shorter than 998 characters to cater to a bug in INN
24378         2.3.  Also, don't pretend that references aren't folded -- this
24379         hasn't worked for a while.
24380
24381 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24382
24383         * gnus-agent.el (gnus-agentize):
24384         gnus-agent-send-mail-real-function no longer set to current value
24385         of message-send-mail-function but rather a lambda that calls
24386         message-send-mail-function.  The change makes the agent real-time
24387         responsive to user changes to message-send-mail-function.
24388
24389 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24390
24391         * legacy-gnus-agent.el
24392         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24393         help from Florian Weimer <fw@deneb.enyo.de>
24394
24395 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24396
24397         * nnmail.el (nnmail-cache-insert): Revert last change.
24398
24399 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24400
24401         * nnmail.el (nnmail-cache-insert): Always check whether
24402         nnmail-cache-ignore-groups matches a group name.
24403
24404 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24405
24406         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24407         (spam-find-spam, spam-log-processing-to-registry)
24408         (spam-log-registered-p, spam-log-unregistration-needed-p)
24409         (spam-log-undo-registration): Use gnus-message instead of
24410         gnus-error, none of these errors are fatal.
24411
24412         * gnus-registry.el (gnus-registry-clean-empty-function)
24413         (gnus-registry-clean-empty): Remove only empty entries without
24414         extra data.
24415
24416 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24417
24418         * spam-stat.el (spam-stat-buffer-change-to-spam)
24419         (spam-stat-buffer-change-to-non-spam): Change (error) to
24420         (gnus-message 8) invocation.
24421
24422 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24423
24424         * nntp.el (nntp-via-netcat-command): New variable.
24425         (nntp-via-netcat-switches): New variable.
24426         (nntp-open-via-rlogin-and-netcat): New function.
24427         (nntp-open-connection-function): Doc fix.
24428         (nntp-telnet-command): Doc fix.
24429         (nntp-end-of-line): Doc fix.
24430         (nntp-via-rlogin-command): Doc fix.
24431         (nntp-via-user-name): Doc fix.
24432         (nntp-via-address): Doc fix.
24433
24434 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24435
24436         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24437         error in Emacs 21.1.
24438
24439 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24440
24441         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24442
24443 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24444
24445         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24446         (gnus-agent-with-refreshed-group): New macro.
24447         (gnus-agent-rename-group): New function.
24448         (gnus-agent-delete-group): New function.
24449         (gnus-agent-save-group-info): Use gnus-command-method when
24450         `method' parameter is nil.  Don't write nil entries into the
24451         active file.
24452         (gnus-agent-get-group-info): New function.
24453         (gnus-agent-fetch-articles):
24454         Use gnus-agent-update-files-total-fetched-for to increment disk space
24455         used.
24456         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24457         Use gnus-agent-update-view-total-fetched-for to increment disk space
24458         used.
24459         (gnus-agent-get-local): Add optional parameters to avoid calling
24460         gnus-group-real-name and gnus-find-method-for-group.
24461         (gnus-agent-set-local): Delete stored entry if either min, or max,
24462         are nil.
24463         (gnus-agent-fetch-session): Reworded error/quit messages.
24464         On quit, use gnus-agent-regenerate-group to record existance of any
24465         articles fetched to disk before the quit occurred.
24466         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24467         gnus-agent-update-view-total-fetched-for, and
24468         gnus-agent-update-files-total-fetched-for to decrement disk space
24469         used.
24470         (gnus-agent-retrieve-headers):
24471         Use gnus-agent-update-view-total-fetched-for to increment disk space
24472         used.
24473         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24474         with gnus-agent-update-files-total-fetched-for to decrement disk
24475         space and fresh group buffer.
24476         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24477         (gnus-agent-need-update-total-fetched-for): New variable.
24478         (gnus-agent-update-files-total-fetched-for): New function.
24479         (gnus-agent-update-view-total-fetched-for): New function.
24480         (gnus-agent-total-fetched-for): New function.
24481
24482         * gnus-cache.el (gnus-cache-save-buffers):
24483         Use gnus-cache-update-overview-total-fetched-for to change disk space
24484         used by this group.
24485         (gnus-cache-possibly-enter-article):
24486         Use gnus-cache-update-file-total-fetched-for to increment disk space
24487         used by this group.
24488         (gnus-cache-possibly-remove-article):
24489         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24490         used by this group.
24491         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24492         (gnus-cache-rename-group): New function.
24493         (gnus-cache-delete-group): New function.
24494         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24495         (gnus-cache-need-update-total-fetched-for): New variable.
24496         (gnus-cache-with-refreshed-group): New macro.
24497         (gnus-cache-update-file-total-fetched-for): New function.
24498         (gnus-cache-update-overview-total-fetched-for): New function.
24499         (gnus-cache-rename-group-total-fetched-for): New function.
24500         (gnus-cache-delete-group-total-fetched-for): New function.
24501         (gnus-cache-total-fetched-for): New function.
24502
24503         * gnus-group.el: Require gnus-sum and autoload functions to
24504         resolve warnings when gnus-group.el compiled alone.
24505         (gnus-group-line-format): Documented new %F.
24506         (size of Fetched data) group line format; identifies disk space
24507         used by agent and cache.
24508         (gnus-group-line-format-alist): Defined new F format.
24509         (gnus-total-fetched-for): New function.
24510         (gnus-group-delete-group): No longer update
24511         gnus-cache-active-altered as gnus-request-delete-group now keeps
24512         the cache in sync.
24513         (gnus-group-list-active): Let the agent store a server's active
24514         list if currently plugged.
24515
24516         * gnus-int.el (gnus-request-delete-group):
24517         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24518         local disk in sync with the server.
24519         (gnus-request-rename-group):
24520         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24521         local disk in sync with the server.
24522
24523         * gnus-start.el (gnus-get-unread-articles):
24524         Cosmetic simplification to logic.
24525
24526         * gnus-util.el (gnus-rename-file): New function.
24527
24528 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24529
24530         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24531
24532 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24533
24534         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24535         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24536
24537 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24538
24539         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24540         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24541
24542 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24543
24544         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24545
24546 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24547
24548         * spam.el (spam-set-difference): Add function to replace
24549         gnus-set-difference in spam.el.
24550         (spam-summary-prepare-exit): Use spam-set-difference.
24551
24552 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24553
24554         * gnus-registry.el (gnus-registry-cache-file): Update to use
24555         gnus-dribble-directory OR gnus-home-directory OR ~.
24556         (gnus-registry-split-fancy-with-parent): Fix doc.
24557
24558 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24559
24560         * message.el (message-exchange-point-and-mark):
24561         Use message-mark-active-p.  Suggested by Jesper Harder
24562         <harder@ifa.au.dk>.
24563
24564 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24565
24566         * message.el (message-exchange-point-and-mark): Don't activate
24567         region if it was inactive.  Suggested by Hiroshi Fujishima
24568         <pooh@nature.tsukuba.ac.jp>.
24569
24570 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24571
24572         * gnus-art.el (article-display-face): Display Faces in the same
24573         order as X-Faces.
24574
24575 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24576
24577         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24578
24579 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24580
24581         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24582         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24583         (gnus-article-mime-hierarchy): Remove.
24584         (gnus-article-mime-hierarchy-next): Remove.
24585         (gnus-article-mode): Revert 2004-03-19 change.
24586         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24587         (gnus-insert-mime-button): Revert 2004-03-19 change.
24588         (gnus-mime-accumulate-hierarchy): Remove.
24589         (gnus-mime-enter-multipart): Remove.
24590         (gnus-mime-leave-multipart): Remove.
24591         (gnus-mime-display-part): Revert 2004-03-19 change.
24592         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24593
24594         * mml.el (mml-preview): Revert 2004-03-19 change.
24595
24596 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24597
24598         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24599
24600 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24601
24602         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24603         t while entering a file name using the mm-with-multibyte macro.
24604         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24605
24606         * mm-util.el (mm-with-multibyte): New macro.
24607
24608 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24609
24610         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24611         New user option.
24612         (gnus-mime-multipart-functions): Doc and customization fix.
24613         (gnus-article-mime-hierarchy): New variable.
24614         (gnus-article-mime-hierarchy-next): New variable.
24615         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24616         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24617         gnus-article-mime-hierarchy-next to nil.
24618         (gnus-insert-mime-button): Show hierarchy numbers.
24619         (gnus-mime-accumulate-hierarchy): New function.
24620         (gnus-mime-enter-multipart): New function.
24621         (gnus-mime-leave-multipart): New function.
24622         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24623         (gnus-mime-display-alternative): Show hierarchy numbers.
24624
24625         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24626         gnus-article-mime-hierarchy-next to nil.
24627
24628 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24629
24630         * dns.el: Don't require gnus-xmas.
24631
24632 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24633
24634         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24635         inline PGP.
24636         (mml-menu): Disable mml-quote-region if mark is inactive.
24637
24638 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24639
24640         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24641         when the group's active is not available.
24642
24643 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24644
24645         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24646         error.
24647
24648 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24649
24650         * imap.el (imap-store-password): New variable.
24651         (imap-interactive-login): Use it.
24652         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24653
24654 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24655
24656         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24657         window-start and hscroll to summary window.
24658
24659 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24660
24661         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24662         conversion message to newsrc-dribble when an actual conversion is
24663         performed.
24664
24665 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24666
24667         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24668
24669 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24670
24671         * mm-decode.el (mm-complicated-handles): New function reviving
24672         former definition of mm-multiple-handles.
24673
24674         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24675         (gnus-mime-delete-part): Use it.
24676
24677 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24678
24679         * gnus-agent.el (gnus-agent-read-local):
24680         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24681         avoid the implicit assumption that they will always be equal.
24682         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24683         coding-system-for-write, as the with-temp-file macro first prints
24684         to a buffer then saves the buffer.
24685
24686 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24687
24688         * gnus-art.el (gnus-article-edit-part): New function.
24689         (gnus-mime-save-part-and-strip): Use it; do query instead of
24690         signaling an error; don't use mm-multiple-handles.
24691         (gnus-mime-delete-part): Ditto.
24692
24693 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24694
24695         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24696         old file versions.
24697         (gnus-group-prepare-hook): Remove function that converted list
24698         form of gnus-agent-expire-days to group properties.
24699
24700         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24701         (gnus-request-accept-article): Re-indented.
24702
24703         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24704         converters to handle old agent file formats.  Add logic for a
24705         "backup before upgrading warning".
24706         (gnus-convert-mark-converter-prompt): Developers can mark
24707         functions as needing (default), or not needing,
24708         gnus-convert-old-newsrc's "backup before upgrading warning".
24709         (gnus-convert-converter-needs-prompt): Tests whether the user
24710         should be protected from potentially irreversable changes by the
24711         function.
24712
24713         * legacy-gnus-agent.el: New.  Provides converters that are only
24714         loaded when gnus-convert-old-newsrc needs to call them.
24715
24716 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24717
24718         * mail-source.el (mail-source-touch-pop): Doc fix.
24719
24720         * message.el (message-smtpmail-send-it): Doc fix.
24721
24722 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24723
24724         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24725
24726         * nnmail.el (nnmail-split-fancy): do.
24727
24728         * gnus-kill.el (gnus-kill, gnus-execute): do.
24729
24730 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24731
24732         * gnus-sum.el (gnus-widget-reversible-match)
24733         (gnus-widget-reversible-to-internal)
24734         (gnus-widget-reversible-to-external): New functions.
24735         (gnus-widget-reversible): New widget.
24736         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24737
24738 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24739
24740         * gnus-sum.el (gnus-thread-sort-functions)
24741         (gnus-article-sort-functions): Document `(not F)' items.
24742
24743 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24744
24745         * spam.el (spam-use-gmane-xref): Add new backend.
24746         (spam-gmane-xref-spam-group): Add variable to control the name of the
24747         Gmane spam group.
24748         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24749         (spam-regex-headers-spam, spam-regex-headers-ham)
24750         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24751         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24752         backends and checks.
24753         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24754
24755         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24756         an autodetect method.
24757
24758 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24759
24760         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24761         articles are being added to a group.
24762         (gnus-request-replace-article): Inform the agent that articles
24763         need to be uncached as the cached contents are no longer valid.
24764
24765 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24766
24767         * binhex.el: Don't autoload executable-find.
24768
24769         * canlock.el: Don't autoload mail-fetch-field.
24770
24771         * dgnushack.el: Autoload c-mode for XEmacs.
24772
24773         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24774
24775         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24776         rmail-dont-reply-to and rmail-output.
24777
24778         * gnus-score.el: Don't autoload ffap-string-at-point.
24779
24780         * gnus-setup.el: Don't autoload sc-cite-original.
24781
24782         * imap.el: Don't autoload base64-decode-string,
24783         base64-encode-string and md5.
24784
24785         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24786         and rmail-msg-restore-non-pruned-header.
24787
24788         * mm-decode.el: Don't autoload executable-find.
24789
24790         * mm-url.el: Don't autoload executable-find.
24791
24792         * mm-view.el: Don't autoload diff-mode.
24793
24794         * nndb.el: Don't autoload news-reply-mode, news-setup,
24795         cancel-timer and telnet.
24796
24797         * password.el: Don't autoload run-at-time for Emacs.
24798
24799         * sha1-el.el: Don't autoload executable-find.
24800
24801         * sieve-mode.el: Don't autoload c-mode.
24802
24803         * uudecode.el: Don't autoload executable-find.
24804
24805 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24806
24807         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24808         (gnus-agent-possibly-alter-active): Avoid null in numeric
24809         comparison.
24810         (gnus-agent-set-local): Refuse to save null in local object table.
24811         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24812         list of articles that will be marked as unread.
24813
24814 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24815
24816         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24817
24818 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24819
24820         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24821         language tags.
24822
24823 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24824
24825         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24826         Don't bind "obarray".
24827
24828         * gnus-sum.el (gnus-thread-sort-functions):
24829         Add `gnus-thread-sort-by-most-recent-number' and
24830         `gnus-thread-sort-by-most-recent-date'.
24831         Reported by Kai Grossjohann <kai@emptydomain.de>.
24832
24833 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24834
24835         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24836
24837 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24838
24839         * gnus-cus.el (gnus-agent-customize-category):
24840         Remove ignore-errors macro reference that required cl to be loaded at
24841         run-time.
24842
24843         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24844         single-interval range of the form (min . max).  Previously the
24845         range had to look like ((min . max)).  Likewise, return
24846         (min . max) rather than ((min . max)).
24847         (gnus-range-map): Use gnus-range-normalize to accept
24848         single-interval range.
24849
24850         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24851         the cache, but not the agent, now appear with their usual face.
24852
24853         * dgnushack.el (loaddir): New variable that is bound to the
24854         directory containing the dgnushack.el file. Use loaddir, rather
24855         than srcdir, to update load-path. Change lets dgnushack compile
24856         code in directories other than GNUS/lisp.
24857
24858 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24859
24860         * lpath.el: Don't bind w3m-safe-url-regexp.
24861
24862         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24863         w3m-safe-url-regexp variable buffer-local.
24864
24865         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24866
24867 2004-02-27  Simon Josefsson  <jas@extundo.com>
24868
24869         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24870         gnus-group-real-prefix.
24871         (gnus-summary-move-article): Use it, instead of
24872         gnus-group-real-prefix.
24873
24874 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24875
24876         * lpath.el: Bind w3m-safe-url-regexp.
24877
24878         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24879         w3m-safe-url-regexp variable buffer-local and set it as the value
24880         of mm-w3m-safe-url-regexp.
24881
24882         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24883
24884         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24885         parsing gnus-posting-styles when the message is not for replying.
24886
24887         * dgnushack.el: Autoload sgml-mode for XEmacs.
24888
24889         * nnrss.el (nnrss-opml-export):
24890         Use mm-set-buffer-file-coding-system instead of
24891         set-buffer-file-coding-system.
24892
24893 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24894
24895         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24896         of checkdoc.el).
24897         * nnrss.el: do.
24898         * gnus-mlspl.el: do.
24899         * gnus-ml.el: do.
24900         * gnus-srvr.el: do.
24901
24902         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24903
24904 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24905
24906         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24907         Corrections to custom-manual links.
24908
24909         * gnus-art.el (gnus-article): Ditto.
24910
24911         * mm-decode.el (mime-display, mime-security): Ditto.
24912
24913 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24914
24915         * flow-fill.el: Typo.
24916
24917 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24918
24919         * spam-wash.el: New file.
24920
24921 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24922
24923         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24924
24925 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24926
24927         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24928         to be run with new-articles as LIST1, not LIST2.
24929         (spam-registration-functions): Add spam-use-ham-copy as a nil
24930         registration backend.
24931
24932 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24933
24934         * spam-stat.el (spam-stat-washing-hook): New option.
24935         (spam-stat-buffer-words): Use it.
24936         (spam-stat-process-directory, spam-stat-test-directory):
24937         Use insert-file-contents-literally.
24938         (spam-stat-coding-system): New variable.
24939         (spam-stat-load, spam-stat-save): Use it.
24940
24941 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24942
24943         * spam-report.el (spam-report-plug-agent):
24944         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24945
24946 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24947
24948         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24949         Allow / in mailto URLs.
24950
24951 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24952
24953         * spam-report.el (spam-report-process-queue): Fix interactive use.
24954         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24955         (spam-report-unplug-agent): Doc fixes.
24956         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24957         (spam-report-agentize, spam-report-deagentize): Autoload.
24958
24959 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24960
24961         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24962
24963         * message.el (message-setup-fill-variables): Add mml tags to
24964         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24965         <ajk@iu.edu>.
24966         (message-mode): Don't modify paragraph-separate there.
24967
24968 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24969
24970         * compface.el (uncompface-use-external): Default to undecided.
24971         (uncompface-use-external-threshold): New variable.
24972         (uncompface-float-time): New macro.
24973         (uncompface): Determine whether to use the external decoder if
24974         uncompface-use-external is undecided.
24975
24976 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24977
24978         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24979         after images.
24980
24981         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24982
24983 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24984
24985         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24986
24987         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24988
24989         * gnus-sum.el (gnus-summary-limit-to-age)
24990         (gnus-summary-limit-children): do.
24991
24992         * gnus-int.el (gnus-request-scan): do.
24993
24994         * gnus-group.el (gnus-group-suspend): do.
24995
24996         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24997
24998         * gnus-cite.el (gnus-cite-parse-attributions): do.
24999
25000         * gnus-agent.el (gnus-summary-set-agent-mark)
25001         (gnus-agent-regenerate-group): do.
25002
25003         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25004
25005         * binhex.el (binhex-decode-region-internal): do.
25006
25007 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25008
25009         * gnus-fun.el (gnus-face-properties-alist): New user option.
25010         (gnus-display-x-face-in-from): Use it.
25011
25012         * gnus-art.el (article-display-face): Ditto.
25013
25014         * compface.el (uncompface-use-external): Default to nil.
25015
25016 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25017
25018         * nntp.el (nntp-erase-buffer): New function.
25019         (nntp-retrieve-data, nntp-send-command)
25020         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25021         (nntp-possibly-change-group): Use it.
25022
25023         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25024         Use with-current-buffer.
25025
25026 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25027
25028         * compface.el: Merge the ELisp-based uncompface program.
25029         (compface): New customization group.
25030         (uncompface-use-external): New user option.
25031         (uncompface): Call uncompface-internal if uncompface-use-external
25032         is nil.
25033         (uncompface-internal): New function.  Note that there are also
25034         some other functions and variables added for this function.
25035
25036 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25037
25038         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25039         if necessary.
25040
25041 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25042
25043         * spam-report.el (spam-report-unplug-agent)
25044         (spam-report-plug-agent, spam-report-deagentize)
25045         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25046         Add support for the Agent in spam-report: when unplugged, report to a
25047         file; when plugged, submit all the requests.
25048
25049         * spam.el (spam-register-routine): Fix message about
25050         registration.
25051
25052 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25053
25054         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25055         dependencies.
25056         (rfc2047-encode): Use it.
25057
25058         * gnus-art.el (gnus-button-marker-list): Move before first
25059         reference.
25060
25061         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25062         (imap-parse-body): Fix format string mismatch.
25063
25064         * gnus-score.el (gnus-summary-increase-score): do.
25065
25066         * nnrss.el (nnrss-close): New function.
25067
25068 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25069
25070         * nnrss.el (nnrss-make-filename): New function.
25071         (nnrss-request-delete-group, nnrss-read-server-data)
25072         (nnrss-save-server-data, nnrss-read-group-data)
25073         (nnrss-save-group-data): Use it.
25074         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25075         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25076         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25077
25078 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25079
25080         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25081
25082 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25083
25084         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25085         files.
25086
25087         * message.el (message-generate-headers-first): Don't quote nil
25088         and t in docstrings.
25089
25090         * imap.el (imap-id): do.
25091
25092         * gnus-agent.el (gnus-agent-consider-all-articles)
25093         (gnus-agent-queue-mail): do.
25094
25095 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25096
25097         * spam-report.el (spam-report-process-queue): New function.
25098         Process requests from `spam-report-requests-file'.
25099         (spam-report-process-queue): Doc fix.
25100
25101 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25102
25103         * spam.el (spam-register-routine)
25104         (spam-log-processing-to-registry, spam-log-registered-p)
25105         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25106         Change "check" to "spam-check" for semi-clarity.
25107
25108 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25109
25110         * pop3.el: Require nnheader.
25111
25112         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25113
25114         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25115
25116         * gnus-picon.el: Require cl.
25117
25118         * gnus-fun.el: Require gnus-ems and gnus-util.
25119
25120         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25121
25122         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25123
25124         * gnus-art.el (gnus-article-edit-mode): Define before first
25125         reference.
25126
25127 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25128
25129         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25130         (gnus-uu-post-encoded): Use point-at-bol.
25131
25132         * gnus-topic.el (gnus-group-active-topic-p): do.
25133
25134         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25135
25136         * gnus-group.el (gnus-group-kill-region): do.
25137
25138         * gnus-art.el (article-date-ut): do.
25139
25140         * message.el (message-fetch-field): Remove redundant
25141         case-fold-search binding.
25142         (message-narrow-to-field): Simplify.
25143
25144 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25145
25146         * spam.el (spam-directory): Derive from `gnus-directory'.
25147
25148         * spam-report.el (spam-report-url-to-file)
25149         (spam-report-requests-file): New function and variable for offline
25150         reporting.
25151         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25152         and user defined function.
25153         (spam-report-url-ping-mm-url): Remove doubled slash.
25154
25155 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25156
25157         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25158
25159 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25160
25161         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25162         Fix format string mismatch.
25163
25164         * sieve.el (sieve-deactivate-all): do.
25165
25166         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25167
25168         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25169
25170         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25171
25172         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25173
25174 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25175
25176         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25177         the list of checks.
25178
25179 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25180
25181         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25182         padding.
25183
25184 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25185
25186         * mm-view.el (mm-fill-flowed): New variable.
25187         (mm-inline-text): Use it.
25188
25189 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25190
25191         * spam.el (spam-spamassassin-register-ham-routine)
25192         (spam-spamassassin-register-spam-routine): Fix function names.
25193
25194 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25195
25196         * gnus.el (gnus-tmp-grouplens): Remove.
25197         (gnus-summary-line-format): Remove grouplens.
25198
25199         * gnus-group.el (gnus-group-line-format): Ditto.
25200
25201         * gnus-spec.el (gnus-format-specs): Ditto.
25202         (gnus-update-format-specifications): Flush the group format spec
25203         cache if there's the grouplens stuff.
25204         (gnus-parse-simple-format): Replace %l with the empty string.
25205
25206 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25207
25208         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25209         omission.
25210
25211 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25212
25213         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25214         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25215
25216 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25217
25218         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25219         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25220         New macros and functions.
25221         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25222         Handle > NLINK_MAX messages.
25223         * nnmaildir.el (nnmaildir-request-set-mark):
25224         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25225
25226 2004-01-25  Alex Schroeder  <alex@gnu.org>
25227
25228         * spam-stat.el (spam-stat-process-directory-age): New option.
25229         (spam-stat-process-directory): Use it.
25230
25231 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25232
25233         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25234         (spam-stat-save): Accept prefix argument.
25235
25236 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25237
25238         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25239         links" error.
25240
25241 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25242
25243         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25244         the rest of the and/or forms.
25245
25246 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25247
25248         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25249         compatibility with old .newsrc.eld files.
25250
25251         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25252
25253         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25254
25255         * gnus-start.el (gnus-1): do.
25256
25257         * gnus-group.el (gnus-group-line-format-alist): do.
25258
25259         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25260
25261         * gnus-gl.el: Remove.
25262
25263 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25264
25265         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25266         marks consisting of a single range {for example, (3 . 5)} rather
25267         than a list of a single range { ((3 . 5)) }.
25268
25269 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25270
25271         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25272         Use with-current-buffer.
25273         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25274         avoid consing a string.
25275
25276         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25277         Remove obsolete entries for big5 and gb2312.
25278
25279 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25280
25281         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25282         uncompressed list.
25283
25284 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25285
25286         * spam-stat.el (spam-stat-strip-xref): New function.
25287         (spam-stat-process-directory): Use it.
25288
25289         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25290         here -- it's done in message-fetch-field.
25291
25292 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25293
25294         * gnus-agent.el (gnus-agent-queue-mail)
25295         (gnus-agent-prompt-send-queue): New variables.
25296         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25297         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25298         "nndraft:queue" along to gnus-draft-send.
25299         Use gnus-agent-prompt-send-queue.
25300         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25301         is "nndraft:queue".  Suggested by Gaute Strokkenes
25302         <gs234@srcf.ucam.org>
25303
25304         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25305         (agent-enable-undownloaded-faces): Add.
25306         (gnus-agent-cat-groups): Use eval-and-compile, not
25307         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25308         method of gnus-agent-cat-groups even when the buffer has been
25309         evaled.
25310         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25311         delete gnus-agent-save-active-1.
25312         (gnus-agent-save-groups): Delete.  Identical to
25313         gnus-agent-save-active.
25314         (gnus-agent-write-active): No longer adjust agent's copy of active
25315         file as agent's adjustments are now stored in their own
25316         file.  Remove optional parameter.
25317         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25318         servers.  Add use of min/max range limits from server's local
25319         file.
25320         (gnus-agent-save-alist): Remove unused optional argument.
25321         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25322         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25323         (gnus-agent-set-local): A per-server file that keeps min/max range
25324         limits for articles known to the agent.  Provides a fast mechanism
25325         for altering many active ranges.
25326         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25327         active file (local makes it unnecessary).
25328         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25329
25330         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25331         (agent-enable-undownloaded-faces): Add.
25332
25333         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25334         disable it when sending to "nndraft:queue".
25335         (gnus-group-send-queue): Add safety check to avoid sending queue
25336         when unplugged.
25337
25338         * gnus-group.el (gnus-group-catchup): Use new
25339         gnus-sequence-of-unread-articles, not
25340         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25341         numbers of articles.  Use gnus-range-map to avoid having to
25342         uncompress the unread list.
25343         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25344         Fix invalid ange-ftp reference.
25345
25346         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25347         (gnus-sorted-range-intersection): Intersection of two ranges
25348         without requiring that they first be uncompressed.
25349
25350         * gnus-start.el (gnus-activate-group): Unless blocked by the
25351         caller, possibly expand the active range to include both cached
25352         and agentized articles.
25353         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25354         multiple version-dependent converters.
25355         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25356         gnus-agent-save-active.
25357         (gnus-save-newsrc-file): Save dirty agent range limits.
25358
25359         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25360         gnus-agent-possibly-alter-active.
25361         (gnus-adjust-marked-articles): Faster handling of simple lists.
25362
25363 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25364
25365         * spam-stat.el (spam-stat-test-directory): New optional argument
25366         displays a list of files detected.  Suggested by Andrew Cohen
25367         <cohen@andy.bu.edu>.
25368         (spam-stat-buffer-words-with-scores): Don't narrow and change
25369         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25370
25371 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25372
25373         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25374         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25375         (spam-spamassassin-arguments)
25376         (spam-spamassassin-spam-flag-header)
25377         (spam-spamassassin-positive-spam-flag-header)
25378         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25379         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25380         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25381         (spam-list-of-processors, spam-list-of-checks)
25382         (spam-list-of-statistical-checks, spam-registration-functions)
25383         (spam-check-spamassassin-headers, spam-check-spamassassin)
25384         (spam-spamassassin-score)
25385         (spam-spamassassin-register-with-sa-learn)
25386         (spam-spamassassin-register-spam-routine)
25387         (spam-spamassassin-register-ham-routine)
25388         (spam-assassin-register-spam-routine)
25389         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25390         (spam-bogofilter-score): Fix to show article before scoring.
25391
25392 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25393
25394         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25395         default scoring function.
25396         (spam-generic-score): Call spam-spamassassin-score if
25397         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25398         spam-bogofilter-score otherwise.
25399
25400         * gnus.el (spam-process, spam-autodetect-methods):
25401         Add spamassassin and spamassassin-headers.
25402
25403 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25404
25405         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25406         Suppress unnecessary messages.
25407
25408 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25409
25410         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25411         make-hash-table.
25412
25413 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25414
25415         * canlock.el (base64-encode-string): Don't autoload it.
25416
25417 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25418
25419         * run-at-time.el: Remove useless (require 'itimer),
25420         eval-and-compile and (featurep 'xemacs).
25421
25422 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25423
25424         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25425         GROUP is a virtual group.
25426
25427 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25428
25429         * gnus.el: Autoload `message-y-or-n-p'.
25430
25431 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25432
25433         * pgg-parse.el: Remove unnecessary (require 'custom).
25434
25435         * pgg-def.el: do.
25436
25437         * nnmail.el: do.
25438
25439         * gnus-undo.el: do.
25440
25441         * gnus-picon.el: do.
25442
25443         * gnus-util.el: do.
25444
25445 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25446
25447         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25448
25449 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25450
25451         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25452         handle, as well as a list.
25453
25454         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25455         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25456         (mm-w3m-cid-retrieve): Simplify.
25457
25458 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25459
25460         * message.el (message-kill-to-signature): Allow prefix arg to
25461         specify number of lines to keep before signature.
25462
25463 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25464
25465         * message.el (message-kill-to-signature): Change docstring.
25466
25467 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25468
25469         * canlock.el: Always require sha1-el.
25470         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25471
25472         * message.el: Autoload sha1 only when compiling.
25473
25474         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25475         eudc-expand-inline for XEmacs.
25476
25477 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25478
25479         * message.el (message-canlock-generate): Require sha1-el.
25480
25481 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25482
25483         * message.el (message-expand-name): Silence the byte compiler.
25484
25485         * lpath.el: Add detect-coding-system.
25486
25487         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25488         cus-edit.
25489
25490 2004-01-13  Simon Josefsson  <jas@extundo.com>
25491
25492         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25493         Invoke gnus-score-mode.
25494         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25495
25496         * gnus-range.el (gnus-compress-sequence): Doc fix.
25497         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25498
25499 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25500
25501         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25502
25503 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25504
25505         * spam.el (spam-get-article-as-string): Update to use
25506         gnus-request-article-this-buffer, much simpler.
25507         (spam-get-article-as-buffer): Remove.
25508
25509 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25510
25511         * message.el (message-expand-name): Use EUDC if the user uses that.
25512
25513 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25514
25515         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25516         character for the encoding to avoid consing a string.
25517
25518         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25519         unnecessarily.
25520
25521         * mm-util.el (mm-replace-chars-in-string): Remove.
25522
25523         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25524         of mm-replace-chars-in-string.
25525
25526 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25527
25528         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25529
25530         * mm-util.el (mm-subst-char-in-string): Support inplace.
25531
25532         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25533         a new string in every iteration.  Use shy groups.
25534
25535 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25536
25537         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25538         * gnus-soup.el (gnus-soup-group-brew):
25539         * gnus-msg.el (gnus-put-message):
25540         * gnus-move.el (gnus-group-move-group-to-server):
25541         * gnus-kill.el (gnus-batch-score):
25542         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25543         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25544         (gnus-group-update-group, gnus-group-read-group)
25545         (gnus-group-make-group, gnus-group-make-help-group)
25546         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25547         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25548         (gnus-group-sort-by-unread, gnus-group-catchup)
25549         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25550         (gnus-group-yank-group, gnus-group-set-info)
25551         (gnus-group-list-groups):
25552         * gnus.el (gnus-generate-new-group-name):
25553         * gnus-delay.el (gnus-delay-send-queue):
25554         * nnvirtual.el (nnvirtual-catchup-group):
25555         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25556         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25557         (gnus-group-prepare-topics, gnus-topic-check-topology):
25558         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25559         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25560         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25561         (gnus-group-make-articles-read):
25562         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25563         (gnus-group-change-level, gnus-kill-newsgroup)
25564         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25565         (gnus-get-unread-articles, gnus-make-articles-unread)
25566         (gnus-make-ascending-articles-unread): Use accessor
25567         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25568         to get group information for improved readability.
25569
25570
25571 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25572
25573         * gnus-art.el (article-decode-mime-words, article-babel)
25574         (gnus-article-highlight-signature, gnus-article-add-buttons)
25575         (gnus-signature-toggle): Use gnus-with-article-buffer.
25576
25577         * gnus-art.el (gnus-article-highlight-headers)
25578         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25579
25580         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25581         (gnus-article-set-globals, gnus-request-article-this-buffer)
25582         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25583         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25584         (gnus-mime-display-alternative): Use with-current-buffer.
25585
25586 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25587
25588         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25589         also under 80 char limit, and call gnus-error if needed.
25590         (spam-fetch-article-header): Fix - it was a
25591         buffer-local variable (gnus-newsgroup-data).
25592         (spam-find-spam): Use spam-generate-fake-headers, forget about
25593         spam-insert-fake-headers.
25594         (spam-insert-fake-headers): Remove.
25595
25596 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25597
25598         * deuglify.el (gnus-article-outlook-unwrap-lines)
25599         (gnus-outlook-rearrange-article)
25600         (gnus-outlook-repair-attribution-outlook)
25601         (gnus-outlook-repair-attribution-block)
25602         (gnus-outlook-repair-attribution-other): Remove redundant
25603         save-excursion.
25604
25605 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25606
25607         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25608         (spam-fetch-field-subject-fast)
25609         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25610         (spam-fetch-article-header): Add functions to deal with Gnus
25611         internals for fast retrieval of article header data.
25612         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25613
25614 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25615
25616         * pop3.el (pop3-md5): Remove.
25617         (pop3-apop): Replace pop3-md5 with md5.
25618
25619         * mm-bodies.el: base64 is always built-in.
25620
25621         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25622         Use with-current-buffer.
25623
25624 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25625
25626         * canlock.el (canlock-insert-header): Remove excessive grouping in
25627         regexp.
25628
25629         * gnus-sum.el (gnus-summary-read-document): Ditto.
25630
25631         * gnus-uu.el (gnus-uu-part-number): Ditto.
25632
25633         * html2text.el (html2text-remove-tags): Ditto.
25634         (html2text-format-tags): Ditto.
25635         (html2text-format-single-elements): Ditto.
25636
25637         * mml.el (mml-parse-1): Ditto.
25638
25639 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25640
25641         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25642
25643         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25644
25645         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25646
25647         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25648
25649 2003-11-15  Simon Josefsson  <jas@extundo.com>
25650
25651         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25652         (pgg-gpg-lookup-key): Use regexp match instead of
25653         split-string (split-string is different between emacs 21.2 and
25654         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25655
25656 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25657
25658         * gnus-art.el (gnus-mime-view-all-parts)
25659         (gnus-article-part-wrapper, gnus-article-view-part):
25660         Use with-current-buffer.
25661
25662 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25663
25664         * spam.el (spam-disable-spam-split-during-ham-respool)
25665         (spam-spamoracle-database, spam-cache-lookups)
25666         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25667         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25668         (spam-group-ham-marks, spam-group-spam-marks)
25669         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25670         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25671         also add spam-use-blackholes to the statistical checks.
25672         (spam-fetch-field-fast): Add interface to fetching fields, may
25673         become a macro.
25674         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25675         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25676         (spam-insert-fake-headers): Fake an article when needed.
25677         (spam-find-spam): Fake article when possible.
25678         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25679         (spam-check-bogofilter-headers): Use message-fetch-field instead
25680         of nnmail-fetch-field.
25681
25682 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25683
25684         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25685
25686 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25687
25688         * spam.el (spam-split): Do not require spam-use-CHECK to be
25689         enabled if that check is passed to spam-split explicitly; also
25690         fix so 'spam doesn't get converted to spam-split-group when
25691         spam-split-symbolic-return is t.
25692         (spam-find-spam): Find registrations of the article and use those
25693         instead of re-running spam-split to find the spam/ham
25694         classification of the article.
25695         (spam-log-processing-to-registry, spam-log-registered-p)
25696         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25697         Use gnus-error instead of gnus-message.
25698         (spam-log-registration-type): Add function to determine the
25699         classification of a message based on registry entries; will
25700         return nil if both 'spam and 'ham are found.
25701         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25702         a reasonably fast local cache without the loading errors.
25703         (spam-cache-lookups): Set to t by default.
25704         (spam-find-spam): Don't try to guess spam-cache-lookups.
25705         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25706         spam-caches entry.
25707         (spam-filelist-build-cache, spam-filelist-check-cache):
25708         Fix caching of whitelist/blacklist entries.
25709         (spam-check-whitelist, spam-check-blacklist):
25710         Invoke spam-from-listed-p with a type, not a cache variable.
25711         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25712
25713 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25714
25715         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25716
25717         * nnmail.el (nnmail-split-fancy): do.
25718
25719         * mml.el (mml-parse): do.
25720
25721         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25722         (gnus-score-adaptive): do.
25723
25724 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25725
25726         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25727         (gnus-mime-button-map): Don't set keymap parent.
25728         (gnus-button-ctan-directory-regexp): Use shy grouping.
25729         (gnus-prev-page-map): Don't set keymap parent.
25730         (gnus-prev-page-map): Remove duplicated one.
25731         (gnus-next-page-map): Don't set keymap parent.
25732         (gnus-mime-security-button-map): Ditto.
25733
25734         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25735         version number.
25736
25737         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25738
25739 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25740
25741         * canlock.el (canlock-sha1-function): Remove.
25742         (canlock-sha1-function-for-verify): Remove.
25743         (canlock-openssl-program): Remove.
25744         (canlock-openssl-args): Remove.
25745         (canlock-ignore-errors): Remove.
25746         (canlock-sha1-with-openssl): Remove.
25747         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25748         (canlock-verify): Don't use canlock-ignore-errors.
25749
25750         * sha1-el.el (sha1-string-external): Make it can return a string
25751         in binary form.
25752         (sha1-region-external): Ditto.
25753         (sha1-string-internal): Ditto.
25754         (sha1-region-internal): Ditto.
25755         (sha1-region): Ditto.
25756         (sha1-string): Ditto.
25757         (sha1): Ditto.
25758
25759 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25760
25761         * spam.el (spam-report-articles-gmane): New command.
25762
25763 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25764
25765         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25766
25767         * run-at-time.el (run-at-time-saved): Remove.
25768         (run-at-time): Doc fix.
25769
25770 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25771
25772         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25773         (gnus-summary-limit-map): Add it.
25774         (gnus-summary-make-menu-bar): do.
25775
25776 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25777
25778         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25779         Make attempt at some caching support (done for BBDB only now).
25780         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25781         addresses to be checked.
25782         (spam-clear-cache-BBDB): Add function, to be invoked by
25783         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25784         (spam-check-BBDB): Check and use the caches, if
25785         spam-cache-lookups is on, remove superfluous (provide).
25786
25787 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25788
25789         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25790
25791 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25792
25793         * run-at-time.el (run-at-time-saved): Move to after the definition
25794         of `run-at-time'.
25795
25796         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25797
25798 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25799
25800         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25801         mm-w3m-local-map-property.
25802
25803         * mm-view.el (mm-w3m-mode-map): Remove.
25804         (mm-w3m-local-map-property): Remove.
25805         (mm-inline-text-html-render-with-w3m): Don't use
25806         mm-w3m-local-map-property.
25807
25808 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25809
25810         * run-at-time.el: New file.
25811
25812         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25813         under Emacs.
25814
25815         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25816         of gnus-set-text-properties.
25817
25818         * gnus-uu.el (gnus-uu-save-article): Ditto.
25819
25820         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25821
25822         * gnus-cite.el (gnus-cite-parse): Ditto.
25823
25824         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25825         of gnus-.
25826
25827         * gnus-xmas.el (run-at-time): Require run-at-time.
25828
25829         * gnus.el: Change calls to nnheader-run-at-time and
25830         password-run-at-time throughout to use run-at-time directly.
25831
25832         * password.el: Remove definition of run-at-time.
25833
25834         * nnheaderxm.el: Remove definition of run-at-time.
25835
25836 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25837
25838         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25839         in prompt.
25840
25841 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25842
25843         * messagexmas.el (message-xmas-redefine): Alias
25844         `message-make-caesar-translation-table' to
25845         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25846         version.
25847
25848         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25849         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25850         `gnus-xmas-set-text-properties'.
25851         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25852         `gnus-xmas-completing-read'.
25853         (gnus-xmas-completing-read): Removed.
25854         (gnus-xmas-open-network-stream): Removed.
25855
25856         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25857         XEmacs version.
25858
25859         * dns.el (dns-make-network-process): Use `open-network-stream'
25860         instead of `gnus-xmas-open-network-stream'.
25861
25862         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25863
25864         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25865
25866 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25867
25868         * gnus-art.el (gnus-mime-display-alternative)
25869         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25870         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25871         Don't use gnus-local-map-property.
25872
25873         * gnus-util.el (gnus-local-map-property): Remove.
25874
25875         * mm-view.el (mm-view-pkcs7-decrypt):
25876         Replace gnus-completing-read-maybe-default with completing-read.
25877
25878         * gnus-util.el (gnus-completing-read): do.
25879         (gnus-completing-read-maybe-default): Remove.
25880
25881 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25882
25883         * password.el: Only autoload `run-at-time' if not XEmacs.
25884         Only autoload the itimer functions if XEmacs.
25885
25886 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25887
25888         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25889         XEmacsen.
25890
25891         * dgnushack.el: Autoload executable-find for XEmacs.
25892
25893 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25894
25895         * gnus-art.el (gnus-read-string): Remove.
25896         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25897         read-string.
25898
25899 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25900
25901         * netrc.el: Autoload password-read.
25902         (netrc): Add configuration group.
25903         (netrc-encoding-method, netrc-openssl-path):
25904         Add variables for encoding and decoding of files with symmetric
25905         ciphers.
25906         (netrc-encode): Add assistant function to encode a file with
25907         netrc-encoding-method.
25908         (netrc-parse): Add interactive parameter, added optional
25909         decoding if netrc-encoding-method is non-nil but otherwise
25910         behavior is standard.
25911         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25912         Do s/encode/encrypt/ everywhere.
25913
25914         * spam.el: Remove executable-find autoload.
25915
25916 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25917
25918         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25919
25920         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25921
25922 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25923
25924         * gnus-art.el (gnus-treat-ansi-sequences)
25925         (article-treat-ansi-sequences): New variable and function.
25926         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25927
25928         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25929         Use it.
25930
25931 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25932
25933         * mm-util.el (mm-quote-arg): Remove.
25934
25935         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25936         shell-quote-argument.
25937
25938         * gnus-uu.el (gnus-uu-command): do.
25939
25940         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25941
25942         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25943         with make-char.
25944
25945         * mm-util.el (mm-make-char): Remove.
25946
25947         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25948         add-minor-mode.
25949
25950         * gnus-undo.el (gnus-undo-mode): do.
25951
25952         * gnus-topic.el (gnus-topic-mode): do.
25953
25954         * gnus-sum.el (gnus-dead-summary-mode): do.
25955
25956         * gnus-start.el (gnus-slave-mode): do.
25957
25958         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25959
25960         * gnus-ml.el (gnus-mailing-list-mode): do.
25961
25962         * gnus-gl.el (gnus-grouplens-mode): do.
25963
25964         * gnus-draft.el (gnus-draft-mode): do.
25965
25966         * gnus-dired.el (gnus-dired-mode): do.
25967
25968         * gnus-ems.el (gnus-add-minor-mode): Remove.
25969
25970         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25971         Replace gnus-char-width with char-width.
25972
25973         * gnus-ems.el (gnus-char-width): Remove.
25974
25975         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25976         Replace gnus-char-width with char-width.
25977
25978         * gnus-ems.el (gnus-char-width): Remove.
25979
25980         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25981         definition.
25982         Remove Emacs 20 hash table compatibility code.
25983
25984         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25985         20 compatibility code.
25986
25987         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25988
25989         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25990
25991         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25992         Replace with point-at-{eol,bol}.
25993
25994         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25995
25996         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25997
25998         * flow-fill.el (fill-flowed-point-at-bol)
25999         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26000
26001         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26002         Replace with point-at-{eol,bol} throughout all files.
26003
26004 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26005
26006         * ntlm.el (ntlm-string-as-unibyte): New macro.
26007         (ntlm-build-auth-response): Use it.
26008
26009         Remove Emacs 20 stuff:
26010         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26011         (butlast, mapc, remove): Remove the compiler macros.
26012         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26013         of delq and copy-sequence.
26014         * gnus-art.el (popup-menu): Remove the compiler macro.
26015         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26016         Emacs 20.
26017
26018 2004-01-05  Simon Josefsson  <jas@extundo.com>
26019
26020         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26021         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26022         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26023         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26024         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26025         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26026         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26027         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26028         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26029         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26030         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26031         string-xor into ntlm-string-xor.
26032         Suggested by Jesper Harder <harder@myrealbox.com>.
26033
26034         * ntlm.el: Don't include poem.
26035
26036         * md4.el (print-int32, print-string-hexa): Remove.
26037         Suggested by Jesper Harder <harder@myrealbox.com>.
26038
26039         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26040
26041         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26042         probably breaks emacs with DL patch, but do we care? Is anyone
26043         still using the DL stuff?)
26044
26045         * sieve-manage.el: Use the password package.
26046         (sieve-manage-read-passwd): Remove.
26047         (sieve-manage-interactive-login): Use password.  Re-add
26048         condition-case around loop.
26049
26050         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26051         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26052         Use the password package.
26053
26054 2003-02-19  Simon Josefsson  <jas@extundo.com>
26055
26056         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26057         token.
26058
26059 2002-08-07  Simon Josefsson  <jas@extundo.com>
26060
26061         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26062         (sieve-manage-authenticators):
26063         (sieve-manage-authenticator-alist): Add some SASL mechs.
26064         (sieve-sasl-auth): New function.
26065         (sieve-manage-cram-md5-auth):
26066         (sieve-manage-plain-auth): Rewrite using SASL library.
26067         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26068         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26069         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26070         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26071
26072 2004-01-05  Simon Josefsson  <jas@extundo.com>
26073
26074         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26075         New files.
26076
26077 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26078
26079         * gnus-group.el (gnus-no-groups-message): Update.
26080
26081         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26082
26083 2003-11-09  Simon Josefsson  <jas@extundo.com>
26084
26085         * imap.el: Support for ID IMAP extension (RFC 2971).
26086         (imap-local-variables): Add imap-id.
26087         (imap-id): New variable.
26088         (imap-id): New function.
26089         (imap-parse-response): Parse untagged ID response.
26090         * nnimap.el (nnimap-id): New variable.
26091         (nnimap-open-connection): Use it.
26092
26093 2003-12-28  Simon Josefsson  <jas@extundo.com>
26094
26095         * gnus-score.el (gnus-score-edit-all-score): New.
26096         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26097
26098 2004-01-04  Simon Josefsson  <jas@extundo.com>
26099
26100         * password.el: Add.
26101
26102 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26103
26104         * dns.el (dns-query-types): Fix typo.
26105         (dns-query-types): New function.
26106         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26107         PTR and SOA replies, see RFC 1035.
26108
26109 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26110
26111         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26112
26113         * Move to Changelog.2.
26114
26115 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26116
26117         * gnus.el (gnus-version-number): Bump version.
26118
26119 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26120
26121         * gnus.el: No Gnus v0.1 is released.
26122
26123 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26124
26125         * gnus.el: No Gnus v0.0 is released.
26126
26127 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26128
26129         * gnus.el (gnus-version-number): Bump.
26130         (gnus-version): No.
26131
26132 See ChangeLog.2 for earlier changes.
26133
26134   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26135
26136   This file is part of GNU Emacs.
26137
26138   GNU Emacs is free software: you can redistribute it and/or modify
26139   it under the terms of the GNU General Public License as published by
26140   the Free Software Foundation, either version 3 of the License, or
26141   (at your option) any later version.
26142
26143   GNU Emacs is distributed in the hope that it will be useful,
26144   but WITHOUT ANY WARRANTY; without even the implied warranty of
26145   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26146   GNU General Public License for more details.
26147
26148   You should have received a copy of the GNU General Public License
26149   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26150
26151 ;; Local Variables:
26152 ;; coding: utf-8
26153 ;; fill-column: 79
26154 ;; add-log-time-zone-rule: t
26155 ;; End: