* nnimap.el (nnimap-request-scan): Say that splitting has finished.
[gnus] / lisp / ChangeLog
1 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4
5 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * nndraft.el: Require gnus-group.
8         (nndraft-request-list): Declare.
9
10         * nndraft.el (nndraft-update-unread-articles): Don't show group having
11         no unread article unless it matches gnus-permanently-visible-groups.
12
13         * nndraft.el (nndraft-update-unread-articles): New function.
14         (nndraft-request-associate-buffer): Use it to update the number of
15         unread articles for the nndraft groups in the group buffer when saving
16         or killing a draft message.
17
18 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
21         systems to binary before writing and reading the mbox files.
22
23         * gnus.el (gnus-summary-line-format): Link to the info node for %U
24         instead of trying to list them all (bug#8978).
25
26 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
27
28         * pop3.el (pop3-open-server): Use :end-of-capability.
29
30 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
33         the id is always a number.
34
35         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
36
37         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
38         debbugs mode, if possible.
39
40 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
41
42         * auth-source.el (auth-source-token-passphrase-callback-function):
43         Reindent.
44         (epg-context-operation): Remove unnecessary autoload.
45
46 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus.el (gnus-list-debbugs): New command.
49
50         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
51         mboxstat instead of the maintbox, since the stat seems to be fuller.
52
53         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
54         summary buffers.
55
56         * message.el (message-get-reply-headers): Delete all duplicates,
57         instead of the first.
58         (message-get-reply-headers): Ensure that we have progress while
59         deleting duplicates.
60
61         * gnus-msg.el (gnus-configure-posting-styles): Get the local
62         gnus-posting-style value from the summary buffer to make it easier to
63         make that a per-buffer conf.
64
65 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
66
67         * nnir.el (nnir-run-imap): Allow halting a search when an article is
68         found by setting `shortcut' in 'query.
69         (nnir-request-article): Use `shortcut' setting when requesting article
70         by Message-ID.
71
72 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
73
74         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
75         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
76         Bring the pseudo-headers back too.
77
78 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
79
80         * auth-source.el (auth-source-token-passphrase-callback-function):
81         Simplify and remove EPA dependency.
82
83 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
84
85         * nnir.el (nnir-request-article): Fix error message text.
86
87 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
88
89         * auth-source.el (plstore-delete): Autoload.
90         (auth-source-plstore-search): Support delete operation.
91         * plstore.el (plstore-delete): New function.
92
93 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
96         mark actually existing articles as unread rather than the ones that
97         active asserts.
98
99 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
100
101         * nntp.el (nntp-record-command):
102         * gnus-util.el (gnus-message-with-timestamp-1):
103         Use format-time-string rather than decoding time stamps by hand.
104         This is simpler and insulates the code from potential changes to
105         current-time format.
106
107 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
110
111 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
112
113         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
114         (plstore-save): Support public key encryption.
115         (plstore--init-from-buffer): New function.
116         (plstore-open): Use it; fix error when opening a non-existent file.
117         (plstore-revert): Use plstore--init-from-buffer.
118
119 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
120
121         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
122
123 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * mml2015.el (mml2015-use): Replace string-match-p with string-match
126         for old Emacsen.
127
128 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
129
130         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
131         is not fully working.
132
133 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * dgnushack.el: Autoload sha1 on XEmacs.
136
137         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
138         quit window configuration.
139
140         * auth-source.el (epg-context-set-passphrase-callback): Remove
141         duplicate autoload.
142
143 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
144
145         * nnir.el (nnir-request-article): Allow requesting articles by
146         Message-ID with nnimap.
147
148         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
149         current server.
150
151 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
152
153         * auth-source.el: Autoload EPA/EPG functions.
154         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
155         changed when EPA/EPG is not available.
156         (auth-source-backend): Rename "arg" member to "data".
157         (auth-source-backend-parse, auth-source-plstore-search)
158         (auth-source-plstore-create): Use it.
159
160 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
161
162         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
163         `gnus-refer-article-methods'.
164
165 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * auth-source.el: Require EPA and EPG.
168         (auth-source-passphrase-alist): New variable.
169         (auth-source-passphrase-callback-function)
170         (auth-source-token-passphrase-callback-function): Callbacks for the
171         netrc field encryption (GPG tokens).
172         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
173         Symmetric encryption and decryption of the netrc GPG tokens.
174         (auth-source-netrc-normalize): Use them, simplifying the closure.
175
176 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
179         is available.
180
181 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
184         non-nil, and `nnimap-split-methods' is nil, use the former.
185
186 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
187
188         * plstore.el (plstore-revert): New function.
189         (plstore-open): Use it; hide the buffer from user.
190
191 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
192
193         * auth-source.el (auth-source-backend): New member "arg".
194         (auth-source-backend-parse): Handle new backend 'plstore.
195         * plstore.el: New file.
196
197 2011-06-30  Glenn Morris  <rgm@gnu.org>
198
199         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
200
201 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
204         expiring articles to.
205
206         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
207         variations as ASCII (bug#5458).
208
209 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
212
213 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * message.el (message-point-in-header-p): Tweak the function to default
216         to saying that we're not in the headers if there is no separator at
217         all.  This makes it possible to use the Message version of `M-q' in
218         buffers with no headers (bug#7987).
219         (message-point-in-header-p): Fix last checkin to work with an empty
220         mail-header-separator, too.
221
222         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
223         again, save the choice via customize.
224
225 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * message.el (message-send-mail-function): Add `sendmail-query-once'.
228
229         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
230         ended the connection, bail out before waiting infinitely on a new
231         connection.
232
233 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
234
235         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
236         reports.
237
238         * gnus.el (gnus-bug-package): Use "gnus."
239         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
240
241 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * dgnushack.el: Make the timer warning go away on XEmacs.
244
245         * gnus-art.el (gnus-article-stop-animations): New function to stop any
246         animations going on at article exit time.
247
248         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
249         since removing it breaks people upgrading.
250
251         * shr.el (shr-put-image): Use the new interface for animating images.
252         (shr-put-image): Animate for 60 seconds.
253
254         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
255         avoid compiler warnings.
256
257         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
258         error with `find-file-hooks' on Emacs 22.
259         (with-auth-source-epa-overrides): Ugly hack to Wrap the
260         `find-file-hook' things in `symbol-value' to avoid compilation warnings
261         on all architectures.
262
263         * spam.el (spam-stat): Require in a normal fashion without binding
264         `spam-stat-install-hooks' to avoid compilation warnings.
265
266         * spam-stat.el (spam-stat-install-hooks): Removed.
267         (spam-stat-install-hooks): Don't run automatically.
268
269 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
270
271         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
272         and keystroke.
273
274 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * auth-source.el (auth-source-netrc-cache): Move forward.
277
278 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * proto-stream.el (proto-stream-open-starttls): Use
281         `gnutls-available-p' to see whether we have built-in support.
282
283         * auth-source.el (auth-source-netrc-create): Don't query the bits that
284         we already know.
285         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
286         (auth-source-netrc-create): Don't prompt for the stuff we already know.
287
288 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
291         %S format, since that looks odd.
292         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
293         file, especially when saving.
294
295 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
296
297         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
298         article found.
299
300 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
301
302         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
303         `auth-source-save-secrets' with a more sensitive alist that can be
304         configured per file.  Experimental, so defaults to 'never.
305         (auth-source-netrc-create): Use it.  Still experimental code.
306         (with-auth-source-epa-overrides): Use `find-file-hooks' if
307         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
308
309 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * auth-source.el (auth-source-save-secrets): New variable to control if
312         secret tokens should be saved encrypted.
313         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
314         to `auth-source-netrc-normalize'.
315         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
316         on the EPA variables being defined.
317         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
318         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
319         the lexical-let closure.
320         (auth-source-netrc-create): Create "gpg:" tokens according to
321         `auth-source-save-secrets'.
322
323 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * gnus-group.el (gnus-group-update-group): Add new argument
326         `info-unchanged' that stops updating dribble buffer.
327
328         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
329         deletes lines matching to it in dribble buffer.
330
331         * gnus-agent.el (gnus-agent-fetch-group-1):
332         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
333         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
334         * gnus-start.el (gnus-group-change-level):
335         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
336
337         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
338         if newsgroup info is not changed.
339
340         * gnus-group.el (gnus-group-get-new-news-this-group):
341         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
342         Don't update dribble buffer.
343
344 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
345
346         * gnus-registry.el (gnus-registry-remove-ignored): New function to
347         remove entries with groups we ignore.
348
349 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
352         the underline comes at the bottom.
353
354 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
357         `gnus-registry-user-format-function-M' and declare the latter obsolete.
358         (gnus-registry-article-marks-to-names): Rename from
359         `gnus-registry-user-format-function-M2'.
360
361 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
364         ephemeral group.
365
366 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * shr.el (shr-browse-image): Copy the URL if called interactively.
369
370 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
373         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
374         done, then unselected articles may be marked as read.
375
376         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
377         since not doing this seems to lead to a race condition in pop3-logon.
378
379         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
380         so that the call chain it correct when we call "upwards".
381
382         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
383         in read-only groups.
384
385         * gnus-group.el (gnus-group-mark-article-read): Ditto.
386
387         * message.el (message-cite-reply-position): Doc string fix.
388
389         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
390         avoid regexp overflow.
391         (nnimap-transform-split-mail): Ditto.
392
393         * pop3.el (pop3-retr): Error out if the server closes the connection.
394
395 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
396
397         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
398         mm-with-unibyte-current-buffer.  The buffer should not contain any
399         multibyte chars anyway at this stage.
400
401 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
404         at the end of lines.
405
406 2011-05-29  Julien Danjou  <julien@danjou.info>
407
408         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
409
410 2011-05-27  Glenn Morris  <rgm@gnu.org>
411
412         * gnus-group.el (gnus-bug-group-download-format-alist):
413         Use the "maintainer" version of debian reports as well.
414
415 2011-05-26  Glenn Morris  <rgm@gnu.org>
416
417         * gnus-group.el (gnus-bug-group-download-format-alist):
418         Use the "maintainer" version of debbugs.gnu.org reports.
419
420 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
423
424 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
425
426         * gnus-cus.el (gnus-agent-customize-category):
427         * gnus-delay.el (gnus-delay-send-queue):
428         * gnus.el (gnus-other-frame):
429         Don't quote lambda expressions with `quote'.
430
431 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
434         the thread moves us backwards and so we loop forever.
435
436 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
439         whitespace in base64 data lines.
440
441 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
442
443         * gnus-registry.el (gnus-registry-user-format-function-M):
444         Use `mapconcat'.
445         (gnus-registry-user-format-function-M2): Use to see the full text of
446         the marks.  Make "," the mark text separator.
447
448         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
449         authentication with auth-source.
450
451 2011-05-17  Glenn Morris  <rgm@gnu.org>
452
453         * gnus-group.el (gnus-import-other-newsrc-file):
454         Use insert-file-contents.
455
456 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
457
458         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
459         1000 iterations.
460
461 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * nntp.el (nntp-open-connection): Check if process-type is available.
464
465 2011-05-16  Julien Danjou  <julien@danjou.info>
466
467         * shr.el (shr-tag-del): Add support for del tag.
468
469 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * gnus-html.el (gnus-html-put-image): Register a displayer.
472
473         * shr.el (shr-image-displayer): Don't remove text props from alt text.
474
475 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
476
477         * registry.el (prune-factor): New initialization parameter defaulting
478         to 0.1.
479         (registry-prune-hard): Use it.
480
481         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
482         0.1 expicitly.
483
484 2011-05-13  Glenn Morris  <rgm@gnu.org>
485
486         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
487         is bound, since this function requires sendmail.
488
489 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
490
491         * registry.el (registry-usage-test): Disable pruning test.
492
493 2011-05-11  David Engster  <dengste@eml.cc>
494
495         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
496         Bind set-network-process-option for XEmacs.
497
498 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
499
500         * registry.el (registry-prune-hard-candidates)
501         (registry-prune-soft-candidates): Helper methods for registry pruning.
502         (registry-prune): Use them.  Make the sort function optional.
503
504 2011-05-10  Jim Meyering  <meyering@redhat.com>
505
506         * shr.el (shr-colorize-region): Fix typo "on on -> on".
507
508 2011-05-10  Julien Danjou  <julien@danjou.info>
509
510         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
511         symbol and not a list.
512
513 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-art.el (gnus-article-mode): Move binding of
516         shr-put-image-function here from gnus-article-prepare-display.
517
518         * shr.el (shr-put-image-function): New variable.
519         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
520         (shr-put-image): Return scaled image.
521
522         * gnus-art.el (gnus-shr-put-image): New function.
523         (gnus-article-prepare-display): Bind shr-put-image-function to it.
524
525         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
526         original ones, as deletable.
527
528 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
529
530         * nntp.el (nntp-open-connection): Set TCP keepalive option.
531
532 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
533
534         * registry.el (registry-full): Add convenience method.  Fix logic.
535         (registry-insert): Use it.  Fix logic here too.
536
537         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
538         `registry-prune' if `registry-full' returns t.
539         (gnus-registry-handle-action)
540         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
541         (gnus-registry-usage-test): Use it.
542
543 2011-05-07  Julien Danjou  <julien@danjou.info>
544
545         * shr.el (shr-link): Make shr-link inherit from link by default.
546
547 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
548
549         * shr.el (shr-urlify, shr-link): Fix shr-link face.
550
551 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
552
553         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
554         error out because the face is not a list.
555
556 2011-05-05  Glenn Morris  <rgm@gnu.org>
557
558         * proto-stream.el (gnutls-negotiate): Fix declarations.
559
560         * gnus-start.el (gnus-propagate-marks): Declare.
561
562 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
563
564         * registry.el (registry-reindex): Fix percentage message.
565
566         * proto-stream.el (network-stream-open-starttls): Adjust to call
567         `gnutls-negotiate' with :process and :hostname arguments.
568
569 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
570
571         * shr.el: Add shr-link face for links.
572         (shr-urlify): Use it.
573
574         * registry.el (registry-insert): Make error message more helpful.
575
576 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * gnus-html.el (gnus-html-schedule-image-fetching):
579         Use url-queue-retrieve, if it exists.
580
581         * shr.el (shr-tag-img): Ditto.
582
583         * gnus.el: Autoload more gnus-agent functions.
584
585         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
586         agent if we haven't already (bug#8502).
587
588         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
589         into the Agent, too.
590
591         * gnus-agent.el (gnus-agent-store-article): New function.
592
593         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
594         and moved from that file for reuse.
595
596         * pop3.el (pop3-open-server): Error messages are "-ERR".
597
598 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
601         (open-tls-stream): Remove superfluous tls/starttls autoloads.
602
603 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
604
605         * gnus.el: No Gnus v0.17 is released.
606
607 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
608
609         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
610         buffer has moved to a different frame.
611
612 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
615         to get the conversion from unibyte to multibyte buffers to work on
616         Emacs 22.
617
618         * nntp.el (nntp-request-article): Slight clean-up.
619
620 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * shr.el (shr-strike-through): New face.
623         (shr-tag-s): Use it to provide <s> support.
624         (shr-tag-s): Remove duplicate definition.
625
626 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
627
628         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
629         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
630
631 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
632
633         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
634         `gnutls-negotiate'.
635         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
636
637 2011-04-23  Glenn Morris  <rgm@gnu.org>
638
639         * gnus-sum.el (gnus-extra-headers): Bump :version.
640
641 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * shr.el (shr-tag-sup): New function.
644         (shr-tag-sub): Ditto.
645
646 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
647
648         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
649         for the case where `gnus-registry-ignored-groups' is a list of lists,
650         and don't call `gnus-parameter-registry-ignore' otherwise.
651
652 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
653
654         * nnimap.el (nnimap-user): New backend variable.
655         (nnimap-open-connection-1): Use it.
656         (nnimap-credentials): Accept user parameter so it's explicit what user
657         name is desired.
658
659         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
660         default.
661
662         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
663         not gnus-registry.el.
664
665         * gnus-registry.el: Mention in comments how to modify
666         `gnus-extra-headers' for proper recipient tracking and that it may
667         already have To and Cc recently, which it does as of this commit.
668         (gnus-registry-ignored-groups): Remove defcustom.
669         Explain why in comments.
670         (gnus-registry-action): Fix data-header reference to use the extra
671         headers.  Explain in package commentary how to add To and Cc headers to
672         the gnus-extra-headers.
673         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
674         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
675         parameter list or a string list in `gnus-registry-ignored-groups'.
676         Fix logic error.
677
678 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * shr.el (shr-expand-url): Protect against null urls.
681
682 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * shr.el (shr-base): New binding.
685         (shr-tag-base): Keep track of <base>.
686         (shr-expand-url): New function used throughout.
687
688 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
689
690         * gnus-registry.el
691         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
692         (gnus-registry-ignored-groups): New variable.
693         (gnus-registry-ignore-group-p): Use it.
694         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
695         set the destination group to nil (same as delete) if it's ignored.
696
697 2011-04-20  David Engster  <dengste@eml.cc>
698
699         * tests/gnustest-nntp.el: New file for simple NNTP testing.
700
701         * Makefile.in (test-nntp): New rule.
702         (check): Add it.
703         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
704
705 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * gnus-registry.el (gnus-registry-action)
708         (gnus-registry-fetch-header-fast):
709         Don't use mail-header that looks an internal function of mailheader.el.
710
711 2011-04-19  Glenn Morris  <rgm@gnu.org>
712
713         * time-date.el (time-to-days): Remove unused local variables.
714
715 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-registry.el: Eliminate cl functions.
718         (gnus-registry-sort-addresses): New function that replaces mapcan.
719         (gnus-registry-action, gnus-registry-spool-action)
720         (gnus-registry-split-fancy-with-parent)
721         (gnus-registry-fetch-recipients-fast): Use it.
722         (gnus-registry-import-eld): Replace delete* with dolist + delq.
723
724         * registry.el (initialize-instance, registry-lookup)
725         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
726         (registry-lookup-secondary-value, registry-search, registry-delete)
727         (registry-insert, registry-reindex, registry-size, registry-prune):
728         Use eval-and-compile.
729
730 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
731
732         * registry.el (registry-reindex): New method to recreate the secondary
733         registry indices.
734
735         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
736         tracked field changes.
737         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
738         (gnus-registry-action, gnus-registry-spool-action)
739         (gnus-registry-handle-action)
740         (gnus-registry--split-fancy-with-parent-internal)
741         (gnus-registry-split-fancy-with-parent)
742         (gnus-registry-register-message-ids): Add recipient tracking on spool,
743         move, and delete actions, and for fancy splitting with parent.
744         (gnus-registry-extract-addresses)
745         (gnus-registry-fetch-recipients-fast)
746         (gnus-registry-fetch-header-fast): Convenience functions.
747         (gnus-registry-misc-test): ERT test of
748         `gnus-registry-extract-addresses'.
749
750 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
751
752         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
753         Track by subject first, then sender.
754
755 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
756
757         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
758
759         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
760         Lisp.
761
762         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
763         (gnus-draft-send): Use it to avoid popping
764         up frames from gnus-group-send-queue.
765
766 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
767
768         * gnus-registry.el: Updated gnus-registry docs.
769
770 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
771
772         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
773         Fix logic bug.
774         (gnus-registry-post-process-groups): Fix logging of no results and
775         quote sender and subject.
776
777 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
780         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
781         gnutls-cli are too slow to be done opportunistically.
782
783         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
784         (gnus-read-active-for-groups): Don't try to finish getting stuff where
785         we had no early-data returned.
786         (gnus-get-unread-articles): Add a sanity check so that we don't issue
787         two async commands to the same server at the same time.
788
789 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
790
791         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
792
793 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
796         "warning" level.
797
798         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
799         (mm-url-insert-file-contents): Don't set the package names.
800
801 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
802
803         * gnus-registry.el (gnus-registry-action): Remove properties and
804         simplify subject in `gnus-registry-handle-action'.
805         (gnus-registry-spool-action): Get subject and sender from message if
806         they are not passed in.
807         (gnus-registry-handle-action): Remove properties and simplify subject
808         consistently.
809
810 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
811
812         * registry.el: Require CL before using defmacro*.
813
814 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * gnus-art.el (article-treat-date): Assume that
817         gnus-article-date-headers may be a group parameter.
818
819 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
820
821         * gnus-registry.el (gnus-registry-handle-action): More debugging.
822
823         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
824         interactively so the newsrc file can contain foreign groups too.
825         Useful for debugging but not much for users.
826
827 2011-04-07  David Engster  <dengste@eml.cc>
828
829         * registry.el (registry-usage-test): Only do
830         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
831         lexical binding.
832
833 2011-04-07  David Engster  <dengste@eml.cc>
834
835         * Makefile.in (check, test-registry): New rules for test-suite.
836
837 2011-04-06  David Engster  <dengste@eml.cc>
838
839         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
840         argument NOERROR for `require', since XEmacs 21.4 does not support it.
841
842 2011-04-06  David Engster  <dengste@eml.cc>
843
844         * registry.el (initialize-instance): Change :after to :AFTER to be
845         compatible with old EIEIO version in XEmacs.
846
847 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
848
849         * gnus-registry.el (gnus-registry-post-process-groups)
850         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
851         and provide better messaging.
852
853 2011-04-06  David Engster  <dengste@eml.cc>
854
855         * Makefile.in (fail-on-warning): New rule to compile with warnings as
856         errors.
857
858         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
859         dgnushack-compile with error-on-warn enabled, and to signal an error if
860         clean compilation failed.
861         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
862         with `byte-compile-error-on-warn'.  Return nil if errors occured.
863
864 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
865
866         * gnus-registry.el: Don't use ERT if it's not available.  Load it
867         unconditionally anyway, discarding errors.
868         (gnus-registry-delete-entries): New convenience function.
869         (gnus-registry-import-eld): Import from old .eld registry.
870
871         * registry.el: Don't use ERT if it's not available.  Load it
872         unconditionally anyway, discarding errors.
873
874         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
875         version from the Claudio Bley GnuTLS patch (extra optional parameters
876         and host name).
877
878 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
879
880         * gnus-registry.el (gnus-registry-fixup-registry): New function to
881         fixup the parameters that can be customized by the user between
882         save/read cycles.
883         (gnus-registry-read): Use it.
884         (gnus-registry-make-db): Use it.
885         (gnus-registry-spool-action, gnus-registry-handle-action):
886         Fix messaging.
887         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
888         Map references to actual group names with sender and subject tracking.
889         (gnus-registry-post-process-groups): Use `cond' for better messaging.
890         (gnus-registry-usage-test): Add subject lookup test.
891
892         * registry.el (registry-db, initialize-instance): Set up constructor
893         instead of :initform arguments for the sake of older Emacsen.
894         (registry-lookup-breaks-before-lexbind): New method to demonstrate
895         pre-lexbind merge bug.
896         (registry-usage-test): Use it.
897         (initialize-instance, registry-db): Move the non-function initforms
898         back to the class definition.
899
900 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
901
902         * registry.el: New library to manage gnus-registry-style data.
903
904         * gnus-registry.el: Use it (major rewrite).
905
906         * nnregistry.el: Use it.
907
908         * spam.el: Use it.
909
910 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
913         marks on non-selected articles.
914
915 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
916
917         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
918         parameter to open-protocol-stream.
919
920 2011-04-01  Julien Danjou  <julien@danjou.info>
921
922         * mm-view.el (mm-display-inline-fontify): Do not fontify with
923         fundamental-mode.
924
925 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
928         servers.
929
930 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
933         made marks not propagate, again.
934
935 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
936
937         * proto-stream.el (open-protocol-stream): Bring back `network' type.
938         Make this the default type.
939         (proto-stream-open-plain): Rename from proto-stream-open-default.
940         (open-protocol-stream, proto-stream-open-starttls)
941         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
942         with `plain'.
943
944         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
945         value.
946
947         * nntp.el (nntp-open-connection-function): Document the fact that some
948         values are not functions but are instead handled specially.
949         Recognize nntp-open-plain-stream value.
950         (nntp-open-connection): Recognize that value.
951
952 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
955         where it seems to be needed.
956
957 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
960         stuff.
961
962         * gnus-score.el (gnus-score-string): Fix calling convention of
963         `gnus-simplify-buffer-fuzzy' after last patches.
964
965         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
966         server for articles we didn't get any headers for.  This is a sanity
967         check.
968
969 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
970
971         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
972         new CAPABILITY, use it.
973
974 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
977         downloading anything.
978
979         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
980
981 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
982
983         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
984         colors.
985         (gnus-splash-svg-color-symbols): New function.
986
987 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
990         instead of using the global gnus-simplify-subject-fuzzy-regexp.
991         (gnus-simplify-subject-fuzzy): Use the local
992         gnus-simplify-subject-fuzzy-regex instead of the global one.
993         This makes using this variable in group parameters work.
994
995 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
996
997         * gnus-registry.el (gnus-registry-unfollowed-groups):
998         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
999         archive:sent-YYYY-MM-DD groups).
1000         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1001         tracking if there are more than `gnus-registry-max-track-groups'
1002         matches.
1003
1004 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1005
1006         * message.el (message--yank-original-internal): New function to do the
1007         insertion cleanly inside eval in `message-yank-original'.
1008         (message-yank-original): Use it.
1009
1010 2011-03-29  Julien Danjou  <julien@danjou.info>
1011
1012         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1013         local variables disabled rather than `normal-mode'.
1014
1015 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1016
1017         * imap.el (imap-shell-open, imap-process-connection-type):
1018         Use imap-process-connection-type for 'shell' streams as well as
1019         Kerberos, SSL, other subprocesses.
1020
1021 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1022
1023         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1024         with open-network-stream.
1025         (proto-stream-always-use-starttls): Option removed.
1026         (open-protocol-stream): Return a process object by default.  Provide a
1027         new parameter :return-list specifying a list-type return value, which
1028         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1029         :type `network' to `try-starttls', and `network-only' to `default'.
1030         Make `default' the default, for compatibility with open-network-stream.
1031         Handle the no-parameter case exactly as open-network-stream, with no
1032         additional stream processing.  Search plists using plist-get.
1033         Explicitly add :end-of-commend parameter if it is missing.
1034         (proto-stream-open-default): Rename from
1035         proto-stream-open-network-only.  Return 'default as the type.
1036         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1037         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1038         failed.  Always return a list with a (possibly dead) process as the
1039         first element, for compatibility with open-network-stream.
1040         (proto-stream-open-tls): Use plist-get.  Always return a list.
1041         (proto-stream-open-shell): Return `default' as connection type.
1042         (proto-stream-capability-open): Use plist-get.
1043         (proto-stream-eoc): Function deleted.
1044
1045         * nnimap.el (nnimap-stream, nnimap-open-connection)
1046         (nnimap-open-connection-1): Handle renaming of :type parameter for
1047         open-protocol-stream.
1048         (nnimap-open-connection-1): Pass a :return-list parameter
1049         open-protocol-stream to obtain a list return value.  Parse this list
1050         using plist-get.
1051
1052         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1053         for open-protocol-stream.  Accept open-protocol-stream return value
1054         that is a subprocess object instead of a list.  Handle the case of a
1055         dead returned process.
1056
1057 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1060
1061         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1062
1063 2011-03-21  Julien Danjou  <julien@danjou.info>
1064
1065         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1066         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1067         query.
1068         (mm-inline-text): Render normal text with fontification whenever
1069         possible.
1070
1071         * gnus-sum.el (gnus-summary-save-parts-1):
1072         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1073         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1074         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1075         Use `mm-handle-filename'.
1076
1077         * mm-util.el (mm-handle-filename): New function, return the filename of
1078         an handle.
1079
1080 2011-03-18  Julien Danjou  <julien@danjou.info>
1081
1082         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1083         (gnus-buffer-live-p): Check that buffer is not nil.
1084
1085 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1086
1087         * gnus.el: No Gnus v0.15 is released.
1088
1089 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1092         avoid warning on XEmacs.
1093
1094         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1095         on XEmacs.
1096
1097         * gnus-art.el: Require mouse, which the build bot seems to say is
1098         needed.
1099
1100         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1101
1102         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1103         XEmacs, since it doesn't have url-retrieve-synchronously.
1104
1105         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1106         since assoc-string doesn't exist in XEmacs.
1107
1108 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1109
1110         * gnus-group.el (gnus-group-list-ticked): New function.
1111         (gnus-group-make-menu-bar): Provide a menu entry for it.
1112         (gnus-group-list-map): Provide a binding for it.
1113
1114 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * shr.el (shr-visit-file): New command.
1117
1118         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1119
1120 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1121
1122         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1123         servers.
1124
1125 2011-03-16  Julien Danjou  <julien@danjou.info>
1126
1127         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1128         inline.
1129
1130         * gnus-art.el (article-hide-list-identifiers):
1131         Use gnus-group-get-list-identifiers.
1132
1133         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1134         (gnus-summary-remove-list-identifiers):
1135         Use gnus-group-get-list-identifiers to get regexp.
1136         (gnus-select-newsgroup, gnus-summary-insert-subject)
1137         (gnus-summary-insert-articles):
1138         Call gnus-summary-remove-list-identifiers unconditionally.
1139
1140 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1143         we're selecting a group with unread articles.
1144
1145         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1146
1147         * gssapi.el: New file separated out from imap.el to provide a general
1148         Kerberos 5 connection facility for Emacs.
1149
1150         * message.el (message-elide-ellipsis): Document the format spec
1151         ellipsis.
1152
1153 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1154
1155         * message.el (message-elide-region): Allow the ellipsis to say how many
1156         lines were removed.
1157
1158 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1161         window configurations containing buffers that are now dead.
1162
1163         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1164         parsing to avoid integer overflows.
1165         (nnimap-parse-flags): Simplify the last change.
1166         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1167         too large for 32-bit Emacsen.
1168
1169 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1170
1171         * auth-source.el (auth-source-netrc-create):
1172         * message.el (message-yank-original): Fix use of `case'.
1173
1174 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1175
1176         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1177         XEmacs, which was one character too wide.
1178
1179 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1180
1181         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1182         default number of articles to display.
1183         (gnus-articles-to-read): Use pretty names for prompt.
1184
1185 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus-int.el (gnus-open-server): Ditto.
1188
1189         * gnus-start.el (gnus-activate-group): Give a backtrace if
1190         debug-on-quit is set and the user hits `C-g'.
1191         (gnus-read-active-file): Ditto.
1192
1193         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1194
1195 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * message.el (message-yank-original): Use cond instead of CL case.
1198
1199 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1200
1201         * auth-source.el (auth-source-netrc-create): Use usual format for the
1202         default in prompts.
1203
1204 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * lpath.el: Fbind read-char-choice for XEmacs.
1207
1208 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1209
1210         * auth-source.el (auth-source-netrc-create): Show the default in the
1211         prompt when prompting for token creation.
1212
1213 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1214
1215         * auth-source.el (auth-source-format-prompt): Always convert the value
1216         to a string to avoid evaluating non-string arguments.
1217         (auth-source-netrc-create): Offer default properly, not as initial
1218         content in `read-string'.
1219         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1220         of line to determine if we've been run before.  If so, don't run again,
1221         but print a trivial message to indicate the cache was hit instead.
1222
1223 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1224
1225         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1226         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1227         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1228         Gnus.
1229
1230 2011-03-11  Julien Danjou  <julien@danjou.info>
1231
1232         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1233         modified file".
1234
1235 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * auth-source.el (auth-source-read-char-choice): New function to read a
1238         character choice using `dropdown-list', `read-char-choice', or
1239         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1240         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1241         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1242         (auth-source-netrc-saver): Use it.
1243         (auth-source-pick-first-password): New convenience function.
1244
1245 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1246
1247         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1248         parameter in the credentials.
1249         (nnimap-open-connection-1): Use it after a successful login.
1250         (nnimap-credentials): Add IMAP-specific user and password prompt.
1251
1252         * auth-source.el (auth-source-search): Add :require parameter, taking a
1253         list.  Document it and the :save-function return token.  Pass :require
1254         down.  Change the CREATED message from a warning to a debug statement.
1255         (auth-source-search-backends): Pass :require down.
1256         (auth-source-netrc-search): Pass :require down.
1257         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1258         Change save prompt to indicate all modifications saved here are
1259         deletions.
1260         (auth-source-netrc-create): Take user login name as default in user
1261         prompt.  Move all the save functionality to a lexically bound function
1262         under the :save-function token in the returned list.  Set up clearer
1263         default prompts for user, host, port, and secret.
1264         (auth-source-netrc-saver): New function, intended to be wrapped for
1265         :save-function.
1266
1267 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1270         lines to be spaces instead.
1271
1272 2011-03-07  Julien Danjou  <julien@danjou.info>
1273
1274         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1275         (sieve-sasl-auth): Check that auth-source-search did return something,
1276         or just return an empty string.
1277
1278 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1279
1280         * gnus.el (gnus-interactive): Use read-directory-name.
1281
1282         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1283         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1284         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1285         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1286         Likewise.
1287
1288         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1289
1290 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1293         onto the list of killed groups, too.  This makes killed nnimap groups,
1294         for instance, more reliably not reappear.
1295
1296         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1297         the parent.
1298
1299         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1300
1301         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1302         really have server-side marks.
1303
1304         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1305         since most backends do not usefully have server-side marks.
1306         (gnus-update-read-articles): Propagate marks to all backends that
1307         really have server-side marks.
1308
1309 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1310
1311         * message.el (message-cite-reply-position, message-cite-style):
1312         New variables.
1313         (message-yank-original): Use the new citation styles.
1314
1315 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1316
1317         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1318         buffer-local issue); don't mark it buffer-local when running under
1319         XEmacs.
1320
1321 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1322
1323         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1324         numbers too big to be `read'.
1325
1326 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1327
1328         * password-cache.el (password-in-cache-p): Add autoload.
1329
1330         * message.el (message-options): Make buffer-local two ways to attempt
1331         to fix a XEmacs bug.
1332
1333 2011-03-02  Julien Danjou  <julien@danjou.info>
1334
1335         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1336
1337 2011-03-01  Julien Danjou  <julien@danjou.info>
1338
1339         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1340         group.
1341         (article-hide-list-identifiers): Use list-identifier group parameter.
1342
1343 2011-02-28  Julien Danjou  <julien@danjou.info>
1344
1345         * sieve.el (sieve-buffer-script-name): New local variable to store
1346         sieve script name.
1347         (sieve-edit-script): Store sieve script name.
1348         (sieve-upload): Use sieve script name when uploading.
1349         (sieve-upload): Use substitute-command-keys.
1350         (sieve-edit-script): Use substitute-command-keys.
1351         (sieve-refresh-scriptlist): Use substitute-command-keys.
1352         (sieve-manage-mode-map): Define keymap properly.
1353         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1354         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1355         Remove commented code about cvs.
1356         (sieve-manage-quit): New function.
1357         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1358
1359 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1362
1363 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1364
1365         * auth-source.el (auth-source-search): Cache empty result sets.
1366
1367         * password-cache.el (password-in-cache-p): Convenience function to
1368         check if a key is in the cache, even if the value is nil.
1369
1370         * auth-source.el (auth-source-save-behavior): New variable to replace
1371         `auth-source-never-create'.
1372         (auth-source-netrc-create): Use it.
1373         (auth-source-never-save): Remove.
1374
1375 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1376
1377         * nnimap.el (nnimap-stream): Doc fix.
1378         (nnimap-open-connection-1): Reverse the order of the ports to that the
1379         prompted-for port is first.
1380
1381         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1382         retrieval by the no-group selection.
1383
1384         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1385         numerical parameters.
1386
1387 2011-02-25  Julien Danjou  <julien@danjou.info>
1388
1389         * gnus-gravatar.el: Use gnus-with-article-buffer.
1390
1391         * gnus-art.el (gnus-with-article-buffer): Check that the
1392         gnus-article-buffer is alive.
1393
1394 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1395
1396         * auth-source.el (auth-source-creation-prompts): New variable to manage
1397         creation-time prompts.
1398         (auth-source-search): Document it.
1399         (auth-source-format-prompt): Add utility function.
1400         (auth-source-netrc-create): Don't default the user name to
1401         user-login-name.  Use `auth-source-creation-prompts' and some default
1402         prompts for user, host, port, and password (the default generic prompt
1403         remains ugly).
1404         (auth-source-never-save): Add customizable option to never save info.
1405         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1406         mode excursion.
1407
1408 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1411         argument that XEmacs doesn't support.
1412
1413         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1414         compiled for Emacsen having no `libxml-parse-html-region' support.
1415
1416         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1417
1418         * lpath.el: Bind buffer-save-without-query for XEmacs.
1419
1420 2011-02-23  Julien Danjou  <julien@danjou.info>
1421
1422         * gnus-art.el (article-make-date-line): Ignore errors if time is
1423         invalid and not convertible.
1424         (article-make-date-line): Only add lapsed time if time is not nil.
1425
1426 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1427
1428         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1429         `read-char-choice' for backwards compatibility.
1430         (auth-source-netrc-element-or-first): New function to DTRT for
1431         parameter extraction.
1432         (auth-source-netrc-create): Use it and fix multiple parameter print
1433         bug.  Use the default passed from above (given-default) or the
1434         built-in (user-login-name for :user).
1435
1436 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1437
1438         * gnus-start.el (gnus-dribble-read-file):
1439         Set buffer-save-without-query, since we always want to save the dribble
1440         file, probably.
1441
1442         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1443         nnimap.
1444
1445         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1446         -summary- since it's a user-visible variable.
1447
1448         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1449         first time you use the new Gnus.
1450
1451 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1452
1453         * auth-source.el: Don't load netrc.el.
1454         (auth-sources): Search ~/.netrc as well by default.
1455         (auth-source-debug): Add 'trivia option for extra output.
1456         (auth-source-do-trivia): Use it.
1457         (auth-source-search): Simplify logic to use
1458         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1459         appropriate.  Don't keep a running count at this level.  Layer :create
1460         and :delete options appropriately on the first and second passes.
1461         Don't track the backend with the search results.
1462         (auth-source-search-backends): New function to search a list of
1463         backends for a processed spec.
1464         (auth-source-netrc-parse): Cache all netrc files, making
1465         auth-source-netrc-cache an alist keyed by the file name and using the
1466         file mtime as the caching criterion.  Keep the obfuscated data secret
1467         with a lexical bind.
1468         (auth-source-netrc-search): Don't calculate the length of the results
1469         unnecessarily.
1470         (auth-source-search-backends): Fix bug.
1471         (auth-source-netrc-create): Rework prompts.
1472
1473 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1474
1475         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1476         Lower case names of search constraints.
1477         (nnir-run-query): Cache and reuse search constraints for all imap
1478         servers.
1479
1480 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1481
1482         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1483         after exit.
1484         (gnus-setup-message): Define missing variable from last checkin.
1485
1486         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1487         value, show the raw article.
1488
1489 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1490
1491         * gnus.el: No Gnus v0.13 is released.
1492
1493 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1494
1495         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1496         auth-source now accepts numbers.
1497
1498         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1499         spec, too.
1500         (auth-source-ensure-strings): New function.
1501
1502         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1503         (gnus-article-setup-buffer): Always restart the date timer so that user
1504         changes to the frequency is respected.
1505
1506         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1507         port numbers, so make sure it gets that if nnimap-server-port is
1508         explicit.
1509
1510 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1511
1512         * nnimap.el (nnimap-inbox): Doc fix.
1513
1514 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1515
1516         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1517         Autoload.  Add optional arg FRAME, and pass it to color-values.
1518         (color-complement): Caller changed.  Doc fix.
1519         (color-gradient): Rewrite for better clarity and efficiency.
1520
1521 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1522
1523         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1524         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1525         color-lab-to-srgb.
1526
1527 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1528
1529         * color.el: First part of merge from hexrgb.el.
1530         (color-rgb-to-hex): Rename from color-rgb->hex.
1531         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1532         saturation to zero if the value is too small.
1533         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1534         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1535         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1536         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1537         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1538         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1539         (color-cie-de2000): Doc fix.
1540
1541 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1542
1543         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1544         given method as in the group name if we're using an extended method.
1545         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1546         command, if we're using that, instead of waiting for the beginning.
1547
1548         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1549         we're sure to get unique server names, and we don't output two async
1550         commands in the same buffer.  This fixes an NNTP hang for some users.
1551
1552 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1553
1554         * gnus.el: No Gnus v0.11 is released.
1555
1556 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1557
1558         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1559         summary buffer before reading going to the next buffer.  This avoids
1560         putting the point in the group buffer if you `C-g' the command.
1561
1562         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1563         cache (for now) to make ~/.authinfo.gpg files usable.
1564
1565         * nnfolder.el (copyright-update): Define for the compiler.
1566
1567         * auth-source.el (auth-source-search): Fix unbound variable.
1568
1569 2011-02-19  Glenn Morris  <rgm@gnu.org>
1570
1571         * gnus.el (gnus-meta): Doc fix.
1572
1573 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1574
1575         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1576         in case it's not yet loaded.
1577
1578 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1579
1580         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1581         line we're waiting for.
1582
1583 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1584
1585         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1586         face with line-width greater than zero will cause RET in gnus summary
1587         buffer to scroll down article page-wise because auto vscroll happens,
1588         it should be temporalily disabled when doing a scroll-up.
1589
1590 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1591
1592         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1593         outputs from the server.
1594
1595 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1596
1597         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1598         later so that bbdb can hook in easier.
1599
1600 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1601
1602         * auth-source.el (auth-source-search): Don't try to create credentials
1603         if the caller doesn't want that.
1604         (auth-source-search): If we don't find a match, don't bug out on
1605         non-bound variables.
1606         (auth-source-search): Only ask a single backend to create the
1607         credentials.
1608
1609         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1610         logging.
1611         (nnimap-credentials): Protect against auth-source-search returning nil.
1612         (nnimap-request-list): Protect against not being able to open the
1613         server.
1614
1615 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1616
1617         * auth-source.el (auth-source-search): Do a two-phase search, one with
1618         no :create to get the responses from all backends.
1619
1620         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1621         when getting credentials.
1622
1623         * gnus-util.el (gnus-delete-duplicates): New function.
1624
1625 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1626
1627         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1628         a creation default, pass the whole port list down.  It will be
1629         completed.
1630
1631         * auth-source.el (auth-source-search): Updated docs to talk about
1632         multiple creation choices.
1633         (auth-source-netrc-create): Accept a list as a value (from the search
1634         parameters) and do completion on that list.  Keep a separate netrc line
1635         with the password obscured for showing the user.
1636
1637         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1638         first choice to `auth-source-search' so it will be used for entry
1639         creation instead of the server's Gnus-specific name.
1640         (nnimap-credentials): Rely on the auth-source library to select which
1641         port is actually wanted in the new netrc entry, so don't override
1642         `auth-source-creation-defaults'.
1643
1644         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1645         :protocol and accept a missing user, host, or port as a wildcard match.
1646         (auth-source-debug): Default to off.
1647
1648         (auth-source-netrc-search, auth-source-netrc-create)
1649         (auth-source-secrets-search, auth-source-secrets-create)
1650         (auth-source-user-or-password, auth-source-backend, auth-sources)
1651         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1652         instead of :protocol.
1653
1654         * nnimap.el (nnimap-credentials): Pass a port default to
1655         `auth-source-search' in case an entry needs to be created.
1656         (nnimap-open-connection-1): Use :port instead of :protocol.
1657
1658 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * auth-source.el: Bind load-path when loading EIEIO from
1661         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1662         21.4 doesn't support, to `require'.
1663         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1664         delete-dups that is not available in XEmacs 21.4.
1665
1666 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1667
1668         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1669         as EIEIO must also be loaded when auth-source.el is being
1670         byte-compiled.
1671
1672 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1673
1674         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1675
1676         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1677
1678         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1679
1680         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1681
1682         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1683
1684         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1685
1686         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1687
1688         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1689         necessary.
1690
1691 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1694         nil means that nnimap doesn't get updated.
1695
1696 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1697
1698         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1699         result when the user doesn't want to write to the file.
1700         (auth-source-netrc-search): Expect a synthetic result and proceed
1701         accordingly.
1702         (auth-source-cache-expiry): New variable to override
1703         `password-cache-expiry'.
1704         (auth-source-remember): Use it.
1705
1706         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1707         parameter.  Create entry if necessary by using :create t.
1708         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1709
1710 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1711
1712         * auth-source.el (auth-source-debug): Enable by default and don't
1713         mention the obsolete `auth-source-hide-passwords'.
1714         (auth-source-do-warn): New function to debug unconditionally.
1715         (auth-source-do-debug): Use it.
1716         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1717         and for Secrets API entries when the secrets.el library is not
1718         available.
1719
1720 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1721
1722         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1723         (gnus-summary-exit): Kill the correct article buffer on exit from a
1724         `C-d' group.
1725
1726         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1727         gnus-propagate-marks.
1728
1729         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1730         before killing the buffers so that a non-full window conf gets handled
1731         correctly.
1732         (gnus-summary-exit): Ditto.
1733         (gnus-summary-read-group-1): Ditto.
1734
1735         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1736         async code again so that we can debug it properly.
1737
1738         * message.el (message-reply): Take an optional switch-buffer parameter
1739         so that Gnus window confs are respected better.
1740
1741 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1742
1743         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1744         `plist-get' to accept non-list parameters (XEmacs issue).
1745         Fix docstring.
1746         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1747         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1748         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1749         Login collection is "Login" and not "login".
1750
1751 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1754         multiple headers.
1755
1756         * nnimap.el (nnimap-inhibit-logging): New variable.
1757         (nnimap-log-command): Don't log login commands.
1758
1759         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1760         to have more parameters.
1761
1762         * nnimap.el (nnimap-send-command): Mark the command time for each
1763         command, so that we don't get NOOPs stepping on our toes.
1764
1765         * gnus-art.el (article-date-ut): Get the date from the Date header on
1766         `t'.
1767
1768 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * auth-source.el (auth-source-search): Use copy-sequence instead of
1771         the cl.el copy-list.
1772
1773 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1774
1775         * imap.el: Bring it back (revert
1776         84d800cd31de3064f0ed39617d725709a2f8f42f).
1777
1778 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1779
1780         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1781         Improve prompt.
1782
1783 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1784
1785         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1786         washing status from the default format.  It isn't very informative.
1787
1788 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1789
1790         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1791         Fix Gcc processing on imap.
1792
1793 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1794
1795         * imap.el: Remove file.  All the functionality is in nnimap.el.
1796
1797 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1798
1799         * message.el (message-bury): Don't pop up a new window when selected
1800         window is dedicated.
1801
1802 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1803
1804         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1805
1806 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * sieve-manage.el: Autoload `auth-source-search'.
1809         (sieve-sasl-auth): Use it.
1810
1811 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1812
1813         * nnimap.el: Autoload `auth-source-forget+'.
1814         (nnimap-open-connection-1): Use it if the connection fails.
1815
1816         * auth-source.el: Require `password-cache'.
1817         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1818         obsolete.
1819         (auth-source-magic): Marker for `password-cache' keys.
1820         (auth-source-do-cache): Update docstring.
1821         (auth-source-search): Use and check cache.
1822         (auth-source-forget-all-cached, auth-source-remember)
1823         (auth-source-recall, auth-source-forget, auth-source-forget+)
1824         (auth-source-specmatchp): Caching support functions.
1825         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1826         Remove and obsolete.
1827         (auth-source-user-or-password): Remove caching to further discourage
1828         using it.  Always hide passwords.
1829
1830         * password-cache.el (password-cache-remove): Accept secrets that are
1831         not strings.
1832
1833 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1834
1835         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1836         code for now, since it doesn't work for all users.
1837
1838 2011-02-09  Julien Danjou  <julien@danjou.info>
1839
1840         * message.el (message-options): Make message-options really buffer
1841         local.
1842
1843 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         * mail-source.el: Autoload `auth-source-search'.
1846         (mail-source-keyword-map): Note order matters.
1847         (mail-source-set-1): Get all the mail-source source values and
1848         defaults and search auth-source on those if needed.  This can all
1849         probably be simplified.
1850
1851         * nnimap.el: Autoload `auth-source-search'.
1852         (nnimap-credentials): Use it.
1853         (nnimap-open-connection-1): Ask for the virtual server and physical
1854         address in one shot.
1855
1856         * nntp.el: Autoload `auth-source-search'.
1857         (nntp-send-authinfo): Use it.  Note TODO.
1858
1859 2011-02-08  Julien Danjou  <julien@danjou.info>
1860
1861         * shr.el (shr-tag-body): Add support for text attribute in body
1862         markups.
1863
1864         * message.el (message-options): Make message-options a local variable.
1865
1866 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1867
1868         * auth-source.el (auth-source-secrets-search)
1869         (auth-source-user-or-password): Use `append' instead of `nconc'.
1870         (auth-source-user-or-password): Build return list better and protect
1871         against nil :secret.
1872
1873 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1874
1875         * nnimap.el (nnimap-update-info): Refactor slightly.
1876         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1877         (nnimap-update-info): Clean up slightly.
1878         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1879         characters.
1880         (nnimap-process-quirk): Rename function to avoid collision.
1881         (nnimap-update-info): Fix macrology bug-out.
1882         (nnimap-update-info): Simplify split history test.
1883
1884 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1885
1886         * auth-source.el (top): Require 'eieio unconditionally.
1887         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1888         (auth-source-secrets-search): Limit search when `max' is greater than
1889         number of results.
1890
1891 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1892
1893         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1894         part not returning any data.
1895
1896         * proto-stream.el (open-protocol-stream): Document the return value.
1897
1898 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1899
1900         * auth-source.el (auth-source-secrets-search): Add examples.
1901
1902 2011-02-06  Julien Danjou  <julien@danjou.info>
1903
1904         * message.el (message-setup-1): Handle message-generate-headers-first
1905         set to t.
1906
1907 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1908
1909         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1910         API with a string "secrets:collection-name" and with 'default.
1911         (auth-source-backend-parse): Parse "secrets:collection-name" and
1912         'default.  Recurse on parses instead of repeating code.  Use the
1913         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1914         message when ignoring a source.
1915         (auth-source-search): List ignored search keys at the top level.
1916         (auth-source-netrc-create): Use `case' instead of `cond'.
1917         (auth-source-secrets-search): Created with TODOs.
1918         (auth-source-secrets-create): Created with TODOs.
1919         (auth-source-retrieve, auth-source-create, auth-source-delete)
1920         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1921         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1922         (auth-source-user-or-password-sftp)
1923         (auth-source-user-or-password-smtp): Remove.
1924         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1925         around `auth-source-search'.  Not tested thoroughly.
1926
1927 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1928
1929         * auth-source.el: Bring in assoc and eioeio libraries.
1930         (secrets-enabled): New variable to track the status of the Secrets API.
1931         (auth-source-backend): New EIOEIO class to represent a backend.
1932         (auth-source-creation-defaults): New variable to set prompt defaults
1933         during token creation (see the `auth-source-search' docstring for
1934         details).
1935         (auth-sources): Simplify to allow a simple string as a netrc backend
1936         spec.
1937         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1938         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1939         (auth-source-search): Main auth-source API entry point.
1940         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1941         (auth-source-search-collection): Helper function for searching.
1942         (auth-source-netrc-parse, auth-source-netrc-normalize)
1943         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1944         Supports search, create, and delete.
1945         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1946         backend stubs.
1947         (auth-source-user-or-password): Call `auth-source-search' but it's not
1948         ready yet.
1949
1950 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1951
1952         * message.el (message-setup-1): Remove the read-only stuff, since it
1953         doesn't work under XEmacs, for some reason.
1954
1955         * gnus-sum.el (gnus-user-date): Rename back from
1956         gnus-summary-user-date since user code refers to it.
1957
1958         * shr.el (shr-render-td): Store the actual background colour used.
1959
1960         * message.el (message-setup-1): Don't bind the constant
1961         -forbidden-properties.
1962         (message-setup-1): Revert previous change, since it needs to bind the
1963         props to insert them.
1964         (message-resend): Allow removing the read-only separator line.
1965
1966 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1967
1968         * nnimap.el (nnimap-request-accept-article): Give an error message if
1969         the APPEND wasn't successful.
1970
1971 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1972
1973         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1974         that have no groups.
1975
1976 2011-02-03  Julien Danjou  <julien@danjou.info>
1977
1978         * gnus-draft.el: Remove progn around gnus-draft-setup.
1979
1980 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1981
1982         * gnus-start.el (gnus-read-active-for-groups): This function is never
1983         called with a nil `infos', so clean that up.
1984         (gnus-get-unread-articles): Request active files from primary/secondary
1985         methods that have no groups (yet).
1986
1987 2011-02-03  Julien Danjou  <julien@danjou.info>
1988
1989         * message.el (message-setup-1): Always generate References first.
1990         (message-mail): Return the return value of message-setup, not always t.
1991         (message-setup-1): Insert mail-header-separator with read-only and
1992         intangible properties set.
1993
1994         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1995         user-date in docstring.
1996
1997         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1998
1999         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2000         docstring.
2001
2002         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2003         defcustom, with type and group. Move from gnus-util.el. Rename to
2004         gnus-summary-user-date-format-alist.
2005
2006 2011-02-03  Glenn Morris  <rgm@gnu.org>
2007
2008         * nnimap.el (gnus-fetch-headers): Declare.
2009
2010         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2011
2012 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2013
2014         * message.el (message-forward-make-body-digest-plain)
2015         (message-followup, message-reply): Clean up things noted by Stefan.
2016
2017         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2018         gnus-article-update-date-headers is nil.
2019         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2020         it didn't really work with defcustom.
2021         (article-update-date-lapsed): Make sure the window start doesn't move,
2022         either.
2023
2024 2011-02-01  Julien Danjou  <julien@danjou.info>
2025
2026         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2027         format.
2028
2029         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2030         standard in Emacs nowadays.
2031
2032         * color.el (color-gradient): Add a color-gradient function.
2033
2034 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2035
2036         * message.el (message-expand-name): Don't trust the return value of
2037         bbdb-complete-name.
2038         (message-check-news-header-syntax): Remove unused var `start'.
2039         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2040         (message-inhibit-body-encoding): Move to before first use.
2041         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2042         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2043         (Organization, Message-ID, Date, mh-previous-window-config):
2044         Defvar the vars using dynamic scoping.
2045
2046 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2047
2048         * shr.el (shr-render-td): Only do colours at the final rendering.
2049         Should be slightly faster.
2050         (shr-insert-table): Fix up TD background colours when doing the
2051         vertical padding.
2052
2053         * gnus-art.el (article-date-ut): Protect against articles with no Date
2054         header.
2055         (article-update-date-lapsed): Don't use current-column to find the
2056         horizontal position.  It's fragile in the presence of \003 characters.
2057
2058         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2059
2060 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2061
2062         * gnus-art.el (article-transform-date): Rewrite to still work when
2063         there are several rfc2822 parts.
2064         (article-transform-date): Fix infinite recursion.
2065         (article-date-ut): Replace infinitely many Date headers with a single
2066         one when called interactively.
2067
2068         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2069         secure manner.
2070
2071         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2072         move around by not using save-window-excursion.  It seems to work...
2073
2074 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-art.el (article-make-date-line): Work for user-defined format.
2077
2078 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2079
2080         * nntp.el (nntp-retrieve-group-data-early)
2081         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2082         fetching functions.
2083
2084         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2085         thoroughly for all backends that have no known groups.  This should
2086         allow new nnml methods to retrieve mail.
2087
2088         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2089         that Gnus doesn't know exists again.
2090
2091         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2092         (gnus-treat-date-ut): Ditto.
2093         (gnus-article-update-date-header): Rename.
2094         (gnus-treat-date-local): Remove.
2095         (gnus-treat-date-english): Remove.
2096         (gnus-treat-date-lapsed): Remove.
2097         (gnus-treat-date-combined-lapsed): Remove.
2098         (gnus-treat-date-original): Remove.
2099         (gnus-treat-date-iso8601): Remove.
2100         (gnus-treat-date-user-defined): Remove.
2101         (gnus-article-date-headers): New variable to control all the date
2102         header options.
2103         (article-date-ut): Rewrite to allow using the new way to format date
2104         headers(s).
2105
2106 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2107
2108         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2109         method.
2110         (nnmail-article-group): A better test for fanciness.
2111
2112         * nnimap.el (nnimap-request-head): Protect against not finding the
2113         article by Message-ID.
2114
2115 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2118         keep point at the "same place".
2119
2120 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2123         data if the group is unactivated.
2124
2125 2011-01-28  Julien Danjou  <julien@danjou.info>
2126
2127         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2128         (gnus-all-windows-visible-p): Remove old compatibility code.
2129         (gnus-window-top-edge): Add docstring.
2130
2131         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2132
2133 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2134
2135         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2136         older request-update-info.
2137
2138         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2139
2140 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2141
2142         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2143         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2144
2145 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2146
2147         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2148         groups.  This makes the nndraft:queue group pop up if it's not already
2149         there.
2150
2151         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2152         messages" logic, which was reversed.
2153
2154         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2155         the "same place" even if point is on the line being replaced.
2156         (article-update-date-lapsed): Allow updating both the combined lapsed
2157         and the lapsed headers.
2158         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2159         (article-make-date-line): Limit the number of segments dynamically to
2160         avoid too-long lines.
2161
2162 2011-01-27  Julien Danjou  <julien@danjou.info>
2163
2164         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2165         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2166
2167 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2170         Use plist-get instead of the cl function getf.
2171
2172 2011-01-27  Glenn Morris  <rgm@gnu.org>
2173
2174         * gnus-util.el (float-time): Get rid of compiler warning, again.
2175
2176 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2177
2178         * shr.el (shr-put-color): Special-case background colours: Do put them
2179         at the blank parts at the front of the lines.
2180
2181         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2182         exit hook to nix out all data on readedness on group exit.
2183
2184         * gnus-util.el (float-time): If float-time is bound, always use it on
2185         all Emacsen.  It's unclear why the subrp check was there.
2186         (time-date): Require to make some autoload issues on XEmacs go away.
2187
2188         * shr.el (shr-put-color): Don't do the box padding in tables, since
2189         they're already padded.
2190
2191 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2192
2193         * gnus-art.el (gnus-article-next-page): When the last line of the
2194         article is displayed, scroll down once more instead of going to the
2195         next article at once.
2196         (article-lapsed-string): Refactor out and allow specifying how many
2197         segments you want.
2198         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2199         (gnus-article-update-lapsed-header): New variable.
2200
2201         * shr.el: Revert change that made headings use different-sized faces.
2202         The Emacs display engine isn't advanced enough that, for instance,
2203         tables can comfortably use differently-sized faces.
2204
2205 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2206
2207         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2208         used.
2209         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2210         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2211         we're using an encrypted connection.
2212
2213         * proto-stream.el: Alter the interface functions to also return the
2214         actual stream type used: network or tls.
2215
2216 2011-01-25  Julien Danjou  <julien@danjou.info>
2217
2218         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2219         (mm-display-javascript-inline): New function.
2220
2221         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2222         viewing function.
2223
2224 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * shr.el (shr-expand-newlines): Fix variable name.
2227
2228 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2229
2230         * shr.el (shr-expand-newlines): Make nested boxes work.
2231
2232 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2233
2234         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2235         backgrounds.
2236         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2237         in a more sensible manner.
2238
2239 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2240
2241         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2242         if EPG is loaded.
2243
2244 2011-01-24  Julien Danjou  <julien@danjou.info>
2245
2246         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2247         tags.
2248
2249 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2250
2251         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2252         commands.
2253
2254         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2255         in the article buffer.
2256         (gnus-gravatar-insert): Use blank space from the current buffer to
2257         avoid breaking text properties.  This makes X-Sent updating work again.
2258
2259         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2260
2261 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2264         fix the bug in url-http.el instead.
2265
2266         * shr.el (shr-image-fetched): Ditto.
2267
2268         * shr.el (shr-image-fetched): Avoid having point move in the article
2269         buffer.
2270
2271         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2272         buffer after being called.  It's apparently being killed by url.el, and
2273         killing it made point move to end-of-buffer in a random buffer.
2274
2275         * shr.el (shr-image-fetched): Ditto.
2276
2277 2011-01-23  Julien Danjou  <julien@danjou.info>
2278
2279         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2280
2281         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2282         text/x-org.
2283
2284 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2287         (i.e., nnimap) returning nil as the article number.
2288
2289 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2290
2291         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2292         "DelSp" parameter in RFC3676.
2293
2294 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2295
2296         * message.el (message-check-recipients): Display the encoded version of
2297         the bogus address if they differ.
2298
2299         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2300         after sending.
2301
2302         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2303
2304         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2305
2306         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2307         group buffer after sending the queue.
2308
2309         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2310
2311 2011-01-22  Julien Danjou  <julien@danjou.info>
2312
2313         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2314
2315 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2316
2317         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2318         nested related parts.
2319
2320         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2321         unexpired articles.  This fixes the regression that led expiry marks to
2322         disappear from nnfolder groups.
2323
2324 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2325
2326         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2327         Don't confuse the "ret" of "retrograde" with RET.
2328
2329 2011-01-21  Julien Danjou  <julien@danjou.info>
2330
2331         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2332         than mm-insert-inline.
2333
2334 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2337         Widen article buffer.
2338
2339 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2340
2341         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2342         the temp buffer.
2343         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2344
2345 2011-01-20  Julien Danjou  <julien@danjou.info>
2346
2347         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2348
2349         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2350         than mm-insert-inline to insert inline part: this respect
2351         mm-inline-media-tests displayers.
2352
2353         * mm-view.el (mm-display-shell-script-inline): New function.
2354
2355         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2356
2357         * mm-uu.el (mm-uu-type-alist): Add org block.
2358         (mm-uu-org-src-code-block-extract): New function.
2359
2360         * mm-view.el (mm-display-org-inline): New function.
2361
2362         * mm-decode.el (mm-automatic-display): Add text/org.
2363
2364         * mailcap.el (mailcap-mime-extensions): Add .org.
2365
2366 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2369         gnus-article-add-buttons.
2370
2371 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2372
2373         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2374         From header with a date and "nobody" as the sender.
2375
2376 2011-01-19  Julien Danjou  <julien@danjou.info>
2377
2378         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2379         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2380         if you have the same regexp several times.
2381         (gnus-button-push): Fix matching when regexp is symbol.
2382
2383 2011-01-15  Glenn Morris  <rgm@gnu.org>
2384
2385         * message.el (message-mail): A compose-mail function should
2386         accept headers as strings.
2387
2388 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2389
2390         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2391         Add :vert-only tags.
2392         (message-mail): New arg RETURN-ACTION.
2393         (message-return-action): New var.
2394         (message-bury): Use it.
2395         (message-mode): Make it buffer-local.
2396         (message-send-and-exit): Always call message-bury.
2397
2398         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2399         message-mail.
2400
2401 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * nnimap.el (nnimap-convert-partial-article): Protect against
2404         zero-length body parts.
2405
2406         * mm-decode.el (mm-preferred-alternative-precedence):
2407         Discourage showing empty parts.
2408
2409         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2410         and stuff if the backend didn't return the article number.  This fixes
2411         an Exchange-related nnimap bug.
2412
2413         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2414         group window, because it does the wrong thing when a separate frame
2415         displays the group buffer.
2416
2417         * proto-stream.el (open-protocol-stream): Protect against the low-level
2418         transport functions returning nil.
2419
2420 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2421
2422         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2423         (mml2015-epg-find-usable-secret-key): New function.
2424         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2425         mml2015-epg-find-usable-key (Bug#7797).
2426         (mml2015-epg-encrypt): Ditto.
2427
2428 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * dgnushack.el (rot13-string): Fix the way to get the argument.
2431
2432 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2435
2436 2011-01-03  Glenn Morris  <rgm@gnu.org>
2437
2438         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2439
2440         * sieve.el (sieve-open-server): Give a more explicit error if
2441         sieve-manage-open returns nil.  (Bug#7720)
2442
2443 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2444
2445         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2446
2447 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2450         This avoids sending passwords in plain text over non-encrypted
2451         channels.
2452
2453         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2454
2455         * nnimap.el (nnimap-login): Refactored out into own function, and
2456         implement CRAM-MD5.
2457         (nnimap-wait-for-line): Refactored out.
2458
2459         * mm-view.el (mml-smime): Require.
2460
2461 2010-12-20  David Engster  <deng@eml.cc>
2462
2463         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2464         use EPG to decrypt S/MIME messages instead of openssl.
2465
2466 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2469
2470         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2471         status is the group clearly is unreachable.
2472
2473         * auth-source.el (auth-source-create): Add the optional second
2474         parameter to `local-variable-p' to be compatible with XEmacs.
2475
2476 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2477
2478         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2479         work when using a compressed nnml folder.
2480
2481 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2484         backends after sanitising on entry, because this never makes sense:
2485         If the articles have gone missing, then the data no longer exists on
2486         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2487         overwrite anything anyway.
2488
2489         * shr.el (shr-insert-document): Bind shr-width dynamically to
2490         window-width if it's nil.
2491
2492 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2493
2494         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2495         with the meaning of using the full emacs window width for rendering.
2496
2497 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2498
2499         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2500         case when sender is not given.
2501
2502 2010-12-23  Julien Danjou  <julien@danjou.info>
2503
2504         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2505         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2506         the addresses, otherwise we might misplaced the gravatar.
2507
2508 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2509
2510         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2511         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2512         obsolete in Emacs.
2513
2514 2010-12-20  Julien Danjou  <julien@danjou.info>
2515
2516         * gnus-util.el (gnus-rescale-image): Revert last change.
2517
2518 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2519
2520         * binhex.el: Improve commentary (Bug#7482).
2521
2522 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-group.el (gnus-group-delete-articles): New command.
2525
2526 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2527
2528         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2529
2530 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2533         here, since it's up to the backends to do CRLF removal if their
2534         protocol has it.
2535
2536         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2537
2538 2010-12-17  Julien Danjou  <julien@danjou.info>
2539
2540         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2541         they are from file. Can also scale up.
2542
2543 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2544
2545         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2546         gnus-use-agent.
2547         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2548
2549         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2550
2551 2010-12-17  Julien Danjou  <julien@danjou.info>
2552
2553         * gravatar.el (gravatar-retrieve-synchronously): New function.
2554         (gravatar-get-data): Make more robust.
2555
2556 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2559
2560 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2563         to really consider the last line.
2564
2565 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2566
2567         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2568         list of recipient keys, or use symmetric encryption if not a list.
2569         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2570         EPA override, replacing the call to `netrc-store-data'.
2571
2572 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2573
2574         * gnus-srvr.el: Avoid passing nil regexp argument to
2575         delete-matching-lines.
2576
2577 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2580         fetching stops when Gnus exits.
2581
2582         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2583         function.
2584         (nnfolder-request-expire-articles): Save all the buffers after doing
2585         expiry.
2586
2587         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2588         the last article", since that led to serious performance regressions
2589         when expiring nnml groups.
2590
2591 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2592
2593         * nnir.el: Improve customizations.
2594
2595 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2598
2599         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2600         group has been killed.
2601         (gnus-group-yank-group): Ditto.
2602
2603         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2604
2605         * nnimap.el (nnimap-request-update-group-status): New function.
2606
2607         * gnus-int.el (gnus-request-update-group-status): New interface
2608         function.
2609
2610         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2611         copying read-ness to the backends.
2612
2613         * nnimap.el (nnimap-quirk): New function.
2614         (nnimap-retrieve-group-data-early): Use it.
2615         (nnimap-quirks): New alist.
2616
2617 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2620         don't delete it within indentation.
2621
2622 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2625         previous line.
2626
2627 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2630         QRESYNC command by deleting a superfluous space which broke Cyrus
2631         servers.  This change will break other servers that are buggy the other
2632         way around.
2633
2634 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2635
2636         * spam.el: Reindent and fix long lines.
2637         (spam-copy-or-move-routine): Exclude invalid move destinations.
2638
2639 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2640
2641         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2642         installed the registry.
2643
2644 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2647
2648 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2649
2650         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2651         groupname doesn't contain "gmane".
2652
2653 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2656         and netrc-bound-and-true-p bindings.
2657         (netrc-parse): Cache the netrc contents.
2658
2659         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2660         (gnus-1): Don't create the nndrafts group twice.
2661         (gnus-setup-news): There's no need to read the active file here, since
2662         that's done again later on a per-backend basis.
2663         (gnus-start-draft-setup): Make sure that the new group is started out
2664         empty.
2665
2666         * gnus-agent.el (gnus-agentize): Don't create the queue group
2667         automatically on startup.  It'll be created later, if needed.
2668
2669         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2670         of automatically subscribed groups.
2671         (gnus-auto-subscribed-categories): New variable.
2672         (gnus-matches-options-n): Use it.
2673         (gnus-default-subscribed-newsgroups): Remove unused variable.
2674         (gnus-start-draft-setup): Message a bit less.
2675
2676 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2677
2678         * nnir.el (nnir-run-imap): Return article list in order of increasing
2679         UID.
2680
2681 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-sum.el (gnus-summary-enter-digest-group):
2684         Mention gnus-auto-select-on-ephemeral-exit.
2685
2686         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2687         convention of the network-only option.
2688
2689 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * proto-stream.el (proto-stream-open-network-only): New function to
2692         have a way to specify non-STARTTLS upgrade connections.
2693
2694 2010-12-10  Julien Danjou  <julien@danjou.info>
2695
2696         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2697         email address is nil.
2698
2699         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2700
2701 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2702
2703         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2704         deletion.
2705         (nnir-run-imap): Only need to parse list once.
2706
2707 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * shr.el (shr-tag-script): Ignore <script>.
2710         (shr-tag-label): Add <label> support.
2711
2712 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2715
2716         * shr.el (shr-image-displayer): Work for images lined side by side.
2717
2718 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2719
2720         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2721         parameter, since XEmacs doesn't accept t as a parameter.
2722
2723 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2724
2725         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2726         ids.
2727         (nnir-run-gmane): Simplify groupspec formatting.
2728         (nnir-request-expire-articles): New function.
2729
2730 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2733         overflow, possibly.
2734
2735         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2736         (shr-render-td): Handle td style="" better.
2737         (shr-tag-table): Use the color from the style sheet.
2738         (shr-render-td): Make sure we copy over all the overlays, too.
2739
2740 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2741
2742         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2743         (nnir-request-article): Improve article retrieval.
2744
2745 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * mm-util.el (mm-extra-numeric-entities): New variable.
2748
2749         * mm-url.el (mm-url-decode-entities):
2750         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2751
2752         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2753
2754 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2755
2756         * message.el: Use completion-at-point.
2757         (message-completion-function): New fun, extracted from message-tab.
2758         (message-mode): Use it for completion-at-point-functions.
2759         (message-tab): Use it and completion-at-point.
2760
2761 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2764         character if a non-breakable character follows.
2765
2766 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2769         any stream.
2770
2771         * shr.el (shr-tag-font): Colorize the region.
2772         (shr-tag-body): Ditto.
2773         (shr-tag-font): Actually let the styles be inherited instead of
2774         overwriting them.
2775         (shr-tag-font): Get the background color right.
2776         (shr-tag-style): Ignore all <style> tags for the moment.
2777
2778         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2779         a Message-ID to avoid having nnimap depend on gnus-sum.
2780
2781         * shr.el (shr-descend): Only colorize something if we have a node that
2782         sets colors.
2783
2784 2010-12-06  Julien Danjou  <julien@danjou.info>
2785
2786         * shr.el (shr-render-td): Render td content with shr-descend, so style
2787         will be applied to <td> too.
2788         (shr-colorize-region): Colorize region even if we only have a background.
2789         (shr-tag-body): Fix color and background color inheritance.
2790         Do not recolorize after shr-generic.
2791         (shr-tag-font): Let shr-generic colorize via inheritance.
2792
2793 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2796
2797 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2798
2799         * nnir.el (nnir-request-move-article): Remove obsolete code.
2800
2801 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2804
2805 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-sum.el (gnus-summary-respool-article): The completion function
2808         expects a list instead of an alist.
2809
2810         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2811         string as the parameter.
2812
2813         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2814
2815         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2816         styles.
2817         (shr-colorize-region): New function.
2818         (shr-insert-background-overlay): Remove.
2819         (shr-render-td): Background setting should be taken care of on a higher
2820         level.
2821         (shr-tag-body): Use post-hoc colorizations.
2822         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2823         (shr-put-color-1): Don't overwrite old colors.
2824         (shr-colorize-region): When the background color isn't explicit, use
2825         a fixed background.
2826
2827         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2828         nnmail variables.
2829
2830 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2831
2832         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2833         unless necessary.
2834
2835 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2836
2837         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2838         server.
2839
2840 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2843         so that TAB works.
2844
2845         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2846         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2847
2848         * shr.el (shr-urlify): Show the URL before the title to avoid
2849         misleading URLs.
2850
2851 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2852
2853         * shr.el (shr-urlify): Display the title in <a> tags.
2854
2855 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2856
2857         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2858
2859 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2860
2861         * nnir.el: Rearrange code to allow macros to be autoloaded by
2862         gnus-sum.el.
2863         (nnir-retrieve-headers-override-function): Make this variable
2864         customizable.
2865         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2866
2867         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2868         from nnir.el.
2869
2870 2010-12-03  Julien Danjou  <julien@danjou.info>
2871
2872         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2873
2874 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2877         allow optional argument `environment'.
2878
2879 2010-12-03  Glenn Morris  <rgm@gnu.org>
2880
2881         * mm-extern.el (message-goto-body): Update declaration.
2882
2883 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * gnus-util.el (gnus-macroexpand-all): New function.
2886
2887         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2888         instead of macroexpand-all that is unavailable in XEmacs.
2889
2890 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2891
2892         * nnir.el (nnir-summary-line-format): New variable.
2893         (nnir-mode): Use it.
2894         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2895         (nnir-article-ids): Reimplement as defsubst.
2896         (nnir-retrieve-headers): Don't mangle the subject header.
2897         (nnir-run-imap): Use 100 as RSV score.
2898         (nnir-run-find-grep): Fix for full server searching.
2899         (nnir-run-gmane): Better restriction to gmane groups.
2900
2901         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2902         summary buffers.
2903
2904 2010-12-02  Julien Danjou  <julien@danjou.info>
2905
2906         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2907
2908         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2909
2910         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2911         support.
2912
2913 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2914
2915         * nnir.el: Update to handle the registry better.
2916         (autoload): Silence byte-compiler.
2917         (nnir-open-server): Add a hook for nnir groups.
2918         (nnir-request-move-article): Don't mangle the header. Better to use
2919         formating variables (which will be added in the future).
2920         (nnir-registry-action): Update the registry using the original article
2921         group name.
2922         (nnir-mode): Install nnir-specific hooks for updating the registry.
2923
2924         * gnus-sum.el
2925         (gnus-article-original-subject,gnus-newsgroup-original-name):
2926         Remove obsolete variables.
2927         (gnus-summary-move-article): Remove use of obsolete variables.
2928         (gnus-summary-local-variables): Make move and delete hooks local to
2929         summary buffers.
2930
2931 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * rtree.el: New file.
2934
2935 2010-12-01  Julien Danjou  <julien@danjou.info>
2936
2937         * message.el (message-user-organization): Do not use
2938         gnus-local-organization.
2939
2940         * gnus.el: Remove gnus-local-organization.
2941
2942         * gnus-msg.el: Remove nastygram thing.
2943
2944 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2945
2946         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2947         funcall.
2948
2949 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2952         names.
2953
2954         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2955         characters.
2956
2957         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2958         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2959         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2960         (gnus-gravatar-transform-address): Use mail-extract-address-components
2961         that supports non-ASCII names rather than mail-header-parse-addresses.
2962
2963 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * proto-stream.el (open-protocol-stream): All starttls connections are
2966         handled by the network handler.
2967
2968 2010-11-30  Julien Danjou  <julien@danjou.info>
2969
2970         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2971         (nnimap-open-connection-1): Fix PREAUTH.
2972
2973         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2974
2975 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2978         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2979         (shr-insert): Use them.
2980         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2981
2982 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2983
2984         * nnir.el (nnir-request-move-article): Bail out if original group
2985         doesn't support article moves.
2986         (nnir-get-active): Improve active list retrieval.
2987
2988 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2991
2992 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2993
2994         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2995         seem to accept strings-with-numbers as port numbers,
2996
2997 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2998
2999         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3000         change the registry.
3001
3002 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3005         delete-dups that is not available in XEmacs 21.4.
3006
3007         * mm-util.el (mm-delete-duplicates): Add comment.
3008
3009 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3010
3011         * nnir.el (nnir-ignored-newsgroups): New variable.
3012         (nnir-get-active): Use it.
3013
3014 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * proto-stream.el (proto-stream-open-network): Add some comments.
3017
3018         * nntp.el (nntp-open-connection): Provide a :success condition.
3019
3020         * nnimap.el (nnimap-open-connection-1): Ditto.
3021
3022         * proto-stream.el (proto-stream-open-network): See what the response to
3023         the STARTTLS command is.
3024
3025         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3026         backwards compatibility).
3027         (nnimap-open-connection-1): Really respect nnimap-server-port.
3028
3029         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3030         TLS upgrades we don't really care about the identity of the peer.
3031         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3032         that what we've checked for.
3033         (proto-stream-always-use-starttls): Only default to t if
3034         open-gnutls-stream exists.
3035         (proto-stream-open-network): If STARTTLS failed, then just open a
3036         normal connection.
3037         (proto-stream-open-network): Wait until the greeting before doing
3038         STARTTLS.
3039
3040         * nntp.el (nntp-open-connection): Report what the connection error is.
3041
3042         * proto-stream.el (open-protocol-stream): Rename from
3043         open-proto-stream.
3044
3045 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * nnimap.el (nnimap-stream): Change default to `undecided'.
3048         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3049         first, and then network.
3050         (nnimap-open-connection-1): Respect nnimap-server-port.
3051         (nnimap-open-connection): Be more backwards-compatible.
3052
3053         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3054         (proto-stream-open-starttls): De-duplicate the starttls code.
3055         (proto-stream-open-starttls): Folded back into the main function.
3056         (proto-stream-open-network): Fix typo in the gnutls path.
3057         (proto-stream-command): Refactor out.
3058
3059         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3060
3061         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3062         starttls.el STARTTLS.
3063
3064         * color.el (color-lab->srgb): Fix function call name.
3065
3066         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3067         if we're using tls.el.
3068         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3069         built in, then don't try to establish a STARTTLS connection.
3070
3071         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3072         servers.
3073
3074         * proto-stream.el (open-proto-stream): Use network, not stream.
3075         (open-proto-stream): Add a way to specify what the end of a command is.
3076
3077         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3078         connections types.
3079         (nntp-open-network-stream): Remove.
3080         (nntp-open-ssl-stream): Remove.
3081         (nntp-open-tls-stream): Remove.
3082         (nntp-ssl-program): Remove.
3083
3084         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3085
3086 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3087
3088         * nnir.el: Fix typos.
3089         (nnir-retrieve-headers-override-function): Rename variable to reflect
3090         new semantics.
3091         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3092         macros.
3093         (nnir-request-article, nnir-request-move-article): Use them.
3094         (nnir-categorize): New function.
3095         (nnir-run-query): Use it.
3096         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3097         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3098         sorted.
3099         (nnir-group-full-name): Use gnus-group-full-name instead.
3100         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3101         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3102
3103 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3106
3107         * proto-stream.el: New library to provide protocol-specific
3108         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3109         protocols.
3110         (open-proto-stream): Complete the documentation.
3111         (proto-stream-open-network): Fix some typos.
3112
3113         * nnimap.el (nnimap-open-connection): Use it.
3114
3115 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3116
3117         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3118         negotiation.
3119
3120 2010-11-26  Julien Danjou  <julien@danjou.info>
3121
3122         * color.el: Rename various rgb functions to srgb.
3123
3124 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3127         names.
3128
3129 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * shr.el (shr-insert): Revert last change.
3132         (shr-find-fill-point): Never leave point being at bol;
3133         relax the kinsoku limitation when rendering tables.
3134
3135 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3138         results from -accept-article.
3139
3140         * shr-color.el: Require cl when compiling.
3141
3142         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3143         checkin.
3144
3145         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3146
3147         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3148
3149         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3150         'add and 'delete to set backend marks.
3151
3152         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3153
3154         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3155
3156         * nntp.el (nntp-request-set-mark): Use it.
3157
3158         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3159
3160         * nnml.el (nnml-request-set-mark): Ditto.
3161
3162         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3163         introduces regressions in article selection.
3164         (nnimap-find-uid-response): New function.
3165         (nnimap-request-accept-article): Use the UID returned, if any.
3166         (nnimap-request-move-article): Use the UID returned, if any.
3167         (nnimap-get-groups): Reimplement to work with folded lines.
3168         (nnimap-find-uid-response): The UID is the last element in the list.
3169         (nnimap-request-set-mark): Extend syntax with 'set.
3170
3171         * nnml.el (nnml-request-set-mark): Ditto.
3172
3173         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3174
3175         * nntp.el (nntp-request-set-mark): Ditto.
3176
3177 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * message.el (message-called-interactively-p): A temporary macro.
3180         (message-goto-body): Use it temporarily.
3181
3182 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3185         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3186         (nnimap-last-response-string): Fix last unfolding fix.
3187
3188 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * shr.el (shr-insert): Fix the way to fold lines.
3191
3192 2010-11-25  Julien Danjou  <julien@danjou.info>
3193
3194         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3195
3196         * color.el: Rename from color-lab.el
3197         (color-rgb->hex): Add.
3198         (color-complement): Add.
3199         (color-complement-hex): Add.
3200
3201         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3202
3203 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3206         don't exist.
3207
3208 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3211         assuming that article displaying or another mml-preview may be
3212         interrupted for an error or for the like.
3213
3214         * shr.el (shr-get-background): Fix argument name.
3215
3216 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3219
3220         * gnus-sum.el (gnus-summary-include-articles): New function.
3221
3222         * message.el (message-goto-body): called-interactively-p needs a
3223         parameter, so use `any'.
3224
3225         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3226         clear marks before moving, since they're synced from the Gnus side
3227         first.
3228
3229         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3230         (gnus-summary-move-article): Copy over all marks before moving, so that
3231         IMAP doesn't think a new article has arrived.
3232
3233 2010-11-24  Julien Danjou  <julien@danjou.info>
3234
3235         * shr.el (shr-insert-background-overlay): Fix typo.
3236         (shr-render-td): Copy the background before rendering.
3237
3238         * shr-color.el (shr-color-visible): Fix docstring.
3239
3240         * shr.el (shr-tag-table): Add bgcolor support.
3241         (shr-render-td): Add bgcolor support.
3242         (shr-get-background): Add.
3243         (shr-insert-foreground-overlay): Use shr-get-background.
3244
3245         * message.el (message-goto-body): Use called-interactively-p.
3246         (message-in-body-p): message-goto-body returns point.
3247
3248 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3251         Fixes something or other in Emacs 23, and is backwards compatible.
3252
3253         * message.el (message-goto-body): Remove the <#secure special-casing,
3254         which is too special.
3255
3256         * shr.el (shr-parse-style): Drop !important from styles.
3257
3258 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3259
3260         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3261         this function to return incorrect results when calling it with an
3262         explicit article argument different from
3263         (gnus-summary-article-number).
3264
3265 2010-11-24  Julien Danjou  <julien@danjou.info>
3266
3267         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3268         (shr-tag-body): Add background support.
3269         (shr-descend): Add background support.
3270         (shr-tag-title): Add.
3271
3272         * shr-color.el (shr-color-visible): Really return original background
3273         if fixed.
3274
3275 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * shr.el (shr-color-check): Protect against non-existent colour names.
3278
3279 2010-11-24  Julien Danjou  <julien@danjou.info>
3280
3281         * color-lab.el: Require 'cl when compiling.
3282
3283         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3284
3285         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3286         matched part.
3287
3288         * color-lab.el: Fix all expt calls to use float type.
3289
3290 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3293         expression to shr-color-check as is.
3294
3295         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3296
3297         * color-lab.el: Add coding cookie.
3298         (float-pi): Use eval-and-compile.
3299
3300         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3301         compiled for Emacsen having no `libxml-parse-html-region' support.
3302
3303 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * shr.el (shr-insert-color-overlay): Split stuff like
3306         "#444444 !important" to find the real colour.
3307         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3308         parse <font color="red"> entries.
3309
3310 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3311
3312         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3313         point when parsing headers.
3314
3315         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3316         is positioned properly when parsing headers.
3317
3318 2010-11-23  Julien Danjou  <julien@danjou.info>
3319
3320         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3321
3322         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3323
3324         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3325
3326         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3327         Use shr-color-hue-to-rgb.
3328         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3329
3330 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * shr.el (shr-color->hexadecimal): Autoload.
3333         (shr-descend): Add color to all tags.
3334
3335 2010-11-22  Julien Danjou  <julien@danjou.info>
3336
3337         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3338         shr-color->hexadecimal.
3339
3340         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3341         RGB() or HSL() color representation.
3342
3343         * shr.el (shr-tag-font): Add.
3344         (shr-tag-color-check): New function to get better colors.
3345         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3346         tag-span.
3347
3348         * shr-color.el: New file.
3349
3350         * color-lab.el: New file.
3351
3352         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3353
3354 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3355
3356         * nnir.el: Fix typo in comments.
3357         (nnir-run-imap): Simplify code. No need to reverse artlist.
3358         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3359
3360 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3363
3364         * nnimap.el (nnimap-get-capabilities): Refactor out.
3365         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3366
3367 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3368
3369         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3370         appearing when `mm-uu-hide-markers' is nil.
3371
3372 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * nnimap.el (nnimap-unselect-group): Make into its own function.
3375         (nnimap-request-rename-group): Unselect group before renaming.
3376         This had gotten lost somewhere.
3377         (nnimap-request-accept-article): Keep track of examined groups, and
3378         unselect the group before APPENDing to read-only groups.
3379         (nnimap-request-move-article): Clear flags before moving so that they
3380         can be re-set later.
3381
3382 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3385         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3386
3387 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * gnus-art.el (gnus-mime-display-single)
3390         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3391         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3392         parameter.
3393
3394 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3397         (shr-table-vertical-line): New variable.
3398         (shr-insert-table): Use it.
3399
3400 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-html.el (gnus-html-wash-images): Don't display images if
3403         gnus-inhibit-images is non-nil; register displayer for cid images.
3404         (gnus-html-display-image): Work for cid image.
3405         (gnus-html-insert-image): Allow arguments.
3406         (gnus-html-put-image): Inhibit read-only.
3407         (gnus-html-prefetch-images): Don't prefetch images if
3408         gnus-inhibit-images is non-nil.
3409
3410 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * shr.el (shr-put-image): Break lines when inserting big pictures.
3413
3414 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3415
3416         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3417         sender, thanks Katsumi Yamaoka.
3418
3419 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3420
3421         * nnir.el (nnir-run-imap): Reverse the article list for each group
3422         rather than the whole list.
3423
3424 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * shr.el (shr-image-displayer): Protect function against non-existent
3427         image source.
3428
3429         * gnus-art.el (gnus-inhibit-images): New user option.
3430         (gnus-mime-display-single): Don't display image if it is non-nil.
3431
3432         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3433         gnus-inhibit-images.
3434
3435         * shr.el (shr-image-displayer): New function.
3436         (shr-tag-img): Use it.
3437
3438 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3439
3440         * mml2015.el (mml2015-epg-sign): Use From header.
3441
3442 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3445
3446         * gnus-util.el (gnus-find-text-property-region): Return markers.
3447
3448         * shr.el (shr-tag-img): Put a displayer in the text property.
3449
3450         * gnus-util.el (gnus-find-text-property-region): New utility function.
3451
3452         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3453         (gnus-html-show-images): Remove.
3454
3455         * gnus-art.el (gnus-article-show-images): New, more general function.
3456
3457         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3458         image url text properties.
3459
3460         * shr.el: Ditto.
3461
3462         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3463         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3464
3465 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3468         work for two or more articles.
3469
3470 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3473         divide an image that's in an html article to two or more when washing
3474         non-ASCII characters in alt text of it.
3475
3476 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3479         smime-decrypt-region using function argument.
3480         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3481
3482         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3483
3484         * smime.el (smime-decrypt-region): Catch it.
3485
3486 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3487
3488         * smime.el (smime-mode-map): Move initialization into declaration.
3489         (gnus-run-mode-hooks): Don't autoload.
3490         (smime-mode): Use define-derived-mode.
3491
3492 2010-11-11  Glenn Morris  <rgm@gnu.org>
3493
3494         * smime.el (from): Restrict declaration to XEmacs.
3495
3496         * nnir.el (gnus-group-topic-name): Autoload.
3497
3498 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * shr.el (shr-insert): Don't break long line if it is because of
3501         kinsoku-bol characters in the line end.
3502
3503 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3504
3505         * nnir.el (nnir-request-move-article): Fix to provide original group
3506         and subject.
3507         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3508         been retrieved.
3509
3510         * gnus-sum.el (gnus-summary-move-article): Use original group and
3511         subject for virtual articles such as those in an nnir summary buffer.
3512
3513 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3516         least 21.5).
3517
3518         * smime.el (from): Declare it again for XEmacs.
3519
3520 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * message.el (message-resend): Don't disable encoding unless it's
3523         already encoded.
3524
3525         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3526         low-numbered articles.
3527
3528 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * rfc2047.el (rfc2047-syntax-table): Simplify.
3531
3532         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3533
3534         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3535         set-char-table-range for XEmacs.
3536
3537 2010-11-10  Glenn Morris  <rgm@gnu.org>
3538
3539         * time-date.el (time-to-seconds): Always an alias on Emacs,
3540         never a real function.
3541         (with-no-warnings): Remove compat stub, now unused.
3542         (time-less-p): Doc fix.
3543         (time-to-number-of-days): Simplify.
3544
3545         * smime.el (from): Remove unused declaration.
3546
3547         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3548         (gnus-float-time): On Emacs, always an alias.
3549
3550         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3551         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3552
3553 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * dgnushack.el: Don't use ignore-errors in the top level form since it
3556         is unavailable in XEmacs even if cl is loaded.
3557
3558         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3559
3560 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * shr.el (browse-url-mailto): Autoload.
3563
3564         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3565
3566         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3567         regexp doesn't need quoting.
3568
3569 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3570
3571         * message.el (message-subject-trailing-was-ask-regexp)
3572         (message-subject-trailing-was-regexp): Match was: in addition to was.
3573
3574 2010-11-09  Glenn Morris  <rgm@gnu.org>
3575
3576         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3577         (nnbabyl-check-mbox): Use point-at-bol.
3578
3579 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3582
3583         * message.el (message-mailto): New function.
3584         (message-mailto): Should accept other parameters.
3585         (message-mailto): Remove since it duplicates browse-url-mailto
3586         functionality.
3587
3588 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3591         methods.
3592         (gnus-read-active-file): Ditto.
3593
3594         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3595         ": " from the prompt.
3596         (gnus-group-make-group): Ditto.
3597
3598 2010-11-07  Glenn Morris  <rgm@gnu.org>
3599
3600         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3601         (gnus-bookmark-kill-line): Use point-at-eol.
3602
3603 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3606         asterisks in From header.
3607
3608 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3611         string to avoid making the From headers syntactically invalid.
3612
3613         * message.el (message-send-mail): Don't insert courtesy messages if the
3614         message already has List-Post and List-ID messages.
3615
3616 2010-11-06  Glenn Morris  <rgm@gnu.org>
3617
3618         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3619         `condition', `type', `length' a prefix.
3620         (gnus-treat-predicate): Update for above name changes.
3621
3622 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3623
3624         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3625         binding.  Handled by `gnus-summary-refer-thread' instead.
3626         (nnir-warp-to-article): New backend function.
3627
3628         * nnimap.el (nnimap-request-thread): Force dependency updating.
3629
3630         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3631         (gnus-summary-refer-thread): Rework to improve thread-referral.
3632
3633         * gnus-int.el (gnus-warp-to-article): New function.
3634
3635         * gnus-sum.el (gnus-summary-article-map): Bind it.
3636
3637 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3638
3639         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3640         gnus-summary-refer-thread.
3641
3642         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3643         headers.
3644         (gnus-summary-limit-include-thread): Prevent articles in thread from
3645         being cut in gnus-cut-threads.
3646         (gnus-summary-refer-thread): Limit retrieved headers to those in
3647         thread.
3648
3649 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * message.el (message-send-mail): Use the value of
3652         message-courtesy-message from the message buffer.
3653
3654         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3655
3656         * shr.el (shr-browse-url): Implement mailto: URLs.
3657
3658         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3659         "raw".
3660
3661         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3662         if it's already selected.
3663
3664         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3665
3666 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3669         to measure the length and truncate alt text.
3670
3671 2010-11-03  Glenn Morris  <rgm@gnu.org>
3672
3673         * nndiary.el (nndiary-generate-nov-databases-1)
3674         (nndiary-generate-active-info): Rename dynamic variable `files' to
3675         something less generic.
3676
3677 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3678
3679         * nnir.el (nnir-request-move-article): Call the underlying backend to
3680         move articles from nnir.
3681
3682 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3685
3686 2010-11-02  Julien Danjou  <julien@danjou.info>
3687
3688         * nnir.el: Remove wais support.
3689
3690 2010-11-02  Glenn Morris  <rgm@gnu.org>
3691
3692         * gnus-html.el: Reorder requirements to quieten compiler.
3693
3694 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3697         properly for XEmacs as well.
3698         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3699         (gnus-article-natural-long-line-p): Use window-width rather than
3700         frame-width.
3701
3702 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3703
3704         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3705         (nnir-read-parms): Don't modify query.
3706         (nnir-run-query): Add ability to search topic on current line.
3707         (nnir-get-active): Clean up.
3708
3709 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3712         degenerate articles.
3713
3714         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3715         (gnus-print-buffer): Just print the buffer as is, without any copying
3716         to a buffer and then re-highlighting.
3717
3718         * nnimap.el (nnimap-request-group): Store the new updated info.
3719         (nnimap-request-group): Select the group when we don't know whether it
3720         exists or not.
3721
3722         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3723         groups.
3724
3725         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3726         groups.
3727
3728         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3729         groups.
3730
3731         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3732         long-lines case by only filling the long lines.
3733
3734         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3735         (bug #7311).
3736
3737 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * shr.el: No need to declare `declare-function' since shr.el is for
3740         only Emacsen that provide `libxml-parse-html-region'.
3741
3742         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3743         effective only in a file it is referred to.
3744
3745 2010-11-01  Glenn Morris  <rgm@gnu.org>
3746
3747         * mm-util.el (gnus-completing-read): Autoload.
3748         (mm-read-coding-system): Simplify Emacs definition.
3749
3750         * nnmail.el (gnus-activate-group):
3751         * nnimap.el (gnutls-negotiate):
3752         * nntp.el (netrc-parse): Fix declarations.
3753
3754 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3757         string-match-p in Emacs >=23.
3758
3759         * gnus-msg.el (gnus-configure-posting-styles)
3760         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3761
3762 2010-11-01  Glenn Morris  <rgm@gnu.org>
3763
3764         * nnir.el (declare-function): Add compat stub.
3765         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3766         (nnir-run-gmane): Require 'mm-url.
3767
3768         * mm-util.el (mm-string-to-multibyte): Simplify.
3769
3770         * shr.el (declare-function): Add compat stub.
3771         (url-cache-create-filename): Declare.
3772         (mm-disable-multibyte, widget-convert-button): Autoload.
3773
3774         * smime.el (ldap-search): Declare.
3775         (smime-cert-by-ldap-1): Require ldap on Emacs.
3776
3777         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3778         (nnimap-keepalive): Use gnus-float-time.
3779
3780         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3781         (mail-source-delete-crash-box): Use gnus-float-time.
3782
3783         * gnus-dired.el (gnus-completing-read): Autoload.
3784
3785         * mm-view.el (gnus-rescale-image): Autoload.
3786
3787         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3788
3789         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3790
3791         * sieve-manage.el: Require 'cl when compiling.
3792
3793         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3794         (gnus-iswitchb-completing-read): Require iswitchb.
3795         (gnus-select-frame-set-input-focus): Silence compiler.
3796
3797 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * message.el (message-subject-trailing-was-query): Change default to t,
3800         since I think that's what most people want.
3801
3802         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3803         appending for easier debugging.
3804         (nnimap-wait-for-connection): Take a regexp.
3805         (nnimap-request-accept-article): Wait for the continuation line before
3806         sending anything unless we're streaming.
3807
3808         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3809         leave the header washing to take place.
3810
3811 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3812
3813         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3814         regular expression match and replace in posting styles.
3815
3816 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3817
3818         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3819         an entire server.
3820         (nnir-get-active): New function.
3821         (nnir-run-imap): Use it.
3822         (nnir-run-gmane): Who knew, gmane search returns an article score!
3823
3824         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3825         server on the current line with nnir.
3826
3827 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3830         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3831         left edge.
3832         (gnus-article-foldable-buffer): Skip past the prefix when determining
3833         raggedness.
3834
3835         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3836         the raw article, and change `C-u g' to show the article without doing
3837         treatments.
3838
3839         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3840         on to `gnus-treat-article'.
3841         (gnus-inhibit-article-treatments): New variable.
3842
3843         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3844
3845         * gnus-art.el (gnus-treatment-function-alist): Have
3846         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3847         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3848         sections.
3849
3850         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3851         parameter.
3852         (gnus-article-fill-cited-long-lines): New function.
3853         (gnus-article-fill-cited-article): Allow filling only long sections.
3854
3855         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3856         and non-punctuation (like after the apostrophe in "'We").
3857
3858         * gnus-sum.el (gnus-summary-select-article): Make sure
3859         gnus-original-article-buffer is alive.
3860
3861         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3862         reflect the order they're in in the digest.
3863
3864         * gnus.el (gnus-group-startup-message): Move point to the start of the
3865         buffer.
3866
3867         * nnimap.el (nnimap-capability): New function.
3868         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3869         is set.
3870
3871 2010-10-31  David Engster  <dengste@eml.cc>
3872
3873         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3874         conform with changes to gnus-completing-read.
3875
3876 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3879
3880 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3881
3882         * nnir.el: Move defvar, defcustom around to keep file organized
3883         and keep byte-compiler quiet.
3884         (nnir-read-parms): Accept search-engine as arg.
3885         (nnir-run-query): Pass search-engine as arg.
3886         (nnir-search-engine): Remove.
3887
3888 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * shr.el (shr-generic): The text nodes should be text, not :text.
3891
3892         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3893         later in the file.
3894
3895 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3896
3897         * nnir.el: General clean up.  Allow searching with multiple engines.
3898         Allow separate extra-parameters for each engine.
3899         Batch queries when possible.
3900         (nnir-imap-default-search-key,nnir-method-default-engines):
3901         Add customize interface.
3902         (nnir-run-gmane): New engine.
3903         (nnir-engines): Use it.  Qualify all prompts with engine name.
3904         (nnir-search-engine): Remove global variable.
3905         (nnir-run-hyrex): Restore for now.
3906         (nnir-extra-parms,nnir-search-history): New variables.
3907         (gnus-group-make-nnir-group): Use them.
3908         (nnir-group-server): Remove in favor of gnus-group-server.
3909         (nnir-request-group): Avoid searching twice.
3910         (nnir-sort-groups-by-server): New function.
3911
3912 2010-10-30  Julien Danjou  <julien@danjou.info>
3913
3914         * gnus-group.el: Remove gnus-group-fetch-control.
3915
3916         * gnus-start.el (gnus-find-new-newsgroups):
3917         Remove gnus-check-first-time-used.
3918
3919         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3920
3921 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3922
3923         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3924         set on groups that don't have \* permanentflags.
3925
3926 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3929         control the background color.
3930         (shr-tag-img): Ignore very small web bug type images.
3931         (shr-put-image): Add help-echo alt texts to the images.
3932         (shr-tag-video): Show the video poster image.
3933
3934 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * shr.el (shr-table-depth): New variable.
3937         (shr-tag-table-1): Only insert the images after the top-level table.
3938
3939         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3940
3941         * gnus-util.el (gnus-list-memq-of-list): New function.
3942
3943         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3944         selected.
3945         (nnimap-unsplittable-articles): New slot.
3946         (nnimap-new-articles): Use it.
3947
3948 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3949
3950         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3951         move to the previous line on `M-g'.
3952
3953 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3956         *-request-group, which seems unnecessary.
3957
3958         * nnimap.el (nnimap-quote-specials): Function copied over from
3959         imap.el.
3960         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3961         they support that.  Suggested by Tom Regner.
3962
3963 2010-10-29  Julien Danjou  <julien@danjou.info>
3964
3965         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3966         defalias.
3967         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3968
3969         * gnus.el: Remove `gnus-nntp-service' variable.
3970         (gnus-secondary-servers): Make obsolete.
3971         (gnus-nntp-server): Make obsolete.
3972
3973         * gnus-start.el (gnus-1): Remove x-splash calls.
3974
3975         * gnus-ems.el (gnus-x-splash): Remove.
3976
3977         * gnus.el (gnus-group-startup-message): Simplify/update code.
3978
3979         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3980         definition.
3981
3982         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3983         capability before doing anything.
3984         (gnus-group-insert-group-line): Remove useless
3985         gnus-group-remove-excess-properties.
3986
3987 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3990
3991 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992
3993         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3994         config after reselecting.
3995
3996 2010-10-28  Julien Danjou  <julien@danjou.info>
3997
3998         * shr.el (shr-put-image): Use point even if only inserting text.
3999         (shr-put-image): Save excursion when inserting alt text on non-graphic
4000         display, so the behaviour is the same when we are on a graphic display.
4001
4002         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4003
4004 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4007         (gnus-mime-copy-part): Check coding system, not charset.
4008         (gnus-mime-view-part-externally): Never remove part.
4009         (gnus-mime-view-part-internally): Don't remove part here.
4010         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4011         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4012         multipart/alternative.
4013
4014         * mm-decode.el (mm-display-part): Take optional arg `force'.
4015
4016 2010-10-26  Julien Danjou  <julien@danjou.info>
4017
4018         * gnus-group.el (gnus-group-default-list-level): Add this function to
4019         compute the default list level.
4020         (gnus-group-default-list-level): Add possibility to use a function.
4021
4022 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4025
4026         * gnus-group.el (gnus-group-completing-read)
4027         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4028         gnus-replace-in-string.
4029
4030 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * shr.el (shr-tag-div): Add.
4033
4034         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4035
4036 2010-10-25  Julien Danjou  <julien@danjou.info>
4037
4038         * gnus-util.el: Remove `gnus-with-local-quit'.
4039
4040         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4041
4042 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4045         the original article buffer.
4046
4047 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * nnimap.el (nnimap-request-head): New function.
4050         (nnimap-request-move-article): Try to be slighly faster by not
4051         requesting the entire message when moving.
4052         (nnimap-transform-headers): Don't bug out on bodiless articles.
4053         (nnimap-send-command): Have no outstanding messages if the IMAP server
4054         doesn't support streaming.
4055         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4056
4057 2010-10-24  Julien Danjou  <julien@danjou.info>
4058
4059         * message.el (message-default-headers): Fix type.
4060
4061 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4064         prefetching images.
4065
4066         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4067         backend for unknown groups.  This is mainly useful for nnimap groups.
4068
4069         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4070         group isn't covered by the agent.
4071
4072 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4073
4074         * nnir.el (nnir-method-default-engines): New variable.
4075         (nnir-run-query): Use it.
4076         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4077         (gnus-summary-nnir-goto-thread): Change group if needed.
4078
4079         * gnus-group.el (gnus-group-group-map): Add key binding for
4080         gnus-group-make-nnir-group.
4081
4082 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * shr.el (shr-tag-object): Add.
4085
4086         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4087         original article buffer live.
4088         (gnus-summary-select-article-buffer):
4089         Mention gnus-widen-article-buffer.
4090
4091 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * shr.el (shr-tag-strong): Add.
4094
4095 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4098         group names.  They mess up the group buffer badly.
4099
4100         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4101
4102         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4103         instead of the summary one.
4104
4105 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * mml.el (mml-preview): Work properly when editing article.
4108
4109         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4110         gnus-have-read-active-file if it's already been in.
4111
4112 2010-10-22  Tom Tromey  <tromey@redhat.com>
4113
4114         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4115         gnus-group-completing-read.
4116
4117 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118
4119         * message.el (message-mode-map): Don't bind M-; to comment region, to
4120         allow the global comment-dwim to work.
4121
4122 2010-10-21  Julien Danjou  <julien@danjou.info>
4123
4124         * message.el (message-setup-1): Allow message-default-headers to be a
4125         function.
4126
4127 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * shr.el (shr-tag-table): Simplify.
4130
4131 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4134         to avoid trying to snarf invalid stuff.
4135
4136         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4137
4138         * gnus.el (gnus-message-archive-group): Quote value.
4139         (gnus-message-archive-group): Mark as changed.
4140
4141         * shr.el (shr-add-font): Don't put the font properties on the newline
4142         or the indentation.
4143
4144         * message.el (message-fix-before-sending): Change options when sending
4145         non-printable characters.
4146
4147         * gnus.el (gnus-message-archive-method): Change the default to
4148         monthly outgoing groups.
4149
4150         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4151         that have gotten new numbers.
4152
4153         * nnimap.el (nnimap-request-replace-article): New function.
4154
4155 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4158         (nnrss-request-article): Don't use special html washing code.
4159
4160 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * shr.el (shr-tag-table): Remove useless nconc.
4163
4164 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus-art.el (article-wash-html): Simplify and remove the charset
4167         stuff.  Use the normal html rendering code instead of the special html
4168         washing code.
4169
4170         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4171         `gnus-w3m' symbols.
4172         (mm-text-html-washer-alist): Remove.
4173
4174         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4175         (mm-inline-media-tests): Remove use.
4176         (mm-text-html-renderer): Change default to the `shr' symbol.
4177
4178         * mm-view.el (mm-inline-text-html): Remove use.
4179
4180         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4181         `gnus-blocked-images' to be a function.
4182         (gnus-article-wash-function): Remove.
4183
4184 2010-10-20  Julien Danjou  <julien@danjou.info>
4185
4186         * spam.el (spam-list-of-processors): Mark as obsolete.
4187
4188         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4189         (nnimap-insert-partial-structure): Fix boundary detection.
4190
4191 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4192
4193         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4194         run file-truename on remote files.  This can be expensive and even
4195         prevent one from editing drafts if some unrelated buffer has a stale
4196         connection.
4197
4198 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4201         kinsoku-eol regardless of shr-kinsoku-shorten.
4202         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4203         (shr-tag-table): Support caption, thead, and tfoot.
4204
4205 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4208         lines.
4209         (shr-save-contents): New command and keystroke.
4210
4211         * nndoc.el (nndoc-type-alist): Add git support.
4212         (nndoc-git-type-p): New function.
4213         (nndoc-transform-git-article): Ditto.
4214         (nndoc-transform-git-headers): Ditto.
4215         (nndoc-transform-git-headers): Generate Subject headers.
4216
4217         * shr.el (shr-parse-style): New function.
4218         (shr-tag-span): Ditto.
4219
4220         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4221         to `G G' to avoid collisions.
4222
4223 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * shr.el: Load kinsoku if necessary.
4226         (shr-kinsoku-shorten): New internal variable.
4227         (shr-find-fill-point): Make kinsoku shorten text line if
4228         shr-kinsoku-shorten is bound to non-nil.
4229         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4230         shr-indentation too when testing if table is wider than frame width.
4231         (shr-insert-table): Use `string-width' instead of `length' to measure
4232         text width.
4233         (shr-insert-table-ruler): Make sure indentation is done at bol.
4234
4235 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4236
4237         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4238         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4239         undecoded network data.
4240
4241 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4244         name in the mode line spec so that the mode line menu works
4245         (bug #2431).
4246
4247         * message.el (message-get-reply-headers): If we're fed `to-address',
4248         then always use that.
4249
4250         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4251         aren't so wide as to need to switch off the edit menu.
4252
4253         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4254         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4255
4256         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4257         `M-g'.
4258         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4259         the permanent marks.
4260
4261 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4262
4263         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4264         Splitting according to references/in-reply-to obeys the ignore-groups
4265         variable, while splitting by sender and subject do not.
4266
4267 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268
4269         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4270         alist, so that we can look for non-Unicode chars.
4271         (article-translate-strings): Allow both character and string maps.
4272
4273 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * shr.el (shr-insert): Don't insert space behind a wide character
4276         categorized as kinsoku-bol, or between characters both categorized as
4277         nospace.
4278
4279 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4280
4281         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4282         headers to gnus-newsgroup-headers.
4283
4284 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4285
4286         * shr.el (shr-tag-img): Don't align images -- since we're not
4287         rescaling, this often leads to ugly displays.
4288
4289 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4290
4291         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4292         duplicates.
4293
4294 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4295
4296         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4297         call.
4298
4299 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus.el: Autoload gnus-html-show-images.
4302
4303         * nnimap.el: Use nnheader-message throughout.
4304
4305         * shr.el (shr-tag-img): Ignore images with no data.
4306
4307 2010-10-15  Julien Danjou  <julien@danjou.info>
4308
4309         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4310         a possibility to disable format=flow encoding when using hard newlines.
4311
4312 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * shr.el (shr-insert): Remove space inserted before or after a
4315         breakable character or at the beginning or the end of a line.
4316         (shr-find-fill-point): Do kinsoku; find the second best point or give
4317         it up if there's no breakable point.
4318
4319 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * nnimap.el (nnimap-open-connection): Message when opening connection
4322         for debugging purposes.
4323
4324         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4325         on every setup buffer call to allow this to change from article to
4326         article.
4327
4328         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4329         buffers where we have a wide table.
4330
4331 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4332
4333         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4334         uses *-request-thread.
4335
4336 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4339         incantation, which is no longer valid.
4340
4341 2010-10-14  Julien Danjou  <julien@danjou.info>
4342
4343         * shr.el: Fix defcustom type (char -> character).
4344
4345 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4348         programs.
4349
4350 2010-10-14  Julien Danjou  <julien@danjou.info>
4351
4352         * shr.el (shr-tag-a): Use url-link as widget type.
4353
4354         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4355         `gnus-group-get-icon'.
4356
4357 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4360         This should make server editing work better.
4361
4362         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4363
4364         * tls.el (tls-program): Remove spurious %s from openssl.
4365
4366         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4367         (nnimap-parse-flags): Fix regexp.
4368
4369         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4370         probably work for CJVK text, too.
4371
4372         * nnimap.el (nnimap-extend-tls-programs): Remove.
4373         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4374
4375         * tls.el (tls-starttls-switches): Remove starttls hack.
4376         (open-tls-stream): Ditto.
4377         (tls-find-starttls-argument): Ditto.
4378
4379 2010-10-13  Julien Danjou  <julien@danjou.info>
4380
4381         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4382         responses.
4383
4384 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4387
4388         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4389         anything in Emacs.
4390
4391         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4392
4393 2010-10-13  Julien Danjou  <julien@danjou.info>
4394
4395         * shr.el (shr-width): Make shr-width a defcustom with default to
4396         fill-column.
4397         (shr-tag-img): Use shr-width rather than fill-column.
4398
4399 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * dgnushack.el (byte-optimize-apply)
4402         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4403
4404         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4405         position when (X-)Faces exist.
4406         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4407         avatars when called interactively.
4408
4409 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4412         gnus-article-x-face-too-ugly is bound.
4413
4414 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4417
4418         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4419         mailbox that doesn't exist.
4420
4421 2010-10-12  Julien Danjou  <julien@danjou.info>
4422
4423         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4424         (shr-get-image-data): Encode URL properly when fetching from cache.
4425         (shr-tag-img): Use aligned-to spaces to align correctly images.
4426
4427         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4428         before inserting the Gravatar.
4429
4430         * shr.el (shr-tag-img): Add align attribute support for <img>.
4431
4432 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * gnus-gravatar.el (gnus-art): Require.
4435
4436         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4437         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4438         Remove long obsoleted functions.
4439
4440 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4443
4444         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4445
4446         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4447         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4448         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4449         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4450         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4451         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4452         * sieve-manage.el, smime.el, spam.el:
4453         Fix comment for declare-function.
4454
4455 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4456
4457         * nnimap.el (nnimap-request-rename-group): Select group read-only
4458         before renaming it.
4459
4460         * shr.el (shr-insert): Fix up the white space only regexp.
4461
4462         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4463         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4464
4465         * shr.el (shr-current-column): New function.
4466         (shr-find-fill-point): New function.
4467
4468 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4469
4470         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4471         numbers.
4472
4473 2010-10-11  Julien Danjou  <julien@danjou.info>
4474
4475         * shr.el (shr-hr-line): Add.
4476         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4477         display hr lines.
4478         (shr-max-columns): Do not change state to nil if we just inserting
4479         spaces.
4480
4481 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482
4483         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4484         select the last group.
4485
4486 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4487
4488         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4489
4490 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4491
4492         * dig.el (dig-mode-map): Declare and define in one step.
4493
4494 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4497         for Gnus.
4498         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4499         (nnimap-update-qresync-info): Mark \Seen articles as read.
4500
4501         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4502         non-variable, too.
4503
4504         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4505         available.
4506         (nnimap-update-info): Rely more on the current active than the param
4507         active to avoid marking articles as read too much.
4508
4509         * auth-source.el (auth-source-create): Use (user-login-name) for the
4510         user name default.
4511
4512         * nnimap.el (nnimap-update-info): If the server doesn't return any
4513         useful info, just use the previous info.
4514         (nnimap-update-info): Prefer old info over start-article.
4515         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4516
4517 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4518
4519         * nnir.el (autoload): Clean up autoloads.
4520         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4521         Use key rather than value.
4522         (nnir-imap-search-other): New variable.
4523         (nnir-read-parm): Use it.
4524         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4525         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4526
4527 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4528
4529         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4530         the process, too.
4531
4532 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * spam.el (gnus-summary-mode-map): Bind to "$".
4535         Suggested by Russ Allbery.
4536
4537         * shr.el: Rework the way things are indented by <li> slightly.
4538
4539         * gnus.el (gnus-group-set-parameter): Fix typo.
4540
4541         * nnimap.el: Start implementing QRESYNC support.
4542
4543 2010-10-09  Julien Danjou  <julien@danjou.info>
4544
4545         * nnir.el (nnir-engines): Fix too many arguments.
4546
4547 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4550         group is the "last", so that the backends like nnfolder actually save
4551         their folders.
4552
4553         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4554         try to use that for the tls stream.
4555         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4556         UIDVALIDITY and find out which groups are read-only and not.
4557         (nnimap-get-flags): Use the same marks parsing code as the rest of
4558         nnimap.
4559
4560 2010-10-09  Julien Danjou  <julien@danjou.info>
4561
4562         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4563
4564         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4565         retrieving gravatars.
4566
4567         * shr.el (shr-table-corner): Add.
4568         (shr-table-line): Add.
4569         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4570
4571 2010-10-08  Julien Danjou  <julien@danjou.info>
4572
4573         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4574
4575 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4576
4577         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4578
4579         * gnus-sum.el (gnus-mark-article-as-unread)
4580         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4581         (gnus-summary-set-bookmark): Use it.
4582
4583         * gnus-msg.el (gnus-setup-message): Use it.
4584
4585         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4586
4587         * gnus.el (gnus-group-remove-parameter): Use it.
4588
4589         * gnus-group.el (gnus-group-make-web-group): Use it.
4590
4591         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4592
4593         * nnregistry.el: Update docs to mention manual.
4594
4595         * gnus-registry.el: Update docs to mention nnregistry.el.
4596         (gnus-registry-initialize): Don't install nnregistry refer method
4597         automatically.
4598         (gnus-registry-install-nnregistry): Remove it.
4599
4600 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * shr.el (shr-insert): Don't insert double spaces.
4603
4604 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus-gravatar.el (gnus-treat-from-gravatar)
4607         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4608         called interactively.
4609
4610         * gnus-art.el (gnus-mime-view-part-externally)
4611         (gnus-mime-view-part-internally): Make predicate function passed to
4612         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4613         of a mime type.
4614
4615         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4616
4617 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * shr.el (require): Require cl when compiling.
4620         (shr-tag-hr): New function.
4621
4622         * nnimap.el (nnimap-update-info): Remove double setting of high.
4623         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4624         This makes nnimap work properly on Courier again.
4625
4626         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4627         the variable for backwards compatibility.
4628
4629         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4630         the file name before using to avoid setting mm-default-directory to
4631         nil.
4632
4633         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4634         bidning gnus-agent variables.
4635
4636         * shr.el (shr-render-td): Use a cache for the table rendering function
4637         to avoid getting an exponential rendering behaviour in nested tables.
4638         (shr-insert): Rework the line-breaking algorithm.
4639         (shr-insert): Don't leave trailing spaces.
4640         (shr-insert-table): Also insert empty TDs.
4641         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4642
4643 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4644
4645         * gnus-sum.el (gnus-number): Rename from `number'.
4646         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4647         (gnus-summary-limit-children): Update uses correspondingly.
4648
4649 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4652         (gnus-gravatar-transform-address): Don't show avatars of people of
4653         which mail addresses match gnus-gravatar-too-ugly.
4654
4655 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656
4657         * shr.el (shr-table-widths): Expand TD elements to fill available
4658         space.
4659
4660 2010-10-07  Julien Danjou  <julien@danjou.info>
4661
4662         * nnimap.el (nnimap-request-rename-group): Add this method.
4663
4664 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4667         name from XEmacs' function-arglist.
4668
4669         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4670         gravatar under XEmacs.
4671
4672 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4673
4674         * auth-source.el: Update docs with TODO items.
4675
4676         * gnus-sync.el: Update docs to explain state and plans.
4677
4678         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4679         Hooks for mark updates.
4680         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4681
4682         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4683         hooks with arguments, which is needed for mark update hooks.
4684
4685 2010-10-06  Julien Danjou  <julien@danjou.info>
4686
4687         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4688         was matched.
4689
4690         * sieve-manage.el: Update example in `Commentary'.
4691
4692         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4693
4694         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4695         not 2000.
4696         (sieve-manage-authenticate): Re-add function.
4697
4698 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * shr.el (shr-insert): Get 'space transition right.
4701         (shr-render-td): Only delete space at the end of the TD.
4702
4703         * nnimap.el (nnimap-open-connection): Prepare to support
4704         open-gnutls-stream.
4705
4706         * shr.el: Rearrange function order to be more logical.
4707
4708 2010-10-06  Julien Danjou  <julien@danjou.info>
4709
4710         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4711         (nnrss-discover-feed): Remove 404 URL in docstring.
4712
4713         * nnir.el: Fix Swish-E URL.
4714         Fix Namazu URL.
4715
4716         * message.el (message-change-subject): Remove 404 URL in a comment.
4717
4718 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4721         called interactively.
4722
4723         * gnus-util.el (gnus-remove-if): Allow hash table.
4724         (gnus-remove-if-not): New function.
4725
4726         * gnus-art.el (gnus-mime-view-part-as-type)
4727         * gnus-score.el (gnus-summary-score-effect)
4728         * gnus-sum.el (gnus-read-move-group-name):
4729         Replace remove-if-not with gnus-remove-if-not.
4730
4731         * gnus-group.el (gnus-group-completing-read):
4732         Regard collection as a hash table if it is not a list.
4733
4734 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735
4736         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4737
4738         * shr.el: Document the table-rendering algorithm.
4739
4740 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4743         for Emacsen having no `libxml-parse-html-region' support.
4744
4745 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746
4747         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4748         invalid URLs.
4749
4750         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4751         line-broken.
4752         (shr-tag-img): Ignore image fetching errors.
4753         (shr-overlays-in-region): Compute overlay positions correctly.
4754
4755         * mm-decode.el (mm-shr): Require shr.
4756
4757         * gnus-art.el (gnus-blocked-images): Move variable here.
4758
4759         * shr.el (shr-insert-table): Bind free variable.
4760
4761         * mm-decode.el (mm-shr): Bind shr-content-function.
4762
4763         * shr.el (shr-content-function): New variable.
4764
4765         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4766         added for symmetry.
4767
4768         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4769
4770         * gnus-group.el (gnus-group-make-group): Doc fix.
4771
4772         * nnimap.el (nnimap-request-newgroups): Return success.
4773
4774         * shr.el (shr-find-elements): New function.
4775         (shr-tag-table): Put all the images after the table.
4776         (shr-tag-table): Really inhibit images inside the table.
4777         (shr-collect-overlays): Copy over overlays from the TD elements to the
4778         main document.
4779
4780         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4781         gnus-blocked-images.
4782
4783 2010-10-05  Julien Danjou  <julien@danjou.info>
4784
4785         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4786
4787         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4788         (gnus-html-maximum-image-size): Add this function.
4789         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4790
4791         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4792         server-value of the capability is nil.
4793
4794 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795
4796         * shr.el (shr-tag-em): Add <EM> tag.
4797
4798 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4799
4800         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4801         customizable.
4802
4803         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4804         handing broken links to browse-url.
4805
4806 2010-10-05  Julien Danjou  <julien@danjou.info>
4807
4808         * gnus-util.el (gnus-emacs-completing-read)
4809         (gnus-iswitchb-completing-read): Use autoload rather than require.
4810
4811 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4814         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4815         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4816         iswitchb-temp-buflist for XEmacs.
4817
4818         * gnus-util.el (gnus-completing-read-function): Exclude
4819         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4820         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4821         XEmacs.
4822
4823         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4824         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4825
4826         * gnus-html.el: Don't require help-fns under XEmacs.
4827         (gnus-html-schedule-image-fetching): Work for XEmacs.
4828
4829         * mm-decode.el (mm-shr): Decode contents by charset.
4830
4831 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4834         unknown.
4835
4836         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4837         (shr-get-image-data): Ensure against the cache file missing.
4838
4839         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4840         for data.
4841
4842         * spam-report.el (spam-report-url-ping-plain): Don't query about
4843         killing the process.
4844
4845         * shr.el (shr-render-td): Protect against too-wide text.
4846
4847 2010-10-04  Julien Danjou  <julien@danjou.info>
4848
4849         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4850         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4851
4852         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4853         retrieved.
4854
4855 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * shr.el (browse-url): Require.
4858         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4859         lines.
4860         (shr-show-alt-text, shr-browse-image): New commands.
4861         (shr-browse-url, shr-copy-url): New commands.
4862
4863         * gnus-sum.el (gnus-widen-article-window): New variable.
4864         (gnus-summary-select-article-buffer): Use it.
4865
4866         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4867         without @ signs.
4868
4869 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4870
4871         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4872
4873 2010-10-04  Julien Danjou  <julien@danjou.info>
4874
4875         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4876         for XEmacs.
4877
4878 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4881
4882         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4883         (nnimap-close-server): Implement.
4884
4885         * dgnushack.el (iswitchb): Require to shut up the compiler.
4886
4887         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4888         (shr-insert): Tweak line breaking.
4889         (shr-insert): Handle <pre> better.
4890         (shr-tag-li): Get <li> indentation right.
4891         (shr-tag-li): Get <li> indentation even righter.
4892         (shr-tag-blockquote): Ensure paragraph start.
4893         (shr-make-table): Tweak table generation.
4894         (shr-make-table): Fix typo.
4895
4896         * shr.el: Implement table rendering.
4897
4898 2010-10-04  Julien Danjou  <julien@danjou.info>
4899
4900         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4901
4902 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903
4904         * shr.el (shr-insert): Use string anchors instead of line anchors.
4905
4906 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * shr.el: Add headings.
4909         (shr-ensure-paragraph): Actually work.
4910         (shr-tag-li): Make <ul> prettier.
4911         (shr-insert): Get white space at the beginning/end of elements right.
4912         (shr-tag-p): Collapse subsequent <p>s.
4913         (shr-ensure-paragraph): Don't insert double line feeds after blank
4914         lines.
4915         (shr-insert): \t is also space.
4916         (shr-tag-s): Fix "s" tag name function.
4917         (shr-tag-s): Fix face prop name.
4918
4919 2010-10-03  Julien Danjou  <julien@danjou.info>
4920
4921         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4922
4923         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4924         gnus-window-inside-pixel-edges.
4925
4926         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4927         gnus-ems.
4928
4929         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4930
4931         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4932         function.
4933
4934         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4935         resize choice.
4936
4937 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4938
4939         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4940         beginning of the buffer.
4941
4942         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4943         article buffer again.
4944
4945         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4946
4947         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4948         when it's at the start of the buffer.
4949
4950         * shr.el (shr-tag-blockquote): Convert name.
4951         (shr-rescale-image): Use the right image-size variant.
4952
4953         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4954         buffer isn't shown, then select the current article first instead of
4955         bugging out.
4956         (gnus-summary-select-article-buffer): Show both the article and summary
4957         buffers again.
4958
4959         * shr.el (shr-fontize-cont): Protect against regions with no text.
4960         Rename tag functions to shr-tag-* for enhanced security.
4961         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4962
4963 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4964
4965         * shr.el (shr-insert):
4966         * pop3.el (pop3-movemail):
4967         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4968         loaded.
4969
4970 2010-10-03  Glenn Morris  <rgm@gnu.org>
4971
4972         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4973
4974         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4975
4976         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4977
4978         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4979
4980         * gnus-util.el (gnus-make-local-hook): Simplify.
4981
4982 2010-10-02  Julien Danjou  <julien@danjou.info>
4983
4984         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4985         (gnus-ido-completing-read): New function.
4986         (gnus-emacs-completing-read): New function.
4987         (gnus-completing-read): Use gnus-completing-read-function.
4988         Add gnus-completing-read-function.
4989
4990 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * shr.el (shr-insert-document): Autoload.
4993         (shr-img): Be silent.
4994         (shr-insert): Add a newline after every picture before text.
4995         (shr-add-font): Use overlays for combining faces.
4996         (shr-insert): Pass upwards the text start point.
4997
4998         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4999         possible.
5000         (mm-shr): New function.
5001
5002 2010-10-02  Julien Danjou  <julien@danjou.info>
5003
5004         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5005         should go backward.
5006
5007 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5008
5009         * shr.el (shr): Fix typo in provide call.
5010
5011 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * shr.el: New file.
5014
5015         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5016
5017         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5018         completing read.
5019
5020 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5023         we're being queried about.  Suggested by Dan Jacobson.
5024
5025         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5026         Suggested by Jason Eisner.
5027
5028         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5029         table, too.  Suggested by Stefan Wiens.
5030         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5031         the table unnecessary.  Suggested by Stefan Wiens.
5032
5033         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5034         longer needed, and probably doesn't work either, as pointed out by
5035         Stefan Wiens.
5036         (gnus-summary-exit): Remove call to the clearing function.
5037         (gnus-summary-exit-no-update): Ditto.
5038
5039         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5040         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5041         Reported by Stefan Monnier.
5042         (gnus-summary-save-in-rmail): Ditto.
5043
5044         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5045         article buffer, instead of both the article buffer and the summary
5046         buffer.  Sort of suggested by Dan Jacobson.
5047
5048         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5049
5050         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5051         Suggested by Dan Jacobson.
5052
5053         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5054         documentation clearer.
5055
5056         * message.el (message-shorten-references): Comment on the number "21".
5057         Suggested by Stefan Monnier.
5058
5059         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5060         Suggested by Dan Jacobson.
5061
5062         * gnus.el (gnus-large-newsgroup):
5063         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5064
5065         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5066         externalize attachments.  Bug reported by Steve Wen.
5067
5068         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5069         really message anything to the user.
5070
5071         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5072         directly.
5073
5074         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5075         messages in empty groups.
5076
5077 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5078
5079         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5080         non-UIDNEXT group.
5081
5082 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5085         not the value from the collection.
5086
5087         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5088         values.  This sometimes happens on some groups that have no info.
5089         (nnimap-request-newgroups): New function.
5090
5091 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5092
5093         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5094         check into `gnus-registry-initialize'.
5095         (gnus-registry-initialize): Ditto.
5096         Fix and extend header docs.
5097
5098 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5101         regexp backtrace overflows.
5102
5103         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5104         for starttls that tls.el implements; i.e. openssl.
5105
5106         * tls.el (tls-starttls-switches): Give up on using starttls with
5107         gnutls-cli.
5108         (tls-program): Add --insecure to be consistent with the defaults from
5109         openssl s_client.  Now all three commands are insecure.
5110
5111 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * lpath.el: Bind completion-styles-alist for XEmacs.
5114
5115         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5116         (gravatar-create-image): New function that's an alias to
5117         gnus-xmas-create-image, gnus-create-image, or create-image.
5118         (gravatar-data->image): Use it.
5119
5120 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5121
5122         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5123         install the nnregistry refer method.
5124         (gnus-registry-install-hooks): Use it.
5125         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5126         unfollowed groups.
5127
5128 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5129
5130         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5131         expanding threads.
5132
5133 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * nnir.el: Use the server names without suffixes (bug #7009).
5136
5137         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5138         unencrypted to STARTTLS, if possible.
5139
5140 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5141
5142         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5143         headers before superseding.
5144
5145 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * nnrss.el (nnrss-use-local): Add documentation.
5148
5149         * nnimap.el (nnimap-extend-tls-programs): New function.
5150         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5151         (nnimap-wait-for-connection): Accept the greeting from the stupid
5152         output from openssl s_client -starttls, too.
5153
5154         * tls.el (tls-starttls-switches): New variable.
5155         (tls-find-starttls-argument): Use it.
5156         (open-tls-stream): Ditto.
5157
5158         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5159         (netrc-machine): Ditto.
5160
5161         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5162         article number.
5163         (nnimap-split-fancy): New variable.
5164         (nnimap-split-incoming-mail): Use it.
5165
5166         * nntp.el (nntp-server-list-active-group): Document.
5167
5168         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5169         SELECT to get the message-id.
5170
5171         * mail-source.el (mail-sources): Remove webmail support.
5172         (defvar): Ditto.
5173         (mail-source-fetcher-alist): Ditto.
5174         (mail-source-fetch-webmail): Remove.
5175
5176         * webmail.el: Remove -- doesn't seem relevant any more.
5177
5178         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5179
5180         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5181         the \r.
5182
5183 2010-09-30  Julien Danjou  <julien@danjou.info>
5184
5185         * gnus-agent.el (gnus-agent-add-group): Fix call to
5186         gnus-completing-read.
5187
5188 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * nndoc.el (nndoc-retrieve-groups): New function.
5191
5192         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5193         `default', use nnmail-split-methods.
5194         (nnimap-request-article): Downcase the NILs so that they are nil.
5195
5196         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5197         symbol.
5198
5199         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5200         code, since if the user has requested network, that's what they ought
5201         to get.
5202         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5203         (nnimap-split-rule): Mark as obsolete.
5204
5205         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5206         New variable.
5207
5208         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5209         correct slot, too.
5210
5211 2010-09-29  Julien Danjou  <julien@danjou.info>
5212
5213         * gnus.el (gnus-local-domain): Declare variable obsolete.
5214
5215         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5216         Fix history computing.
5217         (gnus-ido-completing-read): Require ido.
5218
5219 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5222         build Gnus.
5223
5224         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5225         when interpreting the structures.
5226         (nnimap-request-accept-article): Add \r\n to the lines to make this
5227         work with Cyrus.
5228
5229         * nndraft.el (nndraft-request-expire-articles): Use the group name
5230         instead if "nndraft".  Fix found by Nils Ackermann.
5231
5232 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5233
5234         * nnregistry.el: Add.
5235
5236 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5237
5238         * nnmail.el (group, group-art-list, group-art):
5239         Remove unneeded directives.
5240
5241 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5244         (mm-mime-charset)
5245         * rfc2047.el (rfc2047-syntax-table)
5246         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5247
5248         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5249         rather than `insert-file-contents' and `eval-region'.
5250
5251         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5252         construction.
5253
5254         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5255
5256         * time-date.el: No need to require cl for Emacs 21.
5257
5258 2010-09-29  Julien Danjou  <julien@danjou.info>
5259
5260         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5261         replacement of `gnus-gravatar-relief' to mimic
5262         `gnus-faces-properties-alist'.
5263         Add :version property.
5264
5265 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * mail-source.el (mail-source-report-new-mail)
5268         * message.el (message-default-mail-headers)
5269         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5270
5271         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5272
5273 2010-09-28  Julien Danjou  <julien@danjou.info>
5274
5275         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5276         mail-address contains the same string as real-name.
5277
5278         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5279         non-blank in header, otherwise it'll get stripped.
5280
5281         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5282         real-name, and then for mail address rather than doing : or , search.
5283
5284 2010-09-27  Julien Danjou  <julien@danjou.info>
5285
5286         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5287         right completing-read function.
5288         (gnus-use-ido): New variable
5289         (gnus-completing-read-with-default): Remove.
5290         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5291         (gnus-agent-add-group):
5292         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5293         * mm-view.el (mm-view-pkcs7-decrypt):
5294         * mm-util.el (mm-codepage-setup):
5295         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5296         * mml-smime.el (mml-smime-openssl-sign-query):
5297         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5298         (mml-insert-multipart):
5299         * gnus-msg.el (gnus-summary-yank-message):
5300         * gnus-int.el (gnus-start-news-server):
5301         * mm-decode.el (mm-interactively-view-part):
5302         * gnus-dired.el (gnus-dired-attach):
5303         * gnus.el (gnus-read-method):
5304         * gnus-bookmark.el (gnus-bookmark-jump):
5305         * gnus-art.el (gnus-mime-view-part-as-type)
5306         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5307         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5308         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5309         * nnmairix.el (nnmairix-create-server-and-default-group)
5310         (nnmairix-update-groups, nnmairix-get-server)
5311         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5312         (nnmairix-get-group-from-file-path):
5313         * nnrss.el (nnrss-find-rss-via-syndic8):
5314         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5315         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5316         (gnus-group-browse-foreign-server):
5317         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5318         (gnus-summary-execute-command, gnus-summary-respool-article)
5319         (gnus-read-move-group-name):
5320         * gnus-score.el (gnus-summary-increase-score)
5321         (gnus-summary-score-effect):
5322         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5323
5324 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5327         x-focus-frame.
5328
5329         * nnimap.el (auth-source-forget-user-or-password)
5330         (auth-source-user-or-password): Autoload.
5331
5332         * message.el (message-from-style, message-interactive)
5333         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5334         (message-yank-prefix, message-indentation-spaces, message-signature)
5335         (message-signature-file): Add comment.
5336
5337 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5338
5339         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5340         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5341         new articles.
5342
5343         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5344         parts.
5345         (nnimap-request-article): Work with the t setting, too.
5346
5347         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5348         that you don't get flashes of other buffers.
5349         (gnus-summary-show-complete-article): Intern before setting.
5350
5351 2010-09-27  David Engster  <dengste@eml.cc>
5352
5353         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5354         well as HEADERS.
5355         (nnmairix-retrieve-headers): Provide new argument for the above.
5356
5357 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * gnus-sum.el (gnus-summary-move-article): Don't alter
5360         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5361         group.
5362
5363         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5364
5365         * message.el (message-cite-prefix-regexp): Revert my last edit.
5366
5367         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5368         variable instead of the Gnus variable.
5369
5370         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5371
5372         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5373
5374         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5375         since some servers don't like it.
5376         (nnimap-open-connection): Forget credentials if the server says the
5377         password was wrong.
5378         (nnimap-parse-line): Protect against invalid data.
5379
5380         * gnus-sum.el (gnus-summary-move-article): Add comment.
5381         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5382         nothing alters it while scanning for new messages.
5383
5384         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5385         which may or may not help.
5386         (nnimap-open-connection): If we're doing a stream connection, and then
5387         discover we're on a STARTTLS-capable server, then open a STARTTLS
5388         connection instead.
5389
5390 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5391
5392         * nnimap.el (utf7): Require.
5393
5394         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5395         prefix.
5396
5397 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5398
5399         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5400
5401 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402
5403         * nnimap.el (nnimap-request-accept-article): Message the error on
5404         error.
5405
5406 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5409
5410 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * nndoc.el (nndoc-request-list): Return success always.
5413
5414         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5415         `fetch-old' -- we only want to fetch the articles we've requested.
5416         The rest are in the agent, probably.
5417         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5418         disappeared server" to something low.  It's not important.
5419
5420         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5421         arrived before the FETCH data.
5422
5423         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5424         target here, because we don't know the Gnus name of the group.
5425
5426         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5427         for the correct group.
5428
5429         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5430
5431         * gnus.el (gnus): Give a final warning after startup.
5432
5433         * gnus-util.el (gnus-action-message-log): New variable.
5434         (gnus-message): Use it.
5435         (gnus-final-warning): New function.
5436
5437         * nnimap.el (nnimap-open-connection): Record the greeting.
5438         (nnimap): Add greeting.
5439
5440 2010-09-26  Julien Danjou  <julien@danjou.info>
5441
5442         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5443         arguments.
5444         (gnus-html-wash-images): Fix spec computing to include start/end.
5445
5446         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5447
5448 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5451         deletion.
5452         (nnimap-retrieve-headers): Don't select the group, because that's
5453         already done by nnimap-possibly-change-group.
5454
5455         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5456         (gnus-picon-transform-address): Use it.
5457
5458         * mail-source.el (mail-source-value): Revert previous patch.
5459
5460         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5461         on failure.
5462         (nnimap-open-connection): Look up both virtual and physical server name
5463         credentials.
5464
5465         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5466
5467 2009-02-07  Dave Love  <fx@gnu.org>
5468
5469         * tls.el (open-tls-stream): Don't query killing process.
5470
5471 2009-02-08  Dave Love  <fx@gnu.org>
5472
5473         * gnus-win.el (gnus-window-to-buffer-helper)
5474         (gnus-all-windows-visible-p): Function needn't be a symbol.
5475
5476         * mail-source.el (mail-source-value): Function needn't be a symbol.
5477
5478 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * message.el (message-cite-prefix-regexp): Remove } from the cite
5481         prefix.
5482
5483         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5484         highlight again, so that the highlight is correct.
5485
5486         * gnus-picon.el (gnus-picon): Remove again.
5487         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5488
5489         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5490         doing the header highlightling, so that the background colour of the
5491         picon is correct.
5492
5493         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5494         (gnus-picon): Ditto.
5495         (gnus-picon): Reinstate.  The background colour for picons is white.
5496         (gnus-picon-insert-glyph): Make the background white.
5497
5498         * nnml.el (nnml-open-nov): Don't return dead buffers.
5499
5500         * auth-source.el (auth-source-create): Query the user for whether to
5501         store the credentials.
5502
5503         * netrc.el (netrc-store-data): New function.
5504
5505         * auth-source.el (auth-source-user-or-password): Use the existing auth
5506         sources, if any, for creation.
5507
5508         * gnus.el (gnus-group-fast-parameter): Return the last matching
5509         parameter instead of the first matching parameter.
5510
5511 2010-09-26  Julien Danjou  <julien@danjou.info>
5512
5513         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5514
5515 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * mml2015.el (mml2015-use): Remove gpg support.
5518
5519         * mml1991.el (mml1991-function-alist): Remove gpg function.
5520         (mml1991-gpg-sign): Remove.
5521
5522 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5523
5524         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5525         (gnus-browse-unsubscribe-current-group): Document it.
5526         (gnus-browse-unsubscribe-group): Use it.
5527
5528 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529
5530         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5531         address to the To list for easier response.
5532
5533         * gnus.el (gnus-play-startup-jingle): Remove.
5534         (gnus-splash): Don't play jingle.
5535         (gnus): Silence gnus-load message.
5536
5537         * gnus-art.el (gnus-treat-play-sounds): Remove.
5538
5539         * gnus.el (gnus-play-jingle): Remove audio support.
5540
5541         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5542
5543         * earcon.el: Remove -- no users.
5544
5545         * gnus-audio.el: Remove -- no users of this package.
5546
5547         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5548
5549         * gnus-start.el (gnus-setup-news): Remove nocem support.
5550
5551         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5552
5553         * gnus.el (gnus-use-nocem): Remove.
5554
5555         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5556         Remove.
5557
5558         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5559         uses NoCeM any more.
5560
5561         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5562         (gnus-button-ctan-handler): Ditto.
5563         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5564         (gnus-button-ctan-directory-regexp): Ditto.
5565         (gnus-button-handle-ctan): Ditto.
5566         (gnus-button-tex-level): Ditto.
5567         (gnus-button-alist): Remove CTAN stuff.
5568
5569 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570
5571         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5572         nnimap-streaming test.
5573
5574         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5575         servers twice.
5576
5577         * nnimap.el (nnimap-open-connection): Add more error reporting when
5578         nnimap fails early.
5579
5580         * nnheader.el (nnheader-get-report-string): New function.
5581         (nnheader-get-report): Use it.
5582
5583         * gnus-int.el (gnus-check-server): Say what the error was when opening
5584         failed.
5585
5586         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5587         using streaming.
5588
5589 2010-09-25  Julien Danjou  <julien@danjou.info>
5590
5591         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5592         gnus-window-inside-pixel-edges.
5593
5594 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5597
5598         * mm-decode.el (mm-save-part): Allow saving to other directories the
5599         normal Emacs way.
5600
5601         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5602         Suggested by Jay Berkenbilt.
5603
5604         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5605         there isn't a single byte.
5606
5607         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5608         just do it.  It doesn't really seem to matter what the user responds
5609         here, I think, so it's just a confusing question.
5610
5611         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5612         non-streaming case.
5613
5614         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5615         (gnus-article-encrypt-body): Use it.
5616
5617         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5618         keystroke.
5619
5620         * nnimap.el (nnimap-find-wanted-parts-1):
5621         Use gnus-fetch-partial-articles.
5622
5623         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5624
5625         * nnimap.el (nnimap-insert-partial-structure): New function.
5626         (nnimap-get-partial-article): New function.
5627         (nnimap-request-article): Use it.
5628         (nnimap-wait-for-response): Return whether the wait was successful.
5629         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5630         retrieval wasn't successful.
5631         (nnimap-retrieve-group-data-early): Allow throttling servers.
5632         (nnimap-streaming): New variable.
5633         (nnimap-fetch-partial-articles): Remove.
5634
5635         * mm-decode.el (mm-with-part): Protect against killed buffers.
5636
5637         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5638         for prettier summary display.
5639
5640 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5641
5642         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5643
5644 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645
5646         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5647         apparently third-party libraries depend on it.
5648
5649         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5650         before starting negotiation.
5651
5652         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5653         privacy reasons.
5654         (gnus-treat-mail-gravatar): Ditto.
5655
5656         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5657         buffer when inserting images.  Inserting text into the headers, for
5658         instance, can make them invalid.
5659
5660 2010-09-25  Julien Danjou  <julien@danjou.info>
5661
5662         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5663         variables.
5664
5665         * nnheader.el: Remove useless variables news-reply-yank-from and
5666         news-reply-yank-message-id.
5667
5668         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5669         variables.
5670
5671         * mml1991.el: Remove useless mml1991-verbose.
5672
5673         * gnus.el: Remove useless variable gnus-use-generic-from.
5674         Remove obsolete variable gnus-topic-indentation.
5675
5676         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5677
5678         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5679
5680         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5681
5682         * gnus-group.el: Remove useless gnus-group-icon-cache.
5683         Remove useless gnus-ephemeral-group-server.
5684
5685         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5686
5687         * mml2015.el: Remove useless mml2015-verbose.
5688
5689         * mml-smime.el: Remove useless mml-smime-verbose.
5690
5691         * gnus.el: Remove useless gnus-local-domain.
5692
5693         * gnus-gravatar.el (gnus-gravatar-transform-address):
5694         Use gnus-gravatar-size.
5695
5696         * gnus-art.el: Remove useless gnus-treat-translate.
5697
5698 2010-09-24  Julien Danjou  <julien@danjou.info>
5699
5700         * gnus-sum.el: Add support for Gravatars.
5701
5702         * gnus-art.el: Add support for Gravatars.
5703
5704         * gnus-gravatar.el: Add this file.
5705
5706         * gravatar.el: Add this file.
5707
5708 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5709
5710         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5711
5712         * gnus-group.el (gnus-group-fetch-faq): Remove.
5713
5714         * gnus.el (gnus-group-faq-directory): Remove.
5715
5716         * gnus-group.el (gnus-group-fetch-charter): Remove.
5717
5718         * gnus.el (gnus-group-charter-alist): Remove.
5719
5720         * gnus-group.el (gnus-group-archive-directory): Remove.
5721         (gnus-group-recent-archive-directory): Ditto.
5722         (gnus-group-make-archive-group): Remove.
5723
5724         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5725
5726         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5727         use the same article number for all the cached articles.
5728
5729         * nnimap.el (nnimap-command): Register the last command time so
5730         that we can use it for idling NOOPs.
5731         (nnimap-open-connection): Start the keeplive timer.
5732         (nnimap-make-process-buffer): Store all the process buffers.
5733         (nnimap-keepalive): New function.
5734
5735         * starttls.el (starttls-open-stream): Add autoload cookie.
5736
5737 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5738
5739         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5740         handling.
5741
5742 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5745         its data structures.
5746
5747         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5748         instead of the cl.el copy-list.
5749         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5750         equalp.
5751
5752 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5755         and tool-bar-local-item-from-menu.
5756
5757         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5758         mode-line-highlight face for Emacs.
5759
5760         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5761         loading gnus-sum.elc; fix comment for canlock-verify.
5762         (gnus-article-jump-to-part): Use read-number.
5763         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5764         Remove Emacs pre-21 compatible code for help-echo.
5765         (gnus-article-next-page-1): No need to adjust the number of lines.
5766         (gnus-article-describe-bindings): Always use help-buffer.
5767
5768         * gnus-audio.el (gnus-audio-inline-sound)
5769         * gnus-cus.el (gnus-custom-mode)
5770         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5771
5772         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5773
5774         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5775         compatible code.
5776
5777 2010-09-24  Glenn Morris  <rgm@gnu.org>
5778
5779         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5780         visiting the fcc file in rmail-mode.
5781
5782         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5783
5784 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * nnir.el: Silence the byte compiler.
5787
5788         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5789         alias to browse-url-url-encode-chars if any.
5790         (gnus-html-encode-url): Use it.
5791
5792 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5793
5794         * gnus-start.el (gnus-use-backend-marks): New variable.
5795         (gnus-get-unread-articles-in-group): Use it.
5796
5797         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5798         makeover.
5799
5800 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5801
5802         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5803
5804 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5807         Remove.
5808         (gnus-setup-news-hook):
5809         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5810
5811         * gnus-int.el (gnus-request-update-info): Protect against backends not
5812         having the function.
5813
5814         * nnimap.el (nnimap-stream): Mention starttls.
5815         (nnimap-open-connection): Add starttls support.
5816
5817 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5818
5819         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5820
5821 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822
5823         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5824         BODYSTRUCTUREs.
5825         (nnimap-transform-headers): Unfold quoted {42} headers.
5826
5827         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5828         the info.
5829         (gnus-get-unread-articles): Only call updatep on backends that support
5830         it.
5831
5832         * nnweb.el (nnweb-request-update-info): NOOP.
5833
5834         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5835
5836         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5837         since it only deals with marks.
5838
5839         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5840         gnus-request-marks, and make a new gnus-request-update-info.
5841
5842         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5843         the active instead of the high number, which is usually too low.
5844
5845 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5848         * encrypt.el: Remove.
5849
5850 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5853         server in symbolic form.
5854
5855         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5856
5857 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5860         (nnimap-update-info): Fix up code slightly.
5861
5862         * gnus-int.el (gnus-open-server): Add tracing for performance
5863         debugging.
5864
5865         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5866         (gnus-group-insert-group-line): Pass the real group name so that it
5867         gets the right data.
5868
5869         * gnus-start.el (gnus-get-unread-articles): Don't have
5870         `gnus-get-unread-articles-in-group' update info, since that can be
5871         really slow and doesn't seem to be needed?
5872
5873 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5874
5875         * time-date.el (date-to-time): Try using parse-time-string first before
5876         using the slower timezone-make-date-arpa-standard.
5877
5878 2010-09-22  Julien Danjou  <julien@danjou.info>
5879
5880         * gnus-group.el (gnus-group-insert-group-line):
5881         Call gnus-group-highlight-line.
5882         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5883         default hook list.
5884         (gnus-group-update-eval-form): Add new function.
5885         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5886         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5887
5888 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5891         immediate, then expire all articles.
5892         (nnimap-update-info): Fix off-by-one errors.
5893         (nnimap-flags-to-marks): Would return no marks lists for group with no
5894         flags.  Instead return the other data.
5895
5896 2010-09-22  Julien Danjou  <julien@danjou.info>
5897
5898         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5899         Only return an icon.
5900         (gnus-group-insert-group-line): Compute icon to return.
5901
5902         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5903         (gnus-html-image-fetched): Only cache if
5904         gnus-html-image-automatic-caching is set.
5905         (gnus-html-image-fetched): Check for errors.
5906
5907 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5908
5909         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5910         once per method on `g'.  This ensures that backends like nnfolder don't
5911         open all their folders.
5912
5913         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5914         (nnimap-request-list): Nix out group in the correct buffer.
5915         (nnimap-parse-flags): Implement by using `read' instead of
5916         hand-parsing.
5917         (nnimap-flags-to-marks): Pass on permanent-flags.
5918         (nnimap-make-process-buffer): Record the server name.
5919         (nnimap-parse-flags): Fix typo.
5920         (nnimap-request-scan): Run split on the server in general, not just a
5921         single group.
5922
5923         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5924         parameter, and propagate this downwards.
5925
5926         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5927         since EXAMINE changes it on the server.
5928
5929         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5930         this command might take a while.
5931
5932 2010-09-22  Julien Danjou  <julien@danjou.info>
5933
5934         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5935         harmful if you have 2 images side-by-side, they can't be properly
5936         update on text deletion.  Using text-property is safer here.
5937         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5938         data.
5939
5940 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941
5942         * nnimap.el (nnimap-expunge-inbox): Remove.
5943         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5944         (nnimap-expunge): Flip default to t.
5945
5946         * gnus.el (gnus-method-to-server): Don't push things to the cache
5947         unless it's unique.
5948         (gnus-server-to-method): Ditto.
5949
5950 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5953
5954 2010-09-22  Julien Danjou  <julien@danjou.info>
5955
5956         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5957         get the start of data.
5958         (gnus-html-encode-url): Add this function to encode special chars in
5959         URL.
5960         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5961         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5962
5963         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5964         default.
5965         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5966
5967         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5968         images alt-text.
5969         (gnus-html-put-image): Put alt-text as help-echo.
5970
5971 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5974         * mm-util.el (mm-decompress-buffer)
5975         * nnir.el (nnir-run-find-grep)
5976         * pop3.el (pop3-list): Use 3rd arg of split-string.
5977
5978         * time-date.el (format-seconds): Comment fix.
5979
5980         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5981         and byte-optimize-form-code-walker.
5982         (dgnushack-make-auto-load): Don't advise make-autoload.
5983
5984         * lpath.el: Remove Emacs 21 stuff.
5985
5986 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987
5988         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5989         outside the active range.  Suggested by Dan Christensen.
5990
5991         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5992         slightly later to avoid double-getting it.
5993
5994         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5995         previous patch.
5996
5997         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5998
5999 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6000
6001         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6002
6003 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * gnus-int.el (gnus-open-server): Give a better error message in the
6006         "go offline" case.
6007
6008         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6009         marks for nnimap, which is seldom the right thing to do.
6010
6011         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6012         (gnus-same-method-different-name): New function.
6013
6014         * nnimap.el (parse-time): Require.
6015
6016         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6017         method in the presence of many similar methods.
6018
6019         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6020
6021         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6022         nnml-inhibit-expiry.
6023
6024         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6025         find out whether methods are equal.
6026
6027         * nnimap.el (nnimap-find-expired-articles): New function.
6028         (nnimap-process-expiry-targets): New function.
6029         (nnimap-request-move-article): Request the article before looking at
6030         what the Message-ID is.  Fix found by Andrew Cohen.
6031         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6032
6033         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6034         for oldness in addition to being a predicate.
6035
6036         * nnimap.el (nnimap-request-group): When we have zero articles, return
6037         the right data to Gnus.
6038         (nnimap-request-expire-articles): Only delete articles immediately if
6039         the target is 'delete.
6040
6041         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6042         method, this would bug out.
6043
6044         * gnus-group.el (gnus-group-expunge-group): Rename from
6045         gnus-group-nnimap-expunge, and implemented as a normal interface
6046         function.
6047
6048         * gnus-int.el (gnus-request-expunge-group): New function.
6049
6050         * nnimap.el (nnimap-request-create-group): Implement.
6051         (nnimap-request-expunge-group): New function.
6052
6053 2010-09-21  Julien Danjou  <julien@danjou.info>
6054
6055         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6056         (gnus-html-cache-expired): Add new function.
6057         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6058         wethever we should display image for fetch it.
6059         Compute alt-text earlier to pass it to the fetching function too.
6060         (gnus-html-schedule-image-fetching): Change function argument to only
6061         get one image at a time, not a list.
6062         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6063         cache.
6064         (gnus-html-get-image-data): New function to retrieve image data from
6065         cache.
6066         (gnus-html-put-image): Change buffer argument to use image data rather
6067         than file, and place image above region rather than inserting a new
6068         one.  Do not take alt-text as argument, since it's useless now: we place
6069         the image above alt-text.
6070         (gnus-html-prune-cache): Remove.
6071         (gnus-html-show-images): Start to fetch image when we find one, do not
6072         push into a temporary list.
6073         (gnus-html-prefetch-images): Only fetch image if they have expired.
6074         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6075         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6076
6077 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6078
6079         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6080
6081 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082
6083         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6084         spec inser "*" if the group isn't active instead of 0.
6085
6086         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6087         opening the server.
6088         (nnimap-request-delete-group): Implement group deletion.
6089         (nnimap-transform-headers): Return the size of the entire message in
6090         the Bytes header, not just the size of the first part.
6091         (nnimap-request-move-article): When moving an article from nnimap,
6092         request the article first so the accepting form has an article to
6093         accept.  Reported by Dan Christensen.
6094         (nnimap-command): Make sure that the error message doesn't error out.
6095
6096 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6097
6098         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6099         we haven't requested anything.
6100
6101 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6104         "".  Fix found by Andrew Cohen.
6105
6106         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6107         instead of -encode-string.
6108
6109 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6112
6113         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6114         by mm-subst-char-in-string.
6115
6116 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117
6118         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6119         waiting for the connection string.
6120
6121         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6122         arriving.
6123
6124         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6125         bogus characters.  This allows selecting certain Gmail groups.
6126
6127         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6128         (nnimap-fetch-partial-articles): New variable.
6129         (nnimap-open-connection): When looking for credentials, also use the
6130         nnimap-server-port.
6131         (nnimap-request-article): Return the group/article number, so that Gnus
6132         `^' works as expected.
6133         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6134
6135         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6136         comments.
6137         (gnus-methods-sloppily-equal): New function.
6138         (gnus): When using the development version of Gnus, load the gnus-load
6139         file.
6140
6141         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6142         `gnus-open-server' on each method before trying to scan them etc.
6143         This ensures that all the backend parameters are set correctly.
6144
6145         * nnimap.el (nnimap-authenticator): New variable.
6146         (nnimap-open-connection): Allow anonymous login.
6147         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6148         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6149
6150         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6151         patch, found by Knut Anders Hatlen.
6152
6153 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6154
6155         * gnus-agent.el (gnus-agent-batch-confirmation)
6156         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6157         to gnus-message.
6158         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6159         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6160         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6161         * gnus-int.el (gnus-open-server): Likewise.
6162         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6163         (gnus-score-check-syntax): Likewise.
6164         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6165         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6166         Likewise.
6167         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6168
6169 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6170
6171         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6172         calling conventions so that prefetch doesn't bug out.
6173
6174 2010-09-19  Julien Danjou  <julien@danjou.info>
6175
6176         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6177         rather than `subst-char-in-region' in order to be able to replace ASCII
6178         char by UTF-8 ones.
6179
6180         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6181         than curl.
6182         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6183         the right URL and ALT text on images.
6184         (gnus-html-wash-tags): Fix tag case.
6185         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6186         (gnus-article-html): Add -o display_ins_del=2 option.
6187         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6188
6189 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6192         the extra mail headers, which sometimes seem to happen for unknown
6193         reasons.
6194
6195         * mail-parse.el (mail-header-encode-parameter): Define as
6196         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6197         (or most, perhaps?) mail readers don't understand the latter, but do
6198         understand the former.
6199
6200         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6201         to nil, so that no methods are automatically agentized.  I think this
6202         is probably what most users want.
6203
6204         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6205         from url-retrieve, for instance about invalid URLs.
6206
6207         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6208         groups that have no articles.
6209         (nnimap-request-article): Check that we really got an article when we
6210         requested one.
6211
6212         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6213         doesn't exist.
6214
6215         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6216         nntp buffer so the agent can save it.
6217         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6218         that CRLF doesn't get translated to \n.
6219         (nnimap-open-connection): Don't make 'shell commands only send \n.
6220
6221 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6222
6223         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6224         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6225         Update var name.
6226         (nnml-generate-nov-file): Use dolist.
6227         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6228         Use with-current-buffer.
6229
6230 2010-09-18  Julien Danjou  <julien@danjou.info>
6231
6232         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6233         parallel.
6234
6235 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6238         the range update right.
6239         (nnimap-request-group): Don't make `M-g' bug out on group with no
6240         marks.
6241         (nnoo): Require, so that other packages can require nnimap.
6242         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6243         command we're looking for.  This helps when the server sends more
6244         responses after we've gotten everything we expected.
6245         (nnimap): Add a `newlinep' field to keep track of end-of-line
6246         conventions.
6247         Don't send CRLF to things that don't want it.
6248         (nnimap-request-accept-article): Ditto.
6249
6250 2010-09-18  Julien Danjou  <julien@danjou.info>
6251
6252         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6253         than curl to retrieve images.
6254
6255 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6258         the marks.
6259         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6260         (nnimap-wait-for-connection): New function.
6261         (nnimap-open-connection): If we have PREAUTH, don't query for login
6262         credentials.
6263         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6264         when doing a partial update.
6265
6266 2010-09-18  Julien Danjou  <julien@danjou.info>
6267
6268         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6269         tags.
6270
6271 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * nnimap.el (nnimap-credentials): New function.
6274         (nnimap-open-connection): Use the new function to look for credentials
6275         also on the numeric equivalents of "imap" and "imaps".
6276
6277         * gnus-start.el (gnus-activate-group): Send the info to
6278         gnus-request-group.
6279
6280         * nnimap.el (nnimap-request-group): Have the "check" version of the
6281         function parse flags and update the info, so that a `M-g' get a total
6282         resync of all flags from the group.
6283
6284         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6285         to allow backends to alter the info on group selection.  Also alter all
6286         the backend -request-group functions to take the parameter.
6287
6288         * nnimap.el (nnimap-store-info): New function.
6289         (nnimap-update-info): Store the info for later usage.
6290         (nnimap-request-group): Use the stored info for the dont-check case, so
6291         that we don't retrieve all marks when we enter a group.
6292
6293         * nnimap.el: Use deffoo instead of defun for interface functions.
6294
6295         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6296         update the group info.  This makes the nndraft groups, for instance, go
6297         back to their old behaviour.
6298
6299         * gnus-sum.el (gnus-select-newsgroup): Indent.
6300
6301         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6302         in.
6303         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6304         nothing.
6305
6306         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6307         from methods that are denied.
6308
6309         * gnus-int.el (gnus-method-denied-p): New function.
6310
6311         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6312         store the password instead of netrc.
6313         (nnimap-open-connection): Don't error out when we can't make a
6314         connections.
6315
6316         * auth-source.el (auth-source-create): In the password prompt, say what
6317         we're querying for.  Also prompt for user name if that hasn't been
6318         given.
6319
6320         * nnimap.el (nnimap-with-process-buffer): Remove.
6321
6322 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6325         method when we're reading from the agent.
6326
6327         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6328
6329         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6330         that's probably most useful for users.
6331
6332         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6333         "failed" all the time.
6334
6335         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6336         ...)) with (with-current-buffer ... ).
6337
6338         * nntp.el (nntp-open-server): Return whether the open was successful or
6339         not.
6340
6341         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6342         select an unread unseen article first.
6343
6344         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6345         /etc/services, supply some sensible port defaults.
6346
6347         * dgnushack.el: Define netrc-credentials.
6348
6349 2010-09-17  Julien Danjou  <julien@danjou.info>
6350
6351         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6352
6353 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6354
6355         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6356         doesn't have any parameters.
6357
6358 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6361         only upcased checks.
6362
6363         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6364
6365         * nnimap.el (nnimap-open-shell-stream): New function.
6366         (nnimap-open-connection): Use it.
6367         (nnimap-transform-headers): Get the number of lines in each message.
6368         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6369         number of lines.
6370         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6371         problem.
6372
6373         * utf7.el (utf7-encode): Autoload.
6374
6375         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6376         to allow the mail splitting to not return a default group.  This is
6377         useful for nnimap, which will leave unmatched mail in the inbox.
6378
6379         * nnimap.el: Rewritten.
6380
6381         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6382         nnimap usage.
6383
6384         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6385         if the move is internal, so that nnimap can do fast internal moves.
6386
6387         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6388         data.
6389         (gnus-read-active-for-groups): Support finishing the early retrieval of
6390         data.
6391
6392         * gnus-range.el (gnus-range-nconcat): New function.
6393
6394         * gnus-int.el (gnus-finish-retrieve-group-infos)
6395         (gnus-retrieve-group-data-early): New functions.
6396
6397 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6398
6399         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6400         (nnrss-retrieve-groups):
6401         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6402         (pop3-quit): Use with-current-buffer.
6403
6404 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6407         instead of nnheader-accept-process-output.
6408
6409         * dgnushack.el (dgnushack-compile): Add comment.
6410
6411         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6412
6413         * gnus-html.el (gnus-html-schedule-image-fetching)
6414         (gnus-html-prefetch-images): Replace process-kill-without-query by
6415         gnus-set-process-query-on-exit-flag.
6416
6417 2010-09-16  Romain Francoise  <romain@orebokech.com>
6418
6419         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6420
6421 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6424         parameter to unintern is mandatory-ish in Emacs 24.
6425
6426         * gnus-html.el (gnus-html-schedule-image-fetching)
6427         (gnus-html-prefetch-images): Check for curl before using it.
6428
6429         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6430         depend on curl, which isn't essential.
6431
6432         * imap.el: Revert back to version
6433         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6434         seem problematic.
6435
6436 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6437
6438         * gnus-registry.el (gnus-registry-install-shortcuts):
6439         Explicitly pass `obarray' to `unintern' to avoid a warning.
6440
6441 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6444         change.
6445
6446         * nnrss.el (nnrss-request-list): Remove this function and related
6447         functions, including the moreover stuff.
6448
6449 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * nnrss.el (nnrss-retrieve-groups): New function.
6452
6453 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6454
6455         * .dir-locals.el: Add no-byte-compile cookie.
6456
6457 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * time-date.el (format-seconds): Comment fix.
6460
6461         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6462         for back end that doesn't support request-scan.
6463
6464 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6465
6466         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6467         then do request scans from the backends.
6468
6469         * netrc.el (netrc-credentials): New conveniency function.
6470
6471         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6472         avoid running a hook per line, since this takes a lot of time,
6473         profiling shows.
6474         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6475         directly if gnus-visual-p is true.
6476
6477 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6480         groups; replace mapcar with dolist which is a bit faster; pass groups
6481         info to gnus-read-active-file-1.
6482         (gnus-read-active-file-1): Scan only specified groups if the new
6483         optional arg `infos' is given.
6484
6485 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6486
6487         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6488
6489         * pop3.el (pop3-movemail): Remove.
6490         (pop3-streaming-movemail): Rename to pop3-movemail.
6491
6492         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6493         don't restrict end-tag searches to the end of the line.
6494
6495 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6498         articles of every unchecked group to t, which means unknown since the
6499         server has never been opened.
6500
6501 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * gnus-html.el (gnus-html-show-alt-text): New command.
6504         (gnus-html-browse-image): Ditto.
6505         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6506         to browse the image directly.
6507         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6508         better.
6509
6510         * gnus-async.el (gnus-async-article-callback):
6511         Call `gnus-html-prefetch-images' unconditionally.
6512
6513         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6514         before feeding URLs to curl.
6515
6516 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6519         internal images as deletable by `W D D'.
6520
6521         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6522         (gnus-async-article-callback): Fix typo.
6523
6524 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525
6526         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6527         current line to work around bugs in the output from w3m.
6528
6529         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6530         for groups that want that.
6531
6532         * nntp.el (nntp-wait-for-string): Supply a timeout for
6533         accept-process-output to ensure progress.
6534
6535         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6536         level to get unread articles from, then use that for foreign groups,
6537         too.
6538
6539         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6540         confuses the rest of the function.
6541
6542         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6543         for the methods that support -retrieve-groups, too.
6544
6545         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6546
6547 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6550         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6551
6552         * pop3.el: Require cl when compiling.
6553         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6554
6555 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6558         that aren't going to be activated.
6559         (gnus-get-unread-articles): Fix up the last commit.
6560
6561         * gnus-html.el (gnus-article-html): Allow calling without specifying
6562         the handle.  In that case, dissect the buffer first.
6563
6564         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6565
6566         * nnimap.el (nnimap-open-connection): Revert the change that would look
6567         into authinfo for imaps instead of imap.
6568
6569         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6570         say that you don't want to call gnus-request-group with don-check, but
6571         do check the reponse.  This is for virtual groups only.
6572         (gnus-get-unread-articles): Count the archive groups as secondary, so
6573         that they're activated the same way as before.
6574
6575         * imap.el (imap-message-map): Removed optional buffer parameter, since
6576         no callers use it.
6577         (imap-message-get): Ditto.
6578         (imap-message-put): Ditto.
6579         (imap-mailbox-map): Ditto.
6580         (imap-mailbox-put): Ditto.
6581         (imap-mailbox-get): Ditto.
6582         (imap-mailbox-get): Revert last change for this function.
6583
6584         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6585         case-insensitively.
6586         (nnimap-debug): Remove.
6587
6588         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6589         callers to use `imap-fetch' instead.  According to the comments, this
6590         should be safe, since all other IMAP clients use the 1:* syntax.
6591         (imap-enable-exchange-bug-workaround): Remove.
6592         (imap-debug): Remove -- doesn't seem very useful.
6593
6594         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6595         mail from a file, and the file doesn't exist.
6596
6597         * imap.el (imap-log): New convenience function used throughout instead
6598         of repeating the same code all over the place.
6599
6600         * pop3.el (pop3-streaming-movemail): Return t for success.
6601
6602         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6603         .authinfo if we're using ssl connection.
6604
6605         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6606         already have if we're in a main Gnus `g' run.
6607
6608         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6609
6610 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6613
6614         * nnmh.el (nnmh-request-list-1): Bind `file'.
6615
6616         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6617         alias to set-process-query-on-exit-flag or process-kill-without-query.
6618         (pop3-open-server): Use it.
6619
6620 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621
6622         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6623         box to the Incoming file.  Fixes mistake in previous checkin.
6624
6625         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6626         request loop (for debugging purposes) removed.
6627
6628         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6629         culprit is more visible.
6630         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6631         (nnml-add-incremental-nov): New functions to do "incremental" nov
6632         updates, where we just append to the end of the existing nov files
6633         without reading/writing them in full.
6634
6635         * mail-source.el (mail-source-delete-crash-box): Really only check the
6636         incoming files once in a while.
6637
6638         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6639
6640         * mail-source.el (mail-source-delete-crash-box): Only check the
6641         incoming files for deletion once per day to save a lot of file
6642         accesses.
6643
6644         * pop3.el (pop3-logon): Fix up unbound variable typo.
6645
6646         * mail-source.el (pop3-streaming-movemail): Autoload.
6647
6648         * pop3.el (pop3-streaming-movemail):
6649         Respect pop3-leave-mail-on-server.
6650
6651         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6652         retrieval.
6653
6654         * pop3.el (pop3-process-filter): Remove unused function.
6655         (pop3-streaming-movemail, pop3-send-streaming-command)
6656         (pop3-wait-for-messages, pop3-write-to-file)
6657         (pop3-number-of-responses): New functions for streaming pop3
6658         retrieval.
6659
6660         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6661         come from no known methods.
6662         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6663         list.
6664
6665         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6666         message sizes.
6667         (pop3-movemail): Use erase-buffer instead of looping and deleting
6668         regions, which seems rather odd.
6669
6670         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6671         file once per `g' run.
6672
6673         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6674         directories.  This makes the draft queue directory work.
6675
6676         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6677         data from the backends, so that we only request the list of groups from
6678         each method once.  This should speed things up considerably.
6679
6680         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6681         detect that it's not implemented.
6682
6683         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6684         we actually do recurse down into the tree, but don't stat all leaf
6685         nodes.
6686
6687         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6688         then say so instead of bugging out.
6689
6690         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6691         files exist before trying to read them.
6692
6693         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6694         around <pre_int>.
6695
6696         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6697
6698         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6699
6700 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * mm-util.el (mm-image-load-path): Just return the image directories,
6703         not all directories in the path in addition to the image directories.
6704         (mm-image-load-path): Maintain a cache of the image directories so that
6705         the `g' command in Gnus doesn't have to stat dozens of directories each
6706         time.
6707
6708         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6709         (gnus-html-wash-tags): Add a new `i' command to insert images.
6710         (gnus-html-insert-image): New command and keystroke.
6711         (gnus-html-redisplay-with-images): New command and keystroke.
6712         (gnus-html-show-images): Rename command.
6713         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6714         spacers.
6715         (gnus-html-wash-tags): Decode entities at the end, so that entities
6716         inside the tags don't mess up the rest of the "parsing".
6717
6718         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6719         so that nnimap methods aren't agentized by default.  There's apparently
6720         many problems related to agent/imap behaviour.
6721
6722         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6723
6724         * gnus-html.el: Doc fix.
6725
6726 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6729         specifier-spec-list for Emacs 21.
6730
6731         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6732         glyph-width and glyph-height instead of display-graphic-p and
6733         image-size; make avoidance of displaying small images work for XEmacs.
6734
6735         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6736         for XEmacs.
6737
6738         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6739         of symbol that holds plist data.
6740         (gnus-process-plist): Remove plist of process after getting it.
6741
6742 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * message.el (message-generate-hashcash): Change default to
6745         'opportunistic if hashcash is installed.
6746
6747         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6748         (gnus-html-put-image): Only call image-size once, since it's somewhat
6749         time-consuming on remote X servers.
6750
6751 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6754         type on data, not a file name.
6755
6756         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6757         window-pixel-edges for Emacs 21.
6758
6759         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6760         decoded contents.
6761         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6762
6763 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6764
6765         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6766         group line format, since it isn't very interesting.
6767
6768         * gnus-agent.el (gnus-agent-short-article),
6769         (gnus-agent-long-article): Increase values for these two variables,
6770         since most people are likely to have more network connection and
6771         storage than before.
6772
6773         * gnus.el (gnus-refer-article-method): Change default to 'current.
6774         When referring an article, the common behaviour is to refer it from the
6775         current select method, not the native select method.  The chances of
6776         the native select method having the message in question is rather slim
6777         these days.
6778
6779         * gnus-sum.el (gnus-auto-select-subject): Change default to
6780         `unseen-or-unread'.  I think it's likely that most people want to
6781         select an unseen article over a previously seen, but unread one.
6782
6783         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6784         means that in the article buffer none of the minor mode elements will
6785         be shown, usually, and this is not desirable in most cases.
6786
6787         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6788         that commands like `d' (and the like) go to the next line in the
6789         buffer, instead of the next unread article.  I think this is the
6790         behaviour that is most natural for most users.
6791         (gnus-single-article-buffer): Change default to nil, so that people can
6792         have as many article buffers open as they have summary buffer.  I think
6793         this is the most natural way for the groups to behave.
6794
6795         * message.el (message-generate-new-buffers): Change default to
6796         `unsent', so that all new message buffers start their names with the
6797         string "*unsent", and it's easier to find the buffers if you move from
6798         them.
6799
6800 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6803         small.  They're probably tracking images.
6804         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6805         (gnus-html-rescale-image): Yet another try at getting the image sizing
6806         right.
6807
6808         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6809         nntp-marks-file-name is nil.
6810
6811 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * gnus-html.el (gnus-html-wash-tags)
6814         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6815         Better logging.
6816
6817 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818
6819         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6820
6821         * gnus-html.el (gnus-html-wash-tags): Check the value of
6822         gnus-blocked-images in the summary buffer.
6823
6824 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6825
6826         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6827
6828 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6829
6830         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6831         like "a", it seems like.
6832         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6833         since it needs to be picked from the correct buffer.
6834
6835         * nnwfm.el: Remove.
6836
6837         * nnlistserv.el: Remove.
6838
6839 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6842         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6843
6844 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * nnkiboze.el: Remove.
6847
6848         * nndb.el: Remove.
6849
6850         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6851         alt text.
6852         (gnus-html-rescale-image): Try to get the rescaling logic right for
6853         images that are just wide and not tall.
6854
6855         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6856         overshadow variable bindings.
6857
6858 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6859
6860         * gnus-html.el (gnus-html-wash-tags)
6861         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6862         Add extra logging.
6863
6864 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6867         (gnus-max-image-proportion): New variable.
6868         (gnus-html-rescale-image): New function.
6869         (gnus-html-put-image): Rescale images.
6870
6871 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6872
6873         Fix up some byte-compiler warnings.
6874         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6875         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6876         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6877         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6878         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6879         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6880         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6881
6882 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-html.el (gnus-article-html): Decode contents by charset.
6885
6886 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6889         (gnus-html-frame-width, gnus-blocked-images)
6890         * message.el (message-prune-recipient-rules): Add custom version.
6891         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6892
6893         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6894         functions.
6895
6896         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6897         gnus-process-get.
6898
6899 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6900
6901         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6902         instead of lsub directly.
6903
6904 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * nnwarchive.el: Remove.
6907
6908         * gnus-soup.el: Remove.
6909
6910         * nnsoup.el: Remove.
6911
6912         * nnultimate.el: Remove.
6913
6914         * gnus-html.el (gnus-blocked-images): New variable.
6915
6916         * message.el (message-prune-recipients): New function.
6917         (message-prune-recipient-rules): New variable.
6918
6919         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6920         guess whether a long line is natural text or not.
6921
6922         * gnus-html.el (gnus-html-schedule-image-fetching):
6923         Use gnus-process-plist and friends for compatibility.
6924
6925 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6926
6927         * gnus-html.el: Require packages that define macros used in this file.
6928         (gnus-article-mouse-face): Declare to silence byte-compiler.
6929         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6930         process-get.
6931         (gnus-html-put-image): Use plist-get to avoid getf.
6932         (gnus-html-prefetch-images): Use with-current-buffer.
6933
6934 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-ems.el: Provide compatibility functions for
6937         gnus-set-process-plist.
6938
6939         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6940         header-line-format for XEmacs 21.4.
6941
6942         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6943         * gnus.el (gnus-valid-select-methods)
6944         * message.el (message-send-mail-partially-limit)
6945         * mm-decode.el (mm-text-html-renderer)
6946         * mml.el (mml-insert-mime-headers-always)
6947         * smiley.el (smiley-regexp-alist): Bump custom version.
6948
6949 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * gnus-html.el: require mm-url.
6952         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6953         with the url to `url'.
6954         (gnus-html-wash-tags): Support cid: URLs/images.
6955
6956 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6959         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6960         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6961
6962         * gnus-move.el: Remove file, since it doesn't really work.
6963
6964         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6965         UTF-8.  This seems to fix problems with some German web feeds.
6966
6967         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6968         at the top so that the proper colours are applied.
6969
6970         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6971         don't have dots in their names.
6972
6973         * gnus-art.el (gnus-article-view-part): Doc fix.
6974
6975         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6976         XEmacs-compatible.
6977         (gnus-html-put-image): Don't do images on non-graphic displays.
6978
6979         * nnslashdot.el: Remove this unused backend.
6980
6981         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6982         actions.
6983         (gnus-undo-register-1): Revert last change.
6984
6985         * gnus-group.el (gnus-group-completing-read): Protect against not
6986         having completion-styles bound.
6987
6988         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6989         make broken recipients happier.
6990
6991         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6992
6993         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6994         point parameter.
6995
6996         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6997
6998         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6999         completion-styles for group selection.
7000
7001 2009-02-04  Andreas Schwab  <schwab@suse.de>
7002
7003         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7004         headers and regexp-quote the match if necessary.
7005
7006 2009-03-24  Miles Bader  <miles@gnu.org>
7007
7008         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7009         the blinking smiley.
7010
7011 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7012
7013         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7014         blink smiley.
7015
7016 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7017
7018         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7019         where the dribbel file lives exists.
7020
7021         * message.el (message-send-mail-partially-limit): Change the default to
7022         nil, since most people don't want this.
7023
7024         * mm-url.el (mm-url-decode-entities): Also decode entities like
7025         &#x3212.
7026
7027 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7028
7029         * gnus-sum.el (gnus-summary-idna-message):
7030         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7031         Hyperlink urls in docstrings with URL `...'.
7032
7033 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7034
7035         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7036         functions.
7037
7038 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7039
7040         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7041         say what the mouseover text should be.
7042
7043         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7044         version of the mm-w3m-safe-url-regexp variable to only download images
7045         in the groups where we want that to happen.
7046
7047         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7048
7049         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7050         easier debugging.
7051         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7052         big pictures in the article buffer.
7053
7054         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7055         gnus-article-html.
7056         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7057         w3m.
7058
7059         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7060
7061 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7062
7063         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7064         which doesn't exist.
7065
7066         * message.el (message-inhibit-ecomplete): New variable to allow some
7067         function to inhibit ecomplete address storage.
7068         (message-resend): Disable ecomplete message storage when resending
7069         messages.
7070
7071         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7072
7073 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7076         Save excursion while copying, moving, and deleting articles in order to
7077         prevent the cursor from jumping to unforeseen place.
7078
7079 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * lpath.el: No need to bind bookmark-current-buffer,
7082         bookmark-yank-point and bookmark-make-record-function.
7083
7084 2010-08-17  Glenn Morris  <rgm@gnu.org>
7085
7086         * gnus-sync.el: Require gnus components whose functions are used.
7087
7088         * gnus-art.el (bookmark-make-record-function):
7089         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7090         Declare for compiler.
7091
7092         * mm-url.el (mml-compute-boundary): Autoload.
7093
7094 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7097
7098 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         Typo fix "hoo4a" -> "hook".
7101
7102         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7103
7104 2010-08-14  Glenn Morris  <rgm@gnu.org>
7105
7106         * gnus-sync.el (gnus-sync): Fix defgroup version.
7107
7108 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7111
7112         * gnus-sync.el: Fix docs.
7113         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7114         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7115
7116 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7117
7118         Optimizations for gnus-sync.el.
7119
7120         * gnus-sync.el: Add docs about gnus-sync-backend
7121         possibilities.
7122         (gnus-sync-save): Remove unnecessary message.
7123         (gnus-sync-read): Optimize and show what groups were skipped.
7124
7125 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7126
7127         Minor bug fixes for gnus-sync.el.
7128
7129         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7130         Don't read the sync on get-new-news.
7131
7132         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7133         quiet.
7134
7135         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7136         (fix typo).
7137
7138 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7139
7140         Make saving and restoring of hidden threads work with overlays.
7141         Patch applied by Ted Zlatanov.
7142
7143         * gnus-sum.el (gnus-hidden-threads-configuration)
7144         (gnus-restore-hidden-threads-configuration): Update to deal with text
7145         properties, rather than searching for a magic character.
7146
7147 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7148
7149         New gnus-sync.el library for synchronization of marks.
7150
7151         * gnus-sync.el: New library for synchronization of marks.
7152
7153         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7154         renamed from `gnus-registry-grep-in-list'.
7155
7156         * gnus-registry.el (gnus-registry-follow-group-p):
7157         Use `gnus-grep-in-list'.
7158
7159         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7160
7161 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7164         determining charset of text fails.
7165
7166 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * nnmail.el (nnmail-get-new-mail-1): Revert.
7169
7170         * nnml.el (nnml-active-number): Make sure names of newly created groups
7171         in nnml-group-alist are encoded.
7172
7173 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7176         containing non-ASCII characters in active file for nnml back end.
7177
7178 2010-07-24  David Engster  <dengste@eml.cc>
7179
7180         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7181         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7182
7183 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7184
7185         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7186         tag (Bug#6654).
7187
7188 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7191         the article buffer, not the summary buffer.
7192
7193 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7196         Emacs 23 as well.
7197
7198 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7201         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7202
7203 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7204
7205         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7206         Patch applied by Karl Fogel.
7207
7208         * gnus-sum.el (gnus-summary-bookmark-make-record):
7209         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7210
7211 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7212
7213         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7214         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7215         C-w still not working correctly from Article buffers; Thierry's
7216         patch to fix that will be applied after this.
7217
7218         * gnus-art.el (bookmark-make-record-function): New local variable.
7219
7220         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7221         article buffer.
7222         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7223
7224 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7225
7226         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7227         on changes in bookmark.el.
7228
7229 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7232         `no-log' instead of message not to log prompt string.
7233
7234 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7235
7236         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7237         the *other* type of HTML form submission.
7238
7239 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7240
7241         * auth-source.el (auth-source-pick): If choice does not contain a
7242         questioned keyword, set the check to t.
7243
7244 2010-06-12  Romain Francoise  <romain@orebokech.com>
7245
7246         * gnus-util.el (gnus-date-get-time): Move up before first use.
7247
7248 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7251         (gnus-article-edit-part): Bind it to make last part that is substituted
7252         or deleted visible.
7253         (gnus-mime-display-single): Buttonize part of which id equals to
7254         gnus-mime-buttonized-part-id.
7255
7256 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7257
7258         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7259         (gnus-dd-mmm): Use gnus-date-get-time.
7260         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7261         simplify logic.
7262         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7263         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7264
7265 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7266
7267         * auth-source.el (top): Autoload `secrets-list-collections',
7268         `secrets-create-item', `secrets-delete-item'.
7269         (auth-sources): Fix tag string.
7270         (auth-get-source, auth-source-retrieve, auth-source-create)
7271         (auth-source-delete): New defuns.
7272         (auth-source-pick): Rewrite in order to avoid 2 passes.
7273         (auth-source-forget-user-or-password): New parameter USERNAME.
7274         (auth-source-user-or-password): New parameters CREATE-MISSING and
7275         DELETE-EXISTING.  Retrieve password interactively, if needed.
7276
7277 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7278
7279         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7280         deleting unused directories when gnus-expert-user is t.
7281
7282 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7285         for each temp file when gnus-article-browse-delete-temp is ask.
7286
7287 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7288
7289         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7290         Replace Lisp calls to delete-backward-char by calls to delete-char.
7291
7292 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7293
7294         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7295
7296 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7297
7298         * password-cache.el (password-cache-remove): Fix docstring.
7299
7300 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7303         article unless decoding article to be saved.
7304
7305 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7308         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7309         generated within the mm-with-unibyte-current-buffer macro.
7310
7311 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7314         to nil when we're in a mml-preview buffer and no group is selected.
7315
7316 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7317
7318         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7319         when catching the `C-g'.  Reported by "Leo".
7320
7321 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * message.el (message-forward-make-body-plain)
7324         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7325         multibyte-string-p.
7326
7327         * lpath.el: Revert.
7328
7329 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * message.el (message-forward-make-body-mml): Assume original message
7332         is multibyte string; error on unibyte.
7333         (message-forward-make-body-plain): Ditto; don't add excessive newline
7334         in body end.
7335
7336         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7337
7338 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7339
7340         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7341         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7342
7343 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * mm-extern.el (mm-extern-url): Don't use
7346         mm-with-unibyte-current-buffer.
7347         (mm-extern-cache-contents): Use with-current-buffer instead of
7348         save-excursion + set-buffer.
7349
7350 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * mm-util.el (mm-emacs-mule): Remove.
7353
7354 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7355
7356         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7357         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7358         change.
7359
7360 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7363         bind the default value of enable-multibyte-characters to nil.
7364
7365 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * message.el (message-forward-make-body-plain)
7368         (message-forward-make-body-mml):
7369         Don't use mm-with-unibyte-current-buffer.
7370
7371 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7372
7373         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7374
7375 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7376
7377         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7378         (Bug#5592).
7379
7380 2010-05-07  Julien Danjou  <julien@danjou.info>
7381
7382         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7383         it to mm-pipe-part.
7384
7385         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7386         it is given.
7387
7388 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * binhex.el (binhex-decode-region-internal)
7391         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7392         (dns-query)
7393         * nnweb.el (nnweb-gmane-search)
7394         * pgg-parse.el (pgg-parse-armor)
7395         * pgg.el (pgg-verify-region)
7396         * sha1.el (sha1-string-external)
7397         * uudecode.el (uudecode-decode-region-internal)
7398         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7399         XEmacs.
7400
7401         * gnus-art.el (gnus-article-browse-html-parts)
7402         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7403         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7404         make-temp-file.
7405
7406         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7407         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7408         compiling.
7409
7410         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7411         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7412         XEmacs when compiling.
7413
7414         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7415         gnus-pick-mode-off-hook for XEmacs when compiling.
7416         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7417         gnus-binary-mode-off-hook for XEmacs when compiling.
7418
7419         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7420         Return nil if char-charset is not available.
7421
7422         * imap.el (imap-disable-multibyte)
7423         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7424         macros.
7425
7426         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7427         instead of encode-coding-string.
7428
7429         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7430         'xemacs) instead of mm-emacs-mule to switch function definitions.
7431         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7432
7433         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7434         bind temporary-file-directory for XEmacs;
7435         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7436         timer-set-function for XEmacs 21.4 and SXEmacs;
7437         bind timer-list for XEmacs 21.4 and SXEmacs;
7438         fbind char-charset and find-charset-region for non-Mule XEmacs;
7439         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7440         encode-coding-region and encode-coding-string for XEmacs having no
7441         file-coding feature.
7442
7443 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7444
7445         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7446
7447 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7450         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7451
7452 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7453
7454         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7455         alias `jka-compr-delete-temp-file' no longer exists.
7456
7457 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7458
7459         Use define-minor-mode in Gnus where applicable.
7460         * mml.el (mml-mode): Use define-minor-mode.
7461         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7462         (gnus-undo-mode): Use define-minor-mode.
7463         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7464         (gnus-dead-summary-mode): Use define-minor-mode.
7465         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7466         Initialize in declaration.
7467         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7468         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7469         (gnus-mailing-list-mode): Use define-minor-mode.
7470         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7471         (gnus-draft-mode): Use define-minor-mode.
7472         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7473         (gnus-dired-mode): Use define-minor-mode.
7474
7475 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7476
7477         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7478         handles on recursive mml-to-mime translation and check them for
7479         boundary delimiter collisions.  Reported by Greg Troxel.
7480
7481 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7484
7485 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7486
7487         * mm-util.el (mm-find-buffer-file-coding-system):
7488         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7489
7490 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7491
7492         * message.el (message-generate-headers): Record insertion of optional
7493         headers as well.  Otherwise the check to prevent repeated insertion of
7494         optional headers is a no-op.
7495
7496 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7497
7498         * smime.el: Don't mention CVS.
7499
7500         * nnrss.el (nnrss-fetch): Don't mention CVS.
7501
7502         * nnir.el: Don't mention CVS.
7503
7504 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7505
7506         * gnus-sum.el (gnus-summary-bookmark-make-record):
7507         Add `location' field.
7508
7509 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * lpath.el: Fbind bookmark-default-handler,
7512         bookmark-get-bookmark-record, bookmark-make-record-default,
7513         bookmark-prop-get for Emacs <23 and XEmacs.
7514
7515 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7516
7517         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7518         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7519         Use with-current-buffer to silence the byte-compiler.
7520         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7521         bother to require `gnus'.
7522         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7523
7524 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7525
7526         * gnus-sum.el (gnus-summary-bookmark-make-record)
7527         (gnus-summary-bookmark-jump): New functions.
7528         (gnus-summary-mode): Setup bookmark support.
7529
7530 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7531
7532         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7533         if set.
7534
7535 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7538         gnus-article-browse-html-save-cid-image; make it work recursively for
7539         forwarded messages as well.
7540         (gnus-article-browse-html-parts): Work when prefix arg is given.
7541         (gnus-article-browse-html-article): Doc fix.
7542
7543 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7544
7545         * message.el (message-default-mail-headers):
7546         (message-default-headers): Carry the value mail-default-headers over
7547         into message-default-mail-headers, rather than message-default-headers.
7548
7549 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7550
7551         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7552         charset.
7553
7554         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7555         charset into the <meta> tag when the article is encoded to utf-8.
7556
7557 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * gnus-art.el (gnus-article-browse-delete-temp-files):
7560         Delete directories as well.
7561         (gnus-article-browse-html-parts): Work for images that do not specify
7562         file names; delete temp directory when quitting; insert header at the
7563         right place; use file: scheme for image files.
7564
7565 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7566
7567         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7568         (gnus-article-browse-html-parts): Use it to make temporary cid image
7569         files in addition to html file so that browser may display them.
7570
7571 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7574
7575 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7576
7577         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7578
7579 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7580
7581         * auth-source.el (auth-sources): Change default to be simpler.
7582         Explain about Secret Service API sources.  Improve Customize options.
7583         (auth-source-pick): Change to accept any number of search parameters.
7584         Implement fallbacks iteratively, not recursively.  Add scoring on the
7585         second pass and sort by score.  Call Secret Service API when needed.
7586         (auth-source-user-or-password): Use it.  Call Secret Service API
7587         directly when needed to get the user name and the password.
7588
7589 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7590
7591         * message.el (message-interactive): Doc fix.
7592         (message-qmail-inject-args): Reflow.
7593         (message-kill-to-signature): Fix typo in docstring.
7594
7595         * smiley.el (smiley-buffer): Fix typo in docstring.
7596
7597 2010-03-24  Glenn Morris  <rgm@gnu.org>
7598
7599         * mail-source.el (gnus-message): Declare.
7600         (mail-source-delete-old-incoming): Require gnus-util.
7601
7602 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7605
7606         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7607
7608         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7609         password-cache's default if it is not bound.
7610         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7611         password-cache-expiry's default if it is not bound.
7612
7613         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7614         available in Emacs 21.
7615
7616         * lpath.el: Suppress compiler warnings for:
7617         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7618         XEmacs;
7619         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7620         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7621         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7622
7623 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7624
7625         * auth-source.el (auth-sources): Fix up definition so extra parameters
7626         are always inline.
7627
7628 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7629
7630         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7631         wasn't updated after mismatch.  Clear cached mailbox info correctly
7632         when uidvalidity changes.
7633         (nnimap-group-prefixed-name): New function to avoid some code
7634         duplication.
7635         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7636         (nnimap-request-group): Use it.
7637         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7638         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7639         with many imap folders.  This is done by caching the group status from
7640         the imap server persistently in a group parameter `imap-status'.  (This
7641         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7642         but not persistently, so every Gnus startup was still very slow.)
7643
7644 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7645
7646         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7647         delete the extra newline.  Otherwise editing of :string and :number
7648         types don't work.
7649
7650 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7651
7652         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7653         secrets.el dependency.
7654         (auth-sources): Add optional user name.  Add secrets.el configuration
7655         choice (unused right now).
7656
7657 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7658
7659         * gnus-sum.el (gnus-summary-make-menu-bar):
7660         Let `gnus-registry-install-shortcuts' fill in the functions.
7661
7662         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7663         warnings.
7664         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7665         (gnus-registry-install-shortcuts): Populate and use it in a
7666         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7667
7668 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7669
7670         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7671         In-place substitutions for the group name encoding/decoding.
7672         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7673         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7674         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7675         (nnimap-update-unseen, nnimap-request-list)
7676         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7677         (nnimap-request-set-mark, nnimap-split-to-groups)
7678         (nnimap-split-articles, nnimap-request-newgroups)
7679         (nnimap-request-create-group, nnimap-request-accept-article)
7680         (nnimap-request-delete-group, nnimap-request-rename-group)
7681         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7682         `encoded-mbx' for consistency.
7683         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7684         variable `imap-current-mailbox'.
7685
7686         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7687         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7688
7689 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7690
7691         * pop3.el (pop3-display-message-size-flag): Display message size byte
7692         counts during POP3 download.
7693         (pop3-movemail): Use it.
7694         (pop3-list): Implement listing of available messages.
7695
7696 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7697
7698         * nnir.el (nnir-get-article-nov-override-function): New function to
7699         override the normal NOV retrieval.
7700         (nnir-retrieve-headers): Use it.
7701
7702 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7703
7704         * auth-source.el (netrc-machine-user-or-password): Autoload.
7705
7706 2010-03-19  Glenn Morris  <rgm@gnu.org>
7707
7708         Stop message.el from loading about 40 libraries it doesn't always need.
7709         The general approach is to autoload rather than require, and to
7710         require in the specific functions rather than the file.  (Bug#5642)
7711
7712         * gmm-utils.el: Don't require wid-edit.
7713         (widget-create-child-value, widget-convert, widget-default-get):
7714         Autoload.
7715
7716         * gnus-util.el: Don't require time-date, netrc.
7717         (message-fetch-field, gnus-group-name-decode): Declare rather than
7718         autoloading.
7719         (gnus-fetch-field): Require message.
7720         (gnus-decode-newsgroups): Require gnus-group.
7721
7722         * ietf-drums.el: Don't require time-date.
7723
7724         * message.el: Don't require hashcash, canlock, ecomplete.
7725         Do require mail-utils.  Require nnheader only when compiling.
7726         (smtpmail-default-smtp-server): Remove declaration.
7727         (message-send-mail-function): Check smtpmail-default-smtp-server
7728         is bound rather than requiring smtpmail.
7729         (message-auto-save-directory, message-insert-signature):
7730         Use expand-file-name rather than nnheader-concat.
7731         (nnheader-insert-file-contents): Autoload.
7732         (hashcash-wait-async): Declare.
7733         (message-send-mail): Only call gnus-setup-posting-charset if
7734         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7735         (message-send-mail-with-sendmail): Require sendmail.
7736         (canlock-password, canlock-password-for-verify): Declare.
7737         (message-canlock-password): Require canlock.
7738         (nnheader-get-report): Autoload.
7739         (gnus-setup-posting-charset): Declare.
7740         (message-send-news): Require gnus-msg.
7741         (message-make-references, message-make-in-reply-to): Use mail-header-id
7742         rather than the alias mail-header-message-id.
7743         (ecomplete-add-item, ecomplete-save): Declare.
7744         (message-put-addresses-in-ecomplete): Require ecomplete.
7745         (ecomplete-display-matches): Autoload.
7746
7747         * mm-decode.el: Don't require mailcap, gnus-util.
7748         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7749         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7750         Autoload.
7751         (mailcap-mime-extensions): Declare.
7752
7753         * mm-encode.el: Don't require mailcap.
7754         (mailcap-extension-to-mime): Autoload.
7755
7756         * mml-sec.el: Don't require password-cache.
7757
7758         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7759         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7760         (mml-minibuffer-read-type): Require mailcap.
7761         (mml-preview): Require gnus-msg.
7762
7763         * mml1991.el: Require password-cache.
7764         (password-cache-expiry): Remove declaration.
7765
7766         * mml2015.el: Require password-cache.
7767         (password-cache-expiry): Remove declaration.
7768
7769         * nneething.el (mailcap): Require mailcap.
7770
7771         * nnheader.el (declare-function): Add compatibility stub.
7772         (message-remove-header): Declare rather than autoload.
7773         (nnheader-replace-header): Require message.
7774
7775         * nnimap.el (declare-function): Add compatibility stub.
7776         (netrc-parse, netrc-machine-user-or-password): Declare.
7777         (nnimap-open-connection): Require netrc.
7778
7779         * nntp.el (declare-function): Add compatibility stub.
7780         (netrc-parse, netrc-machine, netrc-get): Declare.
7781         (nntp-send-authinfo): Require netrc.
7782
7783         * rfc2047.el: Don't require qp.
7784         (quoted-printable-encode-region, quoted-printable-decode-string):
7785         Autoload.
7786
7787         * sieve-mode.el: Don't require easymenu.
7788         (easy-menu-add-item): Autoload it.
7789
7790         * spam-stat.el (time-to-number-of-days): Autoload it.
7791
7792 2010-03-19  Glenn Morris  <rgm@gnu.org>
7793
7794         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7795
7796 2010-03-18  Glenn Morris  <rgm@gnu.org>
7797
7798         * hashcash.el (declare-function): Remove duplicate definition.
7799
7800 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7801
7802         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7803         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7804         value if any backslash escapes).
7805
7806 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7809         if it is available.  (bug#5647)
7810
7811         * lpath.el: Suppress compiler warning for coding-system-from-name for
7812         Emacs 21 and XEmacs.
7813
7814 2010-03-14  Juri Linkov  <juri@jurta.org>
7815
7816         * hmac-def.el:
7817         * hmac-md5.el:
7818         * netrc.el: Fix keywords.
7819
7820 2010-02-26  Glenn Morris  <rgm@gnu.org>
7821
7822         * message.el (message-send-mail-function): Change the default, so that
7823         it inherits from a customized send-mail-function.  (Bug#5643)
7824
7825 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7826
7827         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7828         shell-command-to-string signals an error (bug#5299).
7829
7830 2010-02-24  Glenn Morris  <rgm@gnu.org>
7831
7832         * message.el (message-smtpmail-send-it)
7833         (message-send-mail-with-mailclient): Doc fixes.
7834
7835 2010-02-16  Glenn Morris  <rgm@gnu.org>
7836
7837         * message.el (message-default-mail-headers): Change the default value
7838         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7839
7840 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7843         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7844
7845 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7846
7847         * time-date.el (date-to-time): Doc fix (Bug#5408).
7848
7849 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7850
7851         * message.el (message-mail): Just pass yank-action on to message-setup.
7852         (message-setup): Handle (FUN . ARGS) form of yank-action.
7853         (message-with-reply-buffer, message-widen-reply)
7854         (message-yank-original): Handle non-buffer values of
7855         message-reply-buffer (Bug#4080).
7856         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7857
7858 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7859
7860         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7861         Fix typo in docstring.
7862
7863 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7864
7865         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7866         response.
7867
7868 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7871
7872         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7873
7874         * message.el (message-check-news-header-syntax): Protect against a
7875         string that `rfc822-addresses' returns when parsing fails.
7876
7877 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7880         (gnus-previous-char-property-change): New functions.
7881
7882         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7883
7884 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7885
7886         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7887         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7888
7889 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7890
7891         * message.el (message-exchange-point-and-mark): Rework last change to
7892         avoid using optional arg of exchange-point-and-mark, for backward
7893         compatibility.
7894
7895 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7896
7897         * message.el (message-exchange-point-and-mark):
7898         Call exchange-point-and-mark with an argument rather than setting
7899         mark-active by hand (Bug#5175).
7900
7901 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * nntp.el (nntp-service-to-port): Work for service expressed with
7904         numeric string; replace [:digit:] with [0-9] for XEmacs.
7905
7906 2009-12-17  Glenn Morris  <rgm@gnu.org>
7907
7908         * gnus-group.el (gnus-bug-group-download-format-alist):
7909         Change emacs entry to debbugs.gnu.org.  Bump :version.
7910
7911 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7914
7915 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * message.el (message-info): Explain why we use `Info-goto-node'.
7918
7919 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7922
7923 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7924
7925         * message.el (message-completion-in-region): New compatibility function.
7926         (message-expand-group): Use it.
7927
7928 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7931         with no unread article should be listed if the 2nd arg `predicate' is
7932         given.
7933
7934 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7937
7938 2009-11-29  Juri Linkov  <juri@jurta.org>
7939
7940         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7941         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7942         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7943
7944 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7945
7946         * sha1.el (sha1-string-external): default-directory "/" in case
7947         otherwise non-existent.  process-connection-type pipe for touch of
7948         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7949
7950 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7951
7952         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7953         it's comms related and sgml-mode.el has "comm" on that basis too.
7954
7955 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7958         containing tspecial characters if they have been already quoted.
7959
7960 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7961
7962         * dns-mode.el (auto-mode-alist): Purecopy string.
7963
7964 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7965
7966         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7967
7968 2009-10-24  Glenn Morris  <rgm@gnu.org>
7969
7970         * gnus-art.el (help-xref-stack-item): Define for compiler.
7971
7972 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7973
7974         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7975
7976 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7979
7980 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7983         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7984
7985 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7988         (gnus-overlays-in): New alias to overlays-in.
7989
7990         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7991         gnus-overlay-get, and gnus-delete-overlay.
7992         (gnus-summary-show-thread): Make it work as well for systems in which
7993         next-single-char-property-change is not available.
7994         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7995
7996         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7997         (gnus-overlay-get): New alias to extent-property.
7998         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7999
8000         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8001         SXEmacs.
8002
8003         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8004         SXEmacs.
8005
8006 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8009
8010 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8011
8012         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8013         and XEmacs that don't have `remove-overlays'.
8014
8015 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8016
8017         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8018         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8019         selective display.  Use overlays instead.
8020
8021 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8022
8023         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8024
8025 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8026
8027         * spam-stat.el (spam-stat-load): Fix typo in message.
8028
8029 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8030
8031         * dig.el (dig-invoke): Fix typo in docstring.
8032         (query-dig): Reflow docstring.
8033
8034 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8035
8036         * gnus-art.el (gnus-article-encrypt-body):
8037         * message.el (message-check-recipients):
8038         * mm-util.el (mm-codepage-setup):
8039         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8040         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8041
8042 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8043
8044         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8045         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8046         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8047         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8048         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8049
8050 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8051
8052         * dig.el: Add "Keywords: comm", as per net-utils.el.
8053
8054 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8055
8056         * dig.el (dig-mode): Use define-derived-mode.
8057
8058 2009-09-19  Glenn Morris  <rgm@gnu.org>
8059
8060         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8061
8062 2009-09-18  Glenn Morris  <rgm@gnu.org>
8063
8064         * gnus-diary.el (gnus-diary-check-message):
8065         * message.el (message-insert-formatted-citation-line):
8066         * nnbabyl.el (top-level):
8067         * nndiary.el (nndiary-schedule):
8068         Fix typos in condition-case handlers.
8069
8070 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8073         configuration that provides the sole article window in a frame;
8074         position point correctly after deleting a part.
8075
8076 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8077
8078         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8079         (spam-resolve-registrations-routine): Use it to unregister articles
8080         that change status.
8081
8082 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8085         with XEmacs.
8086         (parse-time-string-chars): Use it.
8087
8088 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8089
8090         * imap.el (imap-interactive-login): Better messages.
8091         (imap-open): Fix bug with renamed buffer on reconnect.
8092         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8093         for easier debugging and cleaner code.  On successful (guessed based on
8094         server capabilities) secondary authentication, set imap-state
8095         correctly.
8096         (imap-last-authenticator): Define imap-last-authenticator as a variable
8097         to avoid warnings.
8098
8099 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * nnrss.el (nnrss-request-article): Remove binding of
8102         default-enable-multibyte-characters that has gotten needless by
8103         the 2007-07-13 change in rfc2047-encode-message-header.
8104
8105         * mml.el (mml-insert-multipart): Error on the message header.
8106         (mml-insert-part): Error on the message header; position point at
8107         the end of a MIME tag.
8108
8109 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * time-date.el (autoload): Expand define-obsolete-function-alias into
8112         defalias and make-obsolete for old Emacsen that Gnus supports.
8113         (with-no-warnings): Define it for old Emacsen.
8114         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8115         is available.
8116         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8117         float-time is available; suppress compile warning for time-to-seconds.
8118
8119         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8120         (gnus-float-time): Alias to float-time if it exists.
8121
8122         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8123         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8124         float-time is available; suppress compile warning for time-to-seconds.
8125
8126         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8127         XEmacs.
8128
8129 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8130
8131         * imap.el (imap-message-map): Docstring fix.
8132
8133 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8136         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8137         Add the optional argument `encoding' that overrides the default.
8138
8139         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8140         mm-encode-buffer.
8141
8142 2009-09-04  Glenn Morris  <rgm@gnu.org>
8143
8144         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8145         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8146         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8147         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8148         * mm-util.el (mm-with-unibyte-current-buffer)
8149         (mm-find-buffer-file-coding-system):
8150         * yenc.el (yenc-decode-region): Use default-value rather than
8151         default-enable-multibyte-characters.
8152
8153 2009-09-03  Glenn Morris  <rgm@gnu.org>
8154
8155         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8156         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8157         than default-enable-multibyte-characters.
8158
8159 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8160
8161         * gnus-art.el (gnus-article-read-summary-keys):
8162         Fix gnus-buffer-configuration's value temporarily used.
8163
8164 2009-09-02  Glenn Morris  <rgm@gnu.org>
8165
8166         * gnus-util.el (gnus-float-time): New function.
8167         * gnus-delay.el (gnus-delay-article):
8168         * gnus-sum.el (gnus-thread-latest-date):
8169         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8170         * nnspool.el (nnspool-request-newgroups):
8171         Use gnus-float-time rather than time-to-seconds.
8172         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8173
8174         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8175         (gnus-header-subject-face, gnus-header-newsgroups-face)
8176         (gnus-header-name-face, gnus-header-content-face):
8177         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8178         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8179         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8180         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8181         (gnus-cite-face-11):
8182         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8183         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8184         (gnus-server-closed-face, gnus-server-denied-face)
8185         (gnus-server-offline-face):
8186         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8187         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8188         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8189         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8190         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8191         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8192         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8193         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8194         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8195         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8196         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8197         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8198         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8199         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8200         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8201         (gnus-summary-high-undownloaded-face)
8202         (gnus-summary-low-undownloaded-face)
8203         (gnus-summary-normal-undownloaded-face)
8204         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8205         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8206         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8207         (gnus-splash-face):
8208         * message.el (message-header-to-face, message-header-cc-face)
8209         (message-header-subject-face, message-header-newsgroups-face)
8210         (message-header-other-face, message-header-name-face)
8211         (message-header-xheader-face, message-separator-face)
8212         (message-cited-text-face, message-mml-face):
8213         * sieve-mode.el (sieve-control-commands-face)
8214         (sieve-action-commands-face, sieve-test-commands-face)
8215         (sieve-tagged-arguments-face):
8216         * spam.el (spam-face):
8217         Mark face aliases with "-face" in the name as obsolete.
8218
8219 2009-09-01  Glenn Morris  <rgm@gnu.org>
8220
8221         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8222         than goto-line.
8223
8224 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8227         Don't move point if the command is invoked inside the message header.
8228
8229 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8230
8231         * imap.el (imap-send-command): Simplify.
8232         (imap-wait-for-tag): point-max -> buffer-size.
8233
8234 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8235
8236         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8237         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8238         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8239         * nnir.el (nnir-swish-e-index-file):
8240         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8241         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8242         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8243         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8244         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8245         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8246
8247 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8250         Don't save excursion.
8251
8252 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8253
8254         * nnheader.el (nnheader-find-file-noselect):
8255         * mm-util.el (mm-insert-file-contents):
8256         Use (default-value 'major-mode) instead of default-major-mode.
8257
8258 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8259
8260         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8261
8262 2009-08-26  Glenn Morris  <rgm@gnu.org>
8263
8264         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8265         than placing in files.el.
8266
8267 2009-08-25  Glenn Morris  <rgm@gnu.org>
8268
8269         * nnir.el (top-level): Don't require cl at run-time.
8270         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8271         Replace cl-function substitute with gnus-replace-in-string.
8272         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8273         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8274         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8275         simplified expansions.
8276
8277 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8278
8279         * dig.el (dig): Add autoload cookie.
8280
8281 2009-08-22  Glenn Morris  <rgm@gnu.org>
8282
8283         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8284         goto-line.
8285
8286 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8287
8288         * parse-time.el (parse-time-string-chars): Save match data.
8289
8290 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8291
8292         * parse-time.el (parse-time-string-chars): Compute using character
8293         classes, to handle non-ascii characters (Bug#3190).
8294
8295 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8298
8299         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8300         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8301         (gnus-mm-display-part, gnus-mime-display-single)
8302         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8303         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8304
8305         * gnus-sum.el
8306         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8307         (gnus-summary-move-article): Add expirable mark to articles copied or
8308         moved to group that has auto-expire turned on if the option is non-nil.
8309
8310 2009-07-24  Glenn Morris  <rgm@gnu.org>
8311
8312         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8313         Fix typo.  (Bug#3903)
8314
8315 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8318         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8319         that should not be used for draft articles.
8320         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8321         that has no concern in minor mode keys.
8322         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8323         Abolish.
8324
8325 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8328         article without making inquiry to a user for unknown encoding.
8329
8330         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8331         (nnmaildir--scan): Assume i-node and device number that file-attributes
8332         returns might be cons-cell.
8333
8334         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8335
8336         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8337
8338 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8339
8340         * auth-source.el: Remove docs now in auth.texi.  Don't use
8341         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8342         `auth-source-hide-passwords' and use them.
8343
8344 2009-07-15  Glenn Morris  <rgm@gnu.org>
8345
8346         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8347
8348 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8351         excessive whitespace from the default values of title and description.
8352
8353 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8356         mail-fetch-field to fetch Content-Description header in order to
8357         exclude newlines.
8358
8359 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8360
8361         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8362         format used by GnuPG 2.0.11.
8363
8364 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8367         to deleted part.
8368
8369 2009-05-30  David Engster  <dengste@eml.cc>
8370
8371         * nnmairix.el: Remove old documentation in the commentary block.
8372         (nnmairix-request-group): Do not update active file for nnml back ends.
8373         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8374         end so that overview files are ignored.
8375         (nnmairix-update-groups): Make updating the groups more robust by using
8376         marks.
8377         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8378         with dollar characters in message-id.
8379
8380 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8383         2008-12-25 in dns.el.
8384
8385 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8386
8387         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8388         could happen if the text is only composed of spaces and/or tabs.
8389
8390 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8391
8392         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8393         when sending a queued message to avoid extra mml tags.
8394
8395 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8398
8399 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8402         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8403         rmail-toggle-header for XEmacs;
8404         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8405
8406 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-dired.el: Remove autoload for gnus-setup-message.
8409         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8410         displaying Gnus logo; always use compose-mail.
8411
8412 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8415
8416 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8419         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8420         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8421         available.
8422         (gnus-nocem-epg-verify): New function.
8423
8424 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8427
8428 2009-02-15  Glenn Morris  <rgm@gnu.org>
8429
8430         * gnus-util.el (rmail-insert-rmail-file-header)
8431         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8432         autoloads.
8433         (rmail-default-rmail-file): Remove unnecessary declaration.
8434         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8435
8436 2009-02-14  Glenn Morris  <rgm@gnu.org>
8437
8438         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8439         variable (only used in gnus-util, which declares it anyway).
8440         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8441         which was only needed by gnus-art (changed to not use it any more).
8442         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8443         only used in gnus-util, which autoloads it itself.
8444         (rmail-update-summary): Fix autoload.
8445
8446         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8447         rather than rmail-output-to-rmail-file.
8448
8449 2009-02-07  Glenn Morris  <rgm@gnu.org>
8450
8451         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8452         autoload of function that no longer exists.
8453         (rmail-toggle-header): Declare.
8454         (message-forward-rmail-make-body): Handle mbox Rmail.
8455
8456 2009-01-31  Glenn Morris  <rgm@gnu.org>
8457
8458         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8459         2009-01-09 change.
8460
8461 2009-01-31  Dave Love  <fx@gnu.org>
8462
8463         * imap.el (imap-fetch-safe): Bind debug-on-error.
8464         (imap-debug): Add imap-fetch-safe.
8465
8466 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8467
8468         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8469         (auth-source-forget-all-cached): New convenience function.
8470         (auth-source-user-or-password): Accept list of modes or a single mode.
8471
8472         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8473         auth-source modes.
8474
8475         * netrc.el (netrc-machine-user-or-password): Use list of
8476         auth-source modes.
8477
8478         * nnimap.el (nnimap-open-connection): Use list of
8479         auth-source modes.
8480
8481         * nntp.el (nntp-send-authinfo): Use list of
8482         auth-source modes.
8483
8484 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8485
8486         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8487         now.
8488
8489 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8492         coding system in XEmacs; add a workaround for XEmacs.
8493
8494         * lpath.el: Fbind coding-system-aliasee.
8495
8496 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8499         of current-language-environment.
8500
8501 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8504         available at runtime.
8505
8506 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8509
8510 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8511
8512         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8513         the greatest positive fixnum value doesn't work under an XEmacs with
8514         bignum support; use the most-positive-fixnum constant instead,
8515         available since Emacs 21.1 with cl and XEmacs 21.1.
8516
8517 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8520         XEmacs gets not to work.
8521
8522 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * mm-util.el (mm-coding-system-priorities): Allow the value like
8525         "Japanese (UTF-8)" of current-language-environment.
8526
8527 2009-01-09  Glenn Morris  <rgm@gnu.org>
8528
8529         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8530         with last-command-event.
8531
8532 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8535         in the doc string.
8536
8537         * message.el (message-fix-before-sending): Amend comment.
8538
8539 2009-01-08  Dave Love  <fx@gnu.org>
8540
8541         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8542
8543 2009-01-07  David Engster  <dengste@eml.cc>
8544
8545         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8546         simplified server definitions by converting it via
8547         gnus-server-to-method.
8548
8549 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8552         parameter's operands.
8553
8554 2009-01-06  David Engster  <dengste@eml.cc>
8555
8556         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8557         primary select method (for gnus-group-mark-article-as-read).
8558
8559 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8560
8561         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8562         `(gnus)Face', not `(gnus)X-Face'.
8563
8564 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * mm-util.el (mm-ucs-to-char): New function.
8567
8568         * mm-url.el (mm-url-decode-entities): Use it.
8569
8570         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8571         unicode-to-char.
8572
8573 2009-01-05  Dave Love  <fx@gnu.org>
8574
8575         * time-date.el: Require cl for `declare'.
8576
8577 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8580         Dave Love.
8581
8582 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * message.el (message-fix-before-sending): Add `eight-bit' to
8585         illegible-text check.
8586
8587 2009-01-03  Michael Olson  <mwolson@gnu.org>
8588
8589         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8590         `headers' is nil.  This can occur if the IMAP server does not have
8591         permissions to read messages from a folder, but can write new messages
8592         to the folder.
8593         (nnimap-request-article-part): Do not insert `data' if it is nil.
8594
8595         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8596         characters which will confuse `read', so skip past them.
8597
8598 2009-01-01  Dave Love  <fx@gnu.org>
8599
8600         * imap.el (imap-string-to-integer): Fix typo.
8601         (imap-fetch-safe): New function.
8602         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8603
8604         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8605
8606         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8607         (imap-parse-greeting): Fix doc strings.
8608         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8609         (imap-parse-flag-list): Make messages unique.
8610         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8611
8612         * nnimap.el: Fix author email.
8613         (nnimap-split-rule): Add FIXME comment.
8614         (nnimap-debug): Fix doc string.
8615
8616 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8619
8620 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8623         nslookup if resolv.conf isn't available.
8624         (dns-query): Rename from query-dns.
8625         (dns-query-cached): Rename from query-dns-cached.
8626
8627 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8630         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8631         to check if those variables exist (first appeared in Emacs 18.50).
8632
8633 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * mm-util.el (mm-line-number-at-pos): New function.
8636
8637         * spam-report.el (spam-report-process-queue): Use it.
8638
8639 2008-12-24  David Engster  <dengste@eml.cc>
8640
8641         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8642         parameters that haven't existed as variables as buffer-local variables.
8643
8644 2008-12-23  Dave Love  <fx@gnu.org>
8645
8646         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8647         cadar.
8648
8649         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8650         imap-starttls-p.
8651         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8652
8653 2008-12-22  Dave Love  <fx@gnu.org>
8654
8655         * imap.el: Fix author email.  Doc fixes.
8656         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8657         reply.
8658
8659 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * spam-report.el (spam-report-gmane-max-requests): New constant.
8662         (spam-report-gmane-wait): New variable.
8663         (spam-report-gmane-ham, spam-report-gmane-spam)
8664         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8665         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8666         the server.
8667
8668         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8669         Add explanations.
8670
8671         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8672         nnheader-accept-process-output and nnheader-read-timeout if available.
8673         (pop3-movemail): Use it.
8674
8675         * message.el (message-check-news-body-syntax): Fix signature check if
8676         there's an attachment.
8677
8678 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * mm-util.el: Add comments to the mm- emulating functions.
8681
8682 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8685         Reported by Stephen Berman <stephen.berman@gmx.net>.
8686
8687 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * mm-util.el (mm-substring-no-properties): New function.
8690         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8691         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8692         (mm-string-to-multibyte): Doc fix.
8693
8694         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8695
8696 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * mml.el (mml-attach-file): Strip text properties from file name.
8699         (Bug#1574)
8700
8701 2008-12-16  Glenn Morris  <rgm@gnu.org>
8702
8703         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8704
8705 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8708         knows since the charset specified might be a bogus alias that
8709         mm-charset-synonym-alist provides.
8710
8711 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8712
8713         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8714         "ISO_8859-1".
8715
8716         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8717
8718 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * mm-util.el (mm-charset-eval-alist):
8721         Define it before mm-charset-to-coding-system.
8722         (mm-charset-to-coding-system): Add optional argument `silent';
8723         define it before mm-charset-override-alist.
8724         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8725         default value if it can be used in Emacs currently running;
8726         silence mm-charset-to-coding-system.
8727
8728 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8731         `allow-override' which says whether to use `mm-charset-override-alist'.
8732         (rfc2047-decode-encoded-words): Use it.
8733
8734         * mm-util.el (mm-charset-override-alist): Fix custom type;
8735         add `(gb2312 . gbk)' to choices.
8736
8737 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8740         fast.
8741
8742         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8743
8744         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8745
8746 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8747
8748         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8749         on links.
8750
8751         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8752
8753 2008-12-03  Lute Kamstra  <lute@gnu.org>
8754
8755         * sha1.el: Remove leading * from docstrings of defcustoms,
8756         deffaces, defconsts and defuns.
8757
8758 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8761         users' addresses that don't have domain parts.
8762         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8763         rather than message-narrow-to-head since there will be the message
8764         header separator.
8765
8766 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8767
8768         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8769         since the result is inserted in a unibyte buffer anyway.
8770         (nnimap-demule-use-string-to-multibyte): Remove.
8771         (nnimap-demule): Alias it to mm-string-to-multibyte.
8772
8773 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8776         variable for debugging bug#464 and bug#1174.
8777         (nnimap-demule): Use it.
8778
8779 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8782         score calculation correctly.
8783
8784 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8785
8786         * message.el (message-send-mail): Just set the buffer to unibyte
8787         rather than use mm-with-unibyte-current-buffer which does a lot more.
8788         (message-send-mail-partially): Don't bother with
8789         mm-with-unibyte-current-buffer since it's already been made unibyte by
8790         message-send-mail.
8791
8792 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8793
8794         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8795
8796 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8797
8798         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8799
8800 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8803         require itself and to remove `with-no-warnings'.
8804
8805 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8806
8807         * starttls.el (starttls-any-program-available): Get the name of the
8808         available TLS layer program.
8809         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8810         well as the host name in the "opening" message.
8811
8812         * auth-source.el (auth-source-cache, auth-source-do-cache)
8813         (auth-source-user-or-password): Cache passwords and logins by default,
8814         allow override with `auth-source-do-cache'.
8815         (auth-source-forget-user-or-password): Allow users to remove cache
8816         entries if needed.
8817
8818 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8819
8820         * md4.el (md4-buffer): Fix typo in docstring.
8821         (md4, md4-64): Doc fixes.
8822         (md4-pack-int32): Reflow docstring.
8823
8824 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8825
8826         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8827         condition-case to only the forward-sexp call.
8828
8829 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8830
8831         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8832         quotes contained.  Make it more robust regardless by an extra
8833         condition-case wrapper.
8834
8835 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8838
8839 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * nnml.el (nnml-request-expire-articles): Check if the function set to
8842         `nnmail-expiry-target' returns the symbol `delete'.
8843
8844         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8845
8846         * nnmail.el (nnmail-expiry-target): Fix custom type.
8847
8848 2008-10-02  Glenn Morris  <rgm@gnu.org>
8849
8850         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8851         Silence compiler warning.
8852
8853 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8854
8855         * tls.el (open-tls-stream): Show the actual command being
8856         executed, instead of the format string.
8857
8858 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * lpath.el: Fbind codepage-setup for Emacs 23.
8861
8862 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8863
8864         * mml.el (mml-menu): Don't assume mml2015 is bound.
8865
8866 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8869         exists.
8870
8871 2008-09-27  Glenn Morris  <rgm@gnu.org>
8872
8873         * gnus-util.el (mail-header-remove-comments): Autoload it.
8874
8875 2008-09-27  Andreas Schwab  <schwab@suse.de>
8876
8877         * gnus-util.el (gnus-split-references): Strip comments.
8878         (gnus-parent-id): Likewise.
8879
8880 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * message.el (message-confirm-send): Fix version.
8883
8884 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * message.el (message-idna-to-ascii-rhs-1): Use
8887         mail-extract-address-components rather than mail-header-parse-addresses
8888         that is an alias by default to ietf-drums-parse-addresses that does not
8889         support non-ASCII names in headers' contents.
8890
8891 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8892
8893         * message.el (message-confirm-send): Fix variable documentation to
8894         avoid the "y/n" wording.
8895
8896 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8897
8898         * message.el (message-set-auto-save-file-name): Save to a different
8899         filename so multiple messages (especially drafts) can be recovered.
8900
8901 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8902
8903         * message.el (message-confirm-send): Add appropriate version.
8904
8905 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8906
8907         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8908         defvar.
8909
8910 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8911
8912         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8913         (mm-pkcs7-enveloped-magic): Ditto.
8914
8915 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8916
8917         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8918         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8919
8920 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8921
8922         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8923         default, it's better.
8924
8925 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8926
8927         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8928         summary line gnus-number property and ignore them (with a warning
8929         message).
8930
8931 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8934         macro caddr in the interactive form since it won't be expanded.
8935
8936 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8939         `charset'; fix name of function called recursively.
8940         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8941
8942 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8945         (gnus-mime-set-charset-parameters): New function.
8946         (gnus-mime-view-part-as-charset): Use it to correctly display part
8947         specifying wrong charset.
8948
8949 2008-09-08  David Engster  <dengste@eml.cc>
8950
8951         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8952         in completing-read for back end server.
8953
8954 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8955
8956         * message.el (message-confirm-send): New variable to confirm sending a
8957         message.
8958         (message-send): Use it.
8959
8960 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8961
8962         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8963
8964 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8967
8968 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8969
8970         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8971         prevent tracking too many groups.
8972         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8973         Use it.
8974
8975 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8976
8977         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8978         moving point to the bottom of the window in order to avoid recentering.
8979
8980 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8983
8984         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8985         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8986         (gnus-article-beginning-of-window): Fix calculation.
8987
8988 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-msg.el (gnus-summary-supersede-article)
8991         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8992         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8993         message header.
8994
8995 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8996
8997         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8998         pending output coming after the status change.
8999
9000 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9001
9002         * message.el:
9003         * gnus-start.el:
9004         * gnus-registry.el: Remove VMS support.
9005
9006 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9009         macro.
9010         (rfc2104-hash): Use it.
9011
9012 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9015         (gnus-summary-sort-by-most-recent-date): New commands.
9016         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9017         and menu entries.
9018
9019 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9022         don't redisplay article for raw contents; remove plural articles stuff.
9023
9024         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9025         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9026         on gnus-summary-save-article; display results properly.
9027
9028 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * lpath.el: No need to fbind ns-focus-frame.
9031
9032 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9035
9036 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-art.el (gnus-summary-save-in-pipe):
9039         Consider gnus-save-all-headers.
9040
9041 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9042
9043         * gnus-util.el (ns-focus-frame): Remove declaration.
9044         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9045         like x.
9046
9047 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9048
9049         * rfc2104.el (rfc2104-zero): Delete defconst.
9050         (rfc2104-hex-alist): Likewise.
9051         (rfc2104-hex-to-int): Delete func.
9052         (rfc2104-hexstring-to-bitstring): Likewise.
9053         (rfc2104-nybbles): New defconst.
9054         (rfc2104-hash): Rewrite for speed.
9055
9056 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * tls.el (open-tls-stream): Make it work with the 2nd argument
9059         BUFFER that is a string but does not exist as a buffer object, as
9060         mentioned in the doc-string.
9061
9062 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9065         SXEmacs.
9066
9067 2008-07-16  Glenn Morris  <rgm@gnu.org>
9068
9069         * gnus-util.el (ns-focus-frame): Declare for compiler.
9070
9071 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9074         set as a group parameter.
9075         (gnus-summary-save-in-pipe): Work when it is called independently.
9076         (gnus-summary-pipe-to-muttprint): Don't modify
9077         gnus-summary-pipe-output-default-command.
9078
9079 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9080
9081         * message.el (message-send-mail-with-sendmail):
9082         Display the error message.
9083
9084 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-art.el (gnus-default-article-saver):
9087         Add gnus-summary-save-in-pipe to choices.
9088         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9089         gnus-summary-pipe-output-default-command as the default command.
9090         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9091         instead of gnus-last-shell-command.
9092
9093         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9094         New user option.
9095         (gnus-summary-muttprint-program): Mention the value will be changed.
9096         (gnus-summary-save-article): Force showing of all headers.
9097         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9098
9099 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9100
9101         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9102
9103 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9104
9105         * nnimap.el (nnimap-id):
9106         * sieve-manage.el (sieve-manage-open): Doc fixes.
9107
9108 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9109
9110         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9111         if available.
9112
9113 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9114
9115         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9116
9117         * nnkiboze.el (nnkiboze-generate-group):
9118         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9119
9120         * nnmairix.el: Require CL.
9121
9122 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * dgnushack.el: Autoload get-display-table and put-display-table for
9125         XEmacs 21.5.
9126
9127         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9128         21.4 and SXEmacs.
9129
9130 2008-06-15  David Engster  <dengste@eml.cc>
9131
9132         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9133
9134 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9135
9136         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9137         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9138         runtime choice under XEmacs.
9139
9140         * gnus-sum.el (gnus-summary-set-display-table):
9141         Use `gnus-put-display-table', `gnus-get-display-table',
9142         `gnus-set-display-table' for the display table, instead of `aset'.
9143
9144         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9145         Use `gnus-put-display-table', `gnus-get-display-table',
9146         `gnus-set-display-table' for the display table.
9147
9148 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * nnmairix.el: Add autoloads.
9151
9152 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * nnmairix.el (nnmairix-delete-recreate-group)
9155         (nnmairix-update-and-clear-marks): Fix error messages.
9156
9157 2008-06-14  David Engster  <dengste@eml.cc>
9158
9159         * nnmairix.el: Upgrade to version 0.6.
9160         (nnmairix-group-toggle-propmarks-this-group)
9161         (nnmairix-group-toggle-readmarks-this-group)
9162         (nnmairix-group-delete-recreate-this-group)
9163         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9164         (nnmairix-remove-tick-mark-original-article): New commands.
9165         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9166         (nnmairix-propagate-marks-to-nnmairix-groups)
9167         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9168         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9169         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9170         functions needed for marks propagation and manipulation of read marks.
9171         (nnmairix-update-groups): New function.
9172         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9173         (nnmairix-determine-original-group-from-registry)
9174         (nnmairix-determine-original-group-from-path)
9175         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9176         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9177         New helper functions.
9178         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9179         keystrokes for new commands.
9180         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9181         (nnmairix-request-group): Check allow-fast group parameter.
9182         (nnmairix-request-create-group): Set allow-fast group parameter if
9183         nnmairix-allowfast-default is set.
9184         (nnmairix-close-group): Propagate marks upon closing if needed.
9185         (nnmairix-group-toggle-threads-this-group): Use new.
9186         nnmairix-group-toggle-parameter helper function.
9187         (nnmairix-search): Better check for empty search result.
9188         (nnmairix-goto-original-article): Use new helper functions for
9189         determining original article.
9190         (nnmairix-show-original-article): Make sure message-id is in brackets.
9191         (nnmairix-call-mairix-binary): Change variable name.
9192         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9193         helper function.
9194         (nnmairix-widget-toggle-activate): Fix doc string.
9195
9196 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * nnir.el: Require edmacro when compiling with XEmacs.
9199         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9200         available in Emacs 21.
9201
9202 2008-06-11  Glenn Morris  <rgm@gnu.org>
9203
9204         * gnus-util.el (x-focus-frame):
9205         * gnus.el (image-size):
9206         * mm-decode.el (image-size): Declare.
9207
9208         * gnus-picon.el (declare-function): Add compat definition.
9209         (image-size): Declare.
9210
9211         * gnus-group.el (tool-bar-map):
9212         * gnus-sum.el (tool-bar-map): Define for compiler.
9213
9214         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9215
9216         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9217
9218         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9219         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9220         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9221         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9222         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9223         * sieve-manage.el, spam-report.el, spam.el:
9224         Remove unnecessary eval-and-compile of autoloads.
9225
9226 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9227
9228         * auth-source.el: Precise Tramp doc.
9229
9230 2008-06-07  Glenn Morris  <rgm@gnu.org>
9231
9232         * nnmairix.el: Remove unnecessary eval-when-compile.
9233
9234 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * lpath.el: Fbind propertize for XEmacs 21.4.
9237
9238 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * nnir.el: Move here from ../contrib.
9241
9242 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9243
9244         * gnus-util.el (gnus-read-shell-command): New function.
9245         * mm-decode.el (mm-pipe-part):
9246         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9247
9248 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9251
9252 2008-06-03  Glenn Morris  <rgm@gnu.org>
9253
9254         * pop3.el (nnheader-accept-process-output): Autoload it.
9255
9256 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9259         are not 2-digit hexadecimal characters that follow `%'s.
9260
9261 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * message.el (message-bogus-recipient-p): Fix type in doc string.
9264         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9265         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9266         Improve custom options.
9267         (message-bogus-recipient-p): Adjust accordingly.
9268
9269 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9270
9271         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9272         long-form month and day names.
9273
9274 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * dgnushack.el: Autoload debug, eudc-expand-inline and
9277         pgg-snarf-keys-region for XEmacs.
9278
9279         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9280
9281         * nnmairix.el: Require edmacro when compiling with XEmacs.
9282
9283 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9286         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9287
9288 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9289
9290         * auth-source.el: Add more docs.
9291
9292         * netrc.el (netrc-machine): Always match if the port is not given.
9293
9294 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9297         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9298         retrieval faster in some cases, but might make CPU usage larger.
9299         If this has any bad side effects, we might revert this change.
9300
9301         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9302         seems to make mail retrieval much, much faster.
9303         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9304         unconditionally.
9305
9306         * gnus-draft.el (gnus-group-send-queue):
9307         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9308
9309 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9312
9313         * message.el (message-bogus-address-regexp): Fix and improve custom
9314         type.
9315         (message-setup-hook): Add message-check-recipients as custom option.
9316
9317 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * message.el (message-cite-function): Remove bogus autoload which crept
9320         in during merge from v5-10.
9321
9322 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9323
9324         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9325
9326         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9327
9328         * auth-source.el: Preliminary Tramp docs.
9329         (auth-sources): Change the default auth-sources to use
9330         EPA .gpg files.
9331
9332 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9333
9334         * nntp.el: Autoload `auth-source-user-or-password'.
9335         (nntp-send-authinfo): Use it.
9336
9337         * nnimap.el: Autoload `auth-source-user-or-password'.
9338         (nnimap-open-connection): Use it.
9339
9340         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9341         for the gnus-message function.
9342         (auth-source-user-or-password): Use it.
9343
9344 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9345
9346         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9347         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9348         (rfc2104-hash): Use it.
9349
9350 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9351
9352         * gnus-art.el (gnus-article-toggle-truncate-lines):
9353         Don't use `iff' in docstring.
9354
9355 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9356
9357         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9358
9359         * gnus-util.el (gnus-extract-address-component-name)
9360         (gnus-extract-address-component-email): Convenience functions around
9361         `gnus-extract-address-components'.
9362
9363         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9364         Use `gnus-extract-address-component-email' to fix bug of comparing full
9365         sender name to `user-mail-address'.
9366
9367 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9368
9369         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9370         catch/throw to optimize.
9371         (gnus-registry-find-keywords): Just use member to find a keyword.
9372
9373 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9374
9375         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9376         is current before calling gnus-server-prepare.
9377         (gnus-server-setup-buffer, gnus-server-update-server)
9378         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9379
9380 2008-05-04  Juri Linkov  <juri@jurta.org>
9381
9382         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9383         (mailcap-file-default-commands): Use mailcap-replace-in-string
9384         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9385         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9386
9387 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9388
9389         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9390
9391 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9392
9393         * gnus.el: Bump version to 0.11.
9394
9395 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9396
9397         * gnus.el: No Gnus v0.10 is released.
9398
9399 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9402         hooks.
9403         (gnus-update-read-articles): Speed up non-marks-using users.
9404         (gnus-use-marks): Define gnus-use-marks.
9405         (gnus-propagate-marks): Rename variable to something more sensible.
9406
9407 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9408
9409         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9410         (gmm-image-load-path-for-library): Fix typos in docstrings.
9411         (gmm-message): Reflow docstring.
9412
9413 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9414
9415         * mail-source.el (mail-source-set-1, mail-source-bind):
9416         Move auth-source code out of the macro to clean it up and fix bugs.
9417
9418 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9419
9420         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9421         by sender if it's equal to user-mail-address, it's likely to be
9422         useless.
9423
9424         * mail-source.el (mail-source-bind): Don't use user or password if they
9425         are not bound.  Unintern them if they are nil.  Don't use server unless
9426         it's bound, and default it to empty string otherwise.
9427
9428 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9429
9430         * mail-source.el: Load auth-source.el.
9431         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9432         get user name or password, if auth-sources is set up.
9433
9434         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9435         strategy of splitting with parent.
9436         (gnus-registry-split-fancy-with-parent)
9437         (gnus-registry-post-process-groups): Use it and fix prior
9438         bug (returning a list as the split result).
9439
9440         * auth-source.el (auth-sources): Remove server parameter.
9441         (auth-source-pick, auth-source-user-or-password)
9442         (auth-source-user-or-password-imap)
9443         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9444         (auth-source-user-or-password-sftp)
9445         (auth-source-user-or-password-smtp): Remove server parameter.
9446
9447 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9448
9449         * smime.el (smime-sign-region, smime-encrypt-region)
9450         (smime-decrypt-region):
9451         Remove redundant calls to `generate-new-buffer-name'.
9452
9453 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9454
9455         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9456         Don't use QP for message/rfc822.
9457         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9458
9459 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9460
9461         * sieve-manage.el (sieve-string-bytes): Remove.
9462         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9463         correct byte-length only if the process's coding-system is the same as
9464         the one used internally by Emacs to represent strings.
9465
9466 2008-04-22  Juri Linkov  <juri@jurta.org>
9467
9468         * mailcap.el (mailcap-file-default-commands): New function.
9469
9470 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * message.el (message-signature-separator, message-cite-function):
9473         Change custom version.
9474
9475 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9476
9477         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9478         commands.
9479         (tls-checktrust): Ditto.
9480
9481 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * mm-decode.el (mm-display-external): Make temp file read-only.
9484
9485 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9488         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9489         `C-c C-f d'.
9490
9491 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9492
9493         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9494
9495 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * gnus.el: Bump version to 0.9.
9498
9499 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * gnus.el: No Gnus v0.8 is released.
9502
9503 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9504
9505         * mail-source.el (mail-source-value):
9506         Prefer fboundp to functionp so it works with macros as well.
9507
9508 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9509
9510         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9511         Fix last change in case the element is not even a symbol.
9512
9513 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9514
9515         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9516         Prefer fboundp to functionp so it works with macros as well.
9517
9518 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9519
9520         * auth-source.el: Add docs.
9521         (auth-sources): Modify format to support server.
9522         (auth-source-pick, auth-source-user-or-password)
9523         (auth-source-user-or-password-imap)
9524         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9525         (auth-source-user-or-password-sftp)
9526         (auth-source-user-or-password-smtp): Add server parameter.
9527
9528 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9529
9530         * gnus-registry.el: Initialize the registry when gnus-registry-install
9531         is t.
9532
9533 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * compface.el (uncompface): Make buffer unibyte.
9536
9537 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9538
9539         * mail-source.el (mail-source-value):
9540         Prefer fboundp to functionp so it works with macros as well.
9541
9542 2008-04-05  Glenn Morris  <rgm@gnu.org>
9543
9544         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9545
9546 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9547
9548         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9549         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9550
9551         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9552         multibyteness after rather than before erasing it.
9553
9554         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9555         mm-with-multibyte.
9556         (gnus-request-article-this-buffer): Make sure the proper decoding is
9557         used if gnus-original-article-buffer happens to be unibyte.
9558
9559         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9560         default-enable-multibyte-characters.
9561
9562         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9563         default-enable-multibyte-characters.
9564
9565         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9566
9567         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9568
9569 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9570
9571         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9572         Fix last change in case the element is not even a symbol.
9573
9574 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9575
9576         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9577         (imap-message-copyuid-1): Use it.
9578         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9579         J. Williams in
9580         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9581
9582         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9583         imap-enable-exchange-bug-workaround.
9584         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9585
9586 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9587
9588         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9589         a 100 byte status-checks into a 2-3MB transfer for each group.
9590         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9591         to enable bug workaround or not.
9592         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9593
9594 2008-03-31  Glenn Morris  <rgm@gnu.org>
9595
9596         * message.el (mml2015-use): Declare for compiler.
9597         (message-info): Require mml2015 when appropriate.
9598
9599 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9602         whitespace.
9603
9604 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9605
9606         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9607         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9608         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9609         (nntp-service-to-port): New function.
9610         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9611         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9612         (nntp-open-netcat-stream): New function.
9613         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9614
9615 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9616
9617         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9618
9619 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9620
9621         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9622
9623 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9624
9625         * dns.el (dns-write): Use set-buffer-multibyte.
9626
9627 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9628
9629         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9630
9631 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * message.el (message-signature-separator): Change default.
9634         Improve custom type.
9635         (message-cite-function): Change default to
9636         message-cite-original-without-signature.
9637
9638         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9639         toggle.
9640
9641         * message.el (message-check-news-body-syntax): Fix signature check.
9642         (message-setup-1): Mark buffer as unmodified _after_ running
9643         message-setup-hook and handling message-alternative-emails.
9644         (message-shorten-references): Be more strict when building list of
9645         valid references to comply with GNKSA.
9646
9647         * gnus-group.el (gnus-read-ephemeral-bug-group)
9648         (gnus-read-ephemeral-debian-bug-group)
9649         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9650
9651         * message.el (message-info): Don't use booleanp which isn't supported
9652         in Emacs 21 and XEmacs.
9653
9654 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9657         gnus-group-gmane-group-download-format.
9658         (gnus-group-read-ephemeral-gmane-group): Rename from
9659         gnus-group-read-ephemeral-gmane-group.
9660         (gnus-read-ephemeral-gmane-group-url): Rename from
9661         gnus-group-read-ephemeral-gmane-group-url.
9662         (gnus-bug-group-download-format-alist): New variable.
9663         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9664         (gnus-read-ephemeral-emacs-bug-group): New commands.
9665
9666 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9667
9668         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9669         (gnus-visible-headers): Improve custom type.
9670
9671 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * mml.el (mml-menu): Add workarounds for XEmacs.
9674
9675         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9676         X-Boundary header.
9677
9678         * message.el (message-simplify-recipients): Fix previous commit.
9679
9680 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9681
9682         * mm-util.el (mm-set-buffer-multibyte): New function.
9683         * mm-decode.el (mm-copy-to-buffer): Use it.
9684
9685         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9686         Prefer fboundp to functionp so it works with macros as well.
9687
9688 2008-03-19  Glenn Morris  <rgm@gnu.org>
9689
9690         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9691         Accidentally removed in the sync process with Emacs.
9692
9693 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * message.el (message-alter-recipients-discard-bogus-full-name):
9696         New function.
9697         (message-alter-recipients-function): New variable.
9698         (message-get-reply-headers): Use it.
9699         (message-replace-header): New helper function.
9700         (message-recipients-without-full-name): New variable.
9701         (message-simplify-recipients): New command.
9702
9703         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9704
9705         * message.el (message-info): Handle EasyPG manual.
9706
9707         * mml.el (mml-menu): Add entry for EasyPG.
9708
9709 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9710
9711         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9712         parameter.
9713
9714         * message.el (message-disassociate-draft): Specify drafts group name
9715         fully.
9716
9717 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9718
9719         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9720         Eliminate unnecessary duplicates from the match list.
9721
9722 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9725
9726         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9727
9728         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9729         args of `how-many' of which the XEmacs version doesn't take; declare
9730         Info-index-next as function.
9731
9732 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * gnus-score.el (gnus-score-headers): Fix handling of
9735         gnus-inhibit-slow-scoring.
9736
9737         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9738         string.
9739         (gnus-button-url-regexp): Improve handling of parenthesis.
9740         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9741         (gnus-button-handle-info-keystrokes): Handle index entries.
9742
9743 2008-03-15  Glenn Morris  <rgm@gnu.org>
9744
9745         * parse-time.el (parse-time-string): Simplify.
9746
9747 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9750         Incoming* files.
9751
9752 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9753
9754         * auth-source.el (auth-sources): Rename from auth-source-choices.
9755         (auth-source-pick): Use it.
9756
9757 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9758
9759         * binhex.el (binhex-decode-region-internal):
9760         * uudecode.el (uudecode-decode-region-internal):
9761         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9762         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9763         setting default-enable-multibyte-characters.
9764
9765 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9766
9767         * auth-source.el (auth-source-protocols)
9768         (auth-source-protocols-customize, auth-source-choices): Add and
9769         modified variable customizations and defaults.
9770         (auth-source-pick, auth-source-user-or-password)
9771         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9772         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9773         (auth-source-user-or-password-sftp)
9774         (auth-source-user-or-password-smtp): Use new variables and provide an
9775         interface to netrc.el.
9776
9777 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9780         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9781         Make sure the nntp port to specify is a string.
9782
9783 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9784
9785         * nntp.el: Use with-current-buffer.
9786         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9787         dubious mm-with-unibyte-current-buffer.
9788         (nntp-with-open-group-function): New function extracted from
9789         nntp-with-open-group macro.
9790         (nntp-with-open-group): Use the function, so it's easier to debug.
9791         Add indentation and debugging info.
9792         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9793         Recommend the use of the netcat alternatives.
9794
9795         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9796         Avoid mm-string-as-multibyte as well.
9797
9798         * nnweb.el (nnweb-insert-html):
9799         Remove use of nnheader-string-as-multibyte.
9800
9801         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9802         (nnheader-string-as-multibyte): Remove.
9803
9804         * mm-view.el: Use inhibit-read-only.
9805         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9806         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9807         or unibyte-string.
9808
9809         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9810         (mm-uu-yenc-extract): Use with-current-buffer.
9811
9812         * gnus-soup.el (gnus-soup-send-packet): Don't use
9813         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9814
9815         * nnmh.el: Use with-current-buffer.
9816         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9817         mm-string-as-multibyte on the output of mm-encode-coding-string.
9818
9819         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9820         (nnimap-request-move-article): Use with-current-buffer.
9821
9822         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9823         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9824         conversion uses string-make-unibyte rather than string-as-unibyte.
9825
9826         * gnus-msg.el: Use with-current-buffer.
9827
9828         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9829
9830 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9831
9832         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9833         string for caching if it is 'PIN.
9834
9835 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * lpath.el: Consider the case without Emacs/W3.
9838
9839 2008-03-08  Glenn Morris  <rgm@gnu.org>
9840
9841         * time-date.el (date-to-time, time-subtract, time-add)
9842         (safe-date-to-time): Doc fixes.
9843
9844 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * mail-source.el (mail-source-delete-old-incoming-confirm):
9847         Change default to nil.
9848         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9849
9850 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * lpath.el: Rearrange.
9853
9854         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9855         (gnus-article-goto-prev-page): Work for articles having ^L's.
9856
9857         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9858
9859         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9860
9861 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9862
9863         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9864         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9865         (gnus-bookmark-jump): Adjust some variable names.
9866
9867 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9868
9869         * auth-source.el: New package.
9870         (auth-source-choices): Add customization entry point variable.
9871
9872         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9873         bug.
9874
9875 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9876
9877         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9878         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9879         (gnus-registry-install-shortcuts): Rename from
9880         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9881         the `gnus-registry-mark-map' keymap dynamically from
9882         `gnus-registry-marks'.  The generated functions update the summary line
9883         when a registry mark is added or deleted, and will call
9884         `gnus-registry-install-p' (see the comments in the code).
9885         (gnus-registry-user-format-function-M): Use concat intelligently.
9886
9887         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9888         the registry mark functions.
9889
9890 2008-03-05  Glenn Morris  <rgm@gnu.org>
9891
9892         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9893         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9894         gnus-art.
9895         (top-level): No need to load own source when compiling.
9896
9897 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9900         Suggested by <chris.anderton@zetnet.co.uk>.
9901
9902 2008-03-04  Glenn Morris  <rgm@gnu.org>
9903
9904         * gnus-sum.el (top-level): No need to require gnus when compiling,
9905         since unconditionally required near start of file.
9906         (gnus-summary-display-while-building): Move definition before use.
9907
9908 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9909
9910         * gnus-registry.el (gnus-registry-user-format-function-M):
9911         Add formatting function.
9912
9913 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9914
9915         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9916         with plists.
9917         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9918         Use new format.
9919
9920 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9923         `where-is-internal' that returns a range of key sequences.
9924
9925 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9926
9927         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9928
9929         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9930         (gnus-summary-jump-to-group): Consider windows on other displayed
9931         frames as well.  Similar changes might be needed elsewhere, but that's
9932         the one I've bumped into during my use.
9933
9934         * nndoc.el (nndoc-oe-dbx-type-p):
9935         * gnus-msg.el (gnus-debug):
9936         * gnus-group.el (gnus-update-group-mark-positions):
9937         Use mm-string-to-multibyte.
9938
9939 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9942         doesn't handle NotDashEscaped.
9943
9944         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9945         (mml-dnd-attach-options): Fix typo in custom choice.
9946
9947         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9948         Change nndoc-article-type to mbox.
9949         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9950
9951         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9952         to nil, instead of html2text.
9953
9954         * imap.el (imap-debug): Add `imap-ping-server'.
9955
9956         * gnus-bookmark.el: Add FIXMEs.
9957
9958         * message.el (message-form-letter-separator)
9959         (message-send-form-letter-delay): New variables.
9960         (message-send-form-letter): Use them.  New command to send form
9961         letters.  Requested by Uwe Siart.
9962         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9963
9964 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * Update copyright years.
9967
9968 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9969
9970         Sync from EMACS_22_BASE.
9971
9972         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9973
9974 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9975
9976         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9977         empty author.
9978
9979 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9980
9981         * gnus-registry.el (gnus-registry-marks): Add variable for
9982         customization of marks and their appearance.
9983         (gnus-registry-read-mark): Use it.
9984         (gnus-registry-do-marks): Add utility function to loop through
9985         `gnus-registry-marks'.
9986         (gnus-registry-install-shortcuts-and-menus): Add function to install
9987         shortcuts and menus.
9988         (gnus-registry-initialize): Use it.
9989         (gnus-registry-default-mark): Clarify documentation.
9990
9991 2008-02-29  Glenn Morris  <rgm@gnu.org>
9992
9993         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9994         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9995         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9996         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9997         Change defcustom :version from 23.0 to 23.1.
9998
9999 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10000
10001         * gnus-registry.el (gnus-registry-follow-group-p)
10002         (gnus-registry-post-process-groups): Add functions to aid registry
10003         splitting and improve logging.  Clarify behavior in function
10004         documentation.
10005         (gnus-registry-split-fancy-with-parent): Use them.
10006
10007 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10008
10009         * gnus-art.el: Use with-current-buffer.
10010
10011 2008-02-27  David Engster  <dengste@eml.cc>
10012
10013         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10014         Express real group name in the response.
10015
10016 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10019         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10020         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10021         autoload gnus-registry-fetch-group when compiling.
10022         (nnmairix-request-group-with-article-number-correction):
10023         Remove unreferenced argument passed to nnmairix-call-backend.
10024
10025 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10028         (mm-uu-extract): Improve face for low color ttys.
10029         Reported by Sascha Wilde.
10030
10031 2008-02-27  Glenn Morris  <rgm@gnu.org>
10032
10033         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10034         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10035         variables to defconsts.  Convert comments to doc-strings.
10036         (nnmairix-last-server, nnmairix-current-server): Convert from free
10037         variables to defvars.  Convert comments to doc-strings.
10038         (gnus-registry-fetch-group): Autoload.
10039         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10040         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10041         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10042         caddr.
10043         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10044         nnmairix-request-group-with-article-number-correction call.
10045         (nnmairix-fast, nnmairix-group): New, less general names, for free
10046         variables passed from nnmairix-request-group to
10047         nnmairix-request-group-with-article-number-correction.  Declare.
10048         (nnmairix-request-group-with-article-number-correction):
10049         Use nnmairix-fast, nnmairix-group rather than fast, group.
10050
10051 2008-02-26  David Engster  <dengste@eml.cc>
10052
10053         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10054         version 0.5.
10055
10056 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10057
10058         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10059         instead of making an extra function call.  Don't add the current group
10060         to articles only when they have the group.  Use
10061         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10062         Reported by David <de_bb@arcor.de>.
10063
10064 2008-02-24  Miles Bader  <miles@gnu.org>
10065
10066         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10067         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10068         (mm-find-mime-charset-region):
10069         * mm-bodies.el (mm-encode-body):
10070         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10071
10072 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10075         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10076
10077 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * mail-source.el (mail-source-delete-incoming): Change default.
10080         Supplement doc string.
10081
10082         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10083
10084 2008-02-14  Glenn Morris  <rgm@gnu.org>
10085
10086         * time-date.el (format-seconds): New function.
10087
10088 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * nnmail.el (nnmail-message-id-cache-file): Derive from
10091         `gnus-home-directory'.
10092
10093 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10096         Document negative prefix.
10097
10098         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10099
10100 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10101
10102         * message.el (message-unsent-separator): Add the Exim bounce
10103         separator.
10104
10105 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10106
10107         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10108         list.
10109         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10110         recipient/signer list.
10111
10112 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * Makefile.in (datarootdir): Define.
10115         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10116         name that might contain whitespace.
10117
10118 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10121         fbound (Emacs 23 unicode), signal an error.
10122
10123 2008-02-08  Glenn Morris  <rgm@gnu.org>
10124
10125         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10126
10127 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10128
10129         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10130         ports to the calls to `netrc-machine-user-or-password' in addition to
10131         "imap" and "imaps".
10132
10133 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10134
10135         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10136
10137         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10138
10139 2008-02-01  Kenichi Handa  <handa@m17n.org>
10140
10141         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10142         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10143         (rfc2104-hash): Convert the result of concat to unibyte string.
10144
10145 2008-02-01  Dave Love  <fx@gnu.org>
10146
10147         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10148         coding-system-for-read.
10149         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10150
10151 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10154         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10155         <hanche@math.ntnu.no>.
10156
10157 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10160
10161         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10162
10163 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10164
10165         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10166         * message.el (message-beginning-of-line): Use featurep instead of bound
10167         tests in order to resolve conditionals at compile time.
10168
10169 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10170
10171         * mail-source.el (mail-sources): Add `group' choice.
10172
10173         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10174         parameter `in-group' to control into which group the articles go.
10175         Add treatment of `group' mail-source.
10176
10177 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10180
10181         * mm-decode.el (mm-dissect-buffer): Decode description.
10182
10183         * mml.el (mml-to-mime): Encode message header first.
10184
10185 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10188         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10189
10190         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10191         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10192
10193 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10194
10195         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10196
10197 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10200         prefix keys.
10201         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10202         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10203         gnus-xmas.el.
10204
10205         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10206         (gnus-xmas-article-describe-bindings): New function.
10207         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10208         gnus-xmas-article-describe-bindings.
10209
10210         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10211
10212 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10213
10214         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10215         Add new variables for article mark management.
10216         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10217         list of extra data entries which, when present, will indicate that the
10218         article ID should not be trimmed from the registry.
10219         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10220         functions.
10221         (gnus-registry-read-mark): New function to read a mark name from the
10222         user.
10223         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10224         (gnus-registry-set-article-mark-internal): New functions to add and
10225         remove marks.
10226         (gnus-registry-get-article-marks): New function to show the marks for
10227         an article, or retrieve them for further use.
10228
10229 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10232         keys when no argument is given.
10233
10234 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * imap.el (imap-ping-server): New variable.
10237         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10238         (imap-ping-server): Minor doc string fixes.
10239
10240 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10241
10242         * imap.el (imap-ping-server): New function.
10243         (imap-opened): Call imap-ping-server.
10244
10245 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * gnus-sum.el (gnus-article-sort-by-random)
10248         (gnus-thread-sort-by-random): Fix doc strings.
10249         Reported by jidanni@jidanni.org.
10250
10251 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-art.el (gnus-article-describe-bindings): New function.
10254         (gnus-article-read-summary-keys): Use it.
10255         (gnus-article-mode-map): Bind `C-h b' to it.
10256
10257 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10260         XEmacs.
10261         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10262         Protect against non-character events.
10263
10264         * lpath.el: Fbind map-keymap for Emacs 21.
10265
10266 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10269         New command.
10270         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10271         instead of END.  Change name of the temp file.
10272         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10273         customizable.
10274
10275 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10278         bind `S W' to gnus-article-wide-reply-with-original; set default
10279         binding to gnus-article-read-summary-send-keys.
10280         (gnus-article-read-summary-keys): Fix the order of keys; display
10281         continuation keys correctly in the echo area; describe bindings
10282         correctly when keys end with `C-h'.
10283         (gnus-article-read-summary-send-keys): New function.
10284         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10285         Work for gnus-article-read-summary-send-keys; display continuation keys
10286         correctly in the echo area.
10287         (gnus-article-reply-with-original): Ignore prefix argument.
10288         (gnus-article-wide-reply-with-original): New function.
10289
10290         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10291         Emacs 21.
10292
10293 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10296         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10297
10298 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10301         (gnus-group-read-ephemeral-gmane-group): New command.
10302
10303 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10304
10305         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10306
10307 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10308
10309         * message.el (message-send-mail-function): Increase custom version.
10310
10311         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10312         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10313
10314 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10315
10316         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10317         for the cases where imap-authenticate is called with a nil buffer
10318         parameter.
10319
10320 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10323         html parts correctly; support forwarded messages.
10324         (gnus-article-browse-html-article): Remove work buffers.
10325
10326         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10327         compiling.
10328         (netrc-bound-and-true-p): New macro.
10329         (netrc-parse): Use it instead of bound-and-true-p that is not available
10330         in XEmacs 21.4.
10331
10332 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10333
10334         * gnus-registry.el (gnus-registry-mark-article)
10335         (gnus-registry-article-marks): Add functionality to mark articles
10336         through the Gnus registry.
10337
10338         * encrypt.el: Clarify documentation for the new pgg method.
10339         (encrypt-file-alist): Add PGG option.
10340         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10341         functionality.  Abstract password key and messaging to external
10342         functions.
10343         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10344         (encrypt-message-method-and-cipher): Add new convenience external
10345         functions.
10346         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10347         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10348
10349         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10350         (netrc-parse): Use encrypt-file-alist to determine if
10351         encrypt-find-model or encrypt-insert-file-contents should be used.
10352
10353         * encrypt.el: Clarify documentation.  Load password-cache or
10354         password, whichever one is found first, instead of autoloading.
10355
10356 2007-12-19  Glenn Morris  <rgm@gnu.org>
10357
10358         * mml.el (message-options-set, message-narrow-to-head)
10359         (message-in-body-p, message-mail-p, message-encode-message-body):
10360         Autoload.
10361         (message-remove-header, message-narrow-to-headers-or-head)
10362         (message-subscribed-p, message-make-mail-followup-to)
10363         (message-position-on-field, message-news-p)
10364         (message-options-set-recipient, message-generate-headers)
10365         (message-sort-headers): Declare as functions.
10366
10367 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10370         convention in doc string.
10371
10372 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10375         title to html parts.
10376         (gnus-article-browse-html-article): Pass message header to it.
10377
10378         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10379
10380 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10383         or password compatible with XEmacs.
10384
10385 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10388         format document.
10389         (gnus-mime-delete-part): Don't write description line if empty.
10390         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10391
10392 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10393
10394         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10395         (gnus-summary-mark-read-and-unread-as-read)
10396         (gnus-summary-mark-current-read-and-unread-as-read)
10397         (gnus-summary-mark-unread-as-ticked): Doc fix.
10398         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10399
10400 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10403         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10404
10405 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10408         yes-or-no-p.
10409
10410 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * mm-decode.el (mm-add-meta-html-tag): New function.
10413         (mm-save-part-to-file, mm-pipe-part): Use it.
10414
10415         * gnus-art.el (gnus-article-browse-delete-temp-files):
10416         Use gnus-y-or-n-p instead of y-or-n-p.
10417         (gnus-article-browse-html-parts): Work with message/external-body; use
10418         mm-add-meta-html-tag.
10419
10420 2007-12-11  Glenn Morris  <rgm@gnu.org>
10421
10422         * gnus-cache.el: Require gnus-sum not just when compiling.
10423
10424         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10425
10426         * gnus-int.el (gnus-server-opened, gnus-status-message):
10427         Move definitions before use.
10428
10429         * mm-decode.el: Require gnus-util.
10430         (mm-remove-part): Only call delete-annotation on XEmacs.
10431
10432         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10433
10434         * nnmail.el: Require gnus-int.
10435
10436         * spam.el: Move `require's before `eval-when-compile's.
10437
10438         * gnus-ems.el (gnus-alive-p):
10439         * gnus-fun.el (message-goto-eoh):
10440         * gnus-util.el (gnus-group-name-decode):
10441         * mail-source.el (gnus-compress-sequence):
10442         * message.el (Info-goto-node, format-spec):
10443         * mm-bodies.el (message-options-get):
10444         * mm-decode.el (mm-view-pkcs7):
10445         * mm-util.el (gmm-write-region):
10446         * mml-smime.el (mml-compute-boundary)
10447         (gnus-completing-read-with-default):
10448         * mml.el (widget-button-press, gnus-make-hashtable):
10449         * mml1991.el (mm-decode-content-transfer-encoding)
10450         (mm-encode-content-transfer-encoding)
10451         (message-options-get, message-options-set):
10452         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10453         * nnfolder.el (gnus-request-group):
10454         * nnheader.el (ietf-drums-unfold-fws):
10455         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10456         * smime.el (gnus-run-mode-hooks):
10457         * spam-stat.el (gnus-message): Autoload.
10458
10459         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10460         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10461         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10462         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10463         Add declare-function compatibility definition.
10464
10465         * gnus-cache.el (nnvirtual-find-group-art):
10466         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10467         (gnus-add-image, gnus-add-wash-type):
10468         * gnus-group.el (nnkiboze-score-file):
10469         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10470         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10471         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10472         (message-tokenize-header, gnus-get-buffer-create)
10473         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10474         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10475         * gnus.el (gnus-group-decoded-name):
10476         * mail-source.el (imap-capability):
10477         * mm-bodies.el (message-options-set):
10478         * mm-decode.el (gnus-configure-windows):
10479         * mm-extern.el (message-goto-body):
10480         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10481         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10482         (epg-sub-key-validity, message-options-set):
10483         * mml.el (widget-event-point, gnus-configure-windows):
10484         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10485         * mml2015.el (epg-check-configuration, epg-configuration)
10486         (message-options-set):
10487         * nndb.el (nndb-request-article):
10488         * nnfolder.el (gnus-request-create-group):
10489         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10490         * nnmaildir.el (gnus-group-mark-article-read):
10491         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10492         * rfc1843.el (message-fetch-field):
10493         * spam.el (gnus-extract-address-components):
10494         Declare as functions.
10495
10496 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10499
10500         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10501
10502         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10503         bind show-trailing-whitespace for XEmacs.
10504
10505 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10508         new no-op macro for backward compatibility.
10509
10510         * imap.el (imap-string-to-integer): New function.
10511
10512 2007-12-09  Glenn Morris  <rgm@gnu.org>
10513
10514         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10515
10516         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10517         * message.el, mm-view.el, sieve-manage.el, smime.el:
10518         Add declare-function compatibility definition.
10519
10520         * gnus-art.el (w3-region, w3m-region, Info-menu):
10521         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10522         * gnus-sum.el (gnus-get-predicate):
10523         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10524         * message.el (mail-abbrev-in-expansion-header-p):
10525         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10526         (w3m-detect-meta-charset, w3m-region):
10527         * sieve-manage.el (password-read, password-cache-add)
10528         (password-cache-remove):
10529         * smime.el (password-read-and-add): Declare as functions.
10530
10531 2007-12-08  David Kastrup  <dak@gnu.org>
10532
10533         * gnus-sum.el (gnus-summary-simplify-subject-query):
10534         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10535         `message'.
10536
10537 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10540         it to bind idna-program, installation-directory, defined-colors, and
10541         face-attribute for XEmacs of the version that compiles defcustom forms.
10542
10543 2007-12-07  Glenn Morris  <rgm@gnu.org>
10544
10545         * gnus-art.el (article-make-date-line): Revert previous change.
10546
10547 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10550
10551 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10552
10553         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10554         Call gnus-add-to-range ranges only once with a prepared article-list.
10555
10556 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10557
10558         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10559         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10560         group names with backslashes.
10561         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10562
10563 2007-12-06  Deepak Goel  <deego3@gmail.com>
10564
10565         * gnus-art.el (article-make-date-line):
10566         * gnus-start.el (gnus-load):
10567         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10568
10569 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-art.el (gnus-use-idna)
10572         * gnus-start.el (gnus-site-init-file)
10573         * message.el (message-use-idna)
10574         * mm-uu.el (mm-uu-hide-markers)
10575         * smiley.el (smiley-style): Revert changes that suppress warnings.
10576
10577 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10580         specify charset to html source.
10581         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10582
10583 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10586         idna-program in order to suppress byte compile warning issued by XEmacs
10587         that came to byte compile the default value section of defcustom forms
10588         recently.
10589
10590         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10591         value of installation-directory.
10592
10593         * message.el (message-use-idna): Don't directly refer to the value of
10594         idna-program.
10595
10596         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10597
10598         * smiley.el (smiley-style): Don't directly call face-attribute.
10599
10600 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10603
10604         * gnus-dired.el: Reduce Gnus dependencies.
10605         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10606         Don't require.  Use autoloads instead.
10607         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10608         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10609         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10610         (gnus-dired-mode): Adjust doc string.
10611         (gnus-dired-mail-mode): New variable.
10612         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10613         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10614         (gnus-dired-mail-buffers): New function.  Return mail or message
10615         composition buffers.
10616         (gnus-dired-attach): Use it.
10617         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10618         NO-DECODE.
10619         (gnus-dired-print): Use `gnus-print-buffer' depending on
10620         `gnus-dired-mail-mode'.
10621
10622 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * rfc2047.el (rfc2047-encoded-word-regexp)
10625         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10626         explaining what regexp patterns are for.
10627
10628 2007-12-04  Glenn Morris  <rgm@gnu.org>
10629
10630         * password.el: Move to password-cache.el.
10631
10632         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10633         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10634         * mml-smime.el (password-read, password-cache-add)
10635         (password-cache-remove):
10636         No need to autoload, since mml-sec requires password.
10637
10638         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10639         * message.el (gnus-extract-address-components):
10640         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10641
10642         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10643         password.
10644
10645 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * mailcap.el: Reduce dependencies.
10648         (mail-header-parse-content-type): Autoload.
10649         (mailcap-delete-duplicates): New alias.
10650         (mailcap-mime-info): Add optional argument NO-DECODE.
10651         (mailcap-mime-types): Use mailcap-delete-duplicates.
10652
10653         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10654
10655 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10656
10657         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10658         (imap-parse-status): Upcase status-att for servers that sends them
10659         lower-case (e.g., MS Exchange 2007).
10660
10661 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10664         function.
10665
10666         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10667         (gnus-uu-yenc-article): New function.
10668
10669         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10670
10671         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10672
10673 2007-12-02  Glenn Morris  <rgm@gnu.org>
10674
10675         * binhex.el (binhex): New custom group.
10676         (binhex-decoder-program, binhex-decoder-switches)
10677         (binhex-use-external): Move to the binhex custom group.
10678
10679         * uudecode.el (uudecode): New custom group.
10680         (uudecode-decoder-program, uudecode-decoder-switches)
10681         (uudecode-use-external): Move to the uudecode custom group.
10682
10683         * netrc.el (top-level): Don't load `encrypt' features.
10684         (netrc-parse): Don't use encrypt.
10685         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10686
10687         * encrypt.el: Remove file.
10688
10689 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10692         matches on patches.
10693
10694         * gnus-art.el (gnus-article-browse-html-article):
10695         Mention `mm-text-html-renderer' in the doc string.
10696
10697         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10698         string.  Add comments.
10699
10700         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10701         if rhs is ASCII.
10702
10703 2007-12-01  Glenn Morris  <rgm@gnu.org>
10704
10705         * mail-source.el (top-level): Require format-spec before
10706         eval-when-compile.
10707
10708 2007-11-30  Glenn Morris  <rgm@gnu.org>
10709
10710         * encrypt.el: Require password, rather than autoloading password-read.
10711
10712 2007-11-29  Glenn Morris  <rgm@gnu.org>
10713
10714         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10715         (sasl-make-client, sasl-next-step, sasl-step-data)
10716         (sasl-step-set-data): Declare as functions.
10717
10718 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10721
10722 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10723
10724         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10725         certs should be verified and what is to be done in the event of a
10726         verification failure.
10727
10728         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10729         caller can indicate whether the cache should be disregarded for this
10730         call.  This way the result of the call is reproducible at all times and
10731         can be considered a canonical server name for the supplied method.
10732         (gnus-agent-method-p): Canonicalize server names by pushing their
10733         method through `gnus-method-to-server' using the no-cache argument.
10734
10735         * gnus-srvr.el (gnus-server-insert-server-line):
10736         Call `gnus-method-to-server' with `no-cache' argument.
10737
10738         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10739         gnus-agent-possibly-synchronize-flags as this should be called when the
10740         server is actually being opened.
10741         (gnus-agent-possibly-synchronize-flags)
10742         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10743         flags file of an agentized server to the latter function.
10744
10745         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10746         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10747         after a connection has been established successfully.
10748
10749 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * gnus-art.el (article-display-face): Force to display face if called
10752         interactively; check if gnus-article-x-face-too-ugly matches author.
10753         (article-display-x-face): Display face even if From header is missing
10754         as article-display-face does.
10755
10756 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10757
10758         * hashcash.el (message-narrow-to-headers-or-head)
10759         (message-fetch-field, message-goto-eoh)
10760         (message-narrow-to-headers): Declare as functions.
10761
10762 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * mail-source.el (mail-sources): Default to fetch from file for
10765         compatibility with default of nnmail-spool-file.
10766
10767 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10770         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10771         to look for encoded word that should be encoded again.
10772         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10773         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10774         encoding pattern.
10775         (rfc2047-decode-region): Switch strict regexp and loose one according
10776         to rfc2047-allow-irregular-q-encoded-words.
10777
10778 2007-11-25  Romain Francoise  <romain@orebokech.com>
10779
10780         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10781
10782 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * tls.el (tls-program): Provide more custom choices from
10785         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10786         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10787
10788 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10791         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10792
10793         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10794         `nnmail-spool-file'.
10795
10796         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10797         `nnmail-spool-file'.
10798
10799         * gnus-move.el (gnus-change-server): Ditto.
10800
10801         * gnus-kill.el (gnus-batch-score): Ditto.
10802
10803         * gnus-cache.el (gnus-jog-cache): Ditto.
10804
10805         * gnus-msg.el (gnus-summary-reply):
10806         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10807
10808 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10811         version.  Minor improvement to doc strings.
10812         (tls-program): Add comment.
10813
10814 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10815
10816         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10817         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10818         mismatch between the hostname provided in the certificate and the name
10819         of the host connnecting to.
10820         (open-tls-stream): Use them.  Check certificates against trusted root
10821         certificates.
10822
10823 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * gnus-cache.el (gnus-cache-generate-nov-databases):
10826         Use nnml-generate-nov-databases-directory instead of
10827         nnml-generate-nov-databases-1.
10828
10829 2007-11-24  Glenn Morris  <rgm@gnu.org>
10830
10831         * message.el (message-tool-bar-retro): Update for rename
10832         mail_send.xpm->mail-send.xpm.
10833
10834 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10837         `smime-ldap-search' for Emacs 22 and up.
10838
10839 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10840
10841         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10842
10843         * message.el (message-send-mail-function): Fix error convention.
10844         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10845         (message-widen-reply, message-send-mail, message-talkative-question)
10846         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10847         (message-clone-locals, message-send-news): Use with-current-buffer.
10848         (message-insert-or-toggle-importance): Remove unused var `valid'.
10849         (message-make-references): Remove unused var `new-references'.
10850         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10851
10852 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10853
10854         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10855         (spam-split-symbolic-return-positive): Reflow docstring.
10856         (spam-backends, spam-summary-exit-behavior)
10857         (spam-mark-ham-unread-before-move-from-spam-group)
10858         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10859         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10860         (spam-clear-cache, spam-backend-check, spam-install-backend)
10861         (spam-install-statistical-backend, spam-list-of-processors)
10862         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10863         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10864         (spam-check-crm114, spam-initialize, spam-unload-hook):
10865         Fix typos in docstrings.
10866
10867 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10870         been checked if they have never been read and those group levels are
10871         higher than the one that a user specified.
10872
10873 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10876         foreign groups unless a group level is specified by a user.
10877         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10878
10879 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * message.el (message-send-mail-function): Require sendmail.
10882
10883 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * message.el (message-send-mail-function): Check for smtpmail too.
10886
10887         * utf7.el (utf7-encode, utf7-decode): Use coding system
10888         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10889
10890         * message.el (message-send-mail-function): New function.
10891         (message-send-mail-function): Set default using
10892         message-send-mail-function.  Adjust doc string.
10893         (message-send-mail-with-mailclient): New function.
10894
10895 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10896
10897         * smime.el (from):
10898         * rfc2047.el (message-posting-charset):
10899         * qp.el (mm-use-ultra-safe-encoding):
10900         * pop3.el (parse-time-months):
10901         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10902         * nnml.el (files):
10903         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10904         (jka-compr-compression-info-list, ange-ftp-path-format)
10905         (efs-path-regexp):
10906         * nndiary.el (files):
10907         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10908         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10909         (epg-digest-algorithm-alist, inhibit-redisplay)
10910         (password-cache-expiry):
10911         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10912         (pgg-output-buffer, password-cache-expiry):
10913         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10914         (efs-path-regexp):
10915         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10916         (inhibit-redisplay):
10917         * mm-uu.el (file-name, start-point, end-point, entry)
10918         (gnus-newsgroup-name, gnus-newsgroup-charset):
10919         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10920         (latin-unity-ucs-list):
10921         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10922         (mm-uu-binhex-decode-function):
10923         * message.el (gnus-message-group-art, gnus-list-identifiers)
10924         (rmail-enable-mime-composing, gnus-local-organization)
10925         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10926         (gnus-read-active-file, facemenu-add-face-function)
10927         (facemenu-remove-face-function, gnus-article-decoded-p)
10928         (tool-bar-mode):
10929         * mail-source.el (display-time-mail-function):
10930         * gnus-util.el (nnmail-pathname-coding-system)
10931         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10932         (gnus-original-article-buffer, gnus-user-agent)
10933         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10934         (xemacs-codename, sxemacs-codename, emacs-program-version):
10935         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10936         * gnus-start.el (gnus-agent-covered-methods)
10937         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10938         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10939         (gnus-newsgroup-headers, gnus-group-list-mode)
10940         (gnus-group-mark-positions, gnus-newsgroup-data)
10941         (gnus-newsgroup-unreads, nnoo-state-alist)
10942         (gnus-current-select-method, mail-sources)
10943         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10944         (nnmail-spool-file, gnus-cache-active-hashtb):
10945         * gnus-mh.el (mh-lib-progs):
10946         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10947         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10948         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10949         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10950         (gnus-group-buffer):
10951         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10952         (font-lock-set-defaults):
10953         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10954         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10955         (gnus-summary-post-menu, total-parts, type, condition, length):
10956         * gnus-agent.el (gnus-agent-read-agentview):
10957         * flow-fill.el (show-trailing-whitespace):
10958         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10959         eval-and-compile wrappers for byte compiler pacifiers.
10960
10961         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10962         (mm-display-inline-fontify): Check for featurep 'xemacs not
10963         extent-list.
10964
10965         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10966         itimer-list.
10967         (mm-create-image-xemacs): Only do something for XEmacs.
10968         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10969
10970         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10971
10972         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10973         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10974
10975 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10976
10977         * nnimap.el (nnimap-split-download-body):
10978         * gnus-demon.el (gnus-demon):
10979         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10980
10981 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10984         New macros.
10985         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10986         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10987         copy data from unibyte buffer to multibyte current buffer.
10988         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10989         to copy data from unibyte current buffer to multibyte buffer.
10990         (nntp-make-process-buffer): Make process buffer unibyte.
10991
10992         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10993
10994 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10995
10996         * pop3.el (pop3-open-server): Accept and process data more robustly at
10997         connexion start to avoid spurious "POP SSL connexion failed" errors.
10998
10999 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11002         read group names.
11003
11004 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11007
11008 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11011         (nnmail-save-active): Use a unibyte buffer when saving active file,
11012         which may contain non-ASCII group names.
11013
11014         * nnml.el (nnml-request-group): Decode group names in messages.
11015
11016 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * message.el (message-citation-line-function)
11019         (message-insert-formatted-citation-line): Fix spelling of
11020         `message-insert-formated-citation-line'.
11021
11022 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11025
11026 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11029         nnmail-pathname-coding-system.
11030
11031         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11032         that a user enters; decode group names in messages.
11033
11034         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11035
11036 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11039
11040         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11041
11042         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11043         risky local variable.
11044
11045         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11046
11047 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11048
11049         * encrypt.el: Improve documentation to fix function name typo.
11050         Reported by Daiki Ueno <ueno@unixuser.org>.
11051
11052 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11055         even if the point is not in the last page of an article.
11056         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11057         back to the previous page.
11058
11059 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11062
11063 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11066
11067 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11068
11069         * message.el (message-check-news-body-syntax):
11070         Avoid mm-string-as-multibyte.
11071         (message-hide-headers): Don't assume (point-min)==1.
11072
11073 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * message.el (message-remove-blank-cited-lines): Fix if remove is
11076         given.
11077         (message-bogus-address-regexp): New variable.
11078         (message-bogus-recipient-p): New function.
11079         (message-check-recipients): New command.
11080         (message-syntax-checks): Add `bogus-recipient'.
11081         (message-fix-before-sending): Add `bogus-recipient'.
11082
11083         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11084         (gnus-treat-body-boundary): Don't test window-system.
11085
11086 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11087
11088         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11089
11090 2007-10-28  Miles Bader  <miles@gnu.org>
11091
11092         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11093         at compile-time too.
11094
11095 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * gnus-msg.el (gnus-message-setup-hook):
11098         Add `message-remove-blank-cited-lines' to options.
11099
11100 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * message.el (message-remove-blank-cited-lines): New function.
11103         Suggested by Karl Plästerer.
11104
11105 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11108         mapc.
11109
11110         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11111         (top-level): Use mapc to set functions to be traced for debugging.
11112
11113         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11114         called for effect with while loop.
11115
11116         * message.el (message-talkative-question): Replace mapcar called for
11117         effect with mapc.
11118
11119         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11120         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11121         called for effect with dolist.
11122
11123         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11124
11125         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11126         gnus-extra-headers and nnmail-extra-headers.
11127
11128         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11129         called for effect with dolist.
11130         (top-level): Use mapc to set functions to be traced for debugging.
11131
11132         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11133         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11134         dolist.
11135
11136         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11137         Replace mapcar called for effect with mapc.
11138         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11139         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11140         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11141         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11142
11143         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11144         remove-if that's a cl function.
11145
11146         * webmail.el (webmail-debug): Replace mapcar called for effect with
11147         dolist.
11148
11149         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11150         with mapc.
11151
11152 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11155         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11156         with while loop.
11157
11158         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11159         functions from article-* functions.
11160         (gnus-multi-decode-header): Replace mapcar called for effect with
11161         dolist.
11162
11163         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11164         (gnus-bookmark-show-details): Replace mapcar called for effect with
11165         while loop.
11166
11167         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11168         called for effect with while loop.
11169
11170         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11171         with dolist.
11172
11173         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11174         Replace mapcar called for effect with dolist.
11175
11176         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11177
11178         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11179         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11180         Replace mapcar called for effect with dolist.
11181         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11182         mapc.
11183
11184         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11185         Replace mapcar called for effect with dolist.
11186         (gnus-topic-list): Replace mapcar called for effect with mapc.
11187
11188         * gnus.el: Use mapc instead of mapcar to add autoloads.
11189
11190 2007-10-23  Richard Stallman  <rms@gnu.org>
11191
11192         * gnus-group.el (gnus-group-highlight): Mark as risky.
11193
11194 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * gnus.el (gnus-server-to-method): Return method found first in
11197         gnus-newsrc-alist.
11198
11199         * gnus-art.el (gnus-article-highlight-signature)
11200         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11201         button overlay without the front stickiness.
11202
11203 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11204
11205         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11206         overview buffer needed a catch to receive its throw.
11207         (gnus-agent-flush-cache): Declare as interactive to make this function
11208         easier to use.
11209
11210 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11213         `next-line'.
11214
11215 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11218         exclude address matching message-dont-reply-to-names.
11219
11220 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-util.el (gnus-string<): New function.
11223
11224         * gnus-sum.el (gnus-article-sort-by-author)
11225         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11226
11227 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11230         the frame-focus tag is set in gnus-buffer-configuration.
11231
11232 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11235         the front stickiness.
11236
11237 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11240         url pattern; remove duplicate one.
11241         (gnus-article-extend-url-button): New function.
11242         (gnus-article-add-buttons): Use it.
11243         (gnus-button-push): Use concatenated url that it makes.
11244
11245 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11246
11247         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11248
11249 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11250
11251         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11252         Don't hardcode point-min==1.
11253
11254 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11257         Fix comment about "iso8859-1".
11258
11259 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11260
11261         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11262         ones returned from the verify-function.
11263
11264         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11265         Call mml2015-extract-cleartext-signature if extraction failed.
11266
11267 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11268
11269         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11270         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11271         failed.
11272
11273 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11276
11277 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11280         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11281         recommends to use EasyPG instead of PGG.
11282
11283         * pgg.el: Revert to revision 6.23.2.16.
11284
11285         * pgg-def.el: Revert to revision 6.6.2.14.
11286
11287         * pgg-gpg.el: Revert to revision 6.23.2.34.
11288
11289 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11290
11291         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11292         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11293         thread for both the null and zero (kill/expire thread) universal prefix
11294         cases.
11295         (gnus-summary-expire-thread): Add new function to expire a thread,
11296         using gnus-summary-kill-thread.
11297         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11298         shortcuts for gnus-summary-expire-thread.
11299         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11300         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11301
11302 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11303
11304         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11305         extras value, so an extras entry can be deleted.
11306         (gnus-registry-delete-extra-entry): Use it.
11307         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11308         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11309         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11310         storage through the gnus-registry, and provide an appropriate API for
11311         it.
11312
11313 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11316         Suggested by Leo <sdl.web@gmail.com>.
11317
11318         * gnus.el: Do.
11319
11320 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11323         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11324
11325         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11326
11327         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11328         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11329
11330 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11333         newline.
11334         (nnmbox-request-accept-article): Don't change article in source buffer;
11335         narrow to header to use message-fetch-field rather than
11336         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11337         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11338         as delimiters; make sure article ends with newline.
11339         (nnmbox-delete-mail): Correct last position of article to be deleted;
11340         ignore X-Gnus-Newsgroup header in article body.
11341         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11342         positions; make sure article ends with newline.
11343
11344         * message.el (message-display-abbrev): Don't infloop when a user
11345         inserts SPC in the beginning of header.
11346
11347         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11348         coding-system-for-read and coding-system-for-write for XEmacs having no
11349         file-coding feature.
11350
11351         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11352
11353 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11354
11355         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11356         list of groups not followed by default.  Fix type to be regexp.
11357         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11358
11359 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11360
11361         * hmac-def.el (define-hmac-function): Switch from old-style to
11362         new-style backquotes.
11363
11364         * md4.el (md4-make-step): Likewise.
11365
11366 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11369         raw-text coding system when saving .newsrc file, which may contain
11370         non-ASCII group names.
11371
11372 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * gnus-cus.el (gnus-score-extra): New widget.
11375         (gnus-score-extra-convert): New function.
11376         (gnus-score-customize): Use it for Extra.
11377
11378 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11379
11380         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11381         (mml2015-mailcrypt-clear-verify): Use it.
11382         (mml2015-gpg-clear-verify): Use it.
11383         (mml2015-pgg-clear-verify): Use it.
11384         (mml2015-epg-clear-verify): Replace the current part with the output
11385         from GnuPG; don't extract the plaintext by itself.
11386
11387         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11388         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11389         mml2015-clear-verify-function; don't touch the armor headers or
11390         dash-escaped text here.
11391
11392 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11395         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11396         parts, or application/octet-stream as a last resort.
11397         (gnus-mime-view-part-as-type): Don't toggle display.
11398         (gnus-mime-view-part-as-charset): Don't turn off display before
11399         querying charset.
11400
11401         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11402         stuff to undisplayer function in Emacs.
11403         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11404
11405         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11406         text/calendar parts.
11407
11408 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11411         decoding text/calendar parts.
11412
11413         * message.el (message-forward-make-body-mime): Always mark body as
11414         having no illegible text; remove signed-or-encrypted argument.
11415         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11416
11417         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11418         (mml-generate-mime-1): Don't encode body if it is specified to be in
11419         raw form; don't make buffer be unibyte when inserting multibyte string.
11420
11421 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11422
11423         * sha1.el: Fix up comment style.
11424         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11425         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11426
11427         * hex-util.el: Fix up comment style.
11428         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11429
11430         * gnus-salt.el: Use with-current-buffer.
11431         (gnus-pick-setup-message): Fix long-standing typo.
11432
11433 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * imap.el (imap-logout-timeout): New variable.
11436         (imap-logout, imap-logout-wait): New functions.
11437         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11438
11439         * nnimap.el (nnimap-logout-timeout): New server variable.
11440         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11441         nnimap-logout-timeout.
11442
11443         * gnus-art.el (gnus-article-summary-command-nosave)
11444         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11445
11446 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus.el (gnus-maximum-newsgroup): New variable.
11449
11450         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11451         according to gnus-maximum-newsgroup.
11452
11453         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11454         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11455         Limit the range of articles according to gnus-maximum-newsgroup.
11456
11457 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11458
11459         * gnus-art.el (gnus-sticky-article): Fix problems described in
11460         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11461         Don't perform gnus-configure-windows here; reuse existing sticky
11462         article buffer.
11463
11464         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11465         it doesn't exist in gnus-article-mode.
11466
11467 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11470         (gnus-agent-decoded-group-name): New function.
11471         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11472         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11473
11474 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11475
11476         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11477         Add binding for gnus-sticky-article.
11478         (gnus-summary-exit): Don't kill sticky article buffers.
11479
11480         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11481         article buffer.
11482         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11483         (gnus-kill-sticky-article-buffers): New commands.
11484
11485 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * nntp.el (nntp-xref-number-is-evil): New server variable.
11488         (nntp-find-group-and-number): If it is non-nil, don't trust article
11489         numbers in the Xref header.
11490
11491 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-agent.el (gnus-agent-read-group): New function.
11494         (gnus-agent-flush-group, gnus-agent-expire-group)
11495         (gnus-agent-regenerate-group): Use it.
11496         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11497         nnmail-pathname-coding-system.
11498
11499 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11502
11503         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11504         that are unread as unread, and also as selected so that information of
11505         marks having been changed by a user may be updated when exiting group.
11506
11507 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11510
11511 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11514         calculated ignoring signature parts to gnus-treat-article.
11515
11516 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11519         a point here in order to keep the window start.
11520         (gnus-insert-mime-security-button): Make a button overlay without the
11521         front stickiness.
11522         (gnus-mime-display-security): Goto the end of a button.
11523
11524         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11525
11526 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11529         group-name-at-point.
11530         (gnus-group-completing-read): New function that offers decoded
11531         non-ASCII group names for completion.
11532         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11533         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11534         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11535         (gnus-group-fetch-control): Use it.
11536         (gnus-fetch-group): Use group-name-at-point for the initial value
11537         rather than the default value; use gnus-alive-p.
11538
11539         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11540         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11541         (gnus-summary-post-news): Use gnus-group-completing-read.
11542
11543         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11544         (gnus-read-move-group-name): Decode group name for completion.
11545
11546 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11547
11548         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11549         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11550         Yamaoka slightly modified the code).
11551
11552 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11555         (nnmail-split-incoming): Bind it.
11556
11557         * nnml.el (nnml-group-name-charset): New function.
11558         (nnml-decoded-group-name): Use it; don't decode group name if
11559         nnmail-group-names-not-encoded-p is non-nil.
11560         (nnml-encoded-group-name): New function.
11561         (nnml-group-pathname): Inline nnml-decoded-group-name.
11562         (nnml-request-expire-articles): Decode group name in message.
11563         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11564         nnmail-pathname-coding-system.
11565         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11566         not decoded ones according to nnmail-group-names-not-encoded-p.
11567         (nnml-generate-active-info): Use nnml-encoded-group-name.
11568
11569 2007-08-08  Glenn Morris  <rgm@gnu.org>
11570
11571         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11572         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11573         doc-strings and comments.
11574
11575 2007-07-25  Glenn Morris  <rgm@gnu.org>
11576
11577         * Relicense all FSF files to GPLv3 or later.
11578
11579 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * gnus-sum.el (gnus-summary-move-article):
11582         Make gnus-summary-respool-article work.
11583
11584 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11587         string.
11588
11589 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11590
11591         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11592         that should be ignored when comparing distant RSS articles with local
11593         ones.
11594         (nnrss-make-hash-index): New function.  Create a hash index according
11595         to the ignored fields.
11596         (nnrss-check-group): Use it.
11597
11598 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11601
11602         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11603
11604         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11605         the new optional argument ENCODED is non-nil.
11606         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11607         coding system for encoding group name.
11608         (gnus-group-make-rss-group): Pass un-encoded group name to
11609         gnus-group-make-group.
11610         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11611         encoded.
11612
11613         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11614         Encode group name to which articles are moved or copied.
11615         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11616         coding system for encoding Newsgroup, Followup-To and Xref headers.
11617
11618         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11619         marks; use nnheader-file-coding-system to write a file.
11620         (nnagent-retrieve-headers): Bind file-name-coding-system to
11621         nnmail-pathname-coding-system.
11622
11623         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11624
11625         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11626         (nnml-request-article, nnml-request-create-group)
11627         (nnml-request-rename-group, nnml-find-id)
11628         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11629         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11630         (nnml-save-marks): Use nnml-group-pathname instead of
11631         nnmail-group-pathname.
11632
11633         (nnml-request-create-group, nnml-request-expire-articles)
11634         (nnml-request-move-article, nnml-request-delete-group)
11635         (nnml-deletable-article-p, nnml-possibly-create-directory)
11636         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11637         (nnml-open-marks): Bind file-name-coding-system to
11638         nnmail-pathname-coding-system.
11639
11640         (nnml-request-article): Pass server argument to nnml-find-group-number.
11641         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11642         Pass server argument to nnml-possibly-create-directory.
11643         (nnml-request-accept-article): Pass server argument to
11644         nnml-active-number and nnml-save-mail.
11645         (nnml-find-group-number): Pass server argument to nnml-find-id.
11646         (nnml-request-update-info): Pass server argument to
11647         nnml-marks-changed-p.
11648
11649         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11650         (nnml-save-mail, nnml-active-number): Add server argument.
11651
11652         (nnml-request-delete-group): Warn if group is missing.
11653         (nnml-get-nov-buffer): Decode group name.
11654         (nnml-generate-active-info): Encode group name.
11655         (nnml-open-marks): Decode group name in messages.
11656
11657 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11660         if it is not specified.
11661         (gnus-article-pipe-part, gnus-article-save-part)
11662         (gnus-article-interactively-view-part, gnus-article-copy-part)
11663         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11664         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11665         (gnus-article-replace-part, gnus-article-delete-part)
11666         (gnus-article-view-part-as-type): Pass raw prefix argument to
11667         gnus-article-part-wrapper.
11668
11669 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-agent.el (gnus-agent-save-active):
11672         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11673
11674         * gnus-cache.el (gnus-cache-save-buffers)
11675         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11676         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11677         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11678         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11679         (gnus-cache-generate-active, gnus-cache-rename-group)
11680         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11681         (gnus-cache-update-overview-total-fetched-for):
11682         Bind file-name-coding-system to nnmail-pathname-coding-system.
11683         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11684         New variables.
11685         (gnus-cache-decoded-group-name): New function.
11686         (gnus-cache-file-name): Use it.
11687         (gnus-cache-generate-active): Use non-decoded group name for active.
11688
11689         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11690         right place.
11691         (gnus-write-active-file): Don't break non-ASCII group names.
11692
11693         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11694         nnmail-pathname-coding-system.
11695
11696         * lpath.el: Bind default-file-name-coding-system,
11697         file-name-coding-system and language-info-alist for XEmacs.
11698
11699         * gnus-uu.el (gnus-uu-decode-save): Typo.
11700
11701 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11704
11705 2007-07-14  David Kastrup  <dak@gnu.org>
11706
11707         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11708         finishing actions if we did not edit the article.
11709
11710 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11713         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11714         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11715         (gnus-agent-flush-group, gnus-agent-flush-cache)
11716         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11717         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11718         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11719         (gnus-agent-regenerate-group)
11720         (gnus-agent-update-files-total-fetched-for)
11721         (gnus-agent-update-view-total-fetched-for):
11722         Bind file-name-coding-system to nnmail-pathname-coding-system.
11723         (gnus-agent-group-pathname): Don't encode file names by
11724         nnmail-pathname-coding-system.
11725         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11726         coding-system-for-write instead of buffer-file-coding-system to
11727         gnus-agent-file-coding-system.
11728
11729         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11730         Decode group name.
11731
11732         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11733
11734         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11735         (gnus-read-newsrc-el-file): Make group names unibyte.
11736
11737         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11738         nnmail-pathname-coding-system.
11739
11740         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11741         (nnrss-request-delete-group): Bind file-name-coding-system to
11742         nnmail-pathname-coding-system.
11743         (nnrss-read-server-data, nnrss-read-group-data):
11744         Bind file-name-coding-system correctly.
11745         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11746
11747         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11748         (nntp-server-to-method-cache): New variable.
11749         (nntp-group-pathname): New function that decodes non-ASCII group names.
11750         (nntp-possibly-create-directory, nntp-marks-changed-p)
11751         (nntp-save-marks, nntp-open-marks): Use it.
11752         (nntp-possibly-create-directory, nntp-open-marks):
11753         Bind file-name-coding-system to nnmail-pathname-coding-system.
11754         (nntp-open-marks): Decode group names when bootstrapping marks.
11755
11756         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11757         Newsgroups and Folowup-To headers.
11758
11759 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11762         (gnus-server-closed-face, gnus-server-denied-face)
11763         (gnus-server-offline-face): Remove variable.
11764         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11765
11766         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11767         of modifying message-stack directly for XEmacs.
11768
11769         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11770         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11771         if the coding-system argument is nil for XEmacs.
11772
11773         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11774         mm-charset-override-alist.
11775
11776         * rfc2047.el: Don't require base64; require rfc2045 for the function
11777         rfc2045-encode-string.
11778         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11779         to quote the parameter value.
11780
11781 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11784         form in gnus-group-name-charset-method-alist.
11785
11786         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11787         overrides the default layout edit-form.
11788
11789         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11790
11791         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11792
11793 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11796         as unfetched articles.
11797
11798 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11801
11802 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11805         original back end that keeps marks in the local system.
11806
11807 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11810         arg of pop-to-buffer for XEmacs.
11811         (gnus-article-read-summary-keys): Ditto; don't restore window
11812         configuration if summary command ends up with neither article buffer
11813         nor summary buffer; describe bindings if summary keys end with C-h.
11814
11815 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * message.el (message-fix-before-sending): Skip raw message part to be
11818         forwarded while checking illegible text.
11819         (message-forward-make-body-mime, message-forward-make-body):
11820         Mark signed or encrypted raw message as having no illegible text.
11821
11822 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11825         (gnus-message-with-timestamp-1): New macro.
11826         (gnus-message-with-timestamp): New function.
11827         (gnus-message): Use them.
11828
11829         * nnheader.el (nnheader-message): Use them.
11830
11831 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11834         .newsrc.eld file.
11835
11836 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * gnus-agent.el (gnus-agent-fetch-headers)
11839         (gnus-agent-retrieve-headers):
11840         Bind gnus-decode-encoded-address-function to identity.
11841
11842         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11843         available also when the server returns simply a dot.
11844
11845         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11846
11847 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11850
11851 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-ems.el (gnus-x-splash): Make it work.
11854
11855         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11856         from being used.
11857
11858         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11859
11860 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11863         4th and the 5th arguments.
11864
11865         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11866         the front stickiness.
11867         (gnus-article-summary-command-nosave): Correct the order of the
11868         arguments passed to pop-to-buffer.
11869         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11870         summary command ends up with the article buffer.
11871
11872         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11873         the same faces.
11874
11875 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11876
11877         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11878
11879 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11880
11881         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11882         * gnus-sum.el (gnus-summary-highlight):
11883         * pgg.el (pgg-sign-region, pgg-sign):
11884         * mail-source.el (mail-source-delete-old-incoming-confirm):
11885         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11886
11887 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * gnus-art.el (gnus-mime-view-part-externally)
11890         (gnus-mime-view-part-internally): Fix predicate function passed to
11891         completing-read.
11892
11893         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11894
11895         * gnus.el (gnus-update-message-archive-method): Add :version.
11896
11897 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus.el (gnus-update-message-archive-method): New variable.
11900
11901         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11902         according to gnus-message-archive-method if
11903         gnus-update-message-archive-method is non-nil.
11904
11905 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11908         Suggested by Loic Dachary <loic@dachary.org>.
11909         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11910
11911 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * message.el (message-pop-to-buffer): Add switch-function argument.
11914         (message-mail): Pass switch-function argument to it.
11915
11916 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11917
11918         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11919         Improve doc string.
11920
11921 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11924         (gnus-header-content)
11925         * gnus-cite.el (gnus-cite-10)
11926         * gnus-srvr.el (gnus-server-closed)
11927         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11928         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11929         (gnus-group-mail-3-empty, gnus-group-mail-low)
11930         (gnus-group-mail-low-empty, gnus-splash)
11931         * message.el (message-header-to, message-header-cc)
11932         (message-header-subject, message-header-other, message-header-name)
11933         (message-header-xheader, message-separator, message-cited-text)
11934         (message-mml): Lighten colors of faces used for dark background.
11935
11936 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11937
11938         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11939         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11940
11941 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * message.el (message-narrow-to-headers-or-head):
11944         Ignore mail-header-separator in the body.
11945
11946 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11949         same as window size.
11950
11951 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11952
11953         * message.el (message-font-lock-keywords): Use message-header-xheader
11954         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11955         ahead of the anything pattern, to get it recognised.
11956
11957 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11960         spam.el loads uses it in the compiled defadvice form.
11961
11962 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11963
11964         * gnus-sum.el (gnus-articles-to-read)
11965         (gnus-summary-insert-old-articles): Don't truncate group name for
11966         `read-string'.
11967
11968         * gnus-util.el (gnus-limit-string): Delete this function.
11969
11970         * gnus-sum.el (gnus-simplify-subject-fully):
11971         Use `truncate-string-to-width' instead.
11972
11973 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11974
11975         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11976         Tell if, on summary exit, the next group has to be selected.
11977         (gnus-summary-exit): Use it.
11978
11979 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11980
11981         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11982         non-break space.
11983
11984 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11987         Check if group is not a directory.
11988         (nnfolder-request-expire-articles): Don't delete articles if the target
11989         group is not available.
11990
11991         * nnml.el (nnml-request-create-group): Properly check if group is not a
11992         file.
11993         (nnml-request-expire-articles): Don't delete articles if the target
11994         group is not available.
11995
11996         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11997         Don't quote characters that are within parentheses.
11998
11999 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12002         (gnus-handle-ephemeral-exit): Select article according to it.
12003
12004 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * message.el (message-insert-formated-citation-line): Remove newline.
12007         (message-citation-line-format): Add final \n here so that the user can
12008         avoid a blank line.
12009
12010 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12011
12012         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12013         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12014         Update lanl/arXiv support.
12015
12016 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * gnus.el: Bump version number.
12019
12020 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021
12022         * gnus.el (gnus-version-number): Bump version.
12023
12024 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12025
12026         * gnus.el: No Gnus v0.6 is released.
12027
12028 2007-04-27  Didier Verna  <didier@xemacs.org>
12029
12030         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12031         * gmm-utils.el (gmm-regexp-concat): ... here.
12032         * message.el: Don't require 'gnus-util.
12033         (message-dont-reply-to-names): Handle name change above.
12034         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12035
12036 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12039         since the initial value varies according to the system.
12040
12041 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12044
12045 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12046
12047         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12048
12049 2007-04-24  Didier Verna  <didier@xemacs.org>
12050
12051         Improve the type of gnus-ignored-from-addresses.
12052         * gnus-util.el (gnus-orify-regexp): New function.
12053         * message.el (gnus-util): Require it.
12054         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12055         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12056         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12057
12058 2007-04-24  Didier Verna  <didier@xemacs.org>
12059
12060         * gnus-sum.el:
12061         * gnus-utils.el: Fix some trailing whitespaces.
12062
12063 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12066         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12067         article's Message-ID; refer parent article in summary buffer.
12068
12069         * message.el (message-bounce): Call mime-to-mml.
12070
12071         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12072         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12073         optimize and/or forms properly.
12074
12075 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12078         URL.
12079
12080 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12083
12084 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12087         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12088         displayed of multipart/alternative part if it is invoked from summary
12089         buffer.
12090
12091         * mm-view.el (mm-inline-text-html-render-with-w3m)
12092         (mm-inline-text-html-render-with-w3m-standalone)
12093         (mm-inline-render-with-function): Use mail-parse-charset by default.
12094
12095 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12096
12097         * parse-time.el (parse-time-string-chars): Check if CHAR
12098         is less than the length of parse-time-syntax.
12099
12100 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12103         from gnus-newsgroup-processable.
12104
12105 2007-04-16  Didier Verna  <didier@xemacs.org>
12106
12107         * gnus-msg.el (gnus-configure-posting-styles):
12108         Handle message-signature-directory properly with :file syntax.
12109         Reported by "Leo".
12110
12111 2007-04-11  Didier Verna  <didier@xemacs.org>
12112
12113         New user option: message-signature-directory.
12114         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12115         * message.el (message-insert-signature): Ditto.
12116         * message.el (message-signature-file): Doc update.
12117         * message.el (message-signature-directory): New.
12118
12119 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-msg.el (gnus-inews-yank-articles):
12122         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12123
12124 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * message.el (message-yank-original): Make sure cited text ends with
12127         newline; don't exchange point and mark.
12128
12129 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12130
12131         * tls.el (open-tls-stream): Properly handle case where there
12132         is no associated buffer.
12133
12134 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12135
12136         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12137         message-yank-original, make sure (< mark TEXT point).
12138
12139 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12140
12141         * message.el (message-fill-column): New variable.
12142         (message-mode): Use it.  Add comment on a possible new hook.
12143
12144         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12145         (nnmail-get-new-mail): Reformat.
12146
12147         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12148
12149         * gmm-utils.el: Fix Commentary.
12150         (gmm-tool-bar-from-list): Fix typo in doc string.
12151
12152 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12153
12154         * message.el (message-yank-original): Don't switch point and mark
12155         unnecessarily to put point and mark as documented.
12156
12157 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12158
12159         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12160         from the message heads.
12161
12162 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12163
12164         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12165         article buffer does not have a window.  This may not be the best
12166         solution but is certainly better than setting the start of the null,
12167         that is the current, window.
12168
12169 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12170
12171         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12172         (gnus-draft-setup): Run it.
12173
12174         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12175         gnus-score-fast-scoring.  Allow regexp.
12176         (gnus-score-headers): Use it.
12177
12178         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12179         XEmacs.
12180
12181         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12182         string.
12183         (gnus-button-alist): Also catch `<f1> k ...'.
12184         (gnus-treat-display-x-face): Fix doc string.
12185
12186 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12187
12188         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12189         evaluation of gnus-extended-version to ensure correct generation of the
12190         User-Agent header when message-generate-headers-first is used.
12191
12192 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12193
12194         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12195         hashcash-path is nil.  Don't call callback with incorrect number of
12196         parameters if val is 0.
12197
12198 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12199
12200         * message.el (message-required-news-headers):
12201         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12202
12203 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12204
12205         * tls.el (open-tls-stream): In handshake-waiting loop,
12206         don't wait more if there is output available to process.
12207
12208 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12209
12210         * tls.el (tls-program): Doc fix.
12211
12212 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * message.el (message-generate-new-buffers): Change the meaning of the
12215         nil value; add `standard' to the choices; treat t as `unique'; improve
12216         doc string.
12217         (gnus-select-frame-set-input-focus): Autoload.
12218         (message-buffer-name): Search for the existing message buffer if
12219         message-generate-new-buffers is nil or `standard'; treat the value t of
12220         message-generate-new-buffers as `unique'.
12221         (message-pop-to-buffer): Raise the frame already displaying the message
12222         buffer; clear the echo area after querying.
12223         (message-setup): Pass the `continue' argument to compose-mail.
12224         (message-mail): Prefer `switch-function' if it is given; search for the
12225         existing message buffer if the `continue' argument is non-nil; pass
12226         continue and switch-function arguments to compose-mail by way of
12227         message-setup.
12228         (message-mail-other-window): Adjust argument of message-setup.
12229         (message-mail-other-frame): Ditto.
12230
12231 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12234         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12235         to turn font-lock on when turning gnus-message-citation-mode on.
12236
12237 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12238
12239         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12240         (mml-smime-function-alist): New variable; add epg as the backend.
12241         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12242         mml-smime- functions instead.
12243         * mm-view.el: Require smime.
12244
12245 2007-03-05  Didier Verna  <didier@xemacs.org>
12246
12247         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12248         instead of just inheritance for posting styles.
12249         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12250
12251 2007-02-24  Chris Moore  <dooglus@gmail.com>
12252
12253         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12254         * pgg-pgp.el (pgg-pgp-encrypt-region):
12255         * pgg-gpg.el (pgg-gpg-encrypt-region):
12256         Check pgg-encrypt-for-me if no other recipients.
12257
12258 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12259
12260         * tls.el (tls-certtool-program): Fix custom type.
12261
12262 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12265         and point-at-eol instead of line-(beginning|end)-position.
12266
12267         * assistant.el (assistant-parse-buffer): Ditto.
12268
12269         * netrc.el (netrc-parse-services): Ditto.
12270
12271 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12272
12273         * mml2015.el (mml2015-epg-find-usable-key): New function.
12274         (mml2015-epg-sign): Use it.
12275         (mml2015-epg-encrypt): Use it.
12276
12277 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * message.el (message-make-in-reply-to): Quote name containing
12280         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12281         if there are special characters.  Reported by NAKAJI Hiroyuki
12282         <nakaji@jp.freebsd.org>.
12283
12284 2007-02-27  Didier Verna  <didier@xemacs.org>
12285
12286         Include the group parameters as well as the topic ones in the
12287         inheritance filter process.
12288         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12289         argument GROUP-PARAMS-LIST.
12290         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12291
12292 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * nntp.el (nntp-never-echoes-commands)
12295         (nntp-open-connection-functions-never-echo-commands): New variables.
12296         (nntp-send-command): Use them.
12297
12298 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12299
12300         * mml2015.el (mml2015-epg-verify): Simplify.
12301
12302 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * mml.el (mml-content-disposition-alist): New user option.
12305         (mml-content-disposition): New function.
12306         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12307         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12308
12309 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12310
12311         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12312         verification.
12313
12314 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12315
12316         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12317         articles posted in the last 24 hours.
12318
12319 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12320
12321         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12322
12323 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12324
12325         * nntp.el (nntp-send-command): Don't wait for echoes when
12326         nntp-open-ssl-stream is used.
12327
12328 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12331         (gnus-message-add-citation-keywords)
12332         (gnus-message-remove-citation-keywords): Remove.
12333         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12334         directly, make the variables in font-lock-defaults buffer-local, add
12335         gnus-message-citation-keywords to them and then update the value of
12336         font-lock-keywords.
12337
12338 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * message.el (message-cite-original-1): Don't call
12341         gnus-article-highlight-citation.
12342
12343         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12344         citations; fix line count.
12345
12346 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12349         (gnus-message-add-citation-keywords)
12350         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12351         versions of font-lock-add-keywords and font-lock-remove-keywords to
12352         work with XEmacs correctly.
12353
12354 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * gnus-cite.el (gnus-cite-face-list): Set the values of
12357         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12358         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12359         (gnus-message-cite-prefix-regexp): New variable.
12360         (gnus-message-search-citation-line): Use it; protect against long
12361         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12362         the 0th match data for Emacs.
12363         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12364         (gnus-message-add-citation-keywords): Append keywords rather than
12365         prepending; emulate font-lock-add-keywords if it is not available.
12366         (gnus-message-remove-citation-keywords):
12367         Emulate font-lock-remove-keywords if it is not available.
12368
12369         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12370
12371         * message.el (message-cite-prefix-regexp): Set the value of
12372         gnus-message-cite-prefix-regexp.
12373
12374 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12375
12376         * nnweb.el (nnweb-google-parse-1): Update parser.
12377
12378 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12379
12380         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12381
12382 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12383
12384         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12385         regexp.
12386
12387 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12390         string-to-multibyte.
12391         (uudecode-decode-region-internal): Use it.
12392
12393         * lpath.el: Fbind string-as-multibyte for XEmacs.
12394
12395 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12398         Fix custom choice.
12399
12400         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12401
12402 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12403
12404         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12405
12406         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12407         `write-region' to respect `mm-inhibit-file-name-handlers'.
12408
12409 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12412         Use gnus-home-directory instead of "~/" or "$HOME".
12413
12414 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12415
12416         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12417         to mention filename.
12418         Add comments at beginning regarding usage.
12419         (encrypt-write-file-contents): Change interactive so a string is
12420         acceptable.  If the file has no associated model, show an error instead
12421         of a nonsense prompt.
12422
12423 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12424
12425         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12426         Thanks to Yoshihiko Yamada for kind notification of this typo.
12427
12428 2007-01-12  Kenichi Handa  <handa@m17n.org>
12429
12430         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12431         multibyte buffer.
12432
12433 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gnus-score.el (gnus-score-fast-scoring): New variable.
12436         (gnus-score-headers): Use it.
12437
12438         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12439
12440         * message.el (message-cite-original-1):
12441         Call gnus-article-highlight-citation if requested.
12442         (message-make-from): Allow name and address as optional arguments.
12443
12444         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12445
12446         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12447         bugs to doc string.
12448         (gnus-button-alist): Add mid\\|message-id.
12449         (gnus-button-fetch-group): Extend for use in
12450         `browse-url-browser-function'.
12451         (gnus-button-url-regexp): Try to catch paired parentheses like in
12452         Wikipedia URLs.
12453
12454         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12455         Suggested by Simon Krahnke <overlord@gmx.li>.
12456
12457 2007-01-13  Romain Francoise  <romain@orebokech.com>
12458
12459         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12460         Update copyright.
12461
12462 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12463
12464         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12465
12466 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12467
12468         * gnus-registry.el (gnus-registry-unfollowed-groups)
12469         (gnus-registry-split-fancy-with-parent): Fix documentation.
12470
12471 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12472
12473         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12474         from nnweb groups.
12475
12476 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12477
12478         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12479         Xref urls.  Erase buffer before requesting head.
12480
12481         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12482
12483 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12486         customizable.
12487
12488 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12489
12490         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12491         no signing key is found.
12492         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12493         no encrypting and/or signing key is found.
12494
12495 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12498
12499 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12500
12501         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12502         headers read from disk with the ones newly found in the current search.
12503         This should no longer cause problems, because the article numbers in
12504         Gmane's `nov.php' output are ignored since the previous change.
12505
12506 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12507
12508         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12509
12510 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12513         replace-regexp-in-string; bind url-version; fbind display-images-p and
12514         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12515         find-face and set-itimer-function for Emacs; bind itimer-list for
12516         Emacs.
12517
12518         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12519
12520 2007-01-01  Romain Francoise  <romain@orebokech.com>
12521
12522         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12523
12524 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12525
12526         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12527         `define-minor-mode' macro definition expanded properly.
12528         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12529         exclude it there.
12530
12531         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12532         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12533         `fboundp' test.
12534         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12535         This is OK to autoload in (S)XEmacs now.
12536
12537 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12538
12539         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12540         keystroke.
12541         (gnus-summary-limit-to-singletons): Fix typo.
12542
12543         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12544         else fails.
12545
12546 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12547
12548         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12549         docstring.
12550
12551         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12552         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12553         (gnus-summary-insert-dormant-articles): Fix typo in message.
12554
12555 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12556
12557         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12558         nil for XEmacs.
12559         (gnus-message-citation-mode): Don't autoload in XEmacs.
12560
12561         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12562
12563 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12564
12565         * nnimap.el (nnimap-expunge-search-string):
12566         Mention nnimap-search-uids-not-since-is-evil in docstring.
12567
12568 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * spam.el: Revert to make-obsolete-variable because
12571         define-obsolete-variable-alias is not supported in Emacs 21.
12572
12573         * spam.el (spam-ifile-path, spam-ifile-database-path)
12574         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12575         make-obsolete-variable.
12576         (spam-bsfilter-path, spam-bsfilter-program)
12577         (spam-spamassassin-path, spam-spamassassin-program)
12578         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12579         Don't use "path" inappropriately.
12580         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12581         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12582         variable names.
12583
12584 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12585
12586         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12587         summary buffer.
12588
12589         * password.el (password-cache-remove): Use clear-string to burn
12590         password, if available.
12591
12592 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12595
12596         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12597
12598         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12599         (gnus-message-highlight-citation): Move defcustom here from
12600         gnus-cite.el.
12601         (gnus-message-citation-mode): Autoload.
12602
12603         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12604         checks to make it compile with XEmacs.
12605         (gnus-message-citation-mode): New minor mode.
12606         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12607         (gnus-message-highlight-citation): New variables.
12608         (gnus-message-search-citation-line)
12609         (gnus-message-add-citation-keywords)
12610         (gnus-message-remove-citation-keywords)
12611         (turn-on-gnus-message-citation-mode)
12612         (turn-off-gnus-message-citation-mode): New functions.
12613
12614 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12615
12616         * gnus-cite.el: Enable highlighting of different citation levels in
12617         message-mode.
12618
12619 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * message.el (message-make-fqdn): Fix comment.
12622         (message-bogus-system-names): Add ".local".
12623
12624         * spam.el (spam-ifile-path, spam-ifile-program)
12625         (spam-ifile-database-path, spam-ifile-database)
12626         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12627         Don't use "path" inappropriately.
12628         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12629         strings.
12630         (spam-check-ifile, spam-ifile-register-with-ifile)
12631         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12632         Use new variable names.
12633
12634         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12635         (gnus-treat-display-smileys): Simplify using
12636         gnus-image-type-available-p.
12637
12638         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12639         available.
12640
12641         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12642         Use `display-images-p' if available.
12643
12644 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12647         one after turning on the buffer's multibyteness instead of decoding
12648         them directly in the unibyte buffer that causes unexpected conversion
12649         in Emacs 23 (unicode).
12650
12651 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12652
12653         * message.el (message-generate-hashcash): Fix custom type.
12654
12655 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12658
12659 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12662         disconnect icons.  Add help text.
12663
12664 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12665
12666         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12667         negated to be consistent with the others we handle.
12668
12669 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12670
12671         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12672         version of gnus-summary-buffer to something, so that we can use two
12673         article buffers at the same time.
12674
12675 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12676
12677         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12678         trigger all the extra headers.
12679         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12680         sorting.
12681
12682 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12683
12684         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12685         solid groups.
12686
12687 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12688
12689         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12690
12691 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * legacy-gnus-agent.el: Add Copyright notice.
12694
12695 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12696
12697         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12698
12699 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12700
12701         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12702
12703         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12704         to make it work reliably in CVS Emacs.
12705         (gnus-summary-limit-strange-charsets-predicate)
12706         (gnus-summary-limit-to-predicate): New functions.
12707
12708 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12709
12710         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12711         specifying array size.
12712         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12713         array if it is too small.
12714         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12715         (gnus-sort-threads-loop): New function.
12716
12717 2006-12-06  Chris Moore  <dooglus@gmail.com>
12718
12719         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12720         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12721
12722 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12723
12724         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12725         options.
12726
12727 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12730         DOS-ing the recipient.
12731
12732         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12733         the headers when creating the mapping to avoid mismappings.
12734         (nnweb-gmane-create-mapping): Always nix out old mapping.
12735
12736 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12739         and mm-verify-option to never.
12740
12741 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * message.el (message-signed-or-encrypted-p): New function.
12744         (message-forward-make-body): Use it.
12745
12746         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12747         Replace encode-coding-string with mm-encode-coding-string.
12748
12749 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * nneething.el (nneething-decode-file-name):
12752         Replace decode-coding-string with mm-decode-coding-string.
12753
12754         * gnus-int.el (gnus-open-server): Say failed server's name.
12755
12756 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12757
12758         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12759         strings to a single string.  Quote `errors-file-name'.
12760         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12761         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12762         Adjust calls.  Use `shell-quote-argument'.
12763
12764 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12765
12766         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12767         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12768
12769         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12770         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12771         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12772         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12773         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12774         (gnus-subscribe-newsgroup, gnus-1):
12775         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12776         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12777         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12778         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12779
12780 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781
12782         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12783         keystroke.
12784         (gnus-summary-limit-to-bodies): Implement headersp.
12785
12786 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12789
12790 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12793
12794 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12795
12796         * message.el (message-generate-hashcash): Expand range of values to
12797         include `opportunistic'.
12798         (message-send-mail): Use it.
12799
12800 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12801
12802         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12803         and comment it.
12804
12805         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12806
12807 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * gnus-util.el (gnus-extract-address-components): Improve comment.
12810
12811 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-util.el (gnus-extract-address-components): Work with address in
12814         which the name portion contains @.
12815
12816         * lpath.el: Fbind custom-autoload.
12817
12818 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12819
12820         * gnus.el (gnus-start): Move custom group up.
12821         (gnus-select-method): Don't autoload, but make it available for
12822         `customize-variable'.
12823         (gnus-getenv-nntpserver): Don't autoload.
12824
12825 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12826
12827         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12828
12829 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * message.el (message-sendmail-extra-arguments): New variable.
12832         (message-send-mail-with-sendmail): Use it.
12833
12834 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12837         mm-with-unibyte-current-buffer to make string unibyte.
12838
12839         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12840         mm-string-as-multibyte.
12841
12842 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12843
12844         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12845         Reported by Werner Koch <wk@gnupg.org>.
12846
12847 2006-11-14  Daiki Ueno  <ueno@p360>
12848
12849         * mml2015.el: Autoload epa-select-keys when compiling.
12850
12851 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12852
12853         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12854         message-options.
12855         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12856
12857 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12858
12859         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12860         EasyPG (< 0.0.6).
12861         (mml2015-always-trust): New user option.
12862         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12863         prompt.
12864
12865 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * nntp.el (nntp-authinfo-force): New variable.
12868         (nntp-send-authinfo): Use it.
12869
12870 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12873         decode encoded words.  Improve prompt.  Add comment about forwarding.
12874         (message-replacement-char): Move up.
12875
12876 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12877
12878         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12879         instead of gnus-intersection because arguments of gnus-sorted-nunion
12880         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12881
12882 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12885         (message-simplify-subject-functions):
12886         Enable message-strip-subject-encoded-words by default.
12887
12888 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * message.el (message-strip-subject-encoded-words): New function.
12891         (message-simplify-subject-functions): New variable.
12892         (message-simplify-subject): Use it.  Fix typo in doc string.
12893         Support message-strip-subject-encoded-words.
12894
12895 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12896
12897         * gnus-diary.el (gnus-diary-delay-format-function):
12898         * nndiary.el (nndiary-reminders):
12899         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12900
12901 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-art.el (article-hide-boring-headers): Fetch date from
12904         gnus-original-article-buffer to avoid problems with localized date
12905         strings.
12906
12907 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12910
12911 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12914         New variables.
12915         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12916         (mm-charset-synonym-alist): Move some entries to
12917         mm-codepage-iso-8859-list.
12918         (mm-charset-synonym-alist, mm-charset-override-alist):
12919         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12920
12921 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12924
12925 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12928         with Emacs 21 and XEmacs.
12929
12930 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12931
12932         * spam.el (spam-parse-address): New function for better parsing,
12933         catching errors, etc.
12934         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12935
12936 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12937
12938         * mm-view.el: Add interactive arg to html2text autoload.
12939
12940 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12943
12944 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12947         New variables.
12948         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12949         (mm-charset-synonym-alist): Move some entries to
12950         mm-codepage-iso-8859-list.
12951
12952         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12953
12954 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12955
12956         * message.el (message-citation-line-format)
12957         (message-insert-formated-citation-line): Fix implementation of %E, %N
12958         and %n according to the doc string.
12959
12960 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12961
12962         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12963         Use car-safe to avoid bad parses.
12964
12965 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12968         names.
12969
12970         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12971
12972 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12975         header.
12976
12977         * message.el (message-draft-headers): Add Date.
12978         (message-headers-to-generate): Fix typo in docstring.
12979
12980         * nndraft.el (nndraft-required-headers): New variable.
12981         (nndraft-generate-headers): Use it.
12982
12983         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12984
12985 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12986
12987         * gnus-registry.el (gnus-registry-wash-for-keywords)
12988         (gnus-registry-find-keywords): New functions to allow easy searching of
12989         articles that are in the registry.
12990
12991 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12992
12993         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12994         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12995         Reported by Damien Elmes <damien@repose.cx>.
12996
12997 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * gnus.el (gnus-mime): Remove unused custom group.
13000
13001 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13002
13003         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13004         "blank line" when searching for end of armor headers.
13005
13006 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gmm-utils.el (gmm-write-region): Fix variable name.
13009
13010 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13011
13012         * gmm-utils.el (gmm-write-region): New function based on compatibility
13013         code from `mm-make-temp-file'.
13014
13015         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13016
13017         * nnmaildir.el (nnmaildir--update-nov)
13018         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13019         Use `gmm-write-region'.
13020
13021 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13024         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13025
13026         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13027
13028         * message.el (message-replacement-char): New variable.
13029         (message-fix-before-sending): Use it.
13030         (message-simplify-subject): New function to remove duplicate code.
13031         (message-reply, message-followup): Use it.
13032
13033         * gnus-sum.el (gnus-summary-make-menu-bar):
13034         Clarify gnus-summary-limit-to-articles.
13035
13036 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * gnus-util.el (gnus-with-local-quit): New macro.
13039
13040         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13041
13042 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13043
13044         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13045         ignore non-string data.
13046
13047 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13048
13049         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13050         non-string data (needs to be done in the registry too).
13051
13052 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13053
13054         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13055         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13056         (gnus-registry-split-fancy-with-parent)
13057         (gnus-registry-fetch-simplified-message-subject-fast)
13058         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13059         Remove text properties on ingress into the registry and when it's saved.
13060         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13061         registry from entries with no groups.
13062
13063 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13064
13065         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13066         function to remove string properties.
13067
13068 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13069
13070         * gmm-utils.el (gmm): Adjust custom version.
13071
13072         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13073         Adjust custom version.
13074
13075         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13076
13077 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13078
13079         * gnus-art.el (gnus-insert-prev-page-button)
13080         (gnus-insert-next-page-button): Simplify.  Reformat.
13081
13082 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13083
13084         * gnus-art.el (gnus-insert-prev-page-button)
13085         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13086
13087 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13088
13089         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13090
13091 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13092
13093         * gnus-art.el (gnus-insert-mime-button)
13094         (gnus-insert-mime-security-button):
13095         Apply gnus-article-button-face to MIME and security buttons.
13096
13097 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13100         readable.
13101
13102 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13105
13106 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13107
13108         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13109         `browse-url-of-file' instead of `browse-url'.
13110
13111 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13112
13113         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13114         regexp.  Articles containing quotation were cut prematurely.
13115
13116 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * message.el (message-cite-original-1): Use nobody by default for the
13119         value of From header.
13120         (message-reply): Ditto.
13121
13122 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13123
13124         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13125         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13126         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13127
13128 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13131         mails in the doc string.  Add some URLs in comment.
13132         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13133
13134 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13137         backslashes handling and the way to find boundaries of quoted strings.
13138
13139 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13140
13141         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13142         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13143         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13144         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13145
13146 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13149         doc string.
13150         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13151
13152 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * lpath.el: Fbind epg-check-configuration.
13155
13156 2006-09-06  Simon Josefsson  <jas@extundo.com>
13157
13158         * mml2015.el (mml2015-use): Doc fix, mention epg.
13159
13160 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13161
13162         * mml2015.el (mml2015-use): Default to epg, if available.
13163
13164 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13165
13166         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13167         message-sender.
13168         (mml1991-epg-encrypt): Ditto.
13169         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13170         message-sender.
13171         (mml2015-epg-encrypt): Ditto.
13172
13173 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13174
13175         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13176         several common directories.
13177
13178 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13179
13180         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13181         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13182
13183 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gnus-art.el (article-decode-encoded-words): Make it fast.
13186
13187 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13190
13191         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13192         in quoted string into `\'.
13193
13194 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13195
13196         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13197         Use standard-syntax-table.
13198
13199 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-art.el (gnus-decode-address-function): New variable.
13202         (article-decode-encoded-words): Use it to decode headers which are
13203         assumed to contain addresses.
13204         (gnus-mime-delete-part): Remove useless `or'.
13205
13206         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13207         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13208         (gnus-nov-parse-line): Use it to decode From header.
13209         (gnus-get-newsgroup-headers): Ditto.
13210         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13211
13212         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13213         (mail-decode-encoded-address-string): New alias.
13214
13215         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13216         New function.
13217         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13218         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13219         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13220         (rfc2047-decode-string): Ditto.
13221         (rfc2047-decode-address-region): New function.
13222         (rfc2047-decode-address-string): New function.
13223
13224 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13225
13226         * message.el (message-caesar-buffer-body): Allow rotating headers.
13227
13228         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13229
13230         * message.el (message-insert-formated-citation-line): Fix %f.
13231         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13232
13233 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13236         (gnus-bookmark-mouse-available-p): New macro.
13237         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13238         (gnus-bookmark-bmenu-show-infos): Use it.
13239         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13240         (gnus-bookmark-bmenu-hide-infos): Ditto.
13241         (gnus-bookmark-remove-properties): New function.
13242         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13243         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13244         (gnus-bookmark-write-file): Bind coding-system-for-write.
13245         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13246         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13247         group before selecting it.
13248         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13249         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13250         quit-window if it is not available; use gnus-mouse-2 and bind it to
13251         gnus-bookmark-bmenu-select-by-mouse.
13252         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13253         (gnus-bookmark-bmenu-select-by-mouse): New function.
13254
13255 2006-08-13  Romain Francoise  <romain@orebokech.com>
13256
13257         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13258         space.
13259
13260 2006-08-10  Romain Francoise  <romain@orebokech.com>
13261
13262         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13263         (dns-mode-soa-auto-increment-serial): New user option.
13264         (dns-mode-soa-maybe-increment-serial): New function.
13265         (dns-mode): Add the latter to `write-contents-functions'.
13266
13267 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * compface.el (uncompface): Use binary rather than raw-text-unix.
13270
13271 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * compface.el (uncompface): Make sure the eol conversion doesn't take
13274         place when communicating with the external programs.
13275         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13276
13277 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13280
13281 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13282
13283         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13284         Make it more robust by parsing author and date independently.
13285
13286 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13289
13290 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13291
13292         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13293         first matching secret key.
13294         (mml2015-epg-encrypt): Ditto.
13295
13296         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13297         first matching secret key.
13298         (mml1991-epg-encrypt): Ditto.
13299
13300         * mml2015.el (mml2015-encrypt-to-self): New user option.
13301         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13302         mml2015-epg-encrypt-to-self is set.
13303
13304         * mml1991.el (mml1991-encrypt-to-self): New variable.
13305         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13306         mml1991-epg-encrypt-to-self is set.
13307
13308         * mml2015.el (mml2015-signers): New user option.
13309         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13310         (mml2015-epg-encrypt): Allow to select signing keys.
13311
13312         * mml1991.el (mml1991-signers): New variable.
13313         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13314         (mml1991-epg-encrypt): Allow to select signing keys.
13315
13316 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * nnheader.el (nnheader-insert-head): Make it work even if the file
13319         uses CRLF for the line-break code.
13320
13321 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13322
13323         * mml2015.el: Require mml-sec instead of password.
13324         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13325         (mml2015-cache-passphrase): Inherit the default value from
13326         mml-secure-cache-passphrase.
13327         (mml2015-passphrase-cache-expiry): Inherit the default value from
13328         mml-secure-passphrase-cache-expiry.
13329
13330         * mml1991.el: Require mml-sec instead of password.
13331         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13332         (mml1991-cache-passphrase): Inherit the default value from
13333         mml-secure-cache-passphrase.
13334         (mml1991-passphrase-cache-expiry): Inherit the default value from
13335         mml-secure-passphrase-cache-expiry.
13336
13337         * mml-sec.el: Require password.
13338         (mml-secure-verbose): New user option.
13339         (mml-secure-cache-passphrase): New user option.
13340         (mml-secure-passphrase-cache-expiry): New user option.
13341
13342 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13343
13344         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13345         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13346         andreas@altroot.de (Andreas Vögele).
13347
13348         FIXME: Use `tiny change'?
13349
13350 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13351
13352         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13353         workaround for the url package included with Emacs.
13354
13355         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13356
13357 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13360         correctly.  This fixes a bug caused by the 2006-05-12 change.
13361
13362 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13363
13364         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13365         some information about the error when saying that the `bogus' mail
13366         group will be used.
13367
13368 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13371         string.
13372
13373 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13374
13375         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13376
13377 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13378
13379         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13380
13381 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13382
13383         * mml1991.el (mml1991-function-alist): Add epg.
13384         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13385         (mml1991-epg-encrypt): New functions.
13386
13387 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13388
13389         * mml2015.el (mml2015-verbose): New variable.
13390         (mml2015-cache-passphrase): Ditto.
13391         (mml2015-passphrase-cache-expiry): Ditto.
13392         (mml2015-function-alist): Add epg.
13393         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13394         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13395         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13396         New functions.
13397
13398 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13399
13400         * message.el (message-cite-original-1): Preserve region when removing
13401         quoted text due to X-No-Archive in order to avoid bogus attribution
13402         when citing multiple messages.
13403
13404 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13405
13406         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13407         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13408
13409 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13410
13411         * gnus-diary.el (gnus-user-format-function-d)
13412         (gnus-user-format-function-D): Autoload.
13413
13414         * imap.el (Commentary): Fix typo.
13415
13416         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13417         2006-04-22 contribution.
13418
13419 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13420
13421         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13422         It didn't really fix the bogosity I'm seeing with solid web groups.
13423
13424 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13425
13426         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13427         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13428         created using server names.  If we use the feature without declaring
13429         it, Gnus does not properly manage server and group state.
13430
13431         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13432         bound.
13433
13434 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13435
13436         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13437         looking up the method using GROUP's prefix before inventing a new one.
13438         It is used on killed/unknown groups in various places where returning
13439         an all-new method isn't expected by the caller.
13440
13441         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13442         and match semantics of gnus-group-real-prefix.
13443
13444 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13445
13446         * nnmail.el (nnmail-broken-references-mailers): New variable.
13447         (nnmail-ignore-broken-references): New function generalizing
13448         nnmail-fix-eudora-headers.
13449         (nnmail-fix-eudora-headers): Now obsolete.
13450
13451         * gnus-art.el (gnus-button-handle-custom):
13452         Support `customize-apropos*'.
13453
13454 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13455
13456         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13457
13458         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13459         articles.
13460
13461 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * message.el (message-cite-reply-above): New variable.
13464         (message-yank-original): Use it.
13465
13466 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13469
13470 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13473         as read.
13474
13475         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13476
13477 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13480         (gnus-bookmark-default-file): Use gnus-directory.
13481         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13482         Remove "*" in doc string.
13483         (gnus-bookmark-write-file): Simplify.
13484         (gnus-bookmark-maybe-sort-alist): Use `when'.
13485         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13486         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13487         Add FIXME about Emacs 21 and XEmacs compatibility.
13488         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13489         compatibility.
13490         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13491         compatibility.
13492         (gnus-bookmark-menu-heading): Fix version.
13493
13494 2006-06-19  Bastien Guerry  <bzg@altern.org>
13495
13496         * gnus-bookmark.el: New file.
13497
13498 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * message.el (message-syntax-checks): Doc fix.
13501
13502 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13503
13504         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13505         unsubscribed groups as if they were killed ones.  It causes duplicate
13506         entries in gnus-newsrc-alist.
13507
13508 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * message.el (message-syntax-checks): Doc fix.
13511         (message-send-mail): Add check for continuation headers.
13512         (message-check-news-header-syntax): Fix regexp used to check for
13513         continuation headers.
13514
13515 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13518
13519 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13520
13521         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13522
13523 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13526         default-truncate-lines.
13527
13528 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13531         to fill the utf-8 entry.
13532
13533         * lpath.el: Fbind unicode-precedence-list.
13534
13535 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13536
13537         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13538
13539 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13540
13541         * gnus-agent.el (directory-files-and-attributes): Move all the way
13542         forward (the third and final move).
13543         (gnus-agent-read-agentview): Trap reconstruction errors due to
13544         nonexistent directory.  Handle by returning nil.
13545
13546 2006-05-30  Didier Verna  <didier@xemacs.org>
13547
13548         * message.el (message-dont-reply-to-names): Update the custom type.
13549         * message.el (message-dont-reply-to-names): New defsubst: potentially
13550         convert a list of regexps into a single one.
13551         * message.el (message-get-reply-headers): Use it.
13552         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13553
13554 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * gnus-agent.el (directory-files-and-attributes): Move forward.
13557
13558 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * gnus-ml.el (gnus-mailing-list-subscribe)
13561         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13562         (gnus-mailing-list-message): Fix doc strings.
13563
13564 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13565
13566         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13567         of doing it manually.
13568
13569 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13572         comment.
13573
13574 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13575
13576         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13577         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13578         (gnus-agent-read-local): All symbols allocated in my-obarray.
13579         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13580         (gnus-agent-regenerate-group): Check numeric names to see if they are
13581         messages or groups.
13582         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13583         better way of do this...)
13584
13585         * gnus-cache.el (gnus-agent-total-fetched-for):
13586         Ignore 'dummy.group' (there should be a better way of do this...)
13587
13588 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13591         (gnus-saved-headers): Ditto.
13592         (gnus-default-article-saver): Mention functions may have properties.
13593         (gnus-article-save): Override gnus-save-all-headers and
13594         gnus-saved-headers by :headers property which saver function may have.
13595         (gnus-summary-save-in-file): Add :headers property.
13596         (gnus-summary-write-to-file): Ditto.
13597
13598         * gnus-sum.el (gnus-summary-save-article): Bind
13599         gnus-prompt-before-saving to t when saving many articles in a file;
13600         always show all headers.
13601
13602         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13603
13604 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13605
13606         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13607         marks.
13608
13609         * message.el (message-indent-citation): Add optional arguments to allow
13610         using it outside of message buffers.
13611
13612         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13613         (gnus-article-treat-unfold-headers): Use it.
13614         (gnus-article-truncate-lines): New variable.
13615         (gnus-article-mode): Use it.
13616         (gnus-article-toggle-truncate-lines): New function.
13617
13618         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13619         Add gnus-article-toggle-truncate-lines.
13620
13621         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13622         coding system in XEmacs, use binary.
13623
13624 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13627         after-load-alist.
13628
13629         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13630         this function should save decoded articles.
13631         (gnus-summary-write-to-file): Use property to specify this function
13632         should save decoded articles and specify gnus-summary-save-in-file
13633         should be used to save articles other than the first one when saving
13634         many articles.
13635         (gnus-summary-save-body-in-file): Use property to specify this
13636         function should save decoded articles.
13637         (gnus-summary-write-body-to-file): Use property to specify this
13638         function should save decoded articles and specify
13639         gnus-summary-save-body-in-file should be used to save articles other
13640         than the first one when saving many articles.
13641
13642         * gnus-sum.el (gnus-summary-save-article): Simplify.
13643
13644 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-art.el (gnus-default-article-saver):
13647         Add gnus-summary-write-body-to-file.
13648         (gnus-article-save-coding-system): Don't use coding system object
13649         in XEmacs.
13650         (gnus-read-save-file-name): Add optional `dir-var' argument which
13651         specifies directory in which files are saved; work even if optional
13652         `variable' argument is not specified.
13653         (gnus-summary-write-to-file): Read file name.
13654         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13655         (gnus-summary-write-body-to-file): New function.
13656
13657         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13658         (gnus-summary-local-variables): Add it.
13659         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13660         (gnus-summary-save-article): Remove optional `decode' argument;
13661         determine whether to decode articles by the value of
13662         gnus-default-article-saver; when saving many files using
13663         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13664         it first and use gnus-summary-save-in-file or
13665         gnus-summary-save-body-in-file thereafter unless
13666         gnus-prompt-before-saving is always; move point to article which
13667         will be saved.
13668         (gnus-summary-save-article-file): Revert.
13669         (gnus-summary-write-article-file): Revert.
13670         (gnus-summary-save-article-body-file): Revert.
13671         (gnus-summary-write-article-body-file): New function.
13672
13673 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * gnus-art.el (gnus-default-article-saver): Doc fix.
13676         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13677         from gnus-summary-save-article-coding-system, and default to a
13678         certain coding system.
13679         (gnus-output-to-file): Add coding cookie and encode text according
13680         to gnus-article-save-coding-system; don't use mm-append-to-file.
13681
13682         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13683         gnus-art.el and rename to gnus-article-save-coding-system.
13684         (gnus-summary-save-article): Require gnus-art; don't show all
13685         headers if it decodes articles; don't add coding cookie here;
13686         don't bind mm-text-coding-system-for-write.
13687         (gnus-summary-save-article-file): Save decoded articles.
13688         (gnus-summary-write-article-file): When saving many files, use
13689         gnus-summary-write-to-file first and gnus-summary-save-in-file
13690         thereafter unless gnus-prompt-before-saving is always.
13691         (gnus-summary-save-article-body-file): Save decoded articles.
13692
13693         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13694
13695 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * nnrss.el (nnrss-check-group): Bind hash-index.
13698
13699 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13700
13701         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13702         its hash index.  Store this hash in `nnrss-group-data'.
13703         (nnrss-read-group-data): Update accordingly.
13704
13705 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13706
13707         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13708         entry.
13709
13710         * gnus-sum.el (gnus-summary-make-menu-bar):
13711         Add gnus-article-browse-html-article.
13712
13713 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13714
13715         * gnus-sum.el (gnus-summary-mime-map):
13716         Add gnus-article-browse-html-article.
13717
13718         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13719
13720 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13721
13722         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13723         suitable coding systems in customize.
13724
13725 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * mail-source.el (mail-sources): Fix custom type.
13728
13729 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13732         (gnus-summary-expire-articles-now): Shorten prompt.
13733
13734         * gmm-utils.el (wid-edit): Require.
13735         (defun-gmm): Rename from `gmm-defun-compat'.
13736         (gmm-image-search-load-path): Use it.
13737         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13738
13739 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-sum.el (gnus-summary-save-article-coding-system):
13742         New variable.
13743         (gnus-summary-save-article): Add optional `decode' argument.
13744         If it is set and gnus-summary-save-article-coding-system is non-nil,
13745         save decoded article.
13746         (gnus-summary-write-article-file): Save decoded article if
13747         gnus-summary-save-article-coding-system is non-nil.
13748
13749         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13750         type.
13751
13752 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13755
13756 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13759         first to test gnus-single-article-buffer which may be buffer-local.
13760
13761         * gnus-sum.el (gnus-summary-setup-buffer):
13762         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13763         group; make gnus-article-buffer, gnus-article-current, and
13764         gnus-original-article-buffer always buffer-local.
13765         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13766         group.
13767         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13768
13769 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * nnml.el (nnml-request-compact-group): Compressed files might not
13772         have .gz extension.
13773
13774 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13775
13776         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13777         (mm-copy-to-buffer): Use with-current-buffer.
13778         (mm-display-part): Simplify.
13779         (mm-inlinable-p): Add optional arg `type'.
13780
13781 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13782
13783         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13784         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13785         Try harder to show the attachment internally or externally using
13786         gnus-mime-view-part-as-type.
13787
13788 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * message.el (message-from-style, message-signature-separator)
13791         (message-user-organization-file, message-send-mail-function)
13792         (message-citation-line-function, message-yank-prefix)
13793         (message-indent-citation-function, message-signature)
13794         (message-signature-file, message-signature-insert-empty-line):
13795         Remove autoloads.
13796
13797         * gnus-art.el (gnus-buttonized-mime-types):
13798         Remove "multipart/signed".  Revert 2006-04-26 change.
13799
13800 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13801
13802         * gnus.el (gnus-version-number): Bump version.
13803
13804 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13805
13806         * gnus.el: No Gnus v0.5 is released.
13807
13808 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13809
13810         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13811         fetching articles by message-id.
13812
13813 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13814
13815         * message.el (hashcash): Require hashcash as normal.
13816
13817         * ecomplete.el (ecomplete-highlight-match-line):
13818         Use point-at-eol.
13819         (ecomplete-highlight-match-line): Use `highlight', because that
13820         face exists in both Emacs and XEmacs.
13821
13822         * message.el (message-display-abbrev): Use point-at-bol.
13823
13824         * mail-source.el: Don't require timer/timer-funcs.
13825
13826         * gnus-async.el: Ditto.
13827
13828         * password.el: Ditto.
13829
13830         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13831
13832         * mm-url.el: Ditto.
13833
13834         * gnus-xmas.el: Don't require timer-funcs.
13835
13836         * mm-util.el: Require timer/timer-funcs.
13837
13838 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13839
13840         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13841         Close.
13842
13843 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13846         unibyte after clear-decrypt function runs.
13847
13848         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13849         returns as a unibyte string.
13850
13851 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * lpath.el: Revert.
13854
13855         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13856         (pgg-gpg-process-sentinel): Revert.
13857
13858         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13859         (pgg-pgp-lookup-key): Revert.
13860
13861         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13862         (pgg-pgp5-lookup-key): Revert.
13863
13864         * pgg.el (pgg-fetch-key): Revert.
13865
13866 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * lpath.el: Fbind string-as-multibyte for XEmacs.
13869
13870         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13871         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13872         (mml1991-pgg-encrypt): Ditto.
13873
13874         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13875         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13876         a multibyte buffer.
13877
13878         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13879         (pgg-pgp-lookup-key): Ditto.
13880
13881         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13882         (pgg-pgp5-lookup-key): Ditto.
13883
13884         * pgg.el (pgg-fetch-key): Ditto.
13885
13886 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * message.el (message-user-organization-file): Check several
13889         locations of the organization file.
13890
13891         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13892         Add gnus-article-view-part-as-type.
13893
13894         * gnus-art.el (gnus-article-view-part-as-type): New function.
13895
13896         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13897         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13898
13899         * mml.el: Simplify autoload.
13900         (mml-mode): defvar dnd-protocol-alist instead of using
13901         symbol-value.
13902         (mml-default-directory): New variable.
13903         (mml-minibuffer-read-file): Use it.
13904         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13905
13906         * message.el (message-citation-line-format): New variable.
13907         (message-insert-formated-citation-line): New function.
13908         (message-citation-line-function):
13909         Add `message-insert-formated-citation-line' to custom type.
13910
13911         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13912         to doc string.
13913
13914         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13915         depending on mm-verify-option.
13916
13917 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13920         binding pgg-* variables; reimplement the section which prevents
13921         MIME header from being signed.
13922         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13923         pgg-text-mode; remove a blank line at the top of body.
13924
13925         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13926         lines at the top of body; use gnus-newsgroup-charset if there's no
13927         Charset header.
13928
13929 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * message.el (message-self-insert-commands): Doc fix.
13932
13933         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13934         (mm-uu-pgp-encrypted-test): Ditto.
13935         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13936         between header and body; return application/pgp-encrypted handle
13937         if decryption failed; decode decrypted body by charset.
13938
13939         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13940         element match to application/pgp-*.
13941
13942 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13943
13944         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13945         HTML.
13946
13947 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13948
13949         * mail-source.el (mail-source-call-script): Message the error
13950         string.
13951
13952 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13953
13954         * gnus-util.el (gnus-byte-compile): Use it.
13955
13956 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13957
13958         * gnus-util.el (kill-empty-logs): New function.
13959
13960 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13961
13962         * message.el (message-mail-alias-type): Doc fix.
13963         (message-mail-alias-type-p): New function.
13964         (message-send): Use it.
13965         (message-mode): Ditto.
13966         (message-strip-forbidden-properties): Ditto.
13967
13968         * ecomplete.el (ecomplete-database-file-coding-system):
13969         New variable.
13970         (ecomplete-save): Use it.
13971         (ecomplete-setup): Use it.
13972
13973 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * message.el (message-self-insert-commands): New variable.
13976         (message-strip-forbidden-properties): Use it.
13977
13978 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13981         that doesn't make XEmacs choke.
13982
13983 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * gnus-util.el (gnus-replace-in-string):
13986         Prefer replace-regexp-in-string over of replace-in-string.
13987
13988 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * gnus-util.el (gnus-select-frame-set-input-focus):
13991         Use select-frame-set-input-focus if it is available in XEmacs; use
13992         definition defined in Emacs 22 for old Emacsen.
13993
13994         * dgnushack.el: Autoload unmorse-region for XEmacs.
13995
13996         * lpath.el: Bind cursor-in-non-selected-windows and
13997         select-frame-set-input-focus for XEmacs.
13998
13999 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14002
14003 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14004
14005         * gnus-registry.el (gnus-registry-cache-save): Remove text
14006         properties when saving via the temp buffer.
14007
14008 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * message.el (message-generate-hashcash): Honor custom type.
14011
14012 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14013
14014         * message.el (message-generate-hashcash): Default to non-nil when
14015         hashcash is found.
14016
14017         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14018         (gnus-refer-thread-limit): Increase default to 500.
14019
14020         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14021
14022         * flow-fill.el (fill-flowed): Allow delete-space.
14023
14024 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14027         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14028         Remove autoloads.
14029
14030 2006-04-18  Simon Josefsson  <jas@extundo.com>
14031
14032         * message.el (message-generate-hashcash): Default to.
14033
14034 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14037         concatenating segments rather than before concatenating them.
14038
14039 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14042
14043 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14044
14045         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14046
14047         * message.el (message-forward-make-body-plain):
14048         Allow message-forward-ignored-headers to be a list.
14049         (message-remove-ignored-headers): Factor out into function.
14050         (message-forward-make-body-mml): Use it.
14051
14052         * imap.el (imap-quote-specials): New function.
14053         (imap-login-auth): Quote specials.
14054
14055         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14056         (rfc2231-parse-string): Allow concatanation of parameters that
14057         aren't contiguous.  The test case is
14058           (mail-header-parse-content-type "message/external-body;
14059             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14060             access-type=LOCAL-FILE;
14061             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14062
14063 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14064
14065         * nntp.el (nntp-accept-process-output): Return the value of
14066         `nnheader-accept-process-output'.
14067
14068 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14069
14070         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14071         (gnus-button-alist): Recognize more diff formats.
14072         (gnus-button-patch): Strip directory.
14073
14074 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14075
14076         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14077         Emacs 22 when setting focus.
14078
14079 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14080
14081         * gnus-art.el (gnus-article-treat-types): Do treatment of
14082         text/x-verbatim parts.
14083         (gnus-button-patch): New command.
14084
14085         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14086         addresses that contain invalid characters.
14087
14088 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14089
14090         * message.el (message-put-addresses-in-ecomplete):
14091         Use gnus-replace-in-string.
14092         (message-is-yours-p): Use the more correct
14093         mail-header-parse-address instead of
14094         mail-extract-address-components.
14095         (message-put-addresses-in-ecomplete): Fix typo.
14096
14097         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14098         keystroke.
14099
14100         * gnus-art.el (gnus-treatment-function-alist): Change order of
14101         newsgroups/generic header folding to avoid double-folding.
14102
14103         * message.el (message-hidden-headers): Add X-Draft-From.
14104
14105         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14106         New command.
14107         (gnus-summary-repeat-search-article-backward): New command.
14108
14109         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14110         groups in the parent topic.
14111
14112 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14113
14114         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14115         (spam-extra-header-to-number): Return the CRM114 number as a
14116         number instead of a string.
14117
14118 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14119
14120         * gnus-art.el (gnus-face-properties-alist): Move here from
14121         gnus-fun.
14122
14123         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14124
14125 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14126
14127         * message.el (message-strip-forbidden-properties): Only display on
14128         self-insert-command.
14129
14130         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14131         reindent.
14132         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14133
14134 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14135
14136         * smiley.el (smiley-style): Fix typo.
14137
14138 2006-03-23  Kenichi Handa  <handa@m17n.org>
14139
14140         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14141         instead of set-buffer-multibyte.
14142
14143 2006-03-23  Kenichi Handa  <handa@m17n.org>
14144
14145         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14146         buffer and then decode the buffer text if necessary.
14147         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14148         first, and after mm-encode-body, change the buffer to unibyte.
14149
14150 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14151
14152         * hashcash.el (hashcash-insert-payment-async-2):
14153         Use message-goto-eoh instead of doing it manually.
14154         (mail-add-payment): Use message-narrow-to-header instead of trying
14155         to do the same itself.
14156
14157         * message.el (message-hidden-headers): Add Face.
14158
14159         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14160         reparenting code.
14161         (gnus-summary-reparent-children): Refactored out code.
14162         (gnus-summary-thread-map): New keystroke.
14163         (gnus-summary-reparent-children): Make into command.
14164
14165         * smiley.el (smiley-style): Default to `medium' if using a large
14166         font.
14167
14168         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14169         does it itself.
14170
14171         * message.el (message-point-in-header-p): Simplify definition.
14172
14173 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14174
14175         * nnagent.el (nnagent-request-set-mark): Silence log file
14176         writing.
14177         (nnagent-request-set-mark): Use write-region instead of
14178         append-to-file.
14179
14180         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14181         strange select method.
14182
14183         * ecomplete.el (ecomplete-display-matches): Get highlightling
14184         right.
14185         (ecomplete-display-matches): Use literals.
14186         (ecomplete-display-matches): Disable message logging.
14187
14188         * message.el (message-display-abbrev): Small optimization.
14189
14190         * ecomplete.el (ecomplete-display-matches): Allow automatic
14191         display.
14192
14193         * message.el (message-strip-forbidden-properties):
14194         Display abbrevs.
14195         (message-display-abbrev): Get automatic display right.
14196
14197         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14198         keystrokes.
14199
14200 2006-04-13  Romain Francoise  <romain@orebokech.com>
14201
14202         TODO: Backport to v5-10!
14203
14204         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14205         Move here (and rename) from gnus-registry.el.
14206
14207         * gnus-registry.el: Require gnus-util.
14208         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14209
14210 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14211
14212         * gnus-group.el (gnus-group-catchup-current):
14213         Change if-then-else-if-then-else into cond.
14214         (gnus-group-catchup): Indent.
14215         (group-name-at-point): New function.
14216         (gnus-fetch-group): Provide default from thing at point.
14217
14218 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14219
14220         * message.el (message-display-abbrev): Fix regexp.
14221
14222         * ecomplete.el (ecomplete-highlight-match-line):
14223         Reimplement choosing.
14224         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14225         dead variables.
14226
14227         * message.el (message-newline-and-indent): Remove debugging.
14228         (message-display-abbrev): Use new implementation.
14229
14230 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * gnus-art.el (gnus-article-mode):
14233         Set cursor-in-non-selected-windows to nil.
14234
14235         * smiley.el: Revert previous change.
14236         (smiley-data-directory): defvar it before using it in the
14237         defcustom of `smiley-style'.
14238
14239 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14240
14241         * message.el (message-newline-and-indent): New function.
14242
14243         * ecomplete.el: Implement more bits.
14244
14245         * message.el (message-put-addresses-in-ecomplete): Clean up the
14246         string.
14247
14248         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14249
14250         * gnus-sum.el (gnus-summary-save-parts):
14251         Bind gnus-summary-save-parts-counter and use it to make unique file
14252         names.
14253
14254         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14255
14256         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14257         parameter to say whether to actually parse the individual
14258         addresses.
14259
14260         * message.el (message-put-addresses-in-ecomplete): New function.
14261         (ecomplete): Require.
14262         (message-mail-alias-type): Add ecomplete as an option.
14263
14264 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14265
14266         * flow-fill.el (fill-flowed): Remove trailing space from blank
14267         quoted lines.
14268
14269 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14270
14271         * smiley.el (smiley-style): Move definition later to avoid a
14272         compilation warning.
14273
14274 2006-04-12  Kenichi Handa  <handa@m17n.org>
14275
14276         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14277         buffer and then decode the buffer text if necessary.
14278         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14279         first, and after mm-encode-body, change the buffer to unibyte.
14280         Use mm-disable-multibyte instead of set-buffer-multibyte.
14281
14282 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14285         Content-Type header instead of Content-Disposition header.
14286         (gnus-mime-inline-part): Ditto.
14287         (gnus-mime-view-part-as-charset): Ignore charset that the part
14288         specifies.
14289
14290         * mm-decode.el (mm-display-part): Work with external parts and
14291         usual parts similarly.
14292
14293         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14294         instead of gnus-display-mime.
14295
14296         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14297         instead of with-temp-buffer.
14298
14299         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14300         tag to summarized topics part in order to encode non-ASCII text.
14301
14302 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14303
14304         * smiley.el (smiley-style): New variable.
14305         (smiley-directory): New function.
14306         (smiley-data-directory): Derive from `smiley-style' using
14307         `smiley-directory'.
14308         (smiley-regexp-alist): Add new entries.
14309
14310         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14311         (gnus-article-browse-delete-temp): Add :version.
14312
14313 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14314
14315         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14316         the sieve region.
14317
14318 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14319
14320         * gnus.el (gnus-version-number): Bump version.
14321
14322 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14323
14324         * gnus.el: No Gnus v0.4 is released.
14325
14326 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14327
14328         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14329         layout.
14330
14331         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14332         unknown charset.
14333
14334         * message.el (message-header-synonyms): Add Original-To to the
14335         default.
14336
14337         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14338         optional parameter.
14339
14340 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * gnus-fun.el (gnus): Require it for gnus-directory.
14343
14344 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14347
14348 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14349
14350         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14351
14352 2006-04-05  Simon Josefsson  <jas@extundo.com>
14353
14354         * password.el (password-reset): New function.
14355
14356 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14357
14358         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14359         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14360
14361 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14362
14363         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14364         Some whitespace was matched into the url, which broke browsing hits
14365         > 100 when mm-url-use-external was nil.
14366
14367 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14368
14369         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14370         Check gnus-extra-headers for 'Newsgroups.
14371
14372         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14373         bound.
14374
14375 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14376
14377         * pgg-gpg.el: Clean up process buffers every time gpg processes
14378         complete.
14379
14380 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14381
14382         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14383         doc string.
14384
14385 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14386
14387         * pgg-gpg.el (pgg-gpg-process-filter)
14388         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14389
14390         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14391         lines, temporary fix.
14392
14393 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14394
14395         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14396
14397 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14398
14399         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14400         default-enable-multibyte-characters.  This reverts the change from
14401         revision 6.17 which is no longer necessary because the passphrase
14402         is sent separately now.  GnuPG messages are unreadable under
14403         multibyte locales with default-enable-multibyte-characters set to
14404         nil.
14405
14406 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * message.el (message-tool-bar-gnome): Move "spell".
14409
14410 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14413         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14414         instead.
14415
14416 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14417
14418         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14419         Improve newsgroups handling for NNTP overviews which don't include
14420         Newsgroups.
14421
14422 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14423
14424         * message.el (message-resend): Bind message-generate-hashcash to nil.
14425
14426 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14427
14428         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14429         when searching for already-paid recipients.
14430
14431 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14432
14433         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14434         passphrases when it is not needed.
14435         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14436         passphrase stuff from gpg, should only be necessary when you use
14437         gpg with a smartcard.
14438
14439 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * mml.el (mml-insert-mime): Ignore cached contents of
14442         message/external-body part.
14443
14444         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14445         (mm-insert-part): Ditto.
14446
14447 2006-03-23  Simon Josefsson  <jas@extundo.com>
14448
14449         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14450         Reiner.
14451         (pgg-gpg-use-agent-p): Use it again.
14452
14453 2006-03-23  Simon Josefsson  <jas@extundo.com>
14454
14455         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14456         older emacsen.
14457         (pgg-gpg-use-agent-p): Don't use it.
14458
14459 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14462         if we can.
14463
14464 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14465
14466         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14467         (pgg-gpg-update-agent): New function.
14468         (pgg-gpg-use-agent-p): New function.
14469         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14470         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14471         (pgg-gpg-sign-region): Use it.
14472
14473 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14476         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14477
14478 2006-03-21  Simon Josefsson  <jas@extundo.com>
14479
14480         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14481         <wilde@sha-bang.de>.
14482         (pgg-gpg-use-agent): New variable.
14483         (pgg-gpg-process-region): Use it.
14484         (pgg-gpg-encrypt-region): Likewise.
14485         (pgg-gpg-encrypt-symmetric-region): Likewise.
14486         (pgg-gpg-decrypt-region): Likewise.
14487         (pgg-gpg-sign-region): Likewise.
14488         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14489
14490 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14493
14494         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14495         Add comment on version.
14496
14497 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * smiley.el: Add missing test smiley.
14500
14501 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * mm-decode.el (mm-with-part): New macro.
14504         (mm-get-part): Use it; work with message/external-body as well.
14505         (mm-save-part): Treat name and filename equally.
14506
14507         * mm-extern.el (mm-extern-cache-contents): New function.
14508         (mm-inline-external-body): Use it; force the part to be displayed;
14509         move undisplayer added to the cached handle to the parent.
14510
14511         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14512         (gnus-mime-view-part-as-type): Work with message/external-body.
14513
14514         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14515
14516 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14519         images in image-load-path.  [Sync with image.el, revision 1.60, in
14520         Emacs.]
14521
14522 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14525         path rather than symbol.  Always return list of directories.
14526         Guarantee that image directory comes first.  [Sync with image.el,
14527         revision 1.59, in Emacs.]
14528
14529         * message.el (message-make-tool-bar): Adjust to new API of
14530         `gmm-image-load-path-for-library'.
14531
14532         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14533
14534         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14535
14536 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14537
14538         * gnus-art.el (gnus-article-only-boring-p):
14539         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14540         intangible text.
14541         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14542
14543 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14544
14545         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14546         Use `defun' instead of `gmm-defun-compat'.
14547
14548 2006-03-14  Simon Josefsson  <jas@extundo.com>
14549
14550         * message.el (message-unique-id): Don't use message-number-base36
14551         if (user-uid) is a float.
14552         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14553
14554 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14557
14558         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14559         empty line between a part and a message part.
14560
14561 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * smiley.el: Add more test smileys.
14564         (smiley-data-directory, smiley-regexp-alist)
14565         (gnus-smiley-file-types): Fix doc strings.
14566         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14567         adding new elements.
14568         (smiley-mouse-map): Unused code.  Make it a comment.
14569
14570 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14573         scan latest NoCeM messages instead of old ones.
14574         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14575         delimiters that are recently used.
14576         (gnus-nocem-load-cache): Add autoload cookie.
14577
14578         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14579
14580         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14581         level which is larger than gnus-use-nocem is specified.
14582
14583         * gnus-group.el (gnus-group-get-new-news): Ditto.
14584
14585 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14586
14587         * gnus-util.el (gnus-tool-bar-update): New function.
14588
14589         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14590         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14591
14592         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14593
14594         * gnus-group.el (gnus-group-redraw-when-idle)
14595         (gnus-group-redraw-check): Remove.
14596         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14597
14598 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14601         if optional last element is specified in splits (FIELD VALUE...).
14602
14603 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14604
14605         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14606         to gmm-image-load-path-for-library.  Call with no-error argument.
14607         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14608
14609         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14610
14611         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14612
14613         * gmm-utils.el (gmm-image-load-path): Remove alias.
14614
14615 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gmm-utils.el (gmm-image-load-path): Add alias.
14618
14619         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14620         nnml-generate-nov-databases-1.
14621         (nnml-generate-nov-databases): Use it.
14622         (nnml-generate-nov-databases-directory): Document no-active
14623         argument.
14624
14625         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14626         directory if path is t.  Add no-error.
14627
14628         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14629         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14630
14631         * gnus-art.el (gnus-article-browse-delete-temp-files):
14632         Simplify resetting gnus-article-browse-html-temp-list.
14633
14634         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14635         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14636         Add example to docstring.  Rename local variables.  Move error
14637         checks to default case in cond and simplify.
14638
14639 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14642         handle is multipart when calling it recursively.
14643         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14644
14645 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14646
14647         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14648         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14649
14650 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14653         is loaded.
14654
14655         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14656         loaded.
14657
14658 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14661         to "Emacs 23 (unicode)" in doc string.
14662
14663         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14664         "Emacs 23 (unicode)" in comment.
14665
14666 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14669
14670         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14671         characters 160 through 255 in Emacs 23.
14672
14673 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14674
14675         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14676         gnus-article-browse-html-temp.
14677         (gnus-article-browse-delete-temp): Make it customizable.
14678         Add `file'.  Adjust doc string.
14679         (gnus-article-browse-delete-temp-files): Add argument.
14680         Allow query for each file.  Adjust doc string.
14681         (gnus-article-browse-html-parts):
14682         Add `gnus-article-browse-delete-temp-files' to
14683         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14684
14685 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14686
14687         * gnus-art.el (gnus-article-browse-html-temp)
14688         (gnus-article-browse-delete-temp): New variables.
14689         (gnus-article-browse-delete-temp-files): New function.
14690         (gnus-article-browse-html-parts): Use it.
14691
14692 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14693
14694         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14695
14696         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14697         string.
14698
14699         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14700         gnus-summary-insert-new-articles when unplugged.
14701         Remove gnus-summary-search-article-forward.
14702
14703         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14704         display-visual-class instead of display-color-cells.
14705
14706 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * dgnushack.el: Autoload customize-group for XEmacs.
14709
14710         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14711         message/* containing non-ASCII text properly.
14712
14713 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * message.el: Require gmm-utils, remove autoloads.
14716         (message-tool-bar): Set default based on
14717         gmm-tool-bar-style.
14718         (message-tool-bar-gnome): Add gmm-customize-mode.
14719
14720         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14721         gmm-tool-bar-style.
14722         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14723
14724         * gnus-group.el (gnus-group-tool-bar): Set default based on
14725         gmm-tool-bar-style.
14726         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14727
14728         * gmm-utils.el (gmm-image-directory): Rename variable from
14729         gmm-image-load-path.
14730         (gmm-image-load-path): Use gmm-image-directory.
14731         (gmm-customize-mode): New function.
14732         (gmm-tool-bar-style): New variable.
14733
14734         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14735         gnus-group-redraw-line-number.
14736         (gnus-group-redraw-check): Simplify.
14737         (gnus-group-tool-bar-update): Remove redraw check.
14738         (gnus-group-make-tool-bar): Add redraw check.
14739
14740 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14741
14742         * gnus-art.el (gnus-button): Add missing parentheses.
14743
14744 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * lpath.el: Fbind line-number-at-pos.
14747
14748 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14751
14752 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14753
14754         * gnus-art.el (gnus-button): New face.
14755         (gnus-article-button-face): Use it.
14756
14757         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14758         Add gnus-summary-next-page.  Re-order.
14759
14760         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14761         next-node are now included.
14762         (gnus-group-redraw-line-number): New internal variable.
14763         (gnus-group-redraw-check): Helper function for updating the tool
14764         bar.
14765         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14766
14767         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14768
14769         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14770         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14771         Use it to match format of Spamassassin 3.0 and later.
14772         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14773         (spam-check-bogofilter)
14774         (spam-bogofilter-register-with-bogofilter): Fix args of
14775         `gnus-error' calls.
14776
14777 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14780         unnecessary interaction when sending queued mails.
14781         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14782
14783 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14786         first or last are nil.
14787
14788 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14789
14790         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14791
14792 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14793
14794         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14795
14796 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14797
14798         * dns.el (query-dns): Protect more against buggy tcp output.
14799
14800 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14803         nov.php.
14804
14805 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14806
14807         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14808         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14809         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14810         output on the server side.
14811         (nnweb-google-create-mapping): Update regexps and add some
14812         progress indication.
14813
14814 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * gnus-group.el (gnus-group-tool-bar-gnome):
14817         Fix gnus-agent-toggle-plugged.  Re-order icons.
14818         (gnus-group-tool-bar-gnome):
14819         Add gnus-group-{prev,next}-unread-group.
14820         (gnus-group-tool-bar-gnome): Re-order icons.
14821
14822         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14823         Move gnus-summary-insert-new-articles.
14824
14825         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14826         Fix comments.
14827
14828         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14829         also available in Emacs 21.3.
14830
14831         * message.el (message-fix-before-sending): Change "Emacs 22" to
14832         "Emacs 23 (unicode)" in comment.
14833
14834         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14835         "Emacs 23 (unicode)" in comment.
14836
14837         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14838         comment.
14839         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14840
14841         * mm-view.el (mm-fill-flowed): Add :version.
14842
14843 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14846         and load-path.
14847
14848 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * message.el: Autoload gmm-image-load-path.
14851         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14852         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14853         consitency.
14854
14855         * gmm-utils.el (gmm-image-load-path): Also search in
14856         "../etc/images".  Don't set gmm-image-load-path if we don't find
14857         the image.
14858
14859 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gmm-utils.el (gmm-image-load-path): Don't make
14862         `gmm-image-load-path' include subdirectories which the second arg
14863         `image' might specify.
14864
14865         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14866         subdirectory to icon file names.
14867
14868         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14869
14870 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14873         gmm-image-load-path calls.
14874
14875         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14876
14877         * message.el (message-make-tool-bar): Ditto.
14878
14879         * mml.el (mml-preview): Add comment concerning tool bar icons.
14880
14881         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14882         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14883
14884         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14885         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14886
14887         * message.el (message-tool-bar-gnome): Use new icon names.
14888         (message-make-tool-bar): Use `gmm-image-load-path'.
14889
14890         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14891         New functions from MH-E.
14892         (gmm-image-load-path): New variable from MH-E.
14893         (gmm-image-load-path): New function from MH-E.  Add arguments
14894         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14895         *-image-load-path-called-flag.
14896
14897 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14898
14899         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14900
14901 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14902
14903         * nnimap.el (nnimap-request-move-article): Change folder back to
14904         source group before deleting.
14905
14906 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14907
14908         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14909
14910         * gnus-art.el (mm-url-insert-file-contents-external):
14911         Autoload mm-url.
14912
14913         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14914
14915 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14918         coding system which mm-charset-to-coding-system returns for a
14919         given charset is valid.
14920
14921 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14922
14923         * html2text.el (html2text-remove-tag-list):
14924         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14925
14926 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14927
14928         * gnus-cus.el: Revert 2005-10-17 change.
14929
14930 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * gnus-art.el (article-strip-banner):
14933         Call article-really-strip-banner only when the regexp match is made.
14934
14935 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * gnus-art.el (article-strip-banner):
14938         Use gnus-extract-address-components instead of
14939         mail-header-parse-addresses to make it work with non-ASCII text;
14940         remove mail-encode-encoded-word-string.
14941
14942         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14943         values which are surrounded with \"...\"; make it never cause a
14944         Lisp error; give up parsing of parameters if it failed in
14945         extracting type.
14946
14947 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14948
14949         * smime.el (smime-cert-by-ldap-1): Fix bug where
14950         `smime-ldap-search' returns results without userCertificates.
14951
14952 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14955
14956 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * spam.el (spam-check-spamassassin-headers): Adapt format for
14959         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14960         <ari@mbf.ocn.ne.jp>.
14961         (spam-list-of-processors): Add spam-use-gmane.
14962
14963 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14966         make-temp-file; make it work with XEmacs as well.
14967
14968         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14969         mm-make-temp-file.
14970
14971         * mm-decode.el (mm-display-external): Use the 3rd arg of
14972         mm-make-temp-file.
14973         (mm-create-image-xemacs): Ditto.
14974
14975 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14978         with message-narrow-to-headers.
14979         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14980         (gnus-draft-check-draft-articles): New function.
14981         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14982
14983 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * gnus-art.el (gnus-article-browse-html-parts):
14986         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14987         Don't use suffix argument for mm-make-temp-file for Emacs 21
14988         compatibility.  Remove useless `format'.
14989
14990 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14991
14992         * nnweb.el (nnweb-google-wash-article): Update regexps.
14993         (nnweb-group-alist): Use defvoo instead of defvar.
14994
14995 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14998         re-loading nn* modules.
14999
15000 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15001
15002         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15003         for `tool-bar-mode' and don't check it's default-value.
15004
15005         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15006
15007         * message.el (message-make-tool-bar): Ditto.
15008
15009         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15010         `substring'.  Shorten tmp-file name.
15011
15012         * gnus.el: Remove bogus comment.
15013
15014 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15015
15016         * gnus-art.el (gnus-article-browse-html-parts): New function.
15017         (gnus-article-browse-html-article): New function for viewing html
15018         articles with a browser.
15019
15020 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15021
15022         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15023         in elisp.
15024         (pgg-gpg-encrypt-symmetric-region): Ditto.
15025         (pgg-gpg-sign-region): Ditto.
15026
15027         * pgg-def.el (pgg-text-mode): New variable.
15028
15029         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15030         (mml2015-pgg-encrypt): Ditto.
15031
15032         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15033         (mml1991-pgg-encrypt): Ditto.
15034
15035 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * nnfolder.el (nnfolder-insert-newsgroup-line):
15038         Use message-make-date instead of current-time-string.
15039
15040         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15041         to gnus-decoded which mm-uu might set.
15042
15043 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15046         don't decode quoted parameters; remove misimported Emacs code.
15047         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15048         (rfc2231-decode-encoded-string): Don't use split-string which
15049         behaves differently according to Emacs version; use
15050         mm-decode-coding-region to convert charset to coding-system.
15051         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15052         (rfc2231-encode-string): Remove misimported Emacs code.
15053
15054 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15057         when calling mail-header-parse-content-type.
15058         (article-de-quoted-unreadable): Ditto.
15059         (article-de-base64-unreadable): Ditto.
15060         (article-wash-html): Ditto.
15061
15062         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15063         calling mail-header-parse-content-type and
15064         mail-header-parse-content-disposition.
15065         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15066         mail-header-parse-content-type.
15067
15068         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15069         insert charset and format parameters; encode description after
15070         inserting it to buffer.
15071         (mml-insert-parameter): Fold lines properly even if a parameter is
15072         segmented into two or more lines; change the max column to 76.
15073
15074         * rfc1843.el (rfc1843-decode-article-body): Don't use
15075         ignore-errors when calling mail-header-parse-content-type.
15076
15077         * rfc2231.el (rfc2231-parse-string): Return at least type if
15078         possible; don't cause an error even if it fails in parsing of
15079         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15080         (rfc2231-encode-string): Don't break lines at the beginning, leave
15081         it to mml-insert-parameter.
15082
15083         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15084         calling mail-header-parse-content-type.
15085
15086 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15087
15088         * spam-report.el (spam-report-gmane-use-article-number):
15089         Improve doc string.
15090         (spam-report-gmane-internal): Check if a suitable header was found
15091         in the article.
15092
15093 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15096         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15097
15098 2006-02-05  Romain Francoise  <romain@orebokech.com>
15099
15100         Update copyright notices of all files in the gnus directory.
15101
15102 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15103
15104         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15105
15106 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15109         segmented lines of parameter value to cope with Thunderbird 1.5
15110         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15111         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15112         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15113
15114 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15115
15116         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15117         parts.
15118
15119 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15120
15121         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15122         there's only one active file for all servers.
15123         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15124         solid groups.  Gnus might have used a FAST request to select the group.
15125         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15126         and nnweb-search redundantly in the active file.
15127         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15128         (nnweb-request-create-group): Don't use ARGS.
15129         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15130         initialisations.  Let nnoo do the work.
15131
15132 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15135         Say the part has been decoded.
15136
15137         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15138
15139 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15140
15141         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15142         mailcap-viewer-test-cache when there's no 'test clause, since that
15143         will invert the meaning of a "nil" test previously determined by
15144         mailcap-mailcap-entry-passes-test.
15145
15146 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15149         compiling.
15150
15151         * gnus-sum.el: Ditto.
15152
15153         * message.el: Don't bind tool-bar-map when compiling.
15154
15155 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15158
15159 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15160
15161         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15162         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15163         current Google Groups.
15164
15165 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15166
15167         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15168         and tool-bar-mode.
15169
15170         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15171         and tool-bar-mode.
15172
15173         * message.el (message-tool-bar-update): Simplify.
15174         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15175
15176         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15177         gnus-summary-buffer.
15178         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15179         gnus-summary-reply.
15180
15181         * gmm-utils.el (gmm): Add :version.
15182
15183 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * Makefile.in (clean): New rule.
15186         (distclean): Use it.
15187
15188 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15189
15190         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15191         Don't autoload.
15192
15193 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gmm-utils.el (gmm-verbose): Add :group.
15196
15197 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * message.el: Change some comments WRT tool-bars.
15200
15201         * gnus-sum.el (gnus-summary-tool-bar)
15202         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15203         (gnus-summary-tool-bar-zap-list): New variables.
15204         (gnus-summary-make-tool-bar): Complete rewrite using
15205         `gmm-tool-bar-from-list'.
15206
15207         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15208         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15209         New variables.
15210         (gnus-group-make-tool-bar): Complete rewrite using
15211         `gmm-tool-bar-from-list'.
15212         (gnus-group-tool-bar-update): New function.
15213
15214         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15215
15216 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15219         is dissected into a single part of which the type is the same as
15220         the given one; decode charset.
15221
15222 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15223
15224         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15225         into alists as symbol not string, since that's what
15226         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15227         look for.
15228
15229 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15230
15231         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15232         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15233
15234         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15235
15236 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15239         (gnus-xmas-mime-security-button-menu): New function.
15240
15241         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15242         (gnus-mime-security-button-menu): New definition.
15243         (gnus-mime-security-button-map): Use them.
15244         (gnus-mime-security-button-menu): New function.
15245         (gnus-insert-mime-security-button): Addition to help echo.
15246         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15247         (gnus-mime-security-pipe-part): New functions.
15248
15249         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15250         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15251
15252         * mm-decode.el (mm-handle-set-disposition): Remove.
15253         (mm-handle-set-description): Remove.
15254
15255 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15258         (mm-w3m-standalone-supports-m17n-p): New function.
15259         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15260         w3m usage.
15261
15262         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15263         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15264
15265 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * message.el (message-tool-bar-zap-list):
15268         Use gmm-tool-bar-zap-list as custom type.
15269         (message-tool-bar-update): New function.
15270         (message-tool-bar, message-tool-bar-gnome)
15271         (message-tool-bar-retro): Add message-tool-bar-update.
15272         (message-tool-bar-gnome): Add flyspell-buffer.
15273
15274         * gnus-util.el (gnus-error): Describe `args'.
15275
15276         * gmm-utils.el (gmm-error): Describe `args'.
15277         (gmm-tool-bar-zap-list): New widget.
15278         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15279
15280 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15283         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15284         the number of recursive calls.
15285
15286         * mm-decode.el (mm-handle-set-disposition): New macro.
15287         (mm-handle-set-description): New macro.
15288
15289 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15292         encoding.
15293
15294 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15295
15296         * message.el (message-tool-bar-zap-list, message-tool-bar)
15297         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15298         (message-tool-bar-local-item-from-menu): Remove.
15299         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15300         (message-make-tool-bar): New function.
15301         (message-mode): Use `message-make-tool-bar'.
15302
15303         * gmm-utils.el: New file.
15304         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15305         (gmm-lazy): New widget copied from `nnmail.el'.
15306         (gmm-tool-bar-from-list): New function for creating customizable
15307         tool bars.
15308         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15309         output.
15310         (gmm): Add :prefix to defgroup.
15311
15312 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15313
15314         * gmm-utils.el (gmm-widget-p): New function.
15315
15316 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15317
15318         * mml.el (mml-attach-file): Describe `description' in doc string.
15319         (mml-menu): Add Emacs MIME manual and PGG manual.
15320
15321 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15322
15323         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15324
15325 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15326
15327         * nntp.el (nntp-end-of-line): Doc fix.
15328
15329 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15330
15331         * imap.el (imap-open): Handle case where buffer is a buffer
15332         object.
15333
15334 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15335
15336         * gnus-delay.el (gnus-delay): Don't autoload.
15337         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15338         to be re-loaded when customizing the `gnus-delay' group.
15339
15340 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15341
15342         * message.el (message-insert-citation-line): Use newlines.
15343
15344 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15345
15346         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15347         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15348         these routines, so the passphrase can be managed externally and
15349         passed in to the system.
15350         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15351         pgg-add-passphrase-to-cache function.
15352
15353         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15354         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15355         these routines, so the passphrase can be managed externally and
15356         passed in to the system.
15357         (pgg-pgp5-sign-region): Use new name of
15358         pgg-add-passphrase-to-cache function.
15359
15360 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15361
15362         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15363         part of the decoded armor to find the key-identifier.
15364         (pgg-gpg-lookup-key-owner): New function to return the
15365         human-readable identifier of a key owner.
15366         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15367         itself.
15368         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15369         the key value) if we have a key and can match it against a secret
15370         key.  Also, added a note pointing out fact that the prompt only
15371         indicates the first matching key.
15372
15373         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15374         pgg-decrypt-region.
15375         (pgg-add-passphrase-to-cache): Rename from
15376         `pgg-add-passphrase-cache' to reduce confusion (all callers
15377         changed).
15378         (pgg-remove-passphrase-from-cache): Rename from
15379         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15380         changed).
15381         (pgg-read-passphrase, pgg-add-passphrase-cache)
15382         (pgg-remove-passphrase-cache): Add informative docstrings.
15383         (pgg-decrypt): Convey provided passphrase in subordinate call to
15384         pgg-decrypt-region.
15385
15386 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15387
15388         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15389         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15390         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15391         'passphrase' argument, so the passphrase can be managed externally
15392         and then passed in to the system.
15393
15394         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15395         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15396         so the passphrase cache can be used reliably with identifiers
15397         besides a pgp packet's key id.
15398
15399         * pgg-gpg.el (pgg-gpg-encrypt-region)
15400         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15401         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15402         these routines, so the passphrase can be managed externally and
15403         passed in to the system.
15404
15405         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15406         'notruncate' argument, so the passphrase cache can be used
15407         reliably with identifiers besides a pgp packet's key id.
15408
15409 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15410
15411         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15412         symmetric encryption.
15413         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15414         encrypted session key.
15415         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15416         message ask for the passphrase in a proper way.
15417
15418         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15419         New user commands for symmetric encryption.
15420
15421 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15424
15425         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15426
15427 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15428
15429         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15430
15431 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * mm-decode.el (mm-inlined-types): Add application/pgp.
15434         (mm-automatic-display): Ditto.
15435
15436         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15437         part as text.
15438
15439 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * nnrss.el: Update copyright.
15442         (nnrss-opml-import): Query whether to subscribe to each entry.
15443
15444         * gnus-art.el:
15445         * gnus-sum.el:
15446         * gnus-xmas.el:
15447         * messagexmas.el:
15448         * mm-uu.el:
15449         * mm-view.el: Update copyright.
15450
15451 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * message.el (message-info): New function.
15454         (message-mode-menu): Add it.
15455         Update copyright.
15456
15457         * ChangeLog: Fix and update copyright.
15458
15459 2006-01-13  Romain Francoise  <romain@orebokech.com>
15460
15461         * message.el (message-forward-subject-name-subject): Prefer the
15462         address to 'nowhere' if the sender has no name.
15463         Fix typo.  Update copyright year.
15464
15465 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-art.el (article-wash-html):
15468         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15469         (gnus-article-wash-html-with-w3m-standalone): New function.
15470
15471         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15472         mm-inline-text-html-render-with-w3m-standalone.
15473         (mm-text-html-washer-alist): Map w3m-standalone to
15474         gnus-article-wash-html-with-w3m-standalone.
15475         (mm-inline-text-html-render-with-w3m-standalone): New function.
15476
15477 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15478
15479         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15480         Improve LaTeX.
15481
15482 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15485         (nnrss-request-article): Render text/plain parts as HTML.
15486
15487         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15488         the buffer.
15489
15490 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15491
15492         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15493         custom definition of `gnus-posting-styles'.
15494
15495         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15496         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15497
15498 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15499
15500         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15501         Use nntp for bug archive.
15502
15503 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15506         parts.
15507         (nnrss-normalize-date): New function converts ISO 8601 date into
15508         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15509         (nnrss-check-group): Use it.
15510
15511 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15514
15515         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15516         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15517         (nnrss-insert-w3): Ditto.
15518
15519 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15522         the articles to be forwarded including the case where neither a
15523         number of articles nor a region is specified.
15524
15525 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * nnrss.el (nnrss-request-article): Fix last change; fill
15528         text/plain parts.
15529
15530 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15533         in text/plain part.
15534         (nnrss-check-group): Don't add excessive newline to dc:subject.
15535
15536 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15537
15538         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15539         article.
15540
15541 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15542
15543         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15544         (nnml-use-compressed-files, nnml-save-mail): Support other
15545         comression programs such as bzip2.
15546
15547 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15548
15549         * dns.el (query-dns): Make sure we check the buffer size before
15550         removing tcp headers.
15551
15552 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15555         remove MIME buttons associated with multipart/alternative parts.
15556         (gnus-mime-display-alternative): Tag buttons using `article-type'
15557         text property.
15558
15559         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15560         associated with multipart/alternative parts.
15561
15562         * gnus-art.el (gnus-signature-separator): Fix custom type.
15563
15564         * mm-decode.el (mm-inlined-types): Fix custom type.
15565         (mm-keep-viewer-alive-types): Ditto.
15566         (mm-automatic-display): Ditto.
15567         (mm-attachment-override-types): Ditto.
15568         (mm-inline-override-types): Ditto.
15569         (mm-automatic-external-display): Ditto.
15570
15571 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * spam-report.el (spam-report-user-mail-address)
15574         (spam-report-user-agent): New variables.
15575         (spam-report-url-ping-plain): Use spam-report-user-agent.
15576
15577 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15578
15579         * gnus-art.el (gnus-button-handle-custom): Do not just use
15580         `customize-apropos' for any "M-x customize-*" button but the
15581         function called for.  Accept both the function name and its
15582         argument in order to achieve this.
15583         (gnus-button-alist): Remove support for "custom:" URL's.
15584         Pass function name to `gnus-button-handle-custom' in case of "M-x
15585         customize-*" buttons.
15586
15587 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15590         multipart/alternative and add xref to mm-discouraged-alternatives
15591         in doc string.
15592
15593         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15594         gnus-buttonized-mime-types in doc string.
15595
15596 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15599         Suggest image/.* in the doc string.
15600
15601 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15602
15603         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15604         message-marks (Debian bug #342521).
15605
15606 2005-12-12  Simon Josefsson  <jas@extundo.com>
15607
15608         * password.el (password-read-from-cache): Add.
15609         (password-read): Use it.
15610
15611 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * rfc2047.el (rfc2047-charset-to-coding-system):
15614         Recognize us-ascii as a MIME charset.
15615
15616         * mm-bodies.el (mm-decode-content-transfer-encoding):
15617         Protect against the case where the 2nd arg TYPE is nil.
15618
15619 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15620
15621         * pop3.el (pop3-stream-type): Fix custom version.
15622
15623         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15624
15625 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15626
15627         * mm-decode.el (mm-display-external): Add missing cdr.
15628
15629 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15632         RFC1524) if it is in mailcap or add a suffix according to
15633         mailcap-mime-extensions when generating a temp filename; postpone
15634         deleting a temp file for 2 seconds for some wrappers, shell
15635         scripts, and so on, which might exit right after having started a
15636         viewer command as a background job.
15637
15638 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15639
15640         * nntp.el (nntp-marks-directory): Fix custom group.
15641
15642         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15643         steps when < 10.
15644
15645         * gnus-start.el (gnus-no-server-1):
15646         Mention `gnus-level-default-subscribed' in doc string.
15647
15648 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15649
15650         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15651         parens.
15652
15653 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-xmas.el (gnus-use-toolbar): Revert.
15656         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15657         gnus-use-toolbar is default.
15658
15659         * messagexmas.el (message-use-toolbar): Revert.
15660         (message-setup-toolbar): Use global default-toolbar if
15661         message-use-toolbar is default.
15662
15663 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15666         according to default-toolbar-visible-p.
15667
15668         * messagexmas.el (message-use-toolbar): Ditto.
15669
15670 2005-11-26  Dave Love  <fx@gnu.org>
15671
15672         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15673         (tls-program, tls-success): Provide openssl alternative.
15674
15675         * starttls.el: Doc fixes.
15676         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15677         SERVICE to PORT.
15678
15679         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15680         port null or service name.
15681         (starttls-negotiate): Autoload.
15682
15683 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * message.el (message-kill-to-signature): Fix interactive spec.
15686
15687 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * pop3.el (pop3-open-server): Recognize a string as a service name.
15690
15691 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15692
15693         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15694
15695 2005-11-23  Dave Love  <fx@gnu.org>
15696
15697         Add pop3s, pop3/starttls.
15698
15699         * pop3.el (pop3-authentication-scheme): Clarify doc.
15700         (open-tls-stream, starttls-open-stream): Autoload.
15701         (pop3-stream-type): New.
15702         (pop3-open-server): Use it.
15703
15704         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15705         for POP.
15706         (mail-source-keyword-map): Add :stream for POP.
15707         (mail-source-fetch-pop): Use pop3-stream-type.
15708
15709 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15712         of current-time-string.
15713
15714 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15715
15716         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15717         date header.
15718
15719 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15720
15721         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15722         it can seriously impact performance as it bypasses the agent's
15723         local caches.
15724
15725 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15726
15727         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15728         must be explicitly online rather than "not explicitly offline" for
15729         its flags to be synchronized.
15730
15731         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15732         that gnus-uu-unmark-thread will function correctly.
15733
15734         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15735         1024K is instead displayed as 1M.
15736
15737 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15738
15739         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15740
15741 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15742
15743         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15744
15745 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15746
15747         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15748         error message to display actual error condition.
15749         (gnus-agent-save-local): Avoid saving symbols that are bound to
15750         nil as they simply result in a warning message in
15751         gnus-agent-read-local.
15752
15753 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15756         rather than make-variable-buffer-local for file-precious-flag.
15757
15758 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15759
15760         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15761         for duplicates which are removed.  The invalid sort check then
15762         triggers a rescan after the sort as sorting may have moved
15763         duplicate entries such that they can be cheaply detected.
15764
15765 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15768
15769 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15770
15771         * gnus-agent.el (gnus-agent-article-alist-save-format):
15772         Change internal variable to a custom variable.  Change default value
15773         from compressed(2) to uncompressed(1).
15774         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15775         support for uncompressed agentview files.  Taken together, reading
15776         the agentview file should now be 6-7 times faster.
15777
15778 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15779
15780         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15781         as a buffer-local variable.  This avoids creating truncated
15782         dribble files as a result of a hang up, eg.
15783
15784 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15785
15786         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15787         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15788         XEmacs.
15789
15790 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * gnus-start.el (gnus-start-draft-setup):
15793         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15794
15795         * gnus.el (gnus-splash): Change custom group.
15796         (gnus-group-get-parameter, gnus-group-parameter-value):
15797         Describe allow-list argument.
15798
15799         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15800         string.
15801
15802 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15803
15804         * gnus-art.el (gnus-default-article-saver): Add user-defined
15805         `function' to custom type.
15806
15807 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15808
15809         * imap.el (imap-open): Handle case where buffer is a buffer
15810         object.
15811
15812 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15815         long lines.
15816         (gnus-cache-delete-group): Wrap doc strings.
15817
15818         * gnus-agent.el (gnus-agent-rename-group)
15819         (gnus-agent-delete-group): Wrap doc strings.
15820
15821 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * messagexmas.el (message-use-toolbar): Change the valid values
15824         into default, top, bottom, left, and right.
15825         (message-toolbar-thickness): New variable.
15826         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15827         well.
15828         (message-setup-toolbar): Make it work.
15829
15830         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15831         (gnus-use-toolbar): Change the valid values into default, top,
15832         bottom, left, and right.
15833         (gnus-toolbar-thickness): New variable.
15834         (gnus-xmas-setup-toolbar): New function.
15835         (gnus-xmas-setup-group-toolbar): Use it.
15836         (gnus-xmas-setup-summary-toolbar): Use it.
15837
15838 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15839
15840         * gnus-start.el (gnus-1): Add "native" to
15841         gnus-predefined-server-alist.
15842
15843         * gnus.el (gnus-method-to-server): Don't add "native" to the
15844         lists here, because that leads to problems when
15845         gnus-select-method is bound.
15846
15847 2005-11-09  Simon Josefsson  <jas@extundo.com>
15848
15849         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15850         use (not sort-by-date) instead.
15851
15852 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15853
15854         * gnus-delay.el (gnus-delay-group): Don't autoload.
15855         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15856         to be re-loaded when customizing the `gnus-delay' group.
15857
15858 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15859
15860         * message.el: Revert last changes.
15861         (message-insert-citation-line): Use newlines.
15862
15863 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15864
15865         * message.el (message-courtesy-message)
15866         (message-mark-insert-begin, message-mark-insert-end)
15867         (message-elide-ellipsis, message-cancel-message)
15868         (message-add-header, message-change-subject)
15869         (message-cross-post-followup-to-header)
15870         (message-cross-post-insert-note, message-reduce-to-to-cc)
15871         (message-widen-reply, message-delete-not-region)
15872         (message-kill-to-signature, message-insert-signature)
15873         (message-insert-importance-high, message-insert-importance-low)
15874         (message-insert-or-toggle-importance)
15875         (message-insert-disposition-notification-to)
15876         (message-indent-citation, message-yank-original)
15877         (message-cite-original-without-signature, message-cite-original)
15878         (message-insert-citation-line, message-position-on-field)
15879         (message-fix-before-sending, message-send-mail-partially)
15880         (message-send-mail, message-send-mail-with-sendmail)
15881         (message-send-mail-with-qmail, message-send-news)
15882         (message-check-news-header-syntax, message-generate-headers)
15883         (message-insert-courtesy-copy, message-fill-address)
15884         (message-fill-header, message-shorten-references)
15885         (message-setup-1, message-cancel-news)
15886         (message-forward-make-body-plain, message-forward-make-body-mime)
15887         (message-forward-make-body-mml, message-encode-message-body)
15888         (message-forward-make-body-digest-plain)
15889         (message-forward-make-body-digest-mime)
15890         (message-use-alternative-email-as-from): Insert `hard-newline'
15891         instead of ordinary newlines.
15892
15893 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * message.el (message-generate-headers): Downcase the argument
15896         given to message-check-element.
15897
15898 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15899
15900         * nntp.el (nntp-authinfo-rejected): New error condition.
15901         (nntp-wait-for): Use new error condition to signal authentication
15902         error.
15903         (nntp-retrieve-data): Rethrow new error condition to break out of
15904         recursive call to nntp-send-authinfo.
15905
15906 2005-11-08  Romain Francoise  <romain@orebokech.com>
15907
15908         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15909         (gnus-summary-exit-map): Bind to `Z p'.
15910         (gnus-summary-make-menu-bar): Add menu item.
15911
15912 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15915         (gnus-treat-*): Add `first' in all doc strings.
15916
15917         * gnus-group.el (gnus-group-compact-group): Fix typo.
15918
15919 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * gnus.el (gnus-parameters-case-fold-search): New variable.
15922         (gnus-parameters-get-parameter): Use it.
15923
15924         * gnus-score.el (gnus-home-score-file): Doc fix.
15925
15926 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15927
15928         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15929
15930 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * mm-util.el (mm-special-display-p): New function.
15933
15934         * mml.el (mml-preview): Use it; doc fix.
15935
15936 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15937
15938         * imap.el (imap-open): Handle case where buffer is a buffer object.
15939
15940 2005-10-29  Romain Francoise  <romain@orebokech.com>
15941
15942         * message.el (message-fix-before-sending): Fix comment.
15943
15944 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15945
15946         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15947
15948 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15949
15950         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15951         Used in gnus-score.el.
15952
15953 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15956
15957 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15960         whitespace removed in revision 7.8.  Use concatenated string to
15961         protect trailing whitespace.
15962
15963 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15964
15965         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15966         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15967         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15968         Courier IMAP ("some version from 2004").  Mostly based on similar
15969         code in the same function.
15970
15971 2005-10-26  Didier Verna  <didier@xemacs.org>
15972
15973         * gnus-group.el (gnus-group-compact-group): Invalidate original
15974         article buffer.
15975         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15976         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15977         NOV database and in article itself.
15978         Invalidate article backlog.
15979
15980 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15981
15982         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15983
15984 2005-10-26  Simon Josefsson  <jas@extundo.com>
15985
15986         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15987         part of 2004-07-25 change.
15988
15989 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * message.el (message-display-completion-list): New function.
15992         (message-expand-group): Use it; make sure the Completions buffer
15993         is modifiable.
15994 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15995
15996         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15997         user-mail-name is an empty string.
15998
15999 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16000
16001         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16002         depending on gnus-score-decay-constant.
16003
16004         * encrypt.el (encrypt-insert-file-contents)
16005         (encrypt-write-file-contents): Don't use `gnus-message'.
16006
16007         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16008         arguments.
16009         (mm-uu-type-alist): Add message-marks and insert-marks.
16010         Pass arguments to mm-uu-verbatim-marks-extract.
16011         (mm-uu-hide-markers): New variable.
16012         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16013
16014         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16015         (gnus-convert-image-to-face-command): Use "convert" by default to
16016         allow other input image formats.
16017         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16018         accordingly.
16019
16020 2005-10-23  Simon Josefsson  <jas@extundo.com>
16021
16022         * imap.el (imap-gssapi-program): Align command line parameters
16023         with latest GNU SASL.
16024         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16025
16026 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16027
16028         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16029         HTML.
16030         (nnslashdot-request-article): Ditto.
16031
16032         * lpath.el (featurep): Add nobreak-char-display.
16033
16034 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16035
16036         * mail-source.el (mail-source-fetch-pop): Require pop3.
16037         (mail-source-check-pop): Ditto.
16038
16039 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16042         errors.
16043
16044 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16045
16046         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16047         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16048
16049         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16050
16051         * mm-bodies.el (mm-decode-string):
16052         Call `mm-charset-to-coding-system' with allow-override argument.
16053
16054 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16057         (rfc2047-charset-to-coding-system): New function.
16058         (rfc2047-decode-encoded-words): New function.
16059         (rfc2047-decode-region): Use them.
16060         (rfc2047-decode-cte): Remove.
16061         (rfc2047-parse-and-decode): Remove.
16062         (rfc2047-decode): Remove.
16063
16064 2005-10-15  Kenichi Handa  <handa@m17n.org>
16065
16066         * rfc2047.el (rfc2047-decode-cte): New function.
16067         (rfc2047-decode-region): Change the way to decode successive
16068         encoded-words: decode B- or Q-encoding in each encoded-word,
16069         concatenate them, and decode it as charset.
16070
16071 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * lpath.el: Fbind codepage-setup for XEmacs.
16074
16075 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16076
16077         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16078         widget-move-and-invoke.
16079         (gnus-custom-mode): Use gnus-custom-map.
16080
16081 2005-10-15  Bill Wohler  <wohler@newt.com>
16082
16083         * message.el (message-tool-bar-map): Rename image file from
16084         mail_send to mail/send.
16085
16086 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16087
16088         * message.el (message-expand-group): Pass the common
16089         prefix substring of completion to `display-completion-list'.
16090
16091 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * mml-sec.el (mml-secure-method): New internal variable.
16094         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16095         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16096         New functions using mml-secure-method.
16097
16098         * mml.el (mml-mode-map): Add key bindings for those functions.
16099         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16100         Harder <harder@myrealbox.com>.
16101         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16102         Goto end of message if point is the headers of the message.
16103
16104         * message.el (message-in-body-p): New function.
16105
16106         * assistant.el: Autoload gnus-util and netrc.
16107
16108         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16109         Use `mm-charset-override-alist' only when decoding.
16110
16111         * mm-bodies.el (mm-decode-body):
16112         Call `mm-charset-to-coding-system' with allow-override argument.
16113
16114         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16115         `filename' from Content-Disposition if Content-Type doesn't
16116         provide `name'.
16117         (gnus-mime-view-part-as-type): Set default instead of
16118         initial-input.
16119
16120 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16121
16122         * format-spec.el (format-spec): Propagate text properties of % spec.
16123
16124 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16125
16126         * gnus-art.el (gnus-treat-predicate): Add `first'.
16127
16128 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16129
16130         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16131         (mm-charset-override-alist): New variable.
16132         (mm-charset-to-coding-system): Use it.
16133         (mm-codepage-setup): New helper function.
16134         (mm-charset-eval-alist): New variable.
16135         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16136         Warn about unknown charsets.
16137
16138         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16139
16140 2005-10-04  David Hansen  <david.hansen@gmx.net>
16141
16142         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16143         (nnrss-check-group): Ditto.
16144
16145 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16148         Rename x-gnus-verbatim to x-verbatim.
16149         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16150
16151         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16152         x-verbatim.
16153
16154         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16155
16156         * gnus-util.el (gnus-remove-duplicates): Remove.
16157
16158         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16159         instead of gnus-remove-duplicates.
16160
16161         * message.el (message-remove-duplicates): Remove.
16162         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16163         message-remove-duplicates.
16164
16165         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16166         available, else use implementation from `delete-dups'.
16167
16168         * message.el (message-insert-expires): New function.
16169         (message-mode-map): Add key binding.
16170         (message-mode-field-menu): Add menu entry.
16171         (message-mode): Document it.
16172         (message-make-expires-date): Use `message-make-date'.
16173
16174 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16175
16176         * message.el (message-make-expires-date): New function.
16177
16178 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * Makefile.in (list-installed-shadows): New entry.
16181         (install): Use it.
16182         (remove-installed-shadows): New entry.
16183
16184         * dgnushack.el (dgnushack-default-load-path): New variable.
16185         (dgnushack-find-lisp-shadows): New function.
16186         (dgnushack-remove-lisp-shadows): New function.
16187
16188 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * Makefile.in (install-el-elc): New entry.
16191         (install): Use it so that .el files are necessarily installed.
16192
16193 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16196
16197 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16198
16199         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16200         function rather than the diff-mode.el package.
16201         (mm-display-external): Use with-current-buffer.
16202         (mm-viewer-completion-map, mm-viewer-completion-map):
16203         Move initialization inside declaration.
16204
16205 2005-09-29  Simon Josefsson  <jas@extundo.com>
16206
16207         * spam.el: Load hashcash when compiling, to avoid warnings.
16208         Don't autoload mail-check-payment.
16209         (spam-check-hashcash): Define unconditionally, since hashcash.el
16210         is part of Gnus now.  Ignore errors from payment checking.
16211
16212 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * message.el (message-bold-region, message-unbold-region):
16215         Rename from `bold-region' and `unbold-region'.
16216
16217         * message.el: Remove useless autoloads.
16218
16219 2005-09-28  Simon Josefsson  <jas@extundo.com>
16220
16221         * message.el (message-use-idna): Default to t.
16222         (message-use-idna): Test whether encoding works too.  Doc fix.
16223
16224 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * nntp.el (nntp-warn-about-losing-connection): Remove.
16227
16228 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16229
16230         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16231         customizable.  Change default value.
16232         (mm-uu-diff-groups-regexp): Change default value.
16233         (mm-uu-type-alist): Add doc string.
16234         (mm-uu-configure): Add doc string.  Make it interactive.
16235         (mm-uu-tex-groups-regexp): New variable.
16236         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16237         (mm-uu-type-alist): Add LaTeX documents.
16238         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16239         of "text/verbatim".
16240         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16241
16242         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16243         instead of "text/verbatim".
16244
16245         * message.el (message-mark-inserted-region)
16246         (message-mark-insert-file): Use slrn style marks when called with
16247         prefix argument.
16248
16249 2005-09-27  Simon Josefsson  <jas@extundo.com>
16250
16251         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16252
16253 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16254
16255         * message.el (message-remove-duplicates): New function.
16256         Implementation borrowed from `gnus-remove-duplicates'.
16257         (message-idna-to-ascii-rhs): Also encode idna addresses in
16258         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16259         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16260         only ask about the same idna domain once per header and also tell
16261         in what header to replace the idna domain.
16262
16263         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16264         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16265         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16266         a header is decoded and not just the last one.
16267
16268 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16271         has been decoded.
16272
16273         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16274         (mm-insert-part): Don't modify text if it has been decoded.
16275
16276         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16277         decoded.
16278
16279         * mm-view.el (mm-inline-text): Don't strip text props unless
16280         decoding enriched or richtext parts.
16281
16282 2005-09-25  Romain Francoise  <romain@orebokech.com>
16283
16284         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16285         * gnus-start.el (gnus-subscribe-interactively):
16286         * gnus-uu.el (gnus-uu-grab-articles):
16287         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16288         space.
16289
16290 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16291
16292         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16293         * mm-view.el (mm-view-pkcs7-decrypt):
16294         * gnus-sum.el (gnus-summary-limit-to-extra)
16295         (gnus-summary-respool-article, gnus-read-move-group-name):
16296         * gnus-score.el (gnus-summary-increase-score):
16297         * gnus-util.el (gnus-completing-read-with-default):
16298         * gnus-art.el (gnus-read-save-file-name)
16299         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16300         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16301         * message.el (message-check-news-header-syntax):
16302         Follow convention for reading with the minibuffer.
16303
16304 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16305
16306         * spam-report.el (spam-report-url-ping-plain):
16307         Use gnus-extended-version as User-Agent.
16308
16309         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16310         default value is nil.
16311
16312         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16313         (mm-uu-verbatim-marks-extract): New function.
16314         (mm-uu-extract): New face.
16315         (mm-uu-copy-to-buffer): Use it.
16316
16317         * spam-report.el (spam-report-gmane-ham): Rename from
16318         `spam-report-gmane-unspam'.
16319         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16320         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16321
16322         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16323         Autoload.
16324         (spam-report-gmane-unregister-routine):
16325         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16326
16327 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16328
16329         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16330         (spam-report-gmane-unregister-routine): Add support for gmane
16331         unregistration.
16332
16333         * spam-report.el (spam-report-gmane-unspam)
16334         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16335         (spam-report-gmane): Change to take a single article and do unspam
16336         registration.
16337
16338 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * mm-url.el (mm-url-decode-entities): Fix regexp.
16341
16342 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16343
16344         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16345         default to nil, to be able to use Gnus at all.  If the default
16346         switches to something else, then the function should be fixed not
16347         be exceedingly slow.
16348
16349 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16350
16351         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16352         fail hard.
16353
16354         * spam-report.el: Add better Keywords line.
16355
16356         * spam.el: Add Maintainer and better Keywords line.
16357
16358 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16359
16360         * gnus-art.el (gnus-article-replace-part)
16361         (gnus-mime-replace-part): New functions.
16362         (gnus-mime-action-alist, gnus-mime-button-commands)
16363         (gnus-mime-save-part-and-strip): Add file argument.
16364         (gnus-article-part-wrapper): Add interactive argument.
16365
16366         * gnus-sum.el (gnus-summary-mime-map):
16367         Add `gnus-article-replace-part'.
16368
16369 2005-09-19  Didier Verna  <didier@xemacs.org>
16370
16371         The nnml compaction feature:
16372         * nnml.el (nnml-request-compact-group): New function.
16373         * nnml.el (nnml-request-compact): New function.
16374         * gnus-int.el (gnus-request-compact-group): New function.
16375         * gnus-int.el (gnus-request-compact): New function.
16376         * gnus-group.el (gnus-group-compact-group): New function.
16377         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16378         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16379         * gnus-srvr.el (gnus-server-compact-server): New function.
16380         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16381         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16382
16383 2005-09-18  Deepak Goel  <deego@gnufans.org>
16384
16385         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16386         format spec.
16387
16388 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16389
16390         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16391
16392 2005-09-15  Romain Francoise  <romain@orebokech.com>
16393
16394         * message.el (message-fill-paragraph): Clarify docstring.
16395
16396 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * gnus-art.el (gnus-mime-display-part): Protect against broken
16399         MIME messages.
16400
16401 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16404         before parsing header.
16405
16406 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16407
16408         * html2text.el (html2text-replace-list): Add new entities.
16409
16410 2005-09-11  Romain Francoise  <romain@orebokech.com>
16411
16412         * message.el (message-alternative-emails): Improve docstring.
16413         (message-setup-1): Call `message-use-alternative-email-as-from'
16414         after `message-setup-hook' to give it precedence over posting
16415         styles, etc.
16416         (message-use-alternative-email-as-from): Add docstring.
16417         Remove the original From header if present.
16418
16419         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16420         (nnml-save-mail): Use it.
16421
16422         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16423         articles.  Add new argument `silent'.
16424         (gnus-uu-mark-all): Report the total number of marked articles.
16425
16426 2005-09-10  Romain Francoise  <romain@orebokech.com>
16427
16428         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16429         (gnus-uu-mark-series): Likewise.
16430
16431 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * spam-report.el (spam-report-gmane): Fix generation of spam
16434         report URL.
16435
16436 2005-09-10  Simon Josefsson  <jas@extundo.com>
16437
16438         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16439         t, based on discussion on the ding list with Robert Epprecht
16440         <epprecht@solnet.ch>.
16441
16442 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16443
16444         * spam-report.el (spam-report-gmane): Make it work without
16445         X-Report-Spam header.  Gmane now only provides Archived-At.
16446         This is only used if `spam-report-gmane-use-article-number' is nil.
16447         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16448
16449         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16450         make `gnus-summary-sort-by-recipient' work with threading.
16451
16452         * nnweb.el (nnweb-google-wash-article): Print a message if article
16453         is not available.
16454
16455 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16456
16457         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16458         change.  Decode text/* parts content before displaying.
16459
16460 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16463
16464 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16467
16468         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16469         url-package-name, url-package-version,
16470         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16471         w3m-display-inline-images, and w3m-minor-mode-map.
16472
16473 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16474
16475         * message.el (message-tab-body-function): Fix mismatched custom type.
16476
16477         * gnus.el (gnus-group-change-level-function): Ditto.
16478
16479         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16480
16481         * gnus-art.el (gnus-signature-limit)
16482         (gnus-article-mime-part-function): Ditto.
16483
16484 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * mml.el (mml-mode): Silence the byte compiler.
16487
16488         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16489         using `(sit-for 0)' before moving the point to the specified part;
16490         skip unbuttonized parts.
16491         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16492         return to the summary window if gnus-auto-select-part is non-nil.
16493
16494 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16495
16496         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16497         New variables.
16498         (mml-dnd-attach-file, mml-mode): Use them.
16499
16500         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16501         Make fetching article by MID work again for Google Groups.
16502         Add FIXME concerning gnus-group-make-web-group.
16503
16504         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16505         Don't depend on Gnus by using mail-extract-address-components if
16506         gnus-extract-address-components is not bound.
16507
16508 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16509
16510         * gnus-art.el (gnus-mime-display-security): Don't display the
16511         signature, but only the signed part.
16512
16513 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16516
16517         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16518         list, not listp.
16519
16520 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16521
16522         * mm-encode.el (mm-encode-content-transfer-encoding):
16523         Likewise when encoding.
16524
16525         * mm-bodies.el (mm-decode-content-transfer-encoding):
16526         De-canonicalize CRLF for all text content types, not just
16527         text/plain.
16528
16529 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16532         valid article; point arrow and cursor at the MIME button.
16533
16534 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16537         Suggested by Dan Christensen <jdc@uwo.ca>.
16538
16539         * mm-decode.el (mm-save-part): Enable change of prompt.
16540
16541 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16542
16543         * gnus-msg.el (gnus-inews-add-send-actions):
16544         Make `message-post-method' lambda parameter ARG `&optional'.
16545
16546 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16547
16548         * gnus-sum.el (gnus-summary-mime-map):
16549         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16550         gnus-article-jump-to-part.
16551
16552         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16553         (gnus-article-edit-part): Use it.
16554         (gnus-article-part-wrapper): Add no-handle argument.
16555         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16556         New functions.
16557
16558 2005-08-29  Romain Francoise  <romain@orebokech.com>
16559
16560         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16561         docstring.
16562         (gnus-face-from-file): Likewise.
16563
16564 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16567         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16568         non-nil.
16569         (gnus-auto-select-part): New variable.
16570         (gnus-article-jump-to-part): New function.
16571         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16572         (gnus-mime-delete-part): Allow selecting specified part after
16573         deleting or stripping parts.
16574         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16575         part if argument is bogus.
16576
16577 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16578
16579         * gnus-art.el (w3m-minor-mode-map):
16580         * gnus-spec.el (gnus-newsrc-file-version):
16581         * gnus-util.el (nnmail-active-file-coding-system)
16582         (gnus-original-article-buffer, gnus-user-agent):
16583         * gnus.el (gnus-ham-process-destinations)
16584         (gnus-parameter-ham-marks-alist)
16585         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16586         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16587         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16588         * mm-decode.el (gnus-current-window-configuration):
16589         * mm-extern.el (gnus-article-mime-handles):
16590         * mm-url.el (url-current-object, url-package-name)
16591         (url-package-version):
16592         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16593         (smime-keys, w3m-cid-retrieve-function-alist)
16594         (w3m-current-buffer, w3m-display-inline-images)
16595         (w3m-minor-mode-map):
16596         * mml-smime.el (gnus-extract-address-components):
16597         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16598         (gnus-newsrc-hashtb, message-default-charset)
16599         (message-deletable-headers, message-options)
16600         (message-posting-charset, message-required-mail-headers)
16601         (message-required-news-headers):
16602         * mml1991.el (mc-pgp-always-sign):
16603         * mml2015.el (mc-pgp-always-sign):
16604         * nnheader.el (nnmail-extra-headers):
16605         * rfc1843.el (gnus-decode-encoded-word-function)
16606         (gnus-decode-header-function, gnus-newsgroup-name):
16607         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16608
16609 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16610
16611         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16612         the end of the date treatments.
16613
16614 2005-08-15  Simon Josefsson  <jas@extundo.com>
16615
16616         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16617         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16618         Capello and Romain Francoise.
16619         (pgg-fetch-key-function): Remove, not used?
16620         (pgg-insert-url-with-w3): Require url, to get
16621         url-insert-file-contents regardless of where it is defined.
16622
16623 2005-08-13  Romain Francoise  <romain@orebokech.com>
16624
16625         * message.el (message-cite-original-1): New function.
16626         (message-cite-original): Use it.
16627         (message-cite-original-without-signature): Ditto.
16628
16629 2005-08-08  Romain Francoise  <romain@orebokech.com>
16630
16631         * message.el (message-yank-empty-prefix): New variable.
16632         (message-indent-citation): Use it.
16633         (message-cite-original-without-signature): Respect X-No-Archive.
16634
16635 2005-08-08  Simon Josefsson  <jas@extundo.com>
16636
16637         * pgg.el: Autoload url-insert-file-contents instead of loading
16638         w3/url.
16639         (pgg-insert-url-with-w3): Don't load url here.
16640
16641 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16642
16643         * message.el (message-kill-to-signature): Don't insert newline at
16644         bol.
16645         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16646
16647 2005-08-06  Romain Francoise  <romain@orebokech.com>
16648
16649         * message.el (message-user-fqdn): Fix typo in docstring.
16650
16651 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16652
16653         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16654
16655         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16656
16657 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * mm-bodies.el (mm-encode-body): Use coding system rather than
16660         charset to encode text.
16661
16662         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16663         number of charsets if utf-8 is available (XEmacs).
16664
16665 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16668         taken from `gnus-button-mid-or-mail-regexp'.
16669         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16670         (gnus-button-alist): Improve regexp for domain part of the MIDs
16671         for news:localpart@domain buttons.
16672         (gnus-button-ctan-directory-regexp): Update.
16673
16674 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * sieve-manage.el (sieve-manage-interactive-login):
16677         Use make-local-variable rather than make-variable-buffer-local.
16678         (sieve-manage-open): Ditto.
16679         (sieve-manage-authenticate): Ditto.
16680
16681         * mml.el (mml-generate-mime-1): Make the content type default to
16682         text/plain if the filename is not specified.
16683
16684 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16687         instead of insert-buffer.
16688
16689         * message.el (message-yank-original): Ditto; set the mark at the
16690         end of the yanked message.
16691
16692 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16695         lines to scroll rather than to stop it.
16696
16697         * mml.el (mml-generate-default-type): Add doc string.
16698         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16699         default to application/octet-stream when determining the content
16700         type if it is not specified for the part or the mml contents; add
16701         a comment about mml-generate-default-type.
16702
16703 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16704
16705         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16706         make it default to application/octet-stream when determining the
16707         content type if it is not specified for the external contents.
16708
16709 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16712         segmented parameter but also other parameters might be there.
16713
16714 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * mm-decode.el (mm-display-external): Delete temp file, directory
16717         and buffer immediately if the external process is exited.
16718
16719 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16720
16721         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16722         fewer lines than that of scroll-margin.
16723         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16724
16725 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * gnus-art.el (gnus-article-next-page): Revert.
16728         (gnus-article-beginning-of-window): New macro.
16729         (gnus-article-next-page-1): Use it.
16730         (gnus-article-prev-page): Ditto.
16731         (gnus-article-edit-part): Use insert-buffer-substring instead of
16732         insert-buffer.
16733         (gnus-article-edit-exit): Ditto.
16734
16735         * gnus-util.el (gnus-beginning-of-window): Remove.
16736         (gnus-end-of-window): Remove.
16737
16738         * lpath.el: Don't bind header-line-format and scroll-margin.
16739
16740 2005-07-25  Simon Josefsson  <jas@extundo.com>
16741
16742         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16743         to have the url package without w3.  Reported by Daiki Ueno
16744         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16745
16746 2005-07-20  Didier Verna  <didier@xemacs.org>
16747
16748         * gnus-diary.el: Remove the description comment (nndiary is now
16749         properly documented in the Gnus manual).
16750         Fix the spelling of "Back End".
16751         * nndiary.el: Ditto.
16752         Fix the copyright notice.
16753
16754 2005-07-18  Romain Francoise  <romain@orebokech.com>
16755
16756         * gnus-sum.el (gnus-summary-to-prefix)
16757         (gnus-summary-newsgroup-prefix): New variables.
16758         (gnus-summary-from-or-to-or-newsgroups): Use them.
16759
16760 2005-07-17  Romain Francoise  <romain@orebokech.com>
16761
16762         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16763         space as it's generally not especially interesting to the user.
16764
16765 2005-07-16  Romain Francoise  <romain@orebokech.com>
16766
16767         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16768         nil to avoid prompting and file modification if one of the
16769         messages at the top of the nnfolder file contains a copyright
16770         notice.
16771         Update copyright notice.
16772
16773         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16774         instead of `current-time-string' as the latter creates a time
16775         string that is not RFC 2822 compliant (it lacks the zone).
16776         Update copyright notice.
16777
16778 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16779
16780         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16781         for text/rtf.  Display default in prompt.  Pass default for M-n.
16782
16783         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16784
16785 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16786
16787         * gnus-msg.el (gnus-button-mailto):
16788         Remove save-selected-window-window hackery because it relies on
16789         save-selected-window internals.
16790
16791 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16794         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16795         (gnus-article-prev-page): Ditto.
16796
16797         * gnus-util.el (gnus-beginning-of-window): New function.
16798         (gnus-end-of-window): New function.
16799
16800         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16801
16802 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16803
16804         * gnus-score.el (gnus-score-edit-all-score):
16805         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16806         gnus-message.
16807
16808 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16809
16810         * gnus-msg.el (gnus-button-mailto):
16811         Remove save-selected-window-window hackery because it relies on
16812         save-selected-window internals.
16813
16814 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16817         add-minor-mode.
16818         (gnus-binary-mode): Ditto.
16819
16820         * gnus-topic.el (gnus-topic-mode): Ditto.
16821
16822 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16823
16824         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16825         (gnus-article-prev-page): Take scroll-margin into consideration.
16826
16827 2005-07-04  Lute Kamstra  <lute@gnu.org>
16828
16829         Update FSF's address in GPL notices.
16830
16831 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16832
16833         * gnus.el (gnus-exit):
16834         * gnus-group.el (gnus-group-icons):
16835         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16836
16837         * gnus-nocem.el (gnus-nocem):
16838         * message.el (message-various, message-buffers, message-sending)
16839         (message-interface, message-forwarding, message-insertion)
16840         (message-headers, message-news, message-mail):
16841         * pgg-gpg.el (pgg-gpg):
16842         * pgg-parse.el (pgg-parse):
16843         * pgg-pgp.el (pgg-pgp):
16844         * pgg-pgp5.el (pgg-pgp5):
16845         * pop3.el (pop3): Finish `defgroup' description with period.
16846
16847 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * gnus-art.el (article-display-face): Improve the efficiency.
16850         (article-display-x-face): Ditto; remove grey x-face stuff.
16851
16852 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * gnus-art.el (article-display-face): Correct the position in
16855         which Faces are inserted.
16856
16857 2005-06-29  Didier Verna  <didier@xemacs.org>
16858
16859         * gnus-art.el (article-display-face): Display faces in correct
16860         order.
16861
16862 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16865         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16866         (gnus-nocem-check-article): Fetch the Type header.
16867         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16868         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16869         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16870         make sure gnus-nocem-hashtb is initialized.
16871         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16872         (gnus-nocem-unwanted-article-p): Ditto.
16873
16874         * pgg.el (pgg-verify): Return the verification result.
16875
16876 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16877
16878         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16879         is ascii.
16880
16881 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16882
16883         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16884         `show-nonbreak-escape'.
16885
16886 2005-06-23  Lute Kamstra  <lute@gnu.org>
16887
16888         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16889
16890         * dig.el (dig-mode):
16891         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16892
16893 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16894
16895         * nnimap.el (nnimap-split-download-body): Fix spellings.
16896
16897 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16898
16899         * gnus-art.el (gnus-article-encrypt-body):
16900         * gnus-cus.el (gnus-score-customize):
16901         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16902         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16903
16904 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16905
16906         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16907         header by looking for magic "MII" at the beginnig.
16908
16909 2005-06-16  Miles Bader  <miles@gnu.org>
16910
16911         * gnus-xmas.el (gnus-xmas-group-startup-message):
16912         Use renamed gnus-splash face.
16913
16914         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16915         (assistant-field-face): New backward-compatibility alias for renamed
16916         face.
16917         (assistant-render-text): Use renamed assistant-field face.
16918
16919         * spam.el (spam): Remove "-face" suffix from face name.
16920         (spam-face): New backward-compatibility alias for renamed face.
16921         (spam-face, spam-initialize): Use renamed spam face.
16922
16923         * message.el (message-header-to, message-header-cc)
16924         (message-header-subject, message-header-newsgroups)
16925         (message-header-other, message-header-name)
16926         (message-header-xheader, message-separator, message-cited-text)
16927         (message-mml): Remove "-face" suffix from face names.
16928         (message-header-to-face, message-header-cc-face)
16929         (message-header-subject-face, message-header-newsgroups-face)
16930         (message-header-other-face, message-header-name-face)
16931         (message-header-xheader-face, message-separator-face)
16932         (message-cited-text-face, message-mml-face):
16933         New backward-compatibility aliases for renamed faces.
16934         (message-font-lock-keywords): Use renamed message faces.
16935
16936         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16937         (sieve-test-commands, sieve-tagged-arguments):
16938         Remove "-face" suffix from face names.
16939         (sieve-control-commands-face, sieve-action-commands-face)
16940         (sieve-test-commands-face, sieve-tagged-arguments-face):
16941         New backward-compatibility aliases for renamed faces.
16942         (sieve-control-commands-face, sieve-action-commands-face)
16943         (sieve-test-commands-face, sieve-tagged-arguments-face):
16944         Use renamed sieve faces.
16945
16946         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16947         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16948         (gnus-group-news-3-empty, gnus-group-news-4)
16949         (gnus-group-news-4-empty, gnus-group-news-5)
16950         (gnus-group-news-5-empty, gnus-group-news-6)
16951         (gnus-group-news-6-empty, gnus-group-news-low)
16952         (gnus-group-news-low-empty, gnus-group-mail-1)
16953         (gnus-group-mail-1-empty, gnus-group-mail-2)
16954         (gnus-group-mail-2-empty, gnus-group-mail-3)
16955         (gnus-group-mail-3-empty, gnus-group-mail-low)
16956         (gnus-group-mail-low-empty, gnus-summary-selected)
16957         (gnus-summary-cancelled, gnus-summary-high-ticked)
16958         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16959         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16960         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16961         (gnus-summary-low-undownloaded)
16962         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16963         (gnus-summary-low-unread, gnus-summary-normal-unread)
16964         (gnus-summary-high-read, gnus-summary-low-read)
16965         (gnus-summary-normal-read, gnus-splash):
16966         Remove "-face" suffix from face names.
16967         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16968         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16969         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16970         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16971         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16972         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16973         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16974         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16975         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16976         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16977         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16978         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16979         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16980         (gnus-summary-normal-ticked-face)
16981         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16982         (gnus-summary-normal-ancient-face)
16983         (gnus-summary-high-undownloaded-face)
16984         (gnus-summary-low-undownloaded-face)
16985         (gnus-summary-normal-undownloaded-face)
16986         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16987         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16988         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16989         (gnus-splash-face):
16990         New backward-compatibility aliases for renamed faces.
16991         (gnus-group-startup-message): Use renamed gnus faces.
16992
16993         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16994         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16995         (gnus-server-agent): Remove "-face" suffix from face names.
16996         (gnus-server-agent-face, gnus-server-opened-face)
16997         (gnus-server-closed-face, gnus-server-denied-face)
16998         (gnus-server-offline-face):
16999         New backward-compatibility aliases for renamed faces.
17000         (gnus-server-agent-face, gnus-server-opened-face)
17001         (gnus-server-closed-face, gnus-server-denied-face)
17002         (gnus-server-offline-face): Use renamed gnus faces.
17003
17004         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17005         Remove "-face" suffix from face names.
17006         (gnus-picon-xbm-face, gnus-picon-face):
17007         New backward-compatibility aliases for renamed faces.
17008
17009         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17010         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17011         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17012         (gnus-cite-11): Remove "-face" suffix from face names.
17013         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17014         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17015         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17016         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17017         New backward-compatibility aliases for renamed faces.
17018         (gnus-cite-attribution-face, gnus-cite-face-list)
17019         (gnus-article-boring-faces): Use renamed gnus faces.
17020
17021         * gnus-art.el (gnus-signature, gnus-header-from)
17022         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17023         (gnus-header-content): Remove "-face" suffix from face names.
17024         (gnus-signature-face, gnus-header-from-face)
17025         (gnus-header-subject-face, gnus-header-newsgroups-face)
17026         (gnus-header-name-face, gnus-header-content-face):
17027         New backward-compatibility aliases for renamed faces.
17028         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17029
17030         * gnus-sum.el (gnus-summary-selected-face)
17031         (gnus-summary-highlight): Use renamed gnus faces.
17032         * gnus-group.el (gnus-group-highlight): Likewise.
17033
17034 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17035
17036         * gnus-sieve.el (gnus-sieve-article-add-rule):
17037         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17038         * spam-stat.el (spam-stat-buffer-change-to-spam)
17039         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17040
17041         * message.el (message-is-yours-p):
17042         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17043
17044 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * mm-view.el (mm-inline-text): Withdraw the last change.
17047
17048 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17051         executing enriched-decode.
17052
17053 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17056         charset of tar files.
17057
17058 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17059
17060         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17061
17062 2005-06-04  Lute Kamstra  <lute@gnu.org>
17063
17064         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17065         information is never recorded.
17066
17067 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17068
17069         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17070
17071 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * pop3.el (pop3-apop): Run md5 in the binary mode.
17074
17075         * starttls.el (starttls-set-process-query-on-exit-flag):
17076         Use eval-and-compile.
17077
17078 2005-05-31  Simon Josefsson  <jas@extundo.com>
17079
17080         * smime.el (smime-replace-in-string): Define.
17081         (smime-cert-by-ldap-1): Use it.
17082
17083 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * gnus-art.el (article-display-x-face): Replace
17086         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17087
17088         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17089         set-process-query-on-exit-flag or process-kill-without-query.
17090
17091         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17092         loop instead of replace-regexp.
17093
17094         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17095         instead of process-kill-without-query if it is available.
17096
17097         * lpath.el: Fbind ldap-search-entries.
17098
17099         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17100         instead of find-file-hooks if it is available.
17101
17102         * mml1991.el: Bind pgg-default-user-id when compiling.
17103
17104         * mml2015.el: Bind pgg-default-user-id when compiling.
17105
17106         * nndraft.el (nndraft-request-associate-buffer):
17107         Use write-contents-functions instead of write-contents-hooks if it is
17108         available.
17109
17110         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17111         instead of find-file-hooks if it is available.
17112
17113         * nntp.el (nntp-open-connection): Replace
17114         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17115         (nntp-open-ssl-stream): Ditto.
17116         (nntp-open-tls-stream): Ditto.
17117
17118         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17119         set-process-query-on-exit-flag or process-kill-without-query.
17120         (starttls-open-stream-gnutls): Use it instead of
17121         process-kill-without-query.
17122         (starttls-open-stream): Ditto.
17123
17124 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17125
17126         * smime.el (smime-cert-by-ldap-1): Don't use
17127         replace-regexp-in-string.
17128
17129 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17130
17131         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17132
17133         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17134         in PEM format.  Adjust to the XEmacs compatibility.
17135
17136 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17137
17138         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17139         by `string-to-number'.
17140         * gnus-agent.el (gnus-agent-regenerate-group)
17141         (gnus-agent-fetch-articles): Ditto.
17142         * gnus-art.el (gnus-button-fetch-group): Ditto.
17143         * gnus-cache.el (gnus-cache-generate-active)
17144         (gnus-cache-articles-in-group): Ditto.
17145         * gnus-group.el (gnus-group-set-current-level)
17146         (gnus-group-insert-group-line): Ditto.
17147         * gnus-score.el (gnus-score-set-expunge-below)
17148         (gnus-score-set-mark-below, gnus-summary-score-effect)
17149         (gnus-summary-score-entry): Ditto.
17150         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17151         (gnus-soup-pack): Ditto.
17152         * gnus-spec.el (gnus-xmas-format): Ditto.
17153         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17154         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17155         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17156         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17157         * nndb.el (nndb-get-remote-expire-response): Ditto.
17158         * nndiary.el (nndiary-parse-schedule-value)
17159         (nndiary-string-to-number, nndiary-request-replace-article)
17160         (nndiary-request-article): Ditto.
17161         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17162         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17163         * nneething.el (nneething-make-head): Ditto.
17164         * nnfolder.el (nnfolder-request-article)
17165         (nnfolder-retrieve-headers): Ditto.
17166         * nnheader.el (nnheader-file-to-number): Ditto.
17167         * nnkiboze.el (nnkiboze-request-article): Ditto.
17168         * nnmail.el (nnmail-process-unix-mail-format)
17169         (nnmail-process-babyl-mail-format): Ditto.
17170         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17171         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17172         (nnmh-request-create-group, nnmh-request-list-1)
17173         (nnmh-request-group, nnmh-request-article): Ditto.
17174         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17175         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17176         * nnsoup.el (nnsoup-make-active): Ditto.
17177         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17178         * nntp.el (nntp-find-group-and-number)
17179         (nntp-retrieve-headers-with-xover): Ditto.
17180         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17181         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17182         (pgg-format-key-identifier): Ditto.
17183         * pop3.el (pop3-last, pop3-stat): Ditto.
17184         * qp.el (quoted-printable-decode-region): Ditto.
17185
17186         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17187         of concat.
17188
17189 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17192
17193         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17194
17195         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17196
17197         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17198
17199         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17200
17201         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17202
17203         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17204         (gnus-carpal-mode): Ditto.
17205
17206         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17207         (gnus-browse-mode): Ditto.
17208
17209         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17210
17211         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17212
17213 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17214
17215         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17216
17217 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-util.el (gnus-run-mode-hooks): New function.
17220
17221         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17222
17223         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17224         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17225
17226 2005-05-27  Lute Kamstra  <lute@gnu.org>
17227
17228         * dns-mode.el (dns-mode): Specify customization group.
17229
17230 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17231
17232         * gnus-agent.el (gnus-agent-make-mode-line-string):
17233         Use mode-line-highlight as mouse-face.
17234
17235 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * canlock.el (canlock): Change the parent group to news.
17238
17239         * deuglify.el (gnus-outlook-deuglify): Add :group.
17240
17241         * dig.el (dig): Add :group.
17242
17243         * dns-mode.el (dns-mode): Add :group.
17244
17245         * encrypt.el (encrypt): Add :group.
17246
17247         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17248         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17249         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17250         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17251         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17252
17253         * gnus-diary.el (gnus-diary): Add :group.
17254
17255         * gnus.el (gnus-group-news-1-face): Add :group.
17256         (gnus-group-news-1-empty-face): Ditto.
17257         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17258         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17259         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17260         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17261         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17262         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17263         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17264         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17265         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17266         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17267         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17268         (gnus-summary-high-ticked-face): Ditto.
17269         (gnus-summary-low-ticked-face): Ditto.
17270         (gnus-summary-normal-ticked-face): Ditto.
17271         (gnus-summary-high-ancient-face): Ditto.
17272         (gnus-summary-low-ancient-face): Ditto.
17273         (gnus-summary-normal-ancient-face): Ditto.
17274         (gnus-summary-high-undownloaded-face): Ditto.
17275         (gnus-summary-low-undownloaded-face): Ditto.
17276         (gnus-summary-normal-undownloaded-face): Ditto.
17277         (gnus-summary-high-unread-face): Ditto.
17278         (gnus-summary-low-unread-face): Ditto.
17279         (gnus-summary-normal-unread-face): Ditto.
17280         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17281         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17282
17283         * hashcash.el (hashcash): New custom group.
17284         (hashcash-default-payment): Add :group.
17285         (hashcash-payment-alist): Ditto.
17286         (hashcash-default-accept-payment): Ditto.
17287         (hashcash-accept-resources): Ditto.
17288         (hashcash-path): Ditto.
17289         (hashcash-extra-generate-parameters): Ditto.
17290         (hashcash-double-spend-database): Ditto.
17291         (hashcash-in-news): Ditto.
17292
17293         * message.el (message-minibuffer-local-map): Add :group.
17294
17295         * netrc.el (netrc): Add :group.
17296
17297         * sieve-manage.el (sieve-manage-log): Add :group.
17298         (sieve-manage-default-user): Diito.
17299         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17300         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17301         (sieve-manage-authenticators): Ditto.
17302         (sieve-manage-authenticator-alist): Ditto.
17303         (sieve-manage-default-port): Ditto.
17304
17305         * sieve-mode.el (sieve-control-commands-face): Add :group.
17306         (sieve-action-commands-face): Ditto.
17307         (sieve-test-commands-face): Ditto.
17308         (sieve-tagged-arguments-face): Ditto.
17309
17310         * smime.el (smime): Add :group.
17311
17312         * spam-report.el (spam-report): Add :group.
17313
17314         * spam.el (spam, spam-face): Add :group.
17315
17316 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17317
17318         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17319         return \n.\n.\n at the end of articles.  Protect against that.
17320         (nntp-with-open-group): Allow debugging.
17321
17322         * nnheader.el (mail-header-set-extra): Make into a function
17323         because I just could't understand how to quote the list properly.
17324
17325         * dns.el (query-dns-cached): New function.
17326
17327 2005-05-26  Lute Kamstra  <lute@gnu.org>
17328
17329         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17330
17331 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17334
17335         * gnus-art.el: Don't autoload mail-extract-address-components.
17336
17337         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17338         eval-and-compile to evaluate it.
17339
17340         * hashcash.el: Don't autoload executable-find.
17341
17342         * nndb.el: Don't declare the nndb back end two or more times; don't
17343         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17344
17345         * nntp.el: Autoload format-spec instead of format; use
17346         eval-and-compile to evaluate autoload forms.
17347
17348 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17349
17350         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17351
17352 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17353
17354         * gnus.el (gnus-version-number): Bump version.
17355
17356 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17357
17358         * gnus.el: No Gnus v0.3 is released.
17359
17360 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17361
17362         * lpath.el (featurep): Bind show-nonbreak-escape.
17363
17364 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * gnus-art.el (gnus-article-edit-part): Disable undo.
17367
17368 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17371         gnus-article-date-lapsed-new-header is t if date timer is active;
17372         skip headers in which the original date value is empty.
17373         (gnus-article-save-original-date): Redefine it as a macro.
17374         (gnus-display-mime): Use it.
17375
17376 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-art.el (article-date-ut): Support converting date in
17379         forwarded parts as well.
17380         (gnus-article-save-original-date): New function.
17381         (gnus-display-mime): Use it.
17382
17383 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17384
17385         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17386         enclosure element of <item>.
17387
17388 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17389
17390         * message.el (message-kill-buffer-query): Rename from
17391         `message-kill-buffer-query-if-modified'.  Add :version.
17392
17393 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17396         window layout.
17397
17398 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * mml.el: Autoload dnd when compiling.
17401
17402 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17403
17404         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17405         x-dnd-*.
17406
17407 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * qp.el (quoted-printable-encode-region): Save excursion.
17410
17411 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17412
17413         * message.el (message-kill-buffer-query-if-modified): Add new variable
17414         so the user can kill a modified message buffer quickly.
17415         (message-kill-buffer): Use it.
17416
17417 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * lpath.el: Fbind display-time-event-handler; don't fbind
17420         string-to-multibyte.
17421
17422         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17423
17424 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17427         contained in text because xml.el decodes entities) with LFs.
17428
17429 2005-04-11  Lute Kamstra  <lute@gnu.org>
17430
17431         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17432         differently.
17433
17434 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17435
17436         * mm-util.el (mm-detect-coding-region): Typo.
17437
17438 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17441
17442 2005-04-06  Deepak Goel  <deego@gnufans.org>
17443
17444         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17445         user-function allow user modifications of the scores.
17446         (spam-stat-score-buffer-user): New function, to allow
17447         user-computed modifications to the score.
17448         (spam-stat-score-buffer-user-functions): List of additional
17449         scoring functions.
17450         (spam-stat-error-holder): Global temporary error holder.
17451         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17452         variable.
17453
17454 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17455
17456         * gnus-registry.el (gnus-registry-clean-empty-function)
17457         (gnus-registry-trim, gnus-registry-fetch-groups)
17458         (gnus-registry-delete-group): Groups that match
17459         `gnus-registry-ignored-groups' are removed from the registry
17460         entries, not just ignored for splitting.  This helps clean up the
17461         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17462         to get all the groups a message ID is in.
17463
17464         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17465         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17466         (spam-stat-score-buffer-user-functions): Add :number custom type.
17467
17468 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17471         argument in XEmacs.
17472
17473         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17474         (nnrss-request-group): Decode group name first.
17475         (nnrss-request-article): Make a text/plain article if mml-to-mime
17476         failed.
17477         (nnrss-get-encoding): Return a compatible encoding according to
17478         nnrss-compatible-encoding-alist.
17479         (nnrss-find-el): Use consp instead of listp.
17480         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17481
17482 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17485         which Emacs 20 doesn't support.
17486         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17487
17488 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17489
17490         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17491         silence the byte compiler inside the defun.
17492
17493         * gnus-demon.el (parse-time-string): Add autoload.
17494
17495         * gnus-delay.el (parse-time-string): Add autoload.
17496
17497         * gnus-art.el (parse-time-string): Add autoload.
17498
17499         * nnultimate.el (parse-time): Require for `parse-time-string'.
17500
17501 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17502
17503         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17504
17505         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17506
17507         * smime.el (smime-ldap-host-list): Add :version.
17508
17509 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17510
17511         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17512         pass it to `gnus-browse-read-group'.
17513         (gnus-browse-read-group): Add NUMBER argument and pass it to
17514         `gnus-group-read-ephemeral-group'.
17515
17516         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17517         argument and pass it to `gnus-group-read-group'.
17518
17519 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17520
17521         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17522         mm-xemacs-find-mime-charset-1 if we have the mule feature
17523         available at runtime.
17524
17525 2005-03-25  Werner Lemberg  <wl@gnu.org>
17526
17527         * nnmaildir.el: Replace `illegal' with `invalid'.
17528
17529 2005-03-23  Lute Kamstra  <lute@gnu.org>
17530
17531         * time-date.el: Add comment on time value formats.
17532         Don't require parse-time.
17533         (with-decoded-time-value): New macro.
17534         (encode-time-value): New function.
17535         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17536         (days-to-time): Return a valid time value when arg is huge.
17537         (time-since): Use time-subtract.
17538         (time-to-number-of-days): Use time-to-seconds.
17539
17540 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17541
17542         * gnus-start.el (gnus-display-time-event-handler):
17543         Check display-time-timer at runtime rather than only at load time
17544         in case display-time-mode is turned off in the mean time.
17545
17546 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17547
17548         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17549         used.
17550
17551         * nneething.el (nneething-map-file-directory): Derive from
17552         `gnus-directory'.
17553
17554         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17555         the To/Cc button.
17556
17557 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17558
17559         * nnmaildir.el (nnmaildir-request-accept-article):
17560         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17561
17562 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17563
17564         * gnus-async.el: Require timer-funcs at compile time when in
17565         XEmacs for `run-with-idle-timer'.
17566
17567 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17568
17569         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17570         autoloaded function.
17571
17572 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17573
17574         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17575
17576 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17577
17578         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17579
17580 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17581
17582         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17583         Add gnus-expert-user to default.
17584
17585 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17586
17587         * nnimap.el (nnimap-open-server): Ditto.
17588
17589         * imap.el (imap-authenticate): Fix typo.
17590
17591 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17592
17593         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17594         buffer (since IMAP server might return FETCH response out of
17595         order, and the nntp buffer must be sorted).
17596
17597 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17598
17599         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17600         comparison on string.
17601
17602         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17603         (gnus-agent-score): Rename category keywords to match gnus-cus.
17604         (gnus-agent-summary-fetch-series): Modify to protect against
17605         gnus-agent-summary-fetch-group clearing processable flags.
17606         (gnus-agent-synchronize-group-flags): Update live group buffer as
17607         synchronization may occur due to the user toggle the plugged
17608         status.
17609         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17610         successfully downloaded.
17611         (gnus-agent-expire-group-1): Avoid using markers when the overview
17612         is in ascending order; greatly improves performance.
17613         (gnus-agent-regenerate-group):
17614         Use gnus-agent-synchronize-group-flags to reset read status in both
17615         gnus and server.
17616         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17617
17618 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17619
17620         * message.el: Don't autoload former message-utils variables.
17621         (message-strip-subject-trailing-was): Change doc string.
17622
17623         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17624         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17625         (nnweb-google-search): Add "hl=en" here.
17626         (nnweb-google-parse-1, nnweb-google-create-mapping):
17627         Don't hardcode URL.
17628
17629 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17630
17631         * message.el (message-get-reply-headers, message-followup):
17632         Mention related variables `message-use-followup-to' and
17633         `message-use-mail-followup-to', in the information buffer.
17634
17635         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17636         of broken groups(-beta).google.com.
17637
17638 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17639
17640         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17641         parameter to invoked gnus-request-move-article; remove the
17642         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17643         all at once instead of once per article.
17644         (gnus-summary-remove-process-mark): Accept a list of articles as
17645         well as a single article for processing.
17646
17647         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17648         parameter.
17649
17650         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17651
17652         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17653
17654         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17655         parameter.
17656
17657         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17658         parameter.
17659
17660         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17661         parameter and remove the gnus-sum-hint-move-is-internal variable.
17662
17663         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17664         parameter.
17665
17666         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17667         parameter.
17668
17669         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17670         parameter.
17671
17672         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17673
17674         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17675         parameter.
17676
17677         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17678         parameter.
17679
17680 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17681
17682         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17683         a more conservative way.
17684
17685 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17686
17687         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17688         buffer, so it moves the window's cursor.
17689
17690 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17691
17692         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17693         `mm-dissect-multipart' and receive the from field as an (optional)
17694         argument from `mm-dissect-multipart'.
17695         (mm-dissect-multipart): Receive the from field as an argument and
17696         pass it on when we call `mm-dissect-buffer' on MIME parts.
17697         Fixes verification/decryption of signed/encrypted MIME parts.
17698
17699 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17700
17701         * gnus-sum.el (gnus-summary-move-article):
17702         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17703         whatever it calls (right now, only nnimap-request-move article
17704         respects it).
17705
17706         * nnimap.el (nnimap-request-move-article):
17707         When gnus-sum-hint-move-is-internal is set, don't do the extra
17708         nnimap-request-article.
17709
17710 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17713
17714         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17715         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17716
17717         * gnus-sum.el (gnus-summary-caesar-message):
17718         Apply `gnus-treat-article' after rotation.
17719
17720         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17721         doc string.
17722
17723 2005-02-22  Simon Josefsson  <jas@extundo.com>
17724
17725         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17726         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17727         <arne@arnested.dk>.
17728         (encrypt): Add password-cache and password-cache-expiry as group
17729         members.
17730
17731 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17732
17733         * smime.el (smime-ldap-host-list): Doc fix.
17734         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17735         cache) password.
17736         (smime-sign-region): Use it.
17737         (smime-decrypt-region): Use it.
17738         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17739         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17740         fails.
17741         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17742         certificate from DER to PEM format rather than calling openssl.
17743
17744         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17745
17746         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17747         for signing/encryption.
17748
17749         * mml.el (mml-parse-1): Use them.
17750
17751 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17752
17753         * nnrss.el (nnrss-verbose): Remove.
17754         (nnrss-request-group): Use `nnheader-message' instead.
17755
17756 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17757
17758         * nnrss.el (nnrss-verbose): New variable.
17759         (nnrss-request-group): Make it say nnrss is requesting a group.
17760
17761 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17762
17763         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17764         Handle news URL with given port correctly.
17765
17766 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17769         containing special characters.
17770
17771         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17772
17773         * mml.el (mime-to-mml): Ditto.
17774
17775         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17776         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17777         (rfc2047-decode-region): Quote decoded words containing special
17778         characters when rfc2047-quote-decoded-words-containing-tspecials
17779         is non-nil.
17780
17781 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17782
17783         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17784
17785         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17786
17787 2005-02-15  Simon Josefsson  <jas@extundo.com>
17788
17789         * nnimap.el (nnimap-debug): Doc fix.
17790
17791         * imap.el (imap-debug): Doc fix.
17792
17793 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17796
17797 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17798
17799         * gnus.el (spam-contents): Improve docs for spam-contents
17800         parameter in its variable incarnation.
17801
17802 2005-02-14  Simon Josefsson  <jas@extundo.com>
17803
17804         * smime-ldap.el: Use require instead of load-library for ldap.
17805         (smime-ldap-search): Indent.
17806         (smime-ldap-search-internal): Shorten line.
17807
17808         * smime.el (smime-cert-by-dns): Add doc-string.
17809         (smime-cert-by-ldap-1): Indent.
17810
17811         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17812         mml-smime-get-dns-ldap.
17813         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17814
17815 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17816
17817         * smime.el: Require smime-ldap.
17818         (smime-ldap-host-list): New variable.
17819         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17820
17821         * mml-smime.el (mml-smime-encrypt-query): New function.
17822         (mml-smime-encrypt-query): Use it.
17823
17824         * smime-ldap.el: New file.
17825
17826 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17829
17830 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17831
17832         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17833         argument in doc string.  Make query for type more clear.
17834
17835 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17836
17837         * gnus.el (gnus-group-startup-message): Search for gnus images in
17838         etc/images/gnus.
17839         * mm-util.el (mm-image-load-path): Likewise.
17840         * smiley.el (smiley-data-directory): Search for smilies in
17841         etc/images/smilies.
17842
17843 2005-02-09  Kim F. Storm  <storm@cua.dk>
17844
17845         Change Emacs release version from 21.4 to 22.1 throughout.
17846         Change Emacs development version from 21.3.50 to 22.0.50.
17847
17848 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17851
17852         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17853         non-Mule XEmacs as well.
17854         (mm-decompress-buffer): Signal an error intentionally if it does
17855         not decompress compressed data because auto-compression-mode is
17856         disabled.
17857
17858 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17859
17860         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17861         an ID in the registry even if it has no groups.
17862
17863 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17866         merge it into mm-decompress-buffer.
17867         (gnus-mime-copy-part): Use the MIME part charset, the value which
17868         a user specified or gnus-newsgroup-charset for decoding, like
17869         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17870         save-buffer what was used.  Suggested by Kevin Ryde
17871         <user42@zip.com.au>.
17872         (gnus-mime-inline-part): Allow the name parameter as well as the
17873         filename parameter; force decompressing of compressed data; always
17874         display contents being not decoded as unibyte.
17875
17876         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17877         as well as the filename parameter.
17878
17879         * mm-util.el (mm-decompress-buffer):
17880         Merge gnus-mime-jka-compr-maybe-uncompress.
17881         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17882         of compressed data.
17883
17884 2005-02-08  Simon Josefsson  <jas@extundo.com>
17885
17886         * imap.el (imap-log): Doc fix.
17887
17888 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17891         the coding cookies; decompress compressed parts.
17892
17893         * mml.el (mml-generate-mime-1): Add the charset parameter according
17894         to the value which a user specified manually or the coding cookie.
17895
17896         * mm-util.el (mm-string-to-multibyte): New function.
17897         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17898         (mm-coding-system-to-mime-charset): New function.
17899         (mm-decompress-buffer): New function.
17900         (mm-find-buffer-file-coding-system): New function.
17901
17902         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17903         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17904         parts.
17905
17906 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17907
17908         * mm-view.el (mm-display-inline-fontify): Decode a part according
17909         to the charset parameter.
17910
17911 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17914         prefix arg is neither nil nor a number, as info specifies.
17915
17916 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17919         timestamps.
17920
17921 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17922
17923         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17924         groups error checking and notify user.
17925
17926 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17927
17928         * message.el (message-send-mail-function): Check existence of
17929         sendmail-program first before using default value
17930         `message-send-mail-with-sendmail'.  Otherwise use more generic
17931         `smtpmail-send-it'.
17932
17933 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * nntp.el (nntp-request-update-info): Always return nil.
17936
17937 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17938
17939         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17940
17941 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17942
17943         * message.el (message-beginning-of-line): Change the behavior when
17944         invoked between BOL and : so that it first moves backward.
17945
17946 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17949         article buffer when editing of the article is discarded.
17950         (gnus-article-prepare): Revert.
17951
17952 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * gnus-art.el (gnus-article-prepare):
17955         Remove message-strip-forbidden-properties from the local hook.
17956
17957 2005-01-27  Simon Josefsson  <jas@extundo.com>
17958
17959         * password.el (password-cache-add): Only start one timer per key.
17960         Reported by Derek Atkins <warlord@MIT.EDU>.
17961
17962 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17963
17964         * run-at-time.el: Remove.  It is no longer needed as
17965         timer-funcs.el in the xemacs-base package has a working version of
17966         `run-at-time'.
17967
17968         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17969
17970         * password.el: Require timer-funcs instead of run-at-time in
17971         XEmacs.
17972         Remove `password-run-at-time' macro.
17973         (password-cache-add): Use `run-at-time' instead of
17974         `password-run-at-time'.
17975
17976         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17977         Remove `nnheader-cancel-function-timers' alias,
17978         `cancel-function-timers' exists in XEmacs in timer-funcs.
17979
17980         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17981         for `run-with-idle-timer'.
17982
17983         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17984         for `run-at-time'.
17985
17986         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17987         for `with-timeout'.
17988
17989         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17990         the same as for XEmacs 21.4.
17991         No need to ignore `run-with-idle-timer', this function exists in
17992         XEmacs now in timer-funcs.el in the xemacs-base package.
17993         (dgnushack-compile): No need to delete
17994         run-at-time.el from the list of files to compile because it
17995         doesn't exist anymore.
17996
17997 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18000         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18001
18002 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18003
18004         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18005         sensitively.
18006
18007 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18008
18009         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18010
18011 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18014         which will be inserted according to the multibyteness of a buffer
18015         rather than the type of contents.  Suggested by ARISAWA Akihiro
18016         <ari@mbf.ocn.ne.jp>.
18017
18018         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18019         of string which old xml.el may return rather than a string.
18020
18021 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18024
18025 2005-01-16  Simon Josefsson  <jas@extundo.com>
18026
18027         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18028         idn/idna.el isn't available.
18029         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18030         <michael@waxrat.com>.
18031
18032         * hashcash.el: Remove non-FSF copyright header.
18033
18034         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18035         (hashcash-generate-payment): Use it.
18036         (hashcash-generate-payment-async): Use it.
18037
18038 2005-01-15  Simon Josefsson  <jas@extundo.com>
18039
18040         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18041         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18042
18043         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18044         gnus-summary-idna-message.
18045         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18046         (gnus-summary-idna-message): New function.
18047
18048 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18049
18050         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18051         gnus-novice-user.
18052
18053 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * nnrss.el (nnrss-request-delete-group): Delete entries in
18056         nnrss-group-alist as well.
18057         (nnrss-save-server-data): Insert newline.
18058
18059 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * gnus.el (gnus-user-agent): Use list of symbols instead of
18062         symbols.  Display full version number for (S)XEmacs.
18063         Optionally display (S)XEmacs codename.
18064
18065         * gnus-util.el (gnus-emacs-version): Update for new
18066         `gnus-user-agent'.
18067
18068         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18069         Gnus version.
18070
18071 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18072
18073         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18074         which is unreadable in some setups.
18075
18076 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * gnus-spec.el (gnus-update-format-specifications): Flush the
18079         group format spec cache if it doesn't support decoded group names.
18080
18081 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18082
18083         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18084         Allow to apply decay on score files matching a regexp.
18085
18086 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18089         compatibility in %g and %c.
18090
18091 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18094         name for only %g and %c.
18095         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18096         of gnus-tmp-group to decoded group name.
18097         (gnus-group-make-rss-group): Exclude `/'s from group names.
18098
18099 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18100
18101         * nnrss.el (nnrss-get-encoding): Fix regexp.
18102
18103 2004-12-27  Simon Josefsson  <jas@extundo.com>
18104
18105         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18106         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18107         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18108
18109 2004-12-17  Kim F. Storm  <storm@cua.dk>
18110
18111         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18112
18113         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18114
18115 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18116
18117         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18118
18119 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * nnrss.el: Require rfc2047 and mml.
18122         (nnrss-file-coding-system): New variable.
18123         (nnrss-format-string): Redefine it as an inline function.
18124         (nnrss-decode-group-name): New function.
18125         (nnrss-string-as-multibyte): Remove.
18126         (nnrss-retrieve-headers): Decode group name; don't use
18127         nnrss-format-string.
18128         (nnrss-request-group): Decode group name.
18129         (nnrss-request-article): Decode group name; allow a Message-ID as
18130         well as an article number; don't use nnrss-format-string; encode a
18131         Message-ID string which may contain non-ASCII characters; use
18132         mml-to-mime to compose a MIME article.
18133         (nnrss-request-expire-articles): Decode group name.
18134         (nnrss-request-delete-group): Decode group name.
18135         (nnrss-fetch): Clarify error message.
18136         (nnrss-read-server-data): Use insert-file-contents instead of load;
18137         bind file-name-coding-system; use multibyte buffer.
18138         (nnrss-save-server-data): Bind coding-system-for-write to the
18139         value of nnrss-file-coding-system; bind file-name-coding-system;
18140         add coding cookie.
18141         (nnrss-read-group-data): Use insert-file-contents instead of load;
18142         bind file-name-coding-system; use multibyte buffer.
18143         (nnrss-save-group-data): Bind coding-system-for-write to the
18144         value of nnrss-file-coding-system; bind file-name-coding-system.
18145         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18146         make it work with non-ASCII text.
18147         (nnrss-find-el): Make it work with old xml.el as well.
18148
18149 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18150
18151         * nnrss.el (nnrss-get-encoding): New function.
18152         (nnrss-fetch): Use unibyte buffer initially; bind
18153         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18154         decode contents according to the encoding attribute.
18155         (nnrss-save-group-data): Add coding cookie.
18156         (nnrss-mime-encode-string): New function.
18157         (nnrss-check-group): Use it to encode subject and author.
18158
18159 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18160
18161         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18162         imaginary variable.
18163
18164 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18167         correctly even if there are wide characters.
18168
18169 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18170
18171         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18172         downcased symbol names; make a new cache instead of reusing
18173         bbdb-hashtable.
18174
18175 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18178         concatenating segments rather than before concatenating them.
18179         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18180
18181         * message.el (message-get-reply-headers): Bind `extra'.
18182
18183 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18184
18185         * message.el (message-extra-wide-headers): New variable.
18186         (message-get-reply-headers): Use it.
18187
18188 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18191         (gnus-agent-group-pathname): Ditto.
18192
18193         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18194
18195         * gnus-group.el (gnus-group-make-group): Decode group name.
18196         (gnus-group-make-rss-group): Register the group data after opening
18197         the nnrss group.
18198
18199 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18200
18201         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18202         by expiry now get marked as read.
18203
18204 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18207
18208 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18209
18210         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18211         unify Latin characters in XEmacs.
18212         (mm-find-mime-charset-region): Use it.
18213
18214 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * gnus-util.el (gnus-delete-directory): New function.
18217
18218         * gnus-agent.el (gnus-agent-delete-group): Use it.
18219
18220         * gnus-cache.el (gnus-cache-delete-group): Use it.
18221
18222 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18225         names.
18226
18227 2004-12-16  Simon Josefsson  <jas@extundo.com>
18228
18229         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18230
18231 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18234
18235         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18236         (gnus-group-set-current-level): Decode group name.
18237
18238 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18239
18240         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18241         failed.
18242
18243 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * gnus-group.el (gnus-group-delete-group): Decode group name.
18246         (gnus-group-make-rss-group): Encode group name.
18247         (gnus-group-catchup-current): Decode group name.
18248         (gnus-group-kill-group): Decode group name.
18249
18250 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18251
18252         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18253
18254 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * gnus-group.el (gnus-group-make-rss-group):
18257         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18258
18259         * gnus-start.el (gnus-setup-news): Honor user's setting to
18260         gnus-message-archive-method.  Suggested by Lute Kamstra
18261         <lute@gnu.org>.
18262
18263 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18264
18265         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18266         global counterparts of the buffer-local variables.
18267
18268 2004-11-16  Romain Francoise  <romain@orebokech.com>
18269
18270         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18271         counterparts of the buffer-local variables.
18272
18273 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * message.el (message-forbidden-properties): Fix typo in doc
18276         string.
18277
18278 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18279
18280         * gnus-util.el (gnus-replace-in-string): Add doc string.
18281
18282         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18283         to avoid problems when splitting mails with many recipients.
18284
18285 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18286
18287         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18288         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18289
18290 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18291
18292         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18293         if there is no hashtable in memory or file modification time is
18294         newer than cached timestamp.
18295
18296 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18297
18298         * gnus-sum.el (gnus-summary-limit-to-recipient):
18299         Implement not-matching option.
18300
18301 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18302
18303         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18304         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18305         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18306         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18307         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18308         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18309
18310 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * message.el (message-forward-make-body-mml): Remove headers
18313         according to message-forward-ignored-headers if a message is decoded.
18314
18315 2004-12-02  Romain Francoise  <romain@orebokech.com>
18316
18317         * message.el (message-forward-make-body-plain): Always remove
18318         headers according to message-forward-ignored-headers.
18319
18320 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18321
18322         * spam.el (spam-summary-prepare-exit): Remove the
18323         gnus-summary-limit pop for now, it has problems with ham marks for
18324         me.
18325
18326 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18327
18328         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18329         correctly.
18330
18331 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18332
18333         * format-spec.el (format-spec): Message the char.
18334
18335 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18336
18337         * gnus-art.el (gnus-split-methods): Reformat comments.
18338
18339         * spam.el (spam-summary-prepare-exit): Remove article limits
18340         before exiting the summary buffer.
18341
18342 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18345         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18346
18347         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18348         order to silence the byte compiler.
18349
18350         * spam.el: Fix the way to silence the byte compiler, which
18351         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18352         bbdb-search-simple, spam-BBDB-register-routine,
18353         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18354         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18355         spam-stat-buffer-is-spam, spam-stat-load,
18356         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18357         spam-stat-save and spam-stat-split-fancy.
18358
18359 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18360
18361         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18362         which may confuse users.
18363         (canlock-password-for-verify): Ditto.
18364
18365         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18366
18367         * gnus-art.el (gnus-emphasis-alist): Ditto.
18368
18369         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18370
18371         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18372
18373         * gnus-start.el (gnus-save-killed-list): Ditto.
18374
18375         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18376         (gnus-sum-thread-tree-root): Ditto.
18377         (gnus-sum-thread-tree-false-root): Ditto.
18378         (gnus-sum-thread-tree-single-indent): Ditto.
18379
18380         * message.el (message-courtesy-message): Ditto.
18381         (message-archive-note): Ditto.
18382         (message-subscribed-address-file): Ditto.
18383         (message-user-fqdn): Ditto.
18384
18385         * spam-report.el (spam-report-gmane-regex): Ditto.
18386
18387         * spam.el (spam-blackhole-good-server-regex): Ditto.
18388
18389 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * mml.el (mml-preview): Widen the message buffer before copying
18392         the contents to the preview buffer; sort headers before previewing.
18393
18394         * message.el (message-hidden-headers): Fix the way to avoid a bug
18395         in the `repeat' widget in Emacs 21.3 or earlier.
18396
18397 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * message.el (message-hidden-headers): Default to "^References:".
18400         Improve customization type.  Suggested by Reiner Steib
18401         <Reiner.Steib@gmx.de>.
18402
18403 2004-11-25  Romain Francoise  <romain@orebokech.com>
18404
18405         * message.el (message-strip-forbidden-properties): Remove check for
18406         obsolete `message-hidden' text property, hidden headers are not
18407         accessible in the buffer anymore.
18408
18409 2004-11-22  Romain Francoise  <romain@orebokech.com>
18410
18411         * message.el (message-header-format-alist): Add `From' in list
18412         so that it can be sorted.
18413         (message-fix-before-sending): Widen and sort headers before
18414         sending.
18415         (message-hide-headers): Use narrowing to hide headers by moving
18416         them to the top of the buffer and narrowing to the region
18417         underneath.
18418
18419 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18420
18421         * message.el (message-strip-forbidden-properties):
18422         Bind buffer-read-only (etc) to nil.
18423
18424 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18427         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18428
18429 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18430
18431         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18432
18433 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18434
18435         * dns.el (query-dns): Use sit-for to time instead of
18436         accept-process-output, since that doesn't seem to work on udp
18437         sockets.
18438
18439 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18442
18443 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18444
18445         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18446         doc string.  Improve doc string.
18447
18448 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * nntp.el (nntp-request-update-info): Return nil if
18451         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18452         may not call gnus-activate-group which uselessly issues the GROUP
18453         commands for all nntp groups and wastes time.  Reported by Romain
18454         Francoise <romain@orebokech.com>.
18455
18456         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18457
18458 2004-11-15  Simon Josefsson  <jas@extundo.com>
18459
18460         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18461         headers separately.
18462         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18463         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18464
18465 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18466
18467         * gnus-start.el (gnus-convert-old-newsrc):
18468         Assign legacy-gnus-agent to 5.10.7.
18469
18470 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18471
18472         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18473         start of the lines.
18474
18475 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18476
18477         * hashcash.el (hashcash-default-payment): Change default to 20.
18478         (hashcash-default-accept-payment): Change default to 20.
18479         (hashcash-process-alist): New variable.
18480         (hashcash-generate-payment-async): Add.
18481         (hashcash-already-paid-p): Add.
18482         (hashcash-insert-payment): Don't generate payments twice.
18483         (hashcash-insert-payment-async): Add.
18484         (hashcash-insert-payment-async-2): Add.
18485         (hashcash-cancel-async): Add.
18486         (hashcash-wait-async): Add.
18487         (hashcash-processes-running-p): Add.
18488         (hashcash-wait-or-cancel): Add.
18489         (mail-add-payment): New optional argument.  Conditionally start
18490         asynchronous calculation.
18491         (mail-add-payment-async): Add.
18492
18493         * message.el (message-send-mail): Wait for asynchronous hashcash
18494         results.  Don't clobber existing X-Hashcash headers.
18495         (message-setup-1): Call mail-add-payment-async when
18496         message-generate-hashcash is non-nil.
18497
18498 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18499
18500         * message.el (message-use-alternative-email-as-from): Examine the
18501         From header as well; use message-make-from in order to include a
18502         user's full name.
18503
18504 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18505
18506         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18507         default; improve customization type.
18508         (gnus-emphasis-custom-with-format): New macro.
18509         (gnus-emphasis-custom-value-to-external): New function.
18510         (gnus-emphasis-custom-value-to-internal): New function.
18511
18512 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18513
18514         * dns.el (query-dns): Resolve reverse addresses.
18515
18516 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18517
18518         * gnus-group.el (gnus-group-get-new-news): Use it.
18519
18520         * gnus-start.el (gnus-check-reasonable-setup): New function.
18521
18522 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18525         "Args out of range" error.  Reported by Arnaud Giersch
18526         <arnaud.giersch@free.fr>.
18527
18528 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18529
18530         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18531
18532 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18533
18534         * spam.el (spam group): Add :version.
18535
18536         * pgg-def.el (pgg group): Add :version.
18537
18538 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * gnus-art.el (gnus-article-edit-article): Don't associate the
18541         article buffer with a draft file.  This is a temporary measure
18542         against the 2004-08-22 change to gnus-article-edit-mode.
18543
18544 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18545
18546         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18547         (html2text-format-tags): Remove unused variable `attr'.
18548
18549 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18550
18551         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18552
18553         * tls.el (tls-process-connection-type, tls-success)
18554         (tls-certtool-program): Add :version.
18555
18556         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18557         (starttls-extra-arguments, starttls-process-connection-type)
18558         (starttls-connect, starttls-failure, starttls-success): Add :version.
18559
18560         * spam-stat.el (spam-stat): Add :version.
18561
18562         * sieve.el (sieve): Add :version.
18563
18564         * sha1.el (sha1): Add :version.
18565         (sha1-use-external): Remove redundant version.
18566
18567         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18568         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18569         (nnmail-split-fancy-match-partial-words)
18570         (nnmail-split-lowercase-expanded): Add :version.
18571
18572         * nndiary.el (nndiary): Add :version.
18573
18574         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18575
18576         * mml-sec.el (mml-default-sign-method)
18577         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18578         Add :version.
18579
18580         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18581
18582         * mm-url.el (mm-url-use-external, mm-url-program)
18583         (mm-url-arguments): Add :version.
18584
18585         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18586         (mm-attachment-file-modes, mm-decrypt-option)
18587         (mm-w3m-safe-url-regexp): Add :version.
18588
18589         * message.el (message-cite-prefix-regexp)
18590         (message-sendmail-envelope-from, message-minibuffer-local-map)
18591         (message-user-fqdn, message-completion-alist): Add :version.
18592
18593         * gnus-win.el (gnus-configure-windows-hook)
18594         (gnus-use-frames-on-any-display): Add :version.
18595
18596         * gnus-art.el (gnus-article-address-banner-alist)
18597         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18598         (gnus-treat-from-picon, gnus-treat-mail-picon)
18599         (gnus-treat-x-pgp-sig): Add :version.
18600
18601         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18602         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18603         (gnus-summary-article-delete-hook)
18604         (gnus-summary-display-while-building): Add :version.
18605
18606         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18607         (gnus-get-top-new-news-hook): Add :version.
18608
18609         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18610         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18611
18612         * gnus-registry.el (gnus-registry): Add :version.
18613
18614         * gnus-spec.el (gnus-use-correct-string-widths)
18615         (gnus-make-format-preserve-properties): Add :version.
18616
18617         * gnus.el (gnus-group-charter-alist)
18618         (gnus-group-fetch-control-use-browse-url)
18619         (gnus-install-group-spam-parameters): Add :version.
18620
18621         * gnus-diary.el (gnus-diary): Add :version.
18622
18623         * gnus-delay.el (gnus-delay): Add :version.
18624
18625         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18626         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18627         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18628         Add :version.
18629
18630         * gnus-agent.el (gnus-agent-max-fetch-size)
18631         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18632         (gnus-agent-prompt-send-queue): Add :version.
18633
18634         * deuglify.el (gnus-outlook-deuglify): Add :version.
18635
18636         * html2text.el: Beautify code.  Improve doc strings.
18637         Some checkdoc cleanup.
18638         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18639
18640 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18641
18642         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18643
18644 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18645
18646         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18647         when package is loaded.
18648
18649         * spam.el (spam-summary-score-preferred-header): Add global preference
18650         for people who want to override the default SpamAssassin over
18651         Bogofilter preference (when both are set).
18652         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18653         (spam-user-format-function-S):
18654         Check spam-summary-score-preferred-header.
18655         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18656         (spam-user-format-function-S): Format the score correctly.
18657
18658 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18661         signature file.  Suggested by Manoj Srivastava
18662         <srivasta@golden-gryphon.com>.
18663
18664         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18665         iso-2022-jp even in the Japanese language environment.
18666         Suggested by Jason Rumney <jasonr@gnu.org>.
18667
18668 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18669
18670         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18671         use the same characters as the dummy marks; make it free from
18672         getting affected by the language environment.
18673         (gnus-summary-read-group-1): Update mark positions only when the
18674         format spec is updated.
18675
18676         * gnus-spec.el (gnus-update-format-specifications): Return a list
18677         of updated types.
18678
18679 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18682         of boundp to check if display-warning is available.
18683
18684 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18685
18686         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18687
18688 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18689
18690         * nnspool.el (nnspool-spool-directory): Use news-path if the
18691         news-directory variable is not bound.
18692
18693         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18694         function instead of display-warning if it is not available.
18695
18696 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18699         v5-10: Use `point-at-bol'.
18700
18701 2004-10-26  Simon Josefsson  <jas@extundo.com>
18702
18703         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18704         <chenggao@gmail.com>.
18705
18706 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18707
18708         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18709         instead.
18710
18711 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18712
18713         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18714         to remove a server from the nnimap-server-buffer-alist.
18715         (nnimap-open-connection, nnimap-close-server): Use it.
18716
18717         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18718
18719 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18722         running the major-mode function.
18723
18724 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18727         dummy marks in the right way.
18728
18729 2004-10-18  David Edmondson  <dme@dme.org>
18730
18731         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18732         excessively.
18733
18734 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18735
18736         * gnus-util.el (gnus-split-references): Accept a nil references
18737         string and go on blissfully.
18738
18739         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18740         cases where the references string is non-nil but has no references.
18741
18742         * encrypt.el: Add autoload tags.
18743
18744         * spam.el (spam-resolve-registrations-routine): Remove article
18745         from unregistration list too.  Reported by David Hanak
18746         <dhanak@isis.vanderbilt.edu>
18747
18748 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18749
18750         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18751         nil.  Change custom type.
18752
18753 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18754
18755         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18756
18757         * gnus-sum.el (gnus-summary-move-article): Use it.
18758
18759 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18760
18761         * encrypt.el: Add autoload cookies.
18762
18763         * spam.el (spam-backend-article-list-property)
18764         (spam-backend-get-article-todo-list)
18765         (spam-backend-put-article-todo-list)
18766         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18767         Resolve registrations separately.
18768         (spam-register-routine): Format comments.
18769         (spam-unregister-routine, spam-register-routine): Always call with
18770         specific-articles, no default list.
18771         (spam-summary-prepare-exit): Use the spam-classifications function.
18772
18773         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18774         gnus-encrypt.el.
18775
18776         * encrypt.el: Copied from gnus-encrypt.el.
18777
18778         * gnus-encrypt.el: Commented that it's obsolete.
18779
18780 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18781
18782         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18783         (gnus-score-save): Use it.
18784
18785         * message.el (message-bury): Use `window-dedicated-p'.
18786
18787 2004-10-15  Simon Josefsson  <jas@extundo.com>
18788
18789         * pop3.el (top-level): Don't require nnheader.
18790         (pop3-read-timeout): Add.
18791         (pop3-accept-process-output): Add.
18792         (pop3-read-response, pop3-retr): Use it.
18793
18794 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18795
18796         * spam.el (spam-register-routine): Move comment.
18797         (spam-verify-bogofilter): Use 'unknown for the initial
18798         spam-bogofilter-valid state, not 'never.
18799
18800         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18801         for netrc-machine.
18802
18803         * nnimap.el (nnimap-open-connection):
18804         Use netrc-machine-user-or-password.
18805
18806 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18807
18808         * gnus-registry.el (gnus-registry-unload-hook):
18809         Set as a variable with add-hook.
18810
18811         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18812         of news-path.
18813
18814         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18815
18816         * spam.el: Delete duplicate `provide'.
18817         (spam-unload-hook): Set as a variable with add-hook.
18818
18819 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18820
18821         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18822         in the doc string.
18823
18824         * message.el (message-ignored-news-headers)
18825         (message-ignored-supersedes-headers)
18826         (message-ignored-resent-headers)
18827         (message-forward-ignored-headers): Improve custom type.
18828
18829 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * message.el (message-tokenize-header): Fix 2004-09-06 change
18832         which used point-min in the wrong place.
18833
18834 2004-10-12  Simon Josefsson  <jas@extundo.com>
18835
18836         * tls.el (tls-certtool-program): New variable.
18837         (tls-certificate-information): New function, based on
18838         ssl-certificate-information.
18839
18840 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * compface.el: Move the version of ELisp-based uncompface program
18843         to the contrib directory because of the copyright problem.
18844
18845 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18846
18847         * message.el (message-kill-buffer): Raise the current frame.
18848
18849 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18850
18851         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18852
18853         * gnus.el (message-y-or-n-p): Autoload.
18854
18855         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18856         (pop3-password-required, pop3-authentication-scheme)
18857         (pop3-leave-mail-on-server): Make customizable.
18858         (pop3): New custom group.
18859         (pop3-retr): Remove `sleep-for' statements.
18860         Suggested by Dave Love <fx@gnu.org>.
18861
18862         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18863         Windows/DOS.
18864
18865         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18866         (imap-parse-body): Fix incorrect use of `assert'.
18867         Suggested by Dave Love <fx@gnu.org>.
18868
18869         * mml.el (mml-minibuffer-read-disposition): Require match.
18870         Suggested by Dave Love <fx@gnu.org>.
18871
18872 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18873
18874         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18875         doc string.
18876
18877 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18880
18881 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18882
18883         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18884         instead of calling `mm-insert-inline', to decode text/* parts
18885         before displaying them.
18886
18887 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18888
18889         * mm-uu.el (mm-uu-text-plain-type): New variable.
18890         (mm-uu-pgp-signed-extract-1): Use it.
18891         (mm-uu-pgp-encrypted-extract-1): Use it.
18892         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18893         bind mm-uu-text-plain-type with that value.
18894         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18895         mm-uu-dissect.
18896
18897 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * gnus-group.el (gnus-update-group-mark-positions):
18900         * gnus-sum.el (gnus-update-summary-mark-positions):
18901         * message.el (message-check-news-body-syntax):
18902         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18903         of string-as-multibyte.
18904
18905 2004-10-05  Juri Linkov  <juri@jurta.org>
18906
18907         * gnus-group.el (gnus-update-group-mark-positions):
18908         * gnus-sum.el (gnus-update-summary-mark-positions):
18909         * message.el (message-check-news-body-syntax):
18910         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18911         8-bit unibyte values to a multibyte string for search functions.
18912
18913 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18916         (mm-uu-dissect-text-parts): New function.
18917
18918         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18919         dissect text parts.
18920
18921         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18922         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18923
18924         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18925
18926         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18927         Use gnus-current-topics instead of gnus-current-topic.
18928
18929 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18930
18931         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18932
18933 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18934
18935         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18936         where approriate.
18937
18938         * nnml.el (nnml-generate-active-info): do.
18939
18940         * nndiary.el (nndiary-generate-active-info): do.
18941
18942         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18943         (gnus-topic-move): do.
18944
18945         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18946         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18947
18948         * gnus-srvr.el (gnus-server-prepare)
18949         (gnus-server-open-all-servers): do.
18950
18951         * gnus-msg.el (gnus-summary-cancel-article)
18952         (gnus-summary-resend-message)
18953         (gnus-summary-mail-crosspost-complaint): do.
18954
18955         * gnus-move.el (gnus-change-server): do.
18956
18957         * gnus-group.el (gnus-group-unmark-all-groups)
18958         (gnus-group-set-current-level): do.
18959
18960 2004-10-04  Simon Josefsson  <jas@extundo.com>
18961
18962         * message.el (message-generate-hashcash): Doc fix.
18963
18964 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18965
18966         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18967         avoid infinite recursion via gnus-get-function.
18968
18969 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18970
18971         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18972
18973         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18974
18975         * nnmail.el (nnmail-split-history): do.
18976
18977         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18978         (nnml-request-delete-group): do.
18979
18980         * nnslashdot.el (nnslashdot-read-groups): do.
18981
18982         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18983         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18984
18985         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18986         (nnspool-sift-nov-with-sed): Use last.
18987         (nnspool-retrieve-headers-with-nov): Use mapc.
18988         (nnspool-request-newgroups): Use dolist.
18989         (nnspool-request-group): Use last.
18990
18991         * nntp.el (nntp-read-server-type): Use dolist.
18992
18993         * nnvirtual.el (nnvirtual-create-mapping)
18994         (nnvirtual-update-read-and-marked): Use dolist.
18995         (nnvirtual-convert-headers): Simplify.
18996
18997 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18998
18999         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19000         Add support for sync'ing tick marks.
19001
19002 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19003
19004         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19005         there's no visible header.
19006
19007 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19008
19009         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19010         When necessary, pass full group name to gnus-request-set-marks.
19011
19012 2004-10-01  Simon Josefsson  <jas@extundo.com>
19013
19014         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19015         acroread.
19016
19017 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19018
19019         * spam-report.el (spam-report-gmane): Fix interactive.
19020
19021         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19022
19023         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19024         when writing file.
19025         (gnus-agent-synchronize-flags): Don't default to being
19026         interactive.
19027
19028 2004-09-30  Simon Josefsson  <jas@extundo.com>
19029
19030         * message.el (message-generate-hashcash): Add.
19031         (message-send-mail): Use it, call mail-add-payment.
19032
19033 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19034
19035         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19036
19037 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19038
19039         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19040         gnus-requst-update-info with explicit code to sync the in-memory
19041         info read flags with the marks being sync'd to the backend.
19042
19043         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19044
19045 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19046
19047         * spam.el (spam-verify-bogofilter): Add new function.
19048         (spam-check-bogofilter)
19049         (spam-bogofilter-register-with-bogofilter): Use it.
19050         (spam-verify-bogofilter): Add small fixes.
19051
19052 2004-09-28  Simon Josefsson  <jas@extundo.com>
19053
19054         * hashcash.el (hashcash-generate-payment): Revert.
19055
19056 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19057
19058         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19059         Use gnus-extract-references instead of gnus-split-references.
19060
19061         * gnus-util.el (gnus-extract-references): Add new function, analogous
19062         to gnus-split-references but extracts only the message-ID without
19063         anything extra.
19064
19065         * hashcash.el (hashcash-generate-payment)
19066         (hashcash-check-payment): Do the right thing if hashcash-path is
19067         nil (because the hashcash program could not be found).
19068
19069         * spam.el (spam-use-hashcash): Remove comment.
19070
19071 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19072
19073         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19074         (gnus-cache-enter-article, gnus-cache-remove-article)
19075         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19076
19077         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19078
19079         * gnus-art.el (article-hide-boring-headers)
19080         (article-translate-strings, article-display-face)
19081         (gnus-article-mime-match-handle-first)
19082         (gnus-article-highlight-headers)
19083         (gnus-article-add-buttons-to-head): do.
19084
19085 2004-09-27  Simon Josefsson  <jas@extundo.com>
19086
19087         * hashcash.el: New version, from
19088         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19089         ../contrib/.
19090
19091 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19092
19093         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19094
19095 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19096
19097         * gnus-dup.el (gnus-dup-open): Use mapc.
19098         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19099
19100         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19101         Reported by Stefan Wiens <s.wi@gmx.net>.
19102
19103         * gnus.el (gnus-shutdown): Use dolist.
19104
19105         * gnus-undo.el (gnus-undo): Use mapc.
19106
19107         * nnrss.el (nnrss-generate-active): do.
19108
19109         * message.el (message-cite-original-without-signature)
19110         (message-cite-original): Use mapc.
19111         (message-do-actions, message-make-forward-subject): Use dolist.
19112
19113 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19114
19115         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19116         deletion to remove entire duplicate line.  Fixes merged article
19117         number bug.
19118
19119 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19120
19121         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19122         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19123         first ask if you want to open a server and then, even when you
19124         responded with no, asking if you want to synchronize the server's
19125         flags.
19126         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19127         multi-line expressions.
19128         (gnus-agent-synchronize-group-flags): New internal function.
19129         Updates marks in memory (in the info structure) AND in the
19130         backend.
19131
19132         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19133
19134         * nnagent.el (nnagent-request-set-mark):
19135         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19136         method, to ensure that synchronization updates marks in the
19137         backend and in the info (in memory) structure.
19138
19139 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19142         convention fully; don't miss the root article of a thread; make
19143         the X-Draft-From header with correct article numbers.
19144
19145 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19146
19147         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19148         unless plugged.  Disable the agent so that an open failure causes
19149         an error.
19150
19151         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19152         Revert 2004-09-21 change.  The backend must be opened while
19153         synchronizing flags even when the backend stores the flags
19154         locally.
19155
19156 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19157
19158         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19159         in `header' match.  Reported by Svend Tollak Munkejord.
19160
19161         * message.el (message-cite-original): Fix use of
19162         `message-cite-articles-with-x-no-archive'.
19163
19164 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19167         (gnus-window-to-buffer): Ditto.
19168
19169         * mml.el (mml-preview-buffer): New variable.
19170         (mml-preview): Manage window layout with gnus-buffer-configuration.
19171
19172         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19173         X-Draft-From header even if those articles aren't quoted.
19174
19175 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19176
19177         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19178         (gnus-request-set-mark, gnus-request-update-mark): Use new
19179         g-s-t-u-l-m to decide to use backend even when unplugged.
19180
19181 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19182
19183         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19184         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19185
19186 2004-09-20  Simon Josefsson  <jas@extundo.com>
19187
19188         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19189         "utf-16-le".
19190
19191 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19192
19193         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19194
19195 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19196
19197         * uudecode.el (uudecode-use-external): Add :version.
19198
19199         * smime.el (smime-CA-file, smime-encrypt-cipher)
19200         (smime-dns-server): Add :version.
19201
19202         * smiley.el (gnus-smiley-file-types): Add :version.
19203
19204         * sha1.el (sha1-use-external): Add :version.
19205
19206         * pgg-def.el (pgg-query-keyserver): Add :version.
19207
19208         * nnmail.el (nnmail-fancy-expiry-targets)
19209         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19210         Add :version.
19211
19212         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19213         (nnimap-retrieve-groups-asynchronous): Add :version.
19214         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19215
19216         * mml.el (mml-content-disposition-parameters)
19217         (mml-insert-mime-headers-always): Add :version.
19218
19219         * mm-util.el (mm-coding-system-priorities): Add :version.
19220
19221         * mm-decode.el (mm-inline-text-html-with-images)
19222         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19223         (mm-verify-option): Add :version.
19224         (mm-text-html-renderer): Change :version.
19225
19226         * message.el (message-fcc-externalize-attachments)
19227         (message-required-headers, message-draft-headers)
19228         (message-subject-trailing-was-query)
19229         (message-subject-trailing-was-ask-regexp)
19230         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19231         (message-mark-insert-end, message-archive-header)
19232         (message-archive-note, message-cross-post-default)
19233         (message-cross-post-note, message-followup-to-note)
19234         (message-cross-post-note-function, message-use-mail-followup-to)
19235         (message-subscribed-address-functions)
19236         (message-subscribed-address-file, message-subscribed-addresses)
19237         (message-subscribed-regexps, message-allow-no-recipients)
19238         (message-yank-cited-prefix, message-signature-insert-empty-line)
19239         (message-hidden-headers, message-hierarchical-addresses)
19240         (message-mail-user-agent, message-use-idna)
19241         (message-valid-fqdn-regexp)
19242         (message-strip-special-text-properties, message-header-synonyms)
19243         (message-beginning-of-line, message-tab-body-function): Add :version.
19244         (message-insert-canlock, message-wide-reply-confirm-recipients):
19245         Change :version.
19246
19247         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19248         and :version.
19249         (mail-source-delete-old-incoming-confirm)
19250         (mail-source-movemail-program): Add :version.
19251
19252         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19253         (gnus-agent-cache, gnus-agent): Change :version.
19254
19255         * gnus-util.el (gnus-use-byte-compile): Change :version.
19256
19257         * gnus-sum.el (gnus-summary-make-false-root-always)
19258         (gnus-summary-default-high-score)
19259         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19260         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19261         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19262         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19263         (gnus-sum-thread-tree-single-indent)
19264         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19265         (gnus-sum-thread-tree-leaf-with-other)
19266         (gnus-sum-thread-tree-single-leaf): Add :version.
19267         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19268         (gnus-article-loose-mime): Change :version.
19269
19270         * gnus-start.el (gnus-backup-startup-file)
19271         (gnus-save-startup-file-via-temp-buffer): Add :version.
19272
19273         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19274         (gnus-server-offline-face): Add :version.
19275
19276         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19277
19278         * gnus-msg.el (gnus-gcc-externalize-attachments)
19279         (gnus-debug-files, gnus-debug-exclude-variables)
19280         (gnus-discouraged-post-methods): Change :version.
19281         (gnus-confirm-mail-reply-to-news)
19282         (gnus-confirm-treat-mail-like-news): Add :version.
19283
19284         * gnus-int.el (gnus-server-unopen-status): Add :version.
19285
19286         * gnus-group.el (gnus-group-jump-to-group-prompt)
19287         (gnus-large-ephemeral-newsgroup)
19288         (gnus-fetch-old-ephemeral-headers): Add :version.
19289
19290         * gnus-fun.el (gnus-x-face-directory)
19291         (gnus-convert-pbm-to-x-face-command)
19292         (gnus-convert-image-to-x-face-command)
19293         (gnus-convert-image-to-face-command): Add :version.
19294
19295         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19296
19297         * gnus-cite.el (gnus-cite-blank-line-after-header)
19298         (gnus-article-boring-faces): Add :version.
19299
19300         * gnus-art.el (gnus-buttonized-mime-types)
19301         (gnus-inhibit-mime-unbuttonizing)
19302         (gnus-treat-display-face)
19303         (gnus-treat-body-boundary): Change :version.
19304         (gnus-body-boundary-delimiter, gnus-picon-databases)
19305         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19306         (gnus-treat-date-english, gnus-treat-fold-headers)
19307         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19308         (gnus-treat-mail-picon, gnus-treat-wash-html)
19309         (gnus-article-encrypt-protocol)
19310         (gnus-use-idna, gnus-article-over-scroll)
19311         (gnus-mime-display-multipart-alternative-as-mixed)
19312         (gnus-mime-display-multipart-related-as-mixed)
19313         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19314         (gnus-ctan-url, gnus-button-ctan-handler)
19315         (gnus-button-handle-ctan-bogus-regexp)
19316         (gnus-button-ctan-directory-regexp)
19317         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19318         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19319         (gnus-button-man-level, gnus-button-emacs-level)
19320         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19321
19322         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19323         (gnus-agent-go-online): Change :version.
19324         (gnus-agent-expire-unagentized-dirs)
19325         (gnus-agent-auto-agentize-methods): Add :version.
19326
19327         * flow-fill.el (fill-flowed-display-column)
19328         (fill-flowed-encode-column): Add :version.
19329
19330         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19331         (gnus-outlook-deuglify-unwrap-max)
19332         (gnus-outlook-deuglify-cite-marks)
19333         (gnus-outlook-deuglify-unwrap-stop-chars)
19334         (gnus-outlook-deuglify-no-wrap-chars)
19335         (gnus-outlook-deuglify-attrib-cut-regexp)
19336         (gnus-outlook-deuglify-attrib-verb-regexp)
19337         (gnus-outlook-deuglify-attrib-end-regexp)
19338         (gnus-outlook-display-hook): Add :version.
19339
19340         * binhex.el (binhex-use-external): Add :version.
19341
19342 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19343
19344         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19345         and `invisible'.
19346
19347 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19348
19349         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19350         in gnus-registry-trim.
19351
19352 2004-09-13  Simon Josefsson  <jas@extundo.com>
19353
19354         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19355
19356         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19357
19358         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19359         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19360         <yamaoka@jpl.org>.
19361         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19362         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19363         <yamaoka@jpl.org>.
19364
19365         * sieve.el (sieve-manage-mode): Ditto.
19366
19367 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19368
19369         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19370
19371 2004-09-11  Simon Josefsson  <jas@extundo.com>
19372
19373         * dns-mode.el: Add.
19374
19375         * mm-view.el (mm-display-dns-inline): Add.
19376
19377         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19378         (mm-automatic-display): Ditto.
19379
19380         * mailcap.el (mailcap-mime-data): Add text/dns.
19381         (mailcap-mime-extensions): Map .soa to text/dns.
19382
19383 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19384
19385         * gnus-art.el (article-decode-mime-words, article-babel)
19386         (gnus-article-highlight-signature, gnus-article-add-buttons)
19387         (gnus-signature-toggle): Remove unnecessary bindings of
19388         `inhibit-read-only' inherited from v5.10 merge.
19389
19390 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19391
19392         * nntp.el (nntp): New customization group.
19393         (nntp-authinfo-file): Add customization group.
19394
19395         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19396
19397         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19398
19399         * gnus.el (to-address, to-list, subscribed)
19400         (large-newsgroup-initial): Ditto.
19401
19402         * flow-fill.el (fill-flowed-display-column)
19403         (fill-flowed-encode-column): Ditto.
19404
19405 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19406
19407         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19408         Use point-min rather than 1.
19409         (message-send-mail): Use buffer-size rather than point-max.
19410
19411         * gnus-sum.el (gnus-summary-search-article-forward):
19412         Signal a specific `search-failed' rather than a generic `error'.
19413
19414         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19415         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19416         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19417
19418 2004-09-10  Simon Josefsson  <jas@extundo.com>
19419
19420         * nndb.el (require): Remove tcp and duplicate cl.
19421
19422 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * gnus-agent.el (directory-files-and-attributes): Move forward.
19425
19426 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19427
19428         * gnus-agent.el (directory-files-and-attributes):
19429         Optionally defined to support XEmacs.
19430
19431 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19432
19433         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19434         to avoid run-time CL dependencies.
19435         (gnus-agent-unfetch-articles): New function.
19436         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19437         article numbers even when local .overview file is missing.
19438         (gnus-agent-read-article-number): New function.  Only accepts
19439         27-bit article numbers.
19440         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19441         Use gnus-agent-read-article-number.
19442         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19443         from backend while recognizing that article numbers in .overview
19444         must be valid.
19445         (gnus-agent-update-files-total-fetched-for):
19446         Use directory-files-and-attributes to improve performance.
19447         * gnus-int.el (gnus-request-move-article):
19448         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19449         improve performance.
19450
19451         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19452         some users confused by references to .newsrc when they only have a
19453         .newsrc.eld file.
19454         (gnus-convert-mark-converter-prompt)
19455         (gnus-convert-converter-needs-prompt): Fix use of property list.
19456         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19457         New function.  Used internally to only display 'gnus converting
19458         files' message when actually necessary.
19459
19460         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19461         methods now autoloaded.
19462
19463 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19464
19465         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19466         identifiers.
19467
19468 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19469
19470         * gnus-picon.el: Fix indentation and closing parenthesis.
19471
19472 2004-09-01  Simon Josefsson  <jas@extundo.com>
19473
19474         * message.el (message-canlock-generate): Require sha1, not
19475         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19476         to require within a function.  Sadly, if sha1.el isn't loaded, the
19477         let binding in m-c-g will hide the defcustom definition, which is
19478         bad.)
19479
19480         * canlock.el: Require sha1, not sha1-el.
19481
19482         * message.el: Don't autoload sha1 (there is a autoload cookie in
19483         sha1.el).
19484
19485         * sha1-el.el: Rename to sha1.el.
19486
19487 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19488
19489         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19490
19491 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19492
19493         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19494
19495 2004-08-30  Kim F. Storm  <storm@cua.dk>
19496
19497         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19498
19499         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19500         Add :group 'nnimap.
19501
19502 2004-08-30  Andreas Schwab  <schwab@suse.de>
19503
19504         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19505         ?* and ?\;.
19506
19507         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19508         and ?\' to symbol instead of whitespace.
19509
19510 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19513
19514         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19515         instead of re-search-forward.
19516
19517         * gnus-uu.el (gnus-uu-save-article): Ditto.
19518         (gnus-uu-post-encode-uuencode): Ditto.
19519
19520         * html2text.el (html2text-clean-list-items): Ditto.
19521         (html2text-clean-dtdd): Ditto.
19522         (html2text-format-tags): Ditto.
19523
19524         * message.el (message-send-mail-with-sendmail): Fix regexp.
19525         (message-fill-field-general): Use search-forward instead of
19526         re-search-forward.
19527         (unbold-region): Ditto.
19528
19529         * nnrss.el (nnrss-request-article): Ditto.
19530
19531         * nnslashdot.el (nnslashdot-request-article): Ditto.
19532
19533         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19534
19535         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19536         "Unrecognized menu descriptor" error in XEmacs.
19537
19538 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19539
19540         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19541         parent article of a sparse article in the thread hashtb.
19542
19543 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19544
19545         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19546         (nnmail-expand-newtext): Lowercase expanded entries if
19547         nnmail-split-lowercase-expanded is non-nil.
19548
19549 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19552
19553         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19554         of gnus-tmp-news-method into string under XEmacs.  It will be
19555         passed to gnus-correct-length which takes only a string argument.
19556
19557 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * gnus-util.el (gnus-bind-print-variables): New macro.
19560         (gnus-prin1): Use it.
19561         (gnus-prin1-to-string): Use it.
19562         (gnus-pp): New function.
19563         (gnus-pp-to-string): New function.
19564
19565         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19566         Replace pp-to-string with gnus-pp-to-string.
19567         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19568         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19569         * gnus-msg.el (gnus-debug): Ditto.
19570         * gnus-score.el (gnus-score-save): Ditto.
19571         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19572         gnus-pp-to-string.
19573         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19574         with gnus-pp.
19575         * score-mode.el (gnus-score-pretty-print): Ditto.
19576         * webmail.el (webmail-debug): Ditto.
19577
19578 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * gnus-art.el (article-display-face, article-display-x-face):
19581         Use buffer-read-only.
19582
19583 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * gnus-art.el (article-hide-list-identifiers):
19586         Bind inhibit-read-only as t.
19587
19588 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19589
19590         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19591
19592 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19593
19594         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19595         (gnus-narrow-to-page): Don't assume point-min == 1.
19596         (gnus-article-edit-mode): Derive from message-mode.
19597
19598         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19599         point-min == 1.
19600
19601         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19602         Disable incorrect use of `assert'.
19603
19604         * message.el (message-mode): Set comment-start-skip.
19605
19606
19607 2004-08-22  Sam Steingold  <sds@gnu.org>
19608
19609         * pop3.el (pop3-leave-mail-on-server): New user variable.
19610         (pop3-movemail): Delete mail only when it is nil.
19611
19612 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19613
19614         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19615
19616         * mml.el (mml-preview): Use `pop-to-buffer'.
19617
19618         * message.el (message-goto-mail-followup-to): Insert after "To".
19619         (message-carefully-insert-headers): Add comment.
19620
19621         * gnus.el: Remove unused variable `gnus-article-check-size'.
19622
19623         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19624
19625         * gnus-art.el (gnus-button-alist):
19626         Improve `gnus-button-handle-library' entry.
19627
19628 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19629
19630         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19631         Use downcase, since XEmacs capitalizes error messages differently.
19632
19633 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19634
19635         * nntp.el: Add (require 'gnus) due to reference to
19636         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19637
19638 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19639
19640         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19641         Bind `mm-fill-flowed'.
19642
19643         * mm-decode.el (mm-dissect-singlepart): Check it.
19644
19645 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19646
19647         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19648         'imap' for netrc parsing.
19649
19650 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19651
19652         * mailcap.el (mailcap-mime-data): Mark as risky.
19653
19654 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19655
19656         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19657         may be included in the encoded word.
19658         (rfc2047-encode): Don't append a space if the encoded word
19659         includes close parenthesis.
19660
19661 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19662
19663         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19664         of text within parentheses.
19665
19666 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19667
19668         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19669         (gnus-encrypt-write-file-contents): Make the password key the file
19670         name PLUS the cipher, not just the cipher.  Also remove failed
19671         passwords from the cache.
19672
19673 2004-08-06  Simon Josefsson  <jas@extundo.com>
19674
19675         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19676         Doc fix.
19677
19678 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19681         LWSP.
19682
19683 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19684
19685         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19686         Try to append in-reply-to: data to the references: header.
19687
19688         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19689         (netrc-parse): Use gnus-encrypt.el functions.
19690
19691         * gnus-encrypt.el: Add new file for encryption support; currently
19692         does only a few GPG ciphers and an internal XOR cipher.
19693
19694         * password.el: Add comments on using password-read-and-add.
19695         (password-read-and-add): Add function to read and add the
19696         password to the cache at once.
19697
19698 2004-07-28  Simon Josefsson  <jas@extundo.com>
19699
19700         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19701         parameter (but don't use it, for now).
19702
19703         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19704         instead of hard coding to nil.
19705
19706 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19707
19708         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19709         as mm-inline-image-xemacs does.
19710
19711 2004-07-26  Simon Josefsson  <jas@extundo.com>
19712
19713         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19714         Revert part of 2004-07-17 change below.
19715
19716 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19717
19718         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19719         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19720
19721 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19722
19723         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19724         quotes that actually start with ">" at the beginning of the
19725         lines.
19726
19727 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19728
19729         * rfc2047.el (rfc2047-encode-region): Fix last change.
19730         (rfc2047-encode-parameter): Remove useless concat.
19731
19732 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19735         encode special characters; fix some kind of misconfigured headers;
19736         signal a real error if debug-on-quit or debug-on-error is non-nil.
19737         (rfc2047-encode-max-chars): New variable.
19738         (rfc2047-encode-1): Use it.
19739         (rfc2047-encode-parameter): New function.
19740
19741         * mml.el (mml-insert-parameter): Remove an excessive space.
19742
19743 2004-07-17  Simon Josefsson  <jas@extundo.com>
19744
19745         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19746         Kai Grossjohann <kai@emptydomain.de>.
19747         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19748         (gnus-group-make-menu-bar): Ditto.
19749
19750         * gnus-util.el (gnus-group-server): Add.
19751
19752 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19753
19754         * message.el (message-clone-locals): Clone sendmail and smtp
19755         variables.
19756
19757 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19758
19759         * rfc2047.el (rfc2047-encode-region): Fix last change.
19760
19761 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19762
19763         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19764         characters as non-special.
19765
19766 2004-07-09  Simon Josefsson  <jas@extundo.com>
19767
19768         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19769         Users will lose all flag changes made while unplugged with
19770         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19771         good default.  See numerous reports on ding mailing list.
19772
19773 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19774
19775         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19776         add generate-head-function and generate-article-function to the
19777         rfc822-forward entry.
19778         (nndoc-rfc822-forward-generate-article): New function.
19779         (nndoc-rfc822-forward-generate-head): New function.
19780
19781         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19782
19783 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19784
19785         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19786         respect display group parameter and gnus-summary-expunge-below.
19787         (gnus-articles-to-read): Remove unused reference to display group
19788         parameter.
19789
19790 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19791
19792         * nnheader.el (nnheader-uniquify-message-id): New experimental
19793         variable.
19794         (nnheader-nov-read-message-id): Use it.
19795
19796         * spam-report.el (spam-report-gmane): Add interactive.
19797
19798 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19799
19800         * mm-encode.el (mm-content-transfer-encoding-defaults):
19801         Use qp-or-base64 for the application/* types.
19802
19803 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19804
19805         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19806
19807 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19808
19809         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19810         trim value.
19811
19812 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19813
19814         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19815         New macro and function.
19816         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19817
19818 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19819
19820         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19821         after-load-alist.
19822
19823 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19824
19825         * gnus-group.el (gnus-group-get-new-news-this-group):
19826         Don't update info that isn't there.
19827
19828 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19829
19830         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19831         entry.
19832
19833 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * mm-view.el (mm-inline-render-with-function): Use multibyte
19836         buffer; decode html source by charset.
19837
19838         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19839
19840         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19841         Mule-UCS is loaded under XEmacs.
19842         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19843
19844 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19845
19846         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19847
19848 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19849
19850         * mm-util.el (mm-coding-system-p): Return a coding-system.
19851         (mm-mime-mule-charset-alist): Use shift_jis instead of
19852         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19853         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19854         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19855         instead of japanese-shift-jis and iso-latin-1 respectively in
19856         order to share the default value with both Emacs and XEmacs-mule.
19857         (mm-mule-charset-to-mime-charset):
19858         Make mm-coding-system-priorities effective.
19859         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19860         while predicating of candidates upon the priorities.
19861
19862 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19863
19864         * gnus-sum.el (gnus-summary-make-menu-bar):
19865         Add gnus-uu-invert-processable.
19866
19867         * gnus.el: Autoload gnus-uu-invert-processable.
19868
19869 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19870
19871         * mm-util.el (mm-with-multibyte-buffer): New macro.
19872
19873         * rfc2047.el (rfc2047-encode-string): Use it.
19874         (rfc2047-encode-region): Move point to the end of the region after
19875         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19876
19877 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19878
19879         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19880         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19881
19882 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19883
19884         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19885         (gnus-cite-parse): Ignore quoted envelope From_.
19886         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19887
19888 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19889
19890         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19891         invalid addresses.
19892
19893 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19894
19895         * spam.el: Change section markers, revise TODO list.
19896         (spam-backends): Make new master list of all installed backends.
19897         (spam-summary-exit-behavior): Add new variable to determine how
19898         messages moves are done at summary exit.
19899         (spam-move-spam-nonspam-groups-only)
19900         (spam-process-ham-in-nonham-groups)
19901         (spam-process-ham-in-spam-groups): Remove variables, the
19902         spam-summary-exit-behavior variable should be used to manage this
19903         behavior.
19904         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19905         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19906         and spam-old-spam-articles.
19907         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19908         Add empty variables, placeholders for the backends they represent.
19909         (spam-set-difference): Move, unchanged.
19910         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19911         unless the user has a processor variable.
19912         (spam-classifications, spam-classification-valid-p)
19913         (spam-backend-properties, spam-backend-property-valid-p)
19914         (spam-backend-function-type-valid-p)
19915         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19916         (spam-report-articles-gmane, spam-report-articles-resend):
19917         Remove functions, they are not needed.
19918         (spam-install-backend-super, spam-backend-list)
19919         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19920         (spam-backend-function, spam-backend-ham-registration-function)
19921         (spam-backend-spam-registration-function)
19922         (spam-backend-ham-unregistration-function)
19923         (spam-backend-spam-unregistration-function)
19924         (spam-backend-statistical-p, spam-backend-mover-p)
19925         (spam-install-backend-alias, spam-install-checkonly-backend)
19926         (spam-install-mover-backend, spam-install-nocheck-backend)
19927         (spam-install-backend, spam-install-statistical-backend)
19928         (spam-install-statistical-checkonly-backend): Add backend installation
19929         support.
19930         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19931         (spam-group-processor-p): Use the new backend code and respect the
19932         summary exit behavior.
19933         (spam-mark-spam-as-expired-and-move-routine): Remove.
19934         (spam-summary-prepare): Change to use the new spam-old-articles
19935         variable.
19936         (spam-copy-or-move-routine, spam-copy-spam-routine)
19937         (spam-move-spam-routine, spam-copy-ham-routine)
19938         (spam-move-ham-routine): Add code to copy/move ham or spam.
19939         (spam-fetch-field-fast): Improve doc and code, plus allow the
19940         'number request.
19941         (spam-list-of-checks, spam-list-of-statistical-checks):
19942         Remove variables.
19943         (spam-split, spam-find-spam): Use the new backend code.
19944         (spam-registration-functions): Remove variable.
19945         (spam-unregister-routine): Add convenience wrapper.
19946         (spam-log-undo-registration, spam-register-routine)
19947         (spam-log-processing-to-registry)
19948         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19949         where possible.
19950         (spam-check-gmane-xref, spam-check-regex-headers)
19951         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19952         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19953         (spam-check-bogofilter-headers, spam-check-spamoracle)
19954         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19955         (spam-check-crm114-headers): Use the spam-split-group that
19956         spam-split prepares, no need to determine it every time.
19957
19958         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19959         to the nnheader-parse-naked-head call.
19960
19961         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19962
19963         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19964         the nnheader-nov-read-message-id call.
19965
19966 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19969         gnus-activate-group twice.  Suggested by Markus Peter
19970         <warp@spin.de>.
19971
19972 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * gnus-art.el (gnus-article-time-format): Exchange the order of
19975         day and month in the default value; fix customization type.
19976         (article-date-ut): Use add-text-properties.
19977         (article-make-date-line): Use message-make-date instead of
19978         current-time-string.
19979
19980         * message.el (message-fetch-field): Don't use set-text-properties.
19981         (message-make-date): Simplify.
19982
19983         * messagexmas.el (message-xmas-make-date): New function.
19984         (message-xmas-redefine): Defalias message-make-date to it.
19985
19986 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19989         (rfc2047-encode-region): Treat text within parentheses as special;
19990         show the original text when error has occurred.
19991
19992         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19993         already-computed method to gnus-activate-group.
19994
19995         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19996         same select-methods identical Lisp objects.
19997
19998         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19999         object when modifying the info.
20000
20001 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20004         gnus-opened-servers since it has never been opened with the new
20005         configuration yet.
20006
20007 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20008
20009         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20010         arg to nnheader-generate-fake-message-id.
20011
20012 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20013
20014         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20015         number and build a fake message ID localized to a group and
20016         article number (so it's repeatable from that point on).
20017         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20018         ID format.
20019
20020         * gnus-sum.el (gnus-get-newsgroup-headers):
20021         Call nnheader-generate-fake-message-id with the article number.
20022
20023 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20024
20025         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20026         end-of-buffer.
20027
20028 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20029
20030         * message.el (message-ignored-supersedes-headers): Add Approved.
20031
20032 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20033
20034         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20035         goto-char.
20036         (rfc2047-encode): Fold the line before encoding.
20037
20038 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20039
20040         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20041         folding -- not all headers can be folded, and this should be done
20042         by the message composition mode.  Probably.  I think.
20043
20044 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20047         fast.
20048
20049         * gnus-ems.el (gnus-remove-image): Don't use
20050         message-text-with-property; remove only the image found first.
20051
20052         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20053         found first.
20054
20055 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20056
20057         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20058
20059 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20060
20061         * message.el (message-text-with-property): Make it fast and accept
20062         optional arguments.
20063         (message-strip-forbidden-properties): Use it.
20064         (message-fix-before-sending): Follow the m-t-w-p change.
20065
20066         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20067
20068 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20069
20070         * gnus-art.el (article-hide-headers): Don't change the buffer
20071         mistakenly when performing mml-preview even if
20072         gnus-single-article-buffer is nil.
20073
20074 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20075
20076         * message.el (message-expand-name-databases): New user option.
20077         (message-expand-name): Use it.
20078
20079 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20080
20081         * spam.el (spam-report-articles-resend)
20082         (spam-report-resend-register-routine): Allow ham reporting.
20083         (spam-report-resend-register-ham-routine): Add wrapper.
20084         (spam-registration-functions): Add ham resending functions.
20085         (spam-list-of-processors): Add ham resend processor.
20086
20087         * gnus.el (ham-resend-to): Add new group parameter.
20088         (spam-process): Add ham resend option.
20089
20090         * spam-report.el (spam-report-resend): Allow reporting ham.
20091         (spam-report-resend-ham): Add wrapper.
20092
20093 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20094
20095         * message.el (message-cite-articles-with-x-no-archive):
20096         New variable.
20097         (message-cite-original): Use it.
20098
20099 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20100
20101         * message.el (message-cite-original): Respect X-No-Archive.
20102
20103 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20104
20105         * gnus-art.el (article-hide-headers): Refer to the values for
20106         gnus-ignored-headers and gnus-visible-headers in the summary
20107         buffer since a user may have set them as group parameters.
20108
20109 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20110
20111         * assistant.el (assistant-node-name): Add convenience function.
20112         (assistant-render-text, assistant-render-node): Add error handling,
20113         plus handle multiple next nodes.
20114         (assistant-find-next-node): Comment out for now.
20115         (assistant-find-next-nodes): Add function, returns list of next
20116         nodes.
20117
20118 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20119
20120         * mail-source.el (mail-source-directory): Fix doc-string.
20121
20122 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20123
20124         * assistant.el (assistant-render-text, assistant-eval): Add :set
20125         widget type, which is different because it takes and returns a
20126         list.  Much hilarity ensues.
20127
20128 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20129
20130         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20131
20132         * gnus-group.el (gnus-group-get-new-news-this-group):
20133         Add doc-string.
20134
20135         * gnus-start.el (gnus-activate-group): Add doc-string.
20136
20137 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20138
20139         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20140
20141 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20142
20143         * assistant.el (assistant-render-text): Try to add a :set
20144         widget, more to come.
20145
20146         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20147         strings.
20148         (spam-report-articles-resend)
20149         (spam-register-routine): Do registration iff any articles warrant
20150         it.
20151         (spam-summary-prepare-exit): Change log message for nil group
20152         destinations.
20153
20154 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20155
20156         * spam.el (spam-report-resend-register-routine):
20157         Allow spam-report-resend-to to be a group parameter or a global value.
20158
20159 2004-05-26  Simon Josefsson  <jas@extundo.com>
20160
20161         * starttls.el: Merge with my GNUTLS based starttls.el.
20162         (starttls-gnutls-program, starttls-use-gnutls)
20163         (starttls-extra-arguments, starttls-process-connection-type)
20164         (starttls-connect, starttls-failure, starttls-success):
20165         New variables.
20166         (starttls-program, starttls-extra-args): Doc fix.
20167         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20168         New functions.
20169         (starttls-negotiate, starttls-open-stream):
20170         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20171         function if it is set.
20172
20173 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20176         structured fields.
20177
20178 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20181
20182 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20183
20184         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20185         Add variable.
20186         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20187         assigning the spam-mark to new messages.
20188
20189 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20190
20191         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20192
20193 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20194
20195         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20196
20197         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20198         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20199         default.
20200
20201 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20202
20203         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20204         correct data.
20205
20206 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20207
20208         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20209         (spam-group-processor-p): Fix function.
20210         (spam-group-processor-multiple-p)
20211         (spam-group-spam-processor-report-gmane-p)
20212         (spam-group-spam-processor-report-resend-p)
20213         (spam-group-spam-processor-bogofilter-p)
20214         (spam-group-spam-processor-blacklist-p)
20215         (spam-group-spam-processor-ifile-p)
20216         (spam-group-ham-processor-ifile-p)
20217         (spam-group-spam-processor-spamoracle-p)
20218         (spam-group-spam-processor-crm114-p)
20219         (spam-group-ham-processor-bogofilter-p)
20220         (spam-group-spam-processor-stat-p)
20221         (spam-group-ham-processor-stat-p)
20222         (spam-group-ham-processor-whitelist-p)
20223         (spam-group-ham-processor-BBDB-p)
20224         (spam-group-ham-processor-spamoracle-p)
20225         (spam-group-ham-processor-copy-p): Remove functions with some
20226         prejudice against unneeded code.
20227         (spam-report-articles-resend)
20228         (spam-report-resend-register-routine): Allow the group/topic
20229         spam-resend-to value to override spam-report-resend-to.
20230         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20231         properly now.
20232
20233         * gnus.el (spam-resend-to): Add group/topic parameter.
20234         (spam-process): Move the OBSOLETE processors to the end of the
20235         choices.
20236
20237 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20238
20239         * spam-report.el (spam-report-resend-to, spam-report-resend):
20240         Start with resend-to set to nil, and then ask the user if necessary.
20241         (spam-report-resend): spam-report-resend takes a list of articles, not
20242         separate article numbers.
20243
20244 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20245
20246         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20247         addition to emacs-w3m.
20248
20249 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20250
20251         * assistant.el (assistant-authinfo-data): New function.
20252         (assistant-eval): Eval for entire assistant.
20253
20254         * netrc.el (netrc-services-file): New variable.
20255         (netrc-parse-services): New function.
20256         (netrc-find-service-name): New function.
20257         (netrc-find-service-number): New function.
20258         (netrc-port-equal): New function.
20259         (netrc-machine): Use it.
20260
20261         * nnimap.el (nnimap-open-connection): Use netrc.
20262
20263         * gnus-util.el (gnus-netrc-get): Remove aliases.
20264
20265         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20266
20267         * assistant.el (wid-edit): Fix compilation.
20268
20269         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20270
20271 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20272
20273         * gnus-util.el (gnus-set-file-modes): New function.  (small
20274         patch).
20275
20276 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20277
20278         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20279
20280         * assistant.el (assistant-render-node): Fix up rendering and
20281         read-only text.
20282         (assistant-render-node): Reset.
20283         (assistant-make-read-only): Not sticky.
20284
20285 2004-05-20  Danny Siu  <dsiu@adobe.com>
20286
20287         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20288         centered even when gnus-auto-center-summary is t.
20289
20290 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20291
20292         * dns.el (dns-get-txt-answer): New function.
20293         (dns-read-txt): Ditto.
20294         (query-dns): Use it.
20295
20296 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20299         active for foreign groups even if the group level is higher than
20300         the specified value.
20301
20302 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20303
20304         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20305         non-active groups.
20306
20307         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20308
20309 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20310
20311         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20312
20313 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20314
20315         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20316         (spam-crm114-header, spam-crm114-spam-switch)
20317         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20318         (spam-crm114-positive-spam-header)
20319         (spam-crm114-database-directory, spam-list-of-processors)
20320         (spam-group-spam-processor-crm114-p)
20321         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20322         (spam-generic-score, spam-list-of-checks)
20323         (spam-list-of-statistical-checks, spam-registration-functions)
20324         (spam-check-crm114-headers, spam-crm114-score)
20325         (spam-check-crm114, spam-crm114-register-with-crm114)
20326         (spam-crm114-register-spam-routine)
20327         (spam-crm114-unregister-spam-routine)
20328         (spam-crm114-register-ham-routine)
20329         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20330         From asjo@koldfront.dk (Adam Sjøgren).
20331
20332         * gnus.el: Add spam-use-crm114.
20333
20334         * spam.el (spam-list-of-processors, spam-registration-functions):
20335         Add spam-use-resend.
20336         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20337         (spam-report-articles-gmane): Add doc fix.
20338         (spam-report-articles-resend, spam-report-resend-register-routine):
20339         Add wrappers around spam-report-resend-to.
20340
20341         * spam-report.el (spam-report-resend-to, spam-report-resend):
20342         Add support for resending spam.
20343         (spam-report-gmane): Fix line length >80.
20344
20345         * gnus.el (spam-process): Add spam-use-resend.
20346
20347 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20348
20349         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20350         number of processed spam messages.
20351         (spam-ham-copy-or-move-routine): Return the number of processed
20352         ham messages.
20353         (spam-summary-prepare-exit): Use the above values to decide
20354         whether status messages shouled be displayed.
20355
20356 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20357
20358         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20359         `rfc2047-encoding-function-alist' in order to avoid conflicting
20360         with the old version.
20361         (rfc2047-encode-region): Concatenate words containing non-ASCII
20362         characters in structured fields; don't encode space-delimited
20363         ASCII words even in unstructured fields; don't break words at
20364         char-category boundaries.
20365         (rfc2047-encode-1): New function.
20366         (rfc2047-encode): Use it; encode text so that it occupies the
20367         maximum width within 76-column; work correctly on Q encoding for
20368         iso-2022-* charsets.
20369         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20370         sure not to break a line just after the header name.
20371         (rfc2047-b-encode-region): Remove.
20372         (rfc2047-b-encode-string): New function.
20373         (rfc2047-q-encode-region): Remove.
20374         (rfc2047-q-encode-string): New function.
20375
20376         * mm-util.el (mm-replace-in-string): New function.
20377
20378 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20379
20380         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20381         Really get it right.
20382         (gnus-inews-make-draft): Really.
20383
20384 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20385
20386         * nnmh.el (nnmh-request-list-1): Don't check the link count
20387         before descending.  (small patch)
20388
20389 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20390
20391         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20392         stuff.
20393
20394         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20395         Match on real group name.
20396
20397         * gnus-art.el (gnus-signature-limit): Doc fix.
20398
20399         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20400
20401         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20402
20403 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20404
20405         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20406         isn't a string.
20407
20408 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20409
20410         * gnus-draft.el (gnus-draft-send):
20411         Bind rfc2047-encode-encoded-words.
20412
20413         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20414         (rfc2047-encodable-p): Say that =? needs encoding.
20415         (rfc2047-encode-encoded-words): New variable.
20416
20417         * gnus-group.el (gnus-group-select-group): Doc fix.
20418
20419         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20420
20421         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20422         to nil.
20423
20424         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20425
20426         * nnheader.el (nnheader-get-lines-and-char): New function.
20427
20428 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20429
20430         * gnus-msg.el (gnus-summary-followup-with-original):
20431         Document yanking of region when active.
20432
20433 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20434
20435         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20436         groups if the group level is higher than the specified value.
20437
20438 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20439
20440         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20441         (gnus-group-jump-to-group): Add prefix argument using
20442         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20443         non-active group.
20444
20445         * compface.el (uncompface): Be verbose when changing
20446         `uncompface-use-external'.
20447
20448         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20449         handle manual section.
20450
20451 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20452
20453         * gnus-art.el (gnus-button-alist): Revert previous change.
20454
20455 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20456
20457         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20458
20459 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20460
20461         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20462         whether backend can accept message.
20463
20464         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20465
20466 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20467
20468         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20469         Avoid creating directory when nntp-marks-is-evil is true.
20470         Reported by Reiner Steib.
20471
20472 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20473
20474         * gnus-picon.el (gnus-picon-style): New variable.
20475         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20476         (gnus-picon-transform-address): Support `gnus-picon-style'.
20477         From Jesper Harder <harder@ifa.au.dk>.
20478
20479 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20480
20481         * message.el (message-fill-field): Return point.
20482         (message-generate-headers): Go to end of field.
20483
20484         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20485         stuff for non-living groups.
20486
20487 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20488
20489         * gnus-art.el (gnus-article-followup-with-original)
20490         (gnus-article-reply-with-original): gnus-mark-active-p ->
20491         gnus-region-active-p.
20492
20493 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20494
20495         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20496         only when there is spam or ham to be processed.
20497
20498 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20499
20500         * mail-source.el (mail-source-delete-crash-box): Refactor.
20501         (mail-source-fetch): Use it.
20502         (mail-source-fetch-file): Ditto.
20503         (mail-source-fetch-directory): Run postscript in loop.
20504         (mail-source-fetch-pop): Delete.
20505         (mail-source-fetch-maildir): Ditto.
20506         (mail-source-fetch-imap): Ditto.
20507
20508         * imap.el (imap-authenticators): Comment out sasl.
20509
20510         * message.el (message-skip-to-next-address): New function.
20511         (message-fill-header-address): Refactor.
20512         (message-fill-address): Use it.
20513         (message-delete-address): Use it.
20514         (message-fill-header-general): Refactor.
20515         (message-fill-field-address): Rename.
20516         (message-narrow-to-field): Find the start of the header.
20517         (message-header-format-alist): Don't pre-fill.
20518         (message-fill-header): Remove.
20519         (message-insert-header): New function.
20520         (message-shorten-references): Use it.
20521
20522         * rfc2047.el (rfc2047-field-value): Strip props.
20523
20524         * mail-parse.el (mail-header-make-address): New alias.
20525
20526         * ietf-drums.el (ietf-drums-make-address): New function.
20527
20528         * imap.el: Add compiler directives.
20529
20530         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20531
20532         * gnus-art.el (article-decode-idna-rhs): Don't use
20533         message-idna-inside-rhs-p.
20534
20535 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20536
20537         * message.el (message-idna-inside-rhs-p): Remove.
20538         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20539
20540         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20541         false positives.
20542
20543 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20544
20545         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20546
20547 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20548
20549         * nneething.el (nneething-file-name): Don't create spurious
20550         files.
20551
20552         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20553         (gnus-inews-do-gcc): Remove sleep.
20554
20555         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20556         part under point.
20557
20558         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20559         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20560
20561 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20562
20563         * spam.el (spam-summary-prepare-exit): Fix (length).
20564
20565 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20566
20567         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20568         as expired without moving it" message when there are spam
20569         messages left.
20570
20571 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20572
20573         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20574         header is not nil.
20575
20576 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20577
20578         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20579         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20580         (nntp-marks-changed-p): New arg SERVER.
20581         (nntp-request-update-info): Adjust caller.
20582
20583 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20584
20585         * nntp.el (nntp-save-marks): Pass missing arg.
20586
20587 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20588
20589         * nntp.el: Support marks.
20590         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20591         (nntp-marks-modtime, nntp-marks-directory): New variables.
20592         (nntp-request-set-mark, nntp-request-update-info)
20593         (nntp-possibly-create-directory, nntp-marks-changed-p)
20594         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20595         New functions.
20596
20597 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20598
20599         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20600         (gnus-xmas-redefine): Rename.
20601
20602         * gnus-score.el (gnus-score-insert-help):
20603         Use gnus-select-lowest-window.
20604
20605         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20606         appt-select-lowest-window and rename to gnus-select-lowest-window.
20607
20608         * gnus.el: do.
20609
20610 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20611
20612         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20613         encodings of MIME-encoded words, in order to improve
20614         interoperability with several broken MUAs.
20615
20616 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20617
20618         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20619         tags, only when charsets are not specified in headers.
20620         (mm-inline-text-html-render-with-w3m): Ditto.
20621
20622         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20623         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20624
20625 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20626
20627         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20628         instead of MIME-decoded from fields when checking
20629         `gnus-article-address-banner-alist'.
20630
20631 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20632
20633         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20634         description rather than subject.
20635
20636 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20637
20638         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20639
20640 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20641
20642         * gnus.el (gnus-version-number): Bump.
20643
20644 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20645
20646         * gnus.el: No Gnus v0.2 is released.
20647
20648 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20649
20650         * gnus-agent.el (gnus-agent-read-agentview):
20651         Inline gnus-uncompress-range.
20652
20653 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20654
20655         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20656         `exec-installed-p'.
20657
20658 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20659
20660         * gnus.el (spam-process, spam-autodetect-methods):
20661         Add bsfilter and bsfilter-headers.
20662
20663         * spam.el (spam-bsfilter): New customize group.
20664         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20665         (spam-bsfilter-header, spam-bsfilter-probability-header)
20666         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20667         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20668         (spam-bsfilter-database-directory): New options.
20669         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20670         (spam-list-of-statistical-checks, spam-registration-functions):
20671         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20672         (spam-bsfilter-score): New command.
20673         (spam-check-bsfilter-headers, spam-check-bsfilter)
20674         (spam-bsfilter-register-with-bsfilter)
20675         (spam-bsfilter-register-spam-routine)
20676         (spam-bsfilter-unregister-spam-routine)
20677         (spam-bsfilter-register-ham-routine)
20678         (spam-bsfilter-unregister-ham-routine): New functions.
20679         (spam-generic-score): Support bsfilter; Accept an optional argument
20680         to recalcurate spam score even if scoring header has already been
20681         added.
20682         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20683         optional argument to recalcurate spam score even if scoring header
20684         has already been added.
20685
20686 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20687
20688         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20689         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20690         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20691         link is missing.
20692
20693 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20694
20695         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20696         (html2text-get-attr): Rewrite.
20697
20698         * message.el (message-setup-1): Remove redundant put-text-property
20699         on mail-header-separator.
20700
20701 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20702
20703         * gnus-registry.el (gnus-registry-cache-whitespace)
20704         (gnus-registry-action, gnus-registry-spool-action)
20705         (gnus-registry-split-fancy-with-parent): Change message levels
20706         from 5 to 3 or 7, as needed.
20707
20708         * spam.el (spam-summary-prepare-exit)
20709         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20710         (spam-split, spam-find-spam, spam-log-undo-registration)
20711         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20712         level from 5 to 6.
20713
20714 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20715
20716         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20717         2004-03-04 change).
20718
20719 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20720
20721         * sieve-manage.el (sieve-manage-open):
20722         * nnweb.el (nnweb-insert-html):
20723         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20724         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20725         * nnspool.el (nnspool-request-group):
20726         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20727         * nnml.el (nnml-request-update-info):
20728         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20729         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20730         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20731         (nnimap-request-set-mark):
20732         * nnfolder.el (nnfolder-request-update-info):
20733         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20734         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20735         * gnus-uu.el (gnus-uu-find-articles-matching):
20736         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20737         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20738         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20739         * gnus-nocem.el (gnus-nocem-scan-groups):
20740         * gnus-int.el (gnus-start-news-server):
20741         * gnus-group.el (gnus-group-make-kiboze-group)
20742         (gnus-group-browse-foreign-server):
20743         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20744         Use mapc when appropriate.
20745
20746 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20747
20748         FIXME: Make separate entries for each person.
20749
20750         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20751         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20752         <shields@msrl.com>:
20753
20754         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20755         may need for spam sorting and scoring.
20756         (spam-user-format-function-S): Add user format function suitable for
20757         general use.
20758         (spam-article-sort-by-spam-status): Add sorting function for summary
20759         sorting.
20760         (spam-extra-header-to-number): Add function to get a score from a
20761         header.
20762         (spam-summary-score): Add function to get a numeric score from the
20763         headers.
20764         (spam-generic-score): Fix function doc, was in wrong place.
20765         (spam-initialize): Take symbols when it's run, and install the
20766         extra headers that spam-necessary-extra-headers thinks we need.
20767
20768 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20769
20770         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20771         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20772
20773 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20774
20775         * gnus-sum.el (gnus-set-global-variables)
20776         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20777         (gnus-article-get-xrefs, gnus-summary-best-group)
20778         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20779         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20780         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20781         Use with-current-buffer.
20782
20783 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20784
20785         * spam.el (spam-summary-prepare-exit): Simplify logic.
20786         (spam-fetch-article-header): Read the article header if it's not
20787         available.
20788         (spam-list-articles): Simplify logic.
20789         (spam-filelist-register-routine): Fix bug with unregister-list.
20790
20791         * gnus-registry.el: Fix comments at beginning.
20792
20793 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20794
20795         * message.el (message-cater-to-broken-inn): Remove.
20796         (message-shorten-references): Make sure the total folded length of
20797         References is shorter than 998 characters to cater to a bug in INN
20798         2.3.  Also, don't pretend that references aren't folded -- this
20799         hasn't worked for a while.
20800
20801 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20802
20803         * gnus-agent.el (gnus-agentize):
20804         gnus-agent-send-mail-real-function no longer set to current value
20805         of message-send-mail-function but rather a lambda that calls
20806         message-send-mail-function.  The change makes the agent real-time
20807         responsive to user changes to message-send-mail-function.
20808
20809 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20810
20811         * legacy-gnus-agent.el
20812         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20813         help from Florian Weimer <fw@deneb.enyo.de>
20814
20815 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20816
20817         * nnmail.el (nnmail-cache-insert): Revert last change.
20818
20819 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20820
20821         * nnmail.el (nnmail-cache-insert): Always check whether
20822         nnmail-cache-ignore-groups matches a group name.
20823
20824 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20825
20826         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20827         (spam-find-spam, spam-log-processing-to-registry)
20828         (spam-log-registered-p, spam-log-unregistration-needed-p)
20829         (spam-log-undo-registration): Use gnus-message instead of
20830         gnus-error, none of these errors are fatal.
20831
20832         * gnus-registry.el (gnus-registry-clean-empty-function)
20833         (gnus-registry-clean-empty): Remove only empty entries without
20834         extra data.
20835
20836 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20837
20838         * spam-stat.el (spam-stat-buffer-change-to-spam)
20839         (spam-stat-buffer-change-to-non-spam): Change (error) to
20840         (gnus-message 8) invocation.
20841
20842 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20843
20844         * nntp.el (nntp-via-netcat-command): New variable.
20845         (nntp-via-netcat-switches): New variable.
20846         (nntp-open-via-rlogin-and-netcat): New function.
20847         (nntp-open-connection-function): Doc fix.
20848         (nntp-telnet-command): Doc fix.
20849         (nntp-end-of-line): Doc fix.
20850         (nntp-via-rlogin-command): Doc fix.
20851         (nntp-via-user-name): Doc fix.
20852         (nntp-via-address): Doc fix.
20853
20854 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20855
20856         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20857         error in Emacs 21.1.
20858
20859 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20860
20861         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20862
20863 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20864
20865         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20866         (gnus-agent-with-refreshed-group): New macro.
20867         (gnus-agent-rename-group): New function.
20868         (gnus-agent-delete-group): New function.
20869         (gnus-agent-save-group-info): Use gnus-command-method when
20870         `method' parameter is nil.  Don't write nil entries into the
20871         active file.
20872         (gnus-agent-get-group-info): New function.
20873         (gnus-agent-fetch-articles):
20874         Use gnus-agent-update-files-total-fetched-for to increment disk space
20875         used.
20876         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20877         Use gnus-agent-update-view-total-fetched-for to increment disk space
20878         used.
20879         (gnus-agent-get-local): Add optional parameters to avoid calling
20880         gnus-group-real-name and gnus-find-method-for-group.
20881         (gnus-agent-set-local): Delete stored entry if either min, or max,
20882         are nil.
20883         (gnus-agent-fetch-session): Reworded error/quit messages.
20884         On quit, use gnus-agent-regenerate-group to record existance of any
20885         articles fetched to disk before the quit occurred.
20886         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20887         gnus-agent-update-view-total-fetched-for, and
20888         gnus-agent-update-files-total-fetched-for to decrement disk space
20889         used.
20890         (gnus-agent-retrieve-headers):
20891         Use gnus-agent-update-view-total-fetched-for to increment disk space
20892         used.
20893         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20894         with gnus-agent-update-files-total-fetched-for to decrement disk
20895         space and fresh group buffer.
20896         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20897         (gnus-agent-need-update-total-fetched-for): New variable.
20898         (gnus-agent-update-files-total-fetched-for): New function.
20899         (gnus-agent-update-view-total-fetched-for): New function.
20900         (gnus-agent-total-fetched-for): New function.
20901
20902         * gnus-cache.el (gnus-cache-save-buffers):
20903         Use gnus-cache-update-overview-total-fetched-for to change disk space
20904         used by this group.
20905         (gnus-cache-possibly-enter-article):
20906         Use gnus-cache-update-file-total-fetched-for to increment disk space
20907         used by this group.
20908         (gnus-cache-possibly-remove-article):
20909         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20910         used by this group.
20911         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20912         (gnus-cache-rename-group): New function.
20913         (gnus-cache-delete-group): New function.
20914         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20915         (gnus-cache-need-update-total-fetched-for): New variable.
20916         (gnus-cache-with-refreshed-group): New macro.
20917         (gnus-cache-update-file-total-fetched-for): New function.
20918         (gnus-cache-update-overview-total-fetched-for): New function.
20919         (gnus-cache-rename-group-total-fetched-for): New function.
20920         (gnus-cache-delete-group-total-fetched-for): New function.
20921         (gnus-cache-total-fetched-for): New function.
20922
20923         * gnus-group.el: Require gnus-sum and autoload functions to
20924         resolve warnings when gnus-group.el compiled alone.
20925         (gnus-group-line-format): Documented new %F.
20926         (size of Fetched data) group line format; identifies disk space
20927         used by agent and cache.
20928         (gnus-group-line-format-alist): Defined new F format.
20929         (gnus-total-fetched-for): New function.
20930         (gnus-group-delete-group): No longer update
20931         gnus-cache-active-altered as gnus-request-delete-group now keeps
20932         the cache in sync.
20933         (gnus-group-list-active): Let the agent store a server's active
20934         list if currently plugged.
20935
20936         * gnus-int.el (gnus-request-delete-group):
20937         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20938         local disk in sync with the server.
20939         (gnus-request-rename-group):
20940         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20941         local disk in sync with the server.
20942
20943         * gnus-start.el (gnus-get-unread-articles):
20944         Cosmetic simplification to logic.
20945
20946         * gnus-util.el (gnus-rename-file): New function.
20947
20948 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20949
20950         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20951
20952 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20953
20954         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20955         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20956
20957 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20958
20959         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20960         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20961
20962 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20963
20964         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20965
20966 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20967
20968         * spam.el (spam-set-difference): Add function to replace
20969         gnus-set-difference in spam.el.
20970         (spam-summary-prepare-exit): Use spam-set-difference.
20971
20972 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20973
20974         * gnus-registry.el (gnus-registry-cache-file): Update to use
20975         gnus-dribble-directory OR gnus-home-directory OR ~.
20976         (gnus-registry-split-fancy-with-parent): Fix doc.
20977
20978 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20979
20980         * message.el (message-exchange-point-and-mark):
20981         Use message-mark-active-p.  Suggested by Jesper Harder
20982         <harder@ifa.au.dk>.
20983
20984 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20985
20986         * message.el (message-exchange-point-and-mark): Don't activate
20987         region if it was inactive.  Suggested by Hiroshi Fujishima
20988         <pooh@nature.tsukuba.ac.jp>.
20989
20990 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * gnus-art.el (article-display-face): Display Faces in the same
20993         order as X-Faces.
20994
20995 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20996
20997         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20998
20999 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21000
21001         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21002         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21003         (gnus-article-mime-hierarchy): Remove.
21004         (gnus-article-mime-hierarchy-next): Remove.
21005         (gnus-article-mode): Revert 2004-03-19 change.
21006         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21007         (gnus-insert-mime-button): Revert 2004-03-19 change.
21008         (gnus-mime-accumulate-hierarchy): Remove.
21009         (gnus-mime-enter-multipart): Remove.
21010         (gnus-mime-leave-multipart): Remove.
21011         (gnus-mime-display-part): Revert 2004-03-19 change.
21012         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21013
21014         * mml.el (mml-preview): Revert 2004-03-19 change.
21015
21016 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21017
21018         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21019
21020 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21021
21022         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21023         t while entering a file name using the mm-with-multibyte macro.
21024         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21025
21026         * mm-util.el (mm-with-multibyte): New macro.
21027
21028 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21029
21030         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21031         New user option.
21032         (gnus-mime-multipart-functions): Doc and customization fix.
21033         (gnus-article-mime-hierarchy): New variable.
21034         (gnus-article-mime-hierarchy-next): New variable.
21035         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21036         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21037         gnus-article-mime-hierarchy-next to nil.
21038         (gnus-insert-mime-button): Show hierarchy numbers.
21039         (gnus-mime-accumulate-hierarchy): New function.
21040         (gnus-mime-enter-multipart): New function.
21041         (gnus-mime-leave-multipart): New function.
21042         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21043         (gnus-mime-display-alternative): Show hierarchy numbers.
21044
21045         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21046         gnus-article-mime-hierarchy-next to nil.
21047
21048 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21049
21050         * dns.el: Don't require gnus-xmas.
21051
21052 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21053
21054         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21055         inline PGP.
21056         (mml-menu): Disable mml-quote-region if mark is inactive.
21057
21058 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21059
21060         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21061         when the group's active is not available.
21062
21063 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21064
21065         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21066         error.
21067
21068 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21069
21070         * imap.el (imap-store-password): New variable.
21071         (imap-interactive-login): Use it.
21072         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21073
21074 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21075
21076         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21077         window-start and hscroll to summary window.
21078
21079 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21080
21081         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21082         conversion message to newsrc-dribble when an actual conversion is
21083         performed.
21084
21085 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21086
21087         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21088
21089 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21090
21091         * mm-decode.el (mm-complicated-handles): New function reviving
21092         former definition of mm-multiple-handles.
21093
21094         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21095         (gnus-mime-delete-part): Use it.
21096
21097 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21098
21099         * gnus-agent.el (gnus-agent-read-local):
21100         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21101         avoid the implicit assumption that they will always be equal.
21102         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21103         coding-system-for-write, as the with-temp-file macro first prints
21104         to a buffer then saves the buffer.
21105
21106 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21107
21108         * gnus-art.el (gnus-article-edit-part): New function.
21109         (gnus-mime-save-part-and-strip): Use it; do query instead of
21110         signaling an error; don't use mm-multiple-handles.
21111         (gnus-mime-delete-part): Ditto.
21112
21113 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21114
21115         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21116         old file versions.
21117         (gnus-group-prepare-hook): Remove function that converted list
21118         form of gnus-agent-expire-days to group properties.
21119
21120         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21121         (gnus-request-accept-article): Re-indented.
21122
21123         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21124         converters to handle old agent file formats.  Add logic for a
21125         "backup before upgrading warning".
21126         (gnus-convert-mark-converter-prompt): Developers can mark
21127         functions as needing (default), or not needing,
21128         gnus-convert-old-newsrc's "backup before upgrading warning".
21129         (gnus-convert-converter-needs-prompt): Tests whether the user
21130         should be protected from potentially irreversable changes by the
21131         function.
21132
21133         * legacy-gnus-agent.el: New.  Provides converters that are only
21134         loaded when gnus-convert-old-newsrc needs to call them.
21135
21136 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21137
21138         * mail-source.el (mail-source-touch-pop): Doc fix.
21139
21140         * message.el (message-smtpmail-send-it): Doc fix.
21141
21142 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21143
21144         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21145
21146         * nnmail.el (nnmail-split-fancy): do.
21147
21148         * gnus-kill.el (gnus-kill, gnus-execute): do.
21149
21150 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21151
21152         * gnus-sum.el (gnus-widget-reversible-match)
21153         (gnus-widget-reversible-to-internal)
21154         (gnus-widget-reversible-to-external): New functions.
21155         (gnus-widget-reversible): New widget.
21156         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21157
21158 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21159
21160         * gnus-sum.el (gnus-thread-sort-functions)
21161         (gnus-article-sort-functions): Document `(not F)' items.
21162
21163 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21164
21165         * spam.el (spam-use-gmane-xref): Add new backend.
21166         (spam-gmane-xref-spam-group): Add variable to control the name of the
21167         Gmane spam group.
21168         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21169         (spam-regex-headers-spam, spam-regex-headers-ham)
21170         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21171         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21172         backends and checks.
21173         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21174
21175         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21176         an autodetect method.
21177
21178 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21179
21180         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21181         articles are being added to a group.
21182         (gnus-request-replace-article): Inform the agent that articles
21183         need to be uncached as the cached contents are no longer valid.
21184
21185 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21186
21187         * binhex.el: Don't autoload executable-find.
21188
21189         * canlock.el: Don't autoload mail-fetch-field.
21190
21191         * dgnushack.el: Autoload c-mode for XEmacs.
21192
21193         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21194
21195         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21196         rmail-dont-reply-to and rmail-output.
21197
21198         * gnus-score.el: Don't autoload ffap-string-at-point.
21199
21200         * gnus-setup.el: Don't autoload sc-cite-original.
21201
21202         * imap.el: Don't autoload base64-decode-string,
21203         base64-encode-string and md5.
21204
21205         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21206         and rmail-msg-restore-non-pruned-header.
21207
21208         * mm-decode.el: Don't autoload executable-find.
21209
21210         * mm-url.el: Don't autoload executable-find.
21211
21212         * mm-view.el: Don't autoload diff-mode.
21213
21214         * nndb.el: Don't autoload news-reply-mode, news-setup,
21215         cancel-timer and telnet.
21216
21217         * password.el: Don't autoload run-at-time for Emacs.
21218
21219         * sha1-el.el: Don't autoload executable-find.
21220
21221         * sieve-mode.el: Don't autoload c-mode.
21222
21223         * uudecode.el: Don't autoload executable-find.
21224
21225 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21226
21227         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21228         (gnus-agent-possibly-alter-active): Avoid null in numeric
21229         comparison.
21230         (gnus-agent-set-local): Refuse to save null in local object table.
21231         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21232         list of articles that will be marked as unread.
21233
21234 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21235
21236         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21237
21238 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21239
21240         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21241         language tags.
21242
21243 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21244
21245         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21246         Don't bind "obarray".
21247
21248         * gnus-sum.el (gnus-thread-sort-functions):
21249         Add `gnus-thread-sort-by-most-recent-number' and
21250         `gnus-thread-sort-by-most-recent-date'.
21251         Reported by Kai Grossjohann <kai@emptydomain.de>.
21252
21253 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21254
21255         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21256
21257 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21258
21259         * gnus-cus.el (gnus-agent-customize-category):
21260         Remove ignore-errors macro reference that required cl to be loaded at
21261         run-time.
21262
21263         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21264         single-interval range of the form (min . max).  Previously the
21265         range had to look like ((min . max)).  Likewise, return
21266         (min . max) rather than ((min . max)).
21267         (gnus-range-map): Use gnus-range-normalize to accept
21268         single-interval range.
21269
21270         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21271         the cache, but not the agent, now appear with their usual face.
21272
21273         * dgnushack.el (loaddir): New variable that is bound to the
21274         directory containing the dgnushack.el file. Use loaddir, rather
21275         than srcdir, to update load-path. Change lets dgnushack compile
21276         code in directories other than GNUS/lisp.
21277
21278 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21279
21280         * lpath.el: Don't bind w3m-safe-url-regexp.
21281
21282         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21283         w3m-safe-url-regexp variable buffer-local.
21284
21285         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21286
21287 2004-02-27  Simon Josefsson  <jas@extundo.com>
21288
21289         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21290         gnus-group-real-prefix.
21291         (gnus-summary-move-article): Use it, instead of
21292         gnus-group-real-prefix.
21293
21294 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21295
21296         * lpath.el: Bind w3m-safe-url-regexp.
21297
21298         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21299         w3m-safe-url-regexp variable buffer-local and set it as the value
21300         of mm-w3m-safe-url-regexp.
21301
21302         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21303
21304         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21305         parsing gnus-posting-styles when the message is not for replying.
21306
21307         * dgnushack.el: Autoload sgml-mode for XEmacs.
21308
21309         * nnrss.el (nnrss-opml-export):
21310         Use mm-set-buffer-file-coding-system instead of
21311         set-buffer-file-coding-system.
21312
21313 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21314
21315         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21316         of checkdoc.el).
21317         * nnrss.el: do.
21318         * gnus-mlspl.el: do.
21319         * gnus-ml.el: do.
21320         * gnus-srvr.el: do.
21321
21322         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21323
21324 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21325
21326         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21327         Corrections to custom-manual links.
21328
21329         * gnus-art.el (gnus-article): Ditto.
21330
21331         * mm-decode.el (mime-display, mime-security): Ditto.
21332
21333 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21334
21335         * flow-fill.el: Typo.
21336
21337 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21338
21339         * spam-wash.el: New file.
21340
21341 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21342
21343         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21344
21345 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21346
21347         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21348         to be run with new-articles as LIST1, not LIST2.
21349         (spam-registration-functions): Add spam-use-ham-copy as a nil
21350         registration backend.
21351
21352 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21353
21354         * spam-stat.el (spam-stat-washing-hook): New option.
21355         (spam-stat-buffer-words): Use it.
21356         (spam-stat-process-directory, spam-stat-test-directory):
21357         Use insert-file-contents-literally.
21358         (spam-stat-coding-system): New variable.
21359         (spam-stat-load, spam-stat-save): Use it.
21360
21361 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21362
21363         * spam-report.el (spam-report-plug-agent):
21364         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21365
21366 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21367
21368         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21369         Allow / in mailto URLs.
21370
21371 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21372
21373         * spam-report.el (spam-report-process-queue): Fix interactive use.
21374         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21375         (spam-report-unplug-agent): Doc fixes.
21376         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21377         (spam-report-agentize, spam-report-deagentize): Autoload.
21378
21379 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21380
21381         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21382
21383         * message.el (message-setup-fill-variables): Add mml tags to
21384         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21385         <ajk@iu.edu>.
21386         (message-mode): Don't modify paragraph-separate there.
21387
21388 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21389
21390         * compface.el (uncompface-use-external): Default to undecided.
21391         (uncompface-use-external-threshold): New variable.
21392         (uncompface-float-time): New macro.
21393         (uncompface): Determine whether to use the external decoder if
21394         uncompface-use-external is undecided.
21395
21396 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21397
21398         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21399         after images.
21400
21401         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21402
21403 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21404
21405         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21406
21407         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21408
21409         * gnus-sum.el (gnus-summary-limit-to-age)
21410         (gnus-summary-limit-children): do.
21411
21412         * gnus-int.el (gnus-request-scan): do.
21413
21414         * gnus-group.el (gnus-group-suspend): do.
21415
21416         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21417
21418         * gnus-cite.el (gnus-cite-parse-attributions): do.
21419
21420         * gnus-agent.el (gnus-summary-set-agent-mark)
21421         (gnus-agent-regenerate-group): do.
21422
21423         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21424
21425         * binhex.el (binhex-decode-region-internal): do.
21426
21427 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21428
21429         * gnus-fun.el (gnus-face-properties-alist): New user option.
21430         (gnus-display-x-face-in-from): Use it.
21431
21432         * gnus-art.el (article-display-face): Ditto.
21433
21434         * compface.el (uncompface-use-external): Default to nil.
21435
21436 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21437
21438         * nntp.el (nntp-erase-buffer): New function.
21439         (nntp-retrieve-data, nntp-send-command)
21440         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21441         (nntp-possibly-change-group): Use it.
21442
21443         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21444         Use with-current-buffer.
21445
21446 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21447
21448         * compface.el: Merge the ELisp-based uncompface program.
21449         (compface): New customization group.
21450         (uncompface-use-external): New user option.
21451         (uncompface): Call uncompface-internal if uncompface-use-external
21452         is nil.
21453         (uncompface-internal): New function.  Note that there are also
21454         some other functions and variables added for this function.
21455
21456 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21457
21458         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21459         if necessary.
21460
21461 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21462
21463         * spam-report.el (spam-report-unplug-agent)
21464         (spam-report-plug-agent, spam-report-deagentize)
21465         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21466         Add support for the Agent in spam-report: when unplugged, report to a
21467         file; when plugged, submit all the requests.
21468
21469         * spam.el (spam-register-routine): Fix message about
21470         registration.
21471
21472 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21473
21474         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21475         dependencies.
21476         (rfc2047-encode): Use it.
21477
21478         * gnus-art.el (gnus-button-marker-list): Move before first
21479         reference.
21480
21481         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21482         (imap-parse-body): Fix format string mismatch.
21483
21484         * gnus-score.el (gnus-summary-increase-score): do.
21485
21486         * nnrss.el (nnrss-close): New function.
21487
21488 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21489
21490         * nnrss.el (nnrss-make-filename): New function.
21491         (nnrss-request-delete-group, nnrss-read-server-data)
21492         (nnrss-save-server-data, nnrss-read-group-data)
21493         (nnrss-save-group-data): Use it.
21494         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21495         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21496         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21497
21498 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21499
21500         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21501
21502 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21503
21504         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21505         files.
21506
21507         * message.el (message-generate-headers-first): Don't quote nil
21508         and t in docstrings.
21509
21510         * imap.el (imap-id): do.
21511
21512         * gnus-agent.el (gnus-agent-consider-all-articles)
21513         (gnus-agent-queue-mail): do.
21514
21515 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21516
21517         * spam-report.el (spam-report-process-queue): New function.
21518         Process requests from `spam-report-requests-file'.
21519         (spam-report-process-queue): Doc fix.
21520
21521 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21522
21523         * spam.el (spam-register-routine)
21524         (spam-log-processing-to-registry, spam-log-registered-p)
21525         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21526         Change "check" to "spam-check" for semi-clarity.
21527
21528 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21529
21530         * pop3.el: Require nnheader.
21531
21532         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21533
21534         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21535
21536         * gnus-picon.el: Require cl.
21537
21538         * gnus-fun.el: Require gnus-ems and gnus-util.
21539
21540         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21541
21542         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21543
21544         * gnus-art.el (gnus-article-edit-mode): Define before first
21545         reference.
21546
21547 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21548
21549         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21550         (gnus-uu-post-encoded): Use point-at-bol.
21551
21552         * gnus-topic.el (gnus-group-active-topic-p): do.
21553
21554         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21555
21556         * gnus-group.el (gnus-group-kill-region): do.
21557
21558         * gnus-art.el (article-date-ut): do.
21559
21560         * message.el (message-fetch-field): Remove redundant
21561         case-fold-search binding.
21562         (message-narrow-to-field): Simplify.
21563
21564 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21565
21566         * spam.el (spam-directory): Derive from `gnus-directory'.
21567
21568         * spam-report.el (spam-report-url-to-file)
21569         (spam-report-requests-file): New function and variable for offline
21570         reporting.
21571         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21572         and user defined function.
21573         (spam-report-url-ping-mm-url): Remove doubled slash.
21574
21575 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21576
21577         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21578
21579 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21580
21581         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21582         Fix format string mismatch.
21583
21584         * sieve.el (sieve-deactivate-all): do.
21585
21586         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21587
21588         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21589
21590         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21591
21592         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21593
21594 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21595
21596         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21597         the list of checks.
21598
21599 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21600
21601         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21602         padding.
21603
21604 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21605
21606         * mm-view.el (mm-fill-flowed): New variable.
21607         (mm-inline-text): Use it.
21608
21609 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21610
21611         * spam.el (spam-spamassassin-register-ham-routine)
21612         (spam-spamassassin-register-spam-routine): Fix function names.
21613
21614 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21615
21616         * gnus.el (gnus-tmp-grouplens): Remove.
21617         (gnus-summary-line-format): Remove grouplens.
21618
21619         * gnus-group.el (gnus-group-line-format): Ditto.
21620
21621         * gnus-spec.el (gnus-format-specs): Ditto.
21622         (gnus-update-format-specifications): Flush the group format spec
21623         cache if there's the grouplens stuff.
21624         (gnus-parse-simple-format): Replace %l with the empty string.
21625
21626 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21627
21628         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21629         omission.
21630
21631 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21632
21633         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21634         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21635
21636 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21637
21638         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21639         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21640         New macros and functions.
21641         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21642         Handle > NLINK_MAX messages.
21643         * nnmaildir.el (nnmaildir-request-set-mark):
21644         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21645
21646 2004-01-25  Alex Schroeder  <alex@gnu.org>
21647
21648         * spam-stat.el (spam-stat-process-directory-age): New option.
21649         (spam-stat-process-directory): Use it.
21650
21651 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21652
21653         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21654         (spam-stat-save): Accept prefix argument.
21655
21656 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21657
21658         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21659         links" error.
21660
21661 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21662
21663         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21664         the rest of the and/or forms.
21665
21666 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21667
21668         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21669         compatibility with old .newsrc.eld files.
21670
21671         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21672
21673         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21674
21675         * gnus-start.el (gnus-1): do.
21676
21677         * gnus-group.el (gnus-group-line-format-alist): do.
21678
21679         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21680
21681         * gnus-gl.el: Remove.
21682
21683 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21684
21685         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21686         marks consisting of a single range {for example, (3 . 5)} rather
21687         than a list of a single range { ((3 . 5)) }.
21688
21689 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21690
21691         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21692         Use with-current-buffer.
21693         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21694         avoid consing a string.
21695
21696         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21697         Remove obsolete entries for big5 and gb2312.
21698
21699 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21700
21701         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21702         uncompressed list.
21703
21704 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21705
21706         * spam-stat.el (spam-stat-strip-xref): New function.
21707         (spam-stat-process-directory): Use it.
21708
21709         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21710         here -- it's done in message-fetch-field.
21711
21712 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21713
21714         * gnus-agent.el (gnus-agent-queue-mail)
21715         (gnus-agent-prompt-send-queue): New variables.
21716         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21717         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21718         "nndraft:queue" along to gnus-draft-send.
21719         Use gnus-agent-prompt-send-queue.
21720         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21721         is "nndraft:queue".  Suggested by Gaute Strokkenes
21722         <gs234@srcf.ucam.org>
21723
21724         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21725         (agent-enable-undownloaded-faces): Add.
21726         (gnus-agent-cat-groups): Use eval-and-compile, not
21727         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21728         method of gnus-agent-cat-groups even when the buffer has been
21729         evaled.
21730         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21731         delete gnus-agent-save-active-1.
21732         (gnus-agent-save-groups): Delete.  Identical to
21733         gnus-agent-save-active.
21734         (gnus-agent-write-active): No longer adjust agent's copy of active
21735         file as agent's adjustments are now stored in their own
21736         file.  Remove optional parameter.
21737         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21738         servers.  Add use of min/max range limits from server's local
21739         file.
21740         (gnus-agent-save-alist): Remove unused optional argument.
21741         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21742         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21743         (gnus-agent-set-local): A per-server file that keeps min/max range
21744         limits for articles known to the agent.  Provides a fast mechanism
21745         for altering many active ranges.
21746         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21747         active file (local makes it unnecessary).
21748         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21749
21750         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21751         (agent-enable-undownloaded-faces): Add.
21752
21753         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21754         disable it when sending to "nndraft:queue".
21755         (gnus-group-send-queue): Add safety check to avoid sending queue
21756         when unplugged.
21757
21758         * gnus-group.el (gnus-group-catchup): Use new
21759         gnus-sequence-of-unread-articles, not
21760         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21761         numbers of articles.  Use gnus-range-map to avoid having to
21762         uncompress the unread list.
21763         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21764         Fix invalid ange-ftp reference.
21765
21766         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21767         (gnus-sorted-range-intersection): Intersection of two ranges
21768         without requiring that they first be uncompressed.
21769
21770         * gnus-start.el (gnus-activate-group): Unless blocked by the
21771         caller, possibly expand the active range to include both cached
21772         and agentized articles.
21773         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21774         multiple version-dependent converters.
21775         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21776         gnus-agent-save-active.
21777         (gnus-save-newsrc-file): Save dirty agent range limits.
21778
21779         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21780         gnus-agent-possibly-alter-active.
21781         (gnus-adjust-marked-articles): Faster handling of simple lists.
21782
21783 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21784
21785         * spam-stat.el (spam-stat-test-directory): New optional argument
21786         displays a list of files detected.  Suggested by Andrew Cohen
21787         <cohen@andy.bu.edu>.
21788         (spam-stat-buffer-words-with-scores): Don't narrow and change
21789         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21790
21791 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21792
21793         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21794         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21795         (spam-spamassassin-arguments)
21796         (spam-spamassassin-spam-flag-header)
21797         (spam-spamassassin-positive-spam-flag-header)
21798         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21799         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21800         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21801         (spam-list-of-processors, spam-list-of-checks)
21802         (spam-list-of-statistical-checks, spam-registration-functions)
21803         (spam-check-spamassassin-headers, spam-check-spamassassin)
21804         (spam-spamassassin-score)
21805         (spam-spamassassin-register-with-sa-learn)
21806         (spam-spamassassin-register-spam-routine)
21807         (spam-spamassassin-register-ham-routine)
21808         (spam-assassin-register-spam-routine)
21809         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21810         (spam-bogofilter-score): Fix to show article before scoring.
21811
21812 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21813
21814         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21815         default scoring function.
21816         (spam-generic-score): Call spam-spamassassin-score if
21817         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21818         spam-bogofilter-score otherwise.
21819
21820         * gnus.el (spam-process, spam-autodetect-methods):
21821         Add spamassassin and spamassassin-headers.
21822
21823 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21824
21825         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21826         Suppress unnecessary messages.
21827
21828 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21829
21830         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21831         make-hash-table.
21832
21833 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21834
21835         * canlock.el (base64-encode-string): Don't autoload it.
21836
21837 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * run-at-time.el: Remove useless (require 'itimer),
21840         eval-and-compile and (featurep 'xemacs).
21841
21842 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21843
21844         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21845         GROUP is a virtual group.
21846
21847 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21848
21849         * gnus.el: Autoload `message-y-or-n-p'.
21850
21851 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21852
21853         * pgg-parse.el: Remove unnecessary (require 'custom).
21854
21855         * pgg-def.el: do.
21856
21857         * nnmail.el: do.
21858
21859         * gnus-undo.el: do.
21860
21861         * gnus-picon.el: do.
21862
21863         * gnus-util.el: do.
21864
21865 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21866
21867         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21868
21869 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21870
21871         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21872         handle, as well as a list.
21873
21874         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21875         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21876         (mm-w3m-cid-retrieve): Simplify.
21877
21878 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21879
21880         * message.el (message-kill-to-signature): Allow prefix arg to
21881         specify number of lines to keep before signature.
21882
21883 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21884
21885         * message.el (message-kill-to-signature): Change docstring.
21886
21887 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21888
21889         * canlock.el: Always require sha1-el.
21890         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21891
21892         * message.el: Autoload sha1 only when compiling.
21893
21894         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21895         eudc-expand-inline for XEmacs.
21896
21897 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21898
21899         * message.el (message-canlock-generate): Require sha1-el.
21900
21901 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21902
21903         * message.el (message-expand-name): Silence the byte compiler.
21904
21905         * lpath.el: Add detect-coding-system.
21906
21907         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21908         cus-edit.
21909
21910 2004-01-13  Simon Josefsson  <jas@extundo.com>
21911
21912         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21913         Invoke gnus-score-mode.
21914         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21915
21916         * gnus-range.el (gnus-compress-sequence): Doc fix.
21917         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21918
21919 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21920
21921         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21922
21923 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21924
21925         * spam.el (spam-get-article-as-string): Update to use
21926         gnus-request-article-this-buffer, much simpler.
21927         (spam-get-article-as-buffer): Remove.
21928
21929 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21930
21931         * message.el (message-expand-name): Use EUDC if the user uses that.
21932
21933 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21934
21935         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21936         character for the encoding to avoid consing a string.
21937
21938         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21939         unnecessarily.
21940
21941         * mm-util.el (mm-replace-chars-in-string): Remove.
21942
21943         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21944         of mm-replace-chars-in-string.
21945
21946 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21947
21948         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21949
21950         * mm-util.el (mm-subst-char-in-string): Support inplace.
21951
21952         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21953         a new string in every iteration.  Use shy groups.
21954
21955 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21956
21957         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21958         * gnus-soup.el (gnus-soup-group-brew):
21959         * gnus-msg.el (gnus-put-message):
21960         * gnus-move.el (gnus-group-move-group-to-server):
21961         * gnus-kill.el (gnus-batch-score):
21962         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21963         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21964         (gnus-group-update-group, gnus-group-read-group)
21965         (gnus-group-make-group, gnus-group-make-help-group)
21966         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21967         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21968         (gnus-group-sort-by-unread, gnus-group-catchup)
21969         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21970         (gnus-group-yank-group, gnus-group-set-info)
21971         (gnus-group-list-groups):
21972         * gnus.el (gnus-generate-new-group-name):
21973         * gnus-delay.el (gnus-delay-send-queue):
21974         * nnvirtual.el (nnvirtual-catchup-group):
21975         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21976         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21977         (gnus-group-prepare-topics, gnus-topic-check-topology):
21978         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21979         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21980         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21981         (gnus-group-make-articles-read):
21982         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21983         (gnus-group-change-level, gnus-kill-newsgroup)
21984         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21985         (gnus-get-unread-articles, gnus-make-articles-unread)
21986         (gnus-make-ascending-articles-unread): Use accessor
21987         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21988         to get group information for improved readability.
21989
21990
21991 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21992
21993         * gnus-art.el (article-decode-mime-words, article-babel)
21994         (gnus-article-highlight-signature, gnus-article-add-buttons)
21995         (gnus-signature-toggle): Use gnus-with-article-buffer.
21996
21997         * gnus-art.el (gnus-article-highlight-headers)
21998         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21999
22000         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22001         (gnus-article-set-globals, gnus-request-article-this-buffer)
22002         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22003         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22004         (gnus-mime-display-alternative): Use with-current-buffer.
22005
22006 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22007
22008         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22009         also under 80 char limit, and call gnus-error if needed.
22010         (spam-fetch-article-header): Fix - it was a
22011         buffer-local variable (gnus-newsgroup-data).
22012         (spam-find-spam): Use spam-generate-fake-headers, forget about
22013         spam-insert-fake-headers.
22014         (spam-insert-fake-headers): Remove.
22015
22016 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22017
22018         * deuglify.el (gnus-article-outlook-unwrap-lines)
22019         (gnus-outlook-rearrange-article)
22020         (gnus-outlook-repair-attribution-outlook)
22021         (gnus-outlook-repair-attribution-block)
22022         (gnus-outlook-repair-attribution-other): Remove redundant
22023         save-excursion.
22024
22025 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22026
22027         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22028         (spam-fetch-field-subject-fast)
22029         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22030         (spam-fetch-article-header): Add functions to deal with Gnus
22031         internals for fast retrieval of article header data.
22032         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22033
22034 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22035
22036         * pop3.el (pop3-md5): Remove.
22037         (pop3-apop): Replace pop3-md5 with md5.
22038
22039         * mm-bodies.el: base64 is always built-in.
22040
22041         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22042         Use with-current-buffer.
22043
22044 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22045
22046         * canlock.el (canlock-insert-header): Remove excessive grouping in
22047         regexp.
22048
22049         * gnus-sum.el (gnus-summary-read-document): Ditto.
22050
22051         * gnus-uu.el (gnus-uu-part-number): Ditto.
22052
22053         * html2text.el (html2text-remove-tags): Ditto.
22054         (html2text-format-tags): Ditto.
22055         (html2text-format-single-elements): Ditto.
22056
22057         * mml.el (mml-parse-1): Ditto.
22058
22059 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22060
22061         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22062
22063         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22064
22065         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22066
22067         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22068
22069 2003-11-15  Simon Josefsson  <jas@extundo.com>
22070
22071         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22072         (pgg-gpg-lookup-key): Use regexp match instead of
22073         split-string (split-string is different between emacs 21.2 and
22074         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22075
22076 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22077
22078         * gnus-art.el (gnus-mime-view-all-parts)
22079         (gnus-article-part-wrapper, gnus-article-view-part):
22080         Use with-current-buffer.
22081
22082 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22083
22084         * spam.el (spam-disable-spam-split-during-ham-respool)
22085         (spam-spamoracle-database, spam-cache-lookups)
22086         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22087         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22088         (spam-group-ham-marks, spam-group-spam-marks)
22089         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22090         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22091         also add spam-use-blackholes to the statistical checks.
22092         (spam-fetch-field-fast): Add interface to fetching fields, may
22093         become a macro.
22094         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22095         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22096         (spam-insert-fake-headers): Fake an article when needed.
22097         (spam-find-spam): Fake article when possible.
22098         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22099         (spam-check-bogofilter-headers): Use message-fetch-field instead
22100         of nnmail-fetch-field.
22101
22102 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22103
22104         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22105
22106 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22107
22108         * spam.el (spam-split): Do not require spam-use-CHECK to be
22109         enabled if that check is passed to spam-split explicitly; also
22110         fix so 'spam doesn't get converted to spam-split-group when
22111         spam-split-symbolic-return is t.
22112         (spam-find-spam): Find registrations of the article and use those
22113         instead of re-running spam-split to find the spam/ham
22114         classification of the article.
22115         (spam-log-processing-to-registry, spam-log-registered-p)
22116         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22117         Use gnus-error instead of gnus-message.
22118         (spam-log-registration-type): Add function to determine the
22119         classification of a message based on registry entries; will
22120         return nil if both 'spam and 'ham are found.
22121         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22122         a reasonably fast local cache without the loading errors.
22123         (spam-cache-lookups): Set to t by default.
22124         (spam-find-spam): Don't try to guess spam-cache-lookups.
22125         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22126         spam-caches entry.
22127         (spam-filelist-build-cache, spam-filelist-check-cache):
22128         Fix caching of whitelist/blacklist entries.
22129         (spam-check-whitelist, spam-check-blacklist):
22130         Invoke spam-from-listed-p with a type, not a cache variable.
22131         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22132
22133 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22134
22135         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22136
22137         * nnmail.el (nnmail-split-fancy): do.
22138
22139         * mml.el (mml-parse): do.
22140
22141         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22142         (gnus-score-adaptive): do.
22143
22144 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22145
22146         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22147         (gnus-mime-button-map): Don't set keymap parent.
22148         (gnus-button-ctan-directory-regexp): Use shy grouping.
22149         (gnus-prev-page-map): Don't set keymap parent.
22150         (gnus-prev-page-map): Remove duplicated one.
22151         (gnus-next-page-map): Don't set keymap parent.
22152         (gnus-mime-security-button-map): Ditto.
22153
22154         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22155         version number.
22156
22157         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22158
22159 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22160
22161         * canlock.el (canlock-sha1-function): Remove.
22162         (canlock-sha1-function-for-verify): Remove.
22163         (canlock-openssl-program): Remove.
22164         (canlock-openssl-args): Remove.
22165         (canlock-ignore-errors): Remove.
22166         (canlock-sha1-with-openssl): Remove.
22167         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22168         (canlock-verify): Don't use canlock-ignore-errors.
22169
22170         * sha1-el.el (sha1-string-external): Make it can return a string
22171         in binary form.
22172         (sha1-region-external): Ditto.
22173         (sha1-string-internal): Ditto.
22174         (sha1-region-internal): Ditto.
22175         (sha1-region): Ditto.
22176         (sha1-string): Ditto.
22177         (sha1): Ditto.
22178
22179 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22180
22181         * spam.el (spam-report-articles-gmane): New command.
22182
22183 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22184
22185         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22186
22187         * run-at-time.el (run-at-time-saved): Remove.
22188         (run-at-time): Doc fix.
22189
22190 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22191
22192         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22193         (gnus-summary-limit-map): Add it.
22194         (gnus-summary-make-menu-bar): do.
22195
22196 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22197
22198         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22199         Make attempt at some caching support (done for BBDB only now).
22200         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22201         addresses to be checked.
22202         (spam-clear-cache-BBDB): Add function, to be invoked by
22203         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22204         (spam-check-BBDB): Check and use the caches, if
22205         spam-cache-lookups is on, remove superfluous (provide).
22206
22207 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22208
22209         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22210
22211 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22212
22213         * run-at-time.el (run-at-time-saved): Move to after the definition
22214         of `run-at-time'.
22215
22216         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22217
22218 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22219
22220         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22221         mm-w3m-local-map-property.
22222
22223         * mm-view.el (mm-w3m-mode-map): Remove.
22224         (mm-w3m-local-map-property): Remove.
22225         (mm-inline-text-html-render-with-w3m): Don't use
22226         mm-w3m-local-map-property.
22227
22228 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22229
22230         * run-at-time.el: New file.
22231
22232         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22233         under Emacs.
22234
22235         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22236         of gnus-set-text-properties.
22237
22238         * gnus-uu.el (gnus-uu-save-article): Ditto.
22239
22240         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22241
22242         * gnus-cite.el (gnus-cite-parse): Ditto.
22243
22244         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22245         of gnus-.
22246
22247         * gnus-xmas.el (run-at-time): Require run-at-time.
22248
22249         * gnus.el: Change calls to nnheader-run-at-time and
22250         password-run-at-time throughout to use run-at-time directly.
22251
22252         * password.el: Remove definition of run-at-time.
22253
22254         * nnheaderxm.el: Remove definition of run-at-time.
22255
22256 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22257
22258         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22259         in prompt.
22260
22261 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22262
22263         * messagexmas.el (message-xmas-redefine): Alias
22264         `message-make-caesar-translation-table' to
22265         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22266         version.
22267
22268         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22269         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22270         `gnus-xmas-set-text-properties'.
22271         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22272         `gnus-xmas-completing-read'.
22273         (gnus-xmas-completing-read): Removed.
22274         (gnus-xmas-open-network-stream): Removed.
22275
22276         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22277         XEmacs version.
22278
22279         * dns.el (dns-make-network-process): Use `open-network-stream'
22280         instead of `gnus-xmas-open-network-stream'.
22281
22282         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22283
22284         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22285
22286 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22287
22288         * gnus-art.el (gnus-mime-display-alternative)
22289         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22290         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22291         Don't use gnus-local-map-property.
22292
22293         * gnus-util.el (gnus-local-map-property): Remove.
22294
22295         * mm-view.el (mm-view-pkcs7-decrypt):
22296         Replace gnus-completing-read-maybe-default with completing-read.
22297
22298         * gnus-util.el (gnus-completing-read): do.
22299         (gnus-completing-read-maybe-default): Remove.
22300
22301 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22302
22303         * password.el: Only autoload `run-at-time' if not XEmacs.
22304         Only autoload the itimer functions if XEmacs.
22305
22306 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22307
22308         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22309         XEmacsen.
22310
22311         * dgnushack.el: Autoload executable-find for XEmacs.
22312
22313 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22314
22315         * gnus-art.el (gnus-read-string): Remove.
22316         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22317         read-string.
22318
22319 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22320
22321         * netrc.el: Autoload password-read.
22322         (netrc): Add configuration group.
22323         (netrc-encoding-method, netrc-openssl-path):
22324         Add variables for encoding and decoding of files with symmetric
22325         ciphers.
22326         (netrc-encode): Add assistant function to encode a file with
22327         netrc-encoding-method.
22328         (netrc-parse): Add interactive parameter, added optional
22329         decoding if netrc-encoding-method is non-nil but otherwise
22330         behavior is standard.
22331         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22332         Do s/encode/encrypt/ everywhere.
22333
22334         * spam.el: Remove executable-find autoload.
22335
22336 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22337
22338         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22339
22340         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22341
22342 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22343
22344         * gnus-art.el (gnus-treat-ansi-sequences)
22345         (article-treat-ansi-sequences): New variable and function.
22346         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22347
22348         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22349         Use it.
22350
22351 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22352
22353         * mm-util.el (mm-quote-arg): Remove.
22354
22355         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22356         shell-quote-argument.
22357
22358         * gnus-uu.el (gnus-uu-command): do.
22359
22360         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22361
22362         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22363         with make-char.
22364
22365         * mm-util.el (mm-make-char): Remove.
22366
22367         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22368         add-minor-mode.
22369
22370         * gnus-undo.el (gnus-undo-mode): do.
22371
22372         * gnus-topic.el (gnus-topic-mode): do.
22373
22374         * gnus-sum.el (gnus-dead-summary-mode): do.
22375
22376         * gnus-start.el (gnus-slave-mode): do.
22377
22378         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22379
22380         * gnus-ml.el (gnus-mailing-list-mode): do.
22381
22382         * gnus-gl.el (gnus-grouplens-mode): do.
22383
22384         * gnus-draft.el (gnus-draft-mode): do.
22385
22386         * gnus-dired.el (gnus-dired-mode): do.
22387
22388         * gnus-ems.el (gnus-add-minor-mode): Remove.
22389
22390         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22391         Replace gnus-char-width with char-width.
22392
22393         * gnus-ems.el (gnus-char-width): Remove.
22394
22395         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22396         Replace gnus-char-width with char-width.
22397
22398         * gnus-ems.el (gnus-char-width): Remove.
22399
22400         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22401         definition.
22402         Remove Emacs 20 hash table compatibility code.
22403
22404         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22405         20 compatibility code.
22406
22407         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22408
22409         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22410
22411         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22412         Replace with point-at-{eol,bol}.
22413
22414         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22415
22416         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22417
22418         * flow-fill.el (fill-flowed-point-at-bol)
22419         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22420
22421         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22422         Replace with point-at-{eol,bol} throughout all files.
22423
22424 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22425
22426         * ntlm.el (ntlm-string-as-unibyte): New macro.
22427         (ntlm-build-auth-response): Use it.
22428
22429         Remove Emacs 20 stuff:
22430         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22431         (butlast, mapc, remove): Remove the compiler macros.
22432         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22433         of delq and copy-sequence.
22434         * gnus-art.el (popup-menu): Remove the compiler macro.
22435         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22436         Emacs 20.
22437
22438 2004-01-05  Simon Josefsson  <jas@extundo.com>
22439
22440         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22441         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22442         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22443         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22444         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22445         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22446         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22447         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22448         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22449         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22450         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22451         string-xor into ntlm-string-xor.
22452         Suggested by Jesper Harder <harder@myrealbox.com>.
22453
22454         * ntlm.el: Don't include poem.
22455
22456         * md4.el (print-int32, print-string-hexa): Remove.
22457         Suggested by Jesper Harder <harder@myrealbox.com>.
22458
22459         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22460
22461         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22462         probably breaks emacs with DL patch, but do we care? Is anyone
22463         still using the DL stuff?)
22464
22465         * sieve-manage.el: Use the password package.
22466         (sieve-manage-read-passwd): Remove.
22467         (sieve-manage-interactive-login): Use password.  Re-add
22468         condition-case around loop.
22469
22470         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22471         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22472         Use the password package.
22473
22474 2003-02-19  Simon Josefsson  <jas@extundo.com>
22475
22476         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22477         token.
22478
22479 2002-08-07  Simon Josefsson  <jas@extundo.com>
22480
22481         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22482         (sieve-manage-authenticators):
22483         (sieve-manage-authenticator-alist): Add some SASL mechs.
22484         (sieve-sasl-auth): New function.
22485         (sieve-manage-cram-md5-auth):
22486         (sieve-manage-plain-auth): Rewrite using SASL library.
22487         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22488         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22489         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22490         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22491
22492 2004-01-05  Simon Josefsson  <jas@extundo.com>
22493
22494         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22495         New files.
22496
22497 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22498
22499         * gnus-group.el (gnus-no-groups-message): Update.
22500
22501         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22502
22503 2003-11-09  Simon Josefsson  <jas@extundo.com>
22504
22505         * imap.el: Support for ID IMAP extension (RFC 2971).
22506         (imap-local-variables): Add imap-id.
22507         (imap-id): New variable.
22508         (imap-id): New function.
22509         (imap-parse-response): Parse untagged ID response.
22510         * nnimap.el (nnimap-id): New variable.
22511         (nnimap-open-connection): Use it.
22512
22513 2003-12-28  Simon Josefsson  <jas@extundo.com>
22514
22515         * gnus-score.el (gnus-score-edit-all-score): New.
22516         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22517
22518 2004-01-04  Simon Josefsson  <jas@extundo.com>
22519
22520         * password.el: Add.
22521
22522 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22523
22524         * dns.el (dns-query-types): Fix typo.
22525         (dns-query-types): New function.
22526         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22527         PTR and SOA replies, see RFC 1035.
22528
22529 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22530
22531         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22532
22533         * Move to Changelog.2.
22534
22535 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22536
22537         * gnus.el (gnus-version-number): Bump version.
22538
22539 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22540
22541         * gnus.el: No Gnus v0.1 is released.
22542
22543 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22544
22545         * gnus.el: No Gnus v0.0 is released.
22546
22547 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22548
22549         * gnus.el (gnus-version-number): Bump.
22550         (gnus-version): No.
22551
22552 See ChangeLog.2 for earlier changes.
22553
22554   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22555
22556   This file is part of GNU Emacs.
22557
22558   GNU Emacs is free software: you can redistribute it and/or modify
22559   it under the terms of the GNU General Public License as published by
22560   the Free Software Foundation, either version 3 of the License, or
22561   (at your option) any later version.
22562
22563   GNU Emacs is distributed in the hope that it will be useful,
22564   but WITHOUT ANY WARRANTY; without even the implied warranty of
22565   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22566   GNU General Public License for more details.
22567
22568   You should have received a copy of the GNU General Public License
22569   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22570
22571 ;; Local Variables:
22572 ;; coding: utf-8
22573 ;; fill-column: 79
22574 ;; add-log-time-zone-rule: t
22575 ;; End: