ea489651239c01563a8121ef13125868325d662d
[gnus] / lisp / ChangeLog
1 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-msg.el (gnus-bug): Fix the MML tag.
4
5         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6
7 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
8
9         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
10         secondary methods if started with `gnus-no-server'.
11
12 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
13
14         * message.el (message-return-action): Fix typo in docstring.
15
16 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
19         bug reports at once.
20
21         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
22
23 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * nndraft.el: Require gnus-group.
26         (nndraft-request-list): Declare.
27
28         * nndraft.el (nndraft-update-unread-articles): Don't show group having
29         no unread article unless it matches gnus-permanently-visible-groups.
30
31         * nndraft.el (nndraft-update-unread-articles): New function.
32         (nndraft-request-associate-buffer): Use it to update the number of
33         unread articles for the nndraft groups in the group buffer when saving
34         or killing a draft message.
35
36 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
39         systems to binary before writing and reading the mbox files.
40
41         * gnus.el (gnus-summary-line-format): Link to the info node for %U
42         instead of trying to list them all (bug#8978).
43
44 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
45
46         * pop3.el (pop3-open-server): Use :end-of-capability.
47
48 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
51         the id is always a number.
52
53         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
54
55         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
56         debbugs mode, if possible.
57
58 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
59
60         * auth-source.el (auth-source-token-passphrase-callback-function):
61         Reindent.
62         (epg-context-operation): Remove unnecessary autoload.
63
64 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus.el (gnus-list-debbugs): New command.
67
68         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
69         mboxstat instead of the maintbox, since the stat seems to be fuller.
70
71         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
72         summary buffers.
73
74         * message.el (message-get-reply-headers): Delete all duplicates,
75         instead of the first.
76         (message-get-reply-headers): Ensure that we have progress while
77         deleting duplicates.
78
79         * gnus-msg.el (gnus-configure-posting-styles): Get the local
80         gnus-posting-style value from the summary buffer to make it easier to
81         make that a per-buffer conf.
82
83 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
84
85         * nnir.el (nnir-run-imap): Allow halting a search when an article is
86         found by setting `shortcut' in 'query.
87         (nnir-request-article): Use `shortcut' setting when requesting article
88         by Message-ID.
89
90 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
91
92         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
93         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
94         Bring the pseudo-headers back too.
95
96 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
97
98         * auth-source.el (auth-source-token-passphrase-callback-function):
99         Simplify and remove EPA dependency.
100
101 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
102
103         * nnir.el (nnir-request-article): Fix error message text.
104
105 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
106
107         * auth-source.el (plstore-delete): Autoload.
108         (auth-source-plstore-search): Support delete operation.
109         * plstore.el (plstore-delete): New function.
110
111 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
114         mark actually existing articles as unread rather than the ones that
115         active asserts.
116
117 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
118
119         * nntp.el (nntp-record-command):
120         * gnus-util.el (gnus-message-with-timestamp-1):
121         Use format-time-string rather than decoding time stamps by hand.
122         This is simpler and insulates the code from potential changes to
123         current-time format.
124
125 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
128
129 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
130
131         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
132         (plstore-save): Support public key encryption.
133         (plstore--init-from-buffer): New function.
134         (plstore-open): Use it; fix error when opening a non-existent file.
135         (plstore-revert): Use plstore--init-from-buffer.
136
137 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
138
139         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
140
141 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * mml2015.el (mml2015-use): Replace string-match-p with string-match
144         for old Emacsen.
145
146 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
147
148         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
149         is not fully working.
150
151 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * dgnushack.el: Autoload sha1 on XEmacs.
154
155         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
156         quit window configuration.
157
158         * auth-source.el (epg-context-set-passphrase-callback): Remove
159         duplicate autoload.
160
161 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
162
163         * nnir.el (nnir-request-article): Allow requesting articles by
164         Message-ID with nnimap.
165
166         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
167         current server.
168
169 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
170
171         * auth-source.el: Autoload EPA/EPG functions.
172         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
173         changed when EPA/EPG is not available.
174         (auth-source-backend): Rename "arg" member to "data".
175         (auth-source-backend-parse, auth-source-plstore-search)
176         (auth-source-plstore-create): Use it.
177
178 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
179
180         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
181         `gnus-refer-article-methods'.
182
183 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         * auth-source.el: Require EPA and EPG.
186         (auth-source-passphrase-alist): New variable.
187         (auth-source-passphrase-callback-function)
188         (auth-source-token-passphrase-callback-function): Callbacks for the
189         netrc field encryption (GPG tokens).
190         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
191         Symmetric encryption and decryption of the netrc GPG tokens.
192         (auth-source-netrc-normalize): Use them, simplifying the closure.
193
194 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
197         is available.
198
199 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
202         non-nil, and `nnimap-split-methods' is nil, use the former.
203
204 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
205
206         * plstore.el (plstore-revert): New function.
207         (plstore-open): Use it; hide the buffer from user.
208
209 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
210
211         * auth-source.el (auth-source-backend): New member "arg".
212         (auth-source-backend-parse): Handle new backend 'plstore.
213         * plstore.el: New file.
214
215 2011-06-30  Glenn Morris  <rgm@gnu.org>
216
217         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
218
219 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
222         expiring articles to.
223
224         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
225         variations as ASCII (bug#5458).
226
227 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
230
231 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * message.el (message-point-in-header-p): Tweak the function to default
234         to saying that we're not in the headers if there is no separator at
235         all.  This makes it possible to use the Message version of `M-q' in
236         buffers with no headers (bug#7987).
237         (message-point-in-header-p): Fix last checkin to work with an empty
238         mail-header-separator, too.
239
240         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
241         again, save the choice via customize.
242
243 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * message.el (message-send-mail-function): Add `sendmail-query-once'.
246
247         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
248         ended the connection, bail out before waiting infinitely on a new
249         connection.
250
251 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
252
253         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
254         reports.
255
256         * gnus.el (gnus-bug-package): Use "gnus."
257         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
258
259 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * dgnushack.el: Make the timer warning go away on XEmacs.
262
263         * gnus-art.el (gnus-article-stop-animations): New function to stop any
264         animations going on at article exit time.
265
266         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
267         since removing it breaks people upgrading.
268
269         * shr.el (shr-put-image): Use the new interface for animating images.
270         (shr-put-image): Animate for 60 seconds.
271
272         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
273         avoid compiler warnings.
274
275         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
276         error with `find-file-hooks' on Emacs 22.
277         (with-auth-source-epa-overrides): Ugly hack to Wrap the
278         `find-file-hook' things in `symbol-value' to avoid compilation warnings
279         on all architectures.
280
281         * spam.el (spam-stat): Require in a normal fashion without binding
282         `spam-stat-install-hooks' to avoid compilation warnings.
283
284         * spam-stat.el (spam-stat-install-hooks): Removed.
285         (spam-stat-install-hooks): Don't run automatically.
286
287 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
288
289         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
290         and keystroke.
291
292 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * auth-source.el (auth-source-netrc-cache): Move forward.
295
296 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * proto-stream.el (proto-stream-open-starttls): Use
299         `gnutls-available-p' to see whether we have built-in support.
300
301         * auth-source.el (auth-source-netrc-create): Don't query the bits that
302         we already know.
303         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
304         (auth-source-netrc-create): Don't prompt for the stuff we already know.
305
306 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
309         %S format, since that looks odd.
310         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
311         file, especially when saving.
312
313 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
314
315         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
316         article found.
317
318 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
319
320         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
321         `auth-source-save-secrets' with a more sensitive alist that can be
322         configured per file.  Experimental, so defaults to 'never.
323         (auth-source-netrc-create): Use it.  Still experimental code.
324         (with-auth-source-epa-overrides): Use `find-file-hooks' if
325         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
326
327 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
328
329         * auth-source.el (auth-source-save-secrets): New variable to control if
330         secret tokens should be saved encrypted.
331         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
332         to `auth-source-netrc-normalize'.
333         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
334         on the EPA variables being defined.
335         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
336         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
337         the lexical-let closure.
338         (auth-source-netrc-create): Create "gpg:" tokens according to
339         `auth-source-save-secrets'.
340
341 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * gnus-group.el (gnus-group-update-group): Add new argument
344         `info-unchanged' that stops updating dribble buffer.
345
346         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
347         deletes lines matching to it in dribble buffer.
348
349         * gnus-agent.el (gnus-agent-fetch-group-1):
350         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
351         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
352         * gnus-start.el (gnus-group-change-level):
353         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
354
355         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
356         if newsgroup info is not changed.
357
358         * gnus-group.el (gnus-group-get-new-news-this-group):
359         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
360         Don't update dribble buffer.
361
362 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
363
364         * gnus-registry.el (gnus-registry-remove-ignored): New function to
365         remove entries with groups we ignore.
366
367 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
370         the underline comes at the bottom.
371
372 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
373
374         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
375         `gnus-registry-user-format-function-M' and declare the latter obsolete.
376         (gnus-registry-article-marks-to-names): Rename from
377         `gnus-registry-user-format-function-M2'.
378
379 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
382         ephemeral group.
383
384 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * shr.el (shr-browse-image): Copy the URL if called interactively.
387
388 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
391         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
392         done, then unselected articles may be marked as read.
393
394         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
395         since not doing this seems to lead to a race condition in pop3-logon.
396
397         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
398         so that the call chain it correct when we call "upwards".
399
400         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
401         in read-only groups.
402
403         * gnus-group.el (gnus-group-mark-article-read): Ditto.
404
405         * message.el (message-cite-reply-position): Doc string fix.
406
407         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
408         avoid regexp overflow.
409         (nnimap-transform-split-mail): Ditto.
410
411         * pop3.el (pop3-retr): Error out if the server closes the connection.
412
413 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
414
415         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
416         mm-with-unibyte-current-buffer.  The buffer should not contain any
417         multibyte chars anyway at this stage.
418
419 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
422         at the end of lines.
423
424 2011-05-29  Julien Danjou  <julien@danjou.info>
425
426         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
427
428 2011-05-27  Glenn Morris  <rgm@gnu.org>
429
430         * gnus-group.el (gnus-bug-group-download-format-alist):
431         Use the "maintainer" version of debian reports as well.
432
433 2011-05-26  Glenn Morris  <rgm@gnu.org>
434
435         * gnus-group.el (gnus-bug-group-download-format-alist):
436         Use the "maintainer" version of debbugs.gnu.org reports.
437
438 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
441
442 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
443
444         * gnus-cus.el (gnus-agent-customize-category):
445         * gnus-delay.el (gnus-delay-send-queue):
446         * gnus.el (gnus-other-frame):
447         Don't quote lambda expressions with `quote'.
448
449 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
450
451         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
452         the thread moves us backwards and so we loop forever.
453
454 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
457         whitespace in base64 data lines.
458
459 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
460
461         * gnus-registry.el (gnus-registry-user-format-function-M):
462         Use `mapconcat'.
463         (gnus-registry-user-format-function-M2): Use to see the full text of
464         the marks.  Make "," the mark text separator.
465
466         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
467         authentication with auth-source.
468
469 2011-05-17  Glenn Morris  <rgm@gnu.org>
470
471         * gnus-group.el (gnus-import-other-newsrc-file):
472         Use insert-file-contents.
473
474 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
475
476         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
477         1000 iterations.
478
479 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * nntp.el (nntp-open-connection): Check if process-type is available.
482
483 2011-05-16  Julien Danjou  <julien@danjou.info>
484
485         * shr.el (shr-tag-del): Add support for del tag.
486
487 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * gnus-html.el (gnus-html-put-image): Register a displayer.
490
491         * shr.el (shr-image-displayer): Don't remove text props from alt text.
492
493 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
494
495         * registry.el (prune-factor): New initialization parameter defaulting
496         to 0.1.
497         (registry-prune-hard): Use it.
498
499         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
500         0.1 expicitly.
501
502 2011-05-13  Glenn Morris  <rgm@gnu.org>
503
504         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
505         is bound, since this function requires sendmail.
506
507 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
508
509         * registry.el (registry-usage-test): Disable pruning test.
510
511 2011-05-11  David Engster  <dengste@eml.cc>
512
513         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
514         Bind set-network-process-option for XEmacs.
515
516 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
517
518         * registry.el (registry-prune-hard-candidates)
519         (registry-prune-soft-candidates): Helper methods for registry pruning.
520         (registry-prune): Use them.  Make the sort function optional.
521
522 2011-05-10  Jim Meyering  <meyering@redhat.com>
523
524         * shr.el (shr-colorize-region): Fix typo "on on -> on".
525
526 2011-05-10  Julien Danjou  <julien@danjou.info>
527
528         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
529         symbol and not a list.
530
531 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-art.el (gnus-article-mode): Move binding of
534         shr-put-image-function here from gnus-article-prepare-display.
535
536         * shr.el (shr-put-image-function): New variable.
537         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
538         (shr-put-image): Return scaled image.
539
540         * gnus-art.el (gnus-shr-put-image): New function.
541         (gnus-article-prepare-display): Bind shr-put-image-function to it.
542
543         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
544         original ones, as deletable.
545
546 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
547
548         * nntp.el (nntp-open-connection): Set TCP keepalive option.
549
550 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * registry.el (registry-full): Add convenience method.  Fix logic.
553         (registry-insert): Use it.  Fix logic here too.
554
555         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
556         `registry-prune' if `registry-full' returns t.
557         (gnus-registry-handle-action)
558         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
559         (gnus-registry-usage-test): Use it.
560
561 2011-05-07  Julien Danjou  <julien@danjou.info>
562
563         * shr.el (shr-link): Make shr-link inherit from link by default.
564
565 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
566
567         * shr.el (shr-urlify, shr-link): Fix shr-link face.
568
569 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
570
571         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
572         error out because the face is not a list.
573
574 2011-05-05  Glenn Morris  <rgm@gnu.org>
575
576         * proto-stream.el (gnutls-negotiate): Fix declarations.
577
578         * gnus-start.el (gnus-propagate-marks): Declare.
579
580 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
581
582         * registry.el (registry-reindex): Fix percentage message.
583
584         * proto-stream.el (network-stream-open-starttls): Adjust to call
585         `gnutls-negotiate' with :process and :hostname arguments.
586
587 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
588
589         * shr.el: Add shr-link face for links.
590         (shr-urlify): Use it.
591
592         * registry.el (registry-insert): Make error message more helpful.
593
594 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * gnus-html.el (gnus-html-schedule-image-fetching):
597         Use url-queue-retrieve, if it exists.
598
599         * shr.el (shr-tag-img): Ditto.
600
601         * gnus.el: Autoload more gnus-agent functions.
602
603         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
604         agent if we haven't already (bug#8502).
605
606         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
607         into the Agent, too.
608
609         * gnus-agent.el (gnus-agent-store-article): New function.
610
611         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
612         and moved from that file for reuse.
613
614         * pop3.el (pop3-open-server): Error messages are "-ERR".
615
616 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
619         (open-tls-stream): Remove superfluous tls/starttls autoloads.
620
621 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
622
623         * gnus.el: No Gnus v0.17 is released.
624
625 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
626
627         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
628         buffer has moved to a different frame.
629
630 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
633         to get the conversion from unibyte to multibyte buffers to work on
634         Emacs 22.
635
636         * nntp.el (nntp-request-article): Slight clean-up.
637
638 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * shr.el (shr-strike-through): New face.
641         (shr-tag-s): Use it to provide <s> support.
642         (shr-tag-s): Remove duplicate definition.
643
644 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
645
646         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
647         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
648
649 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
650
651         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
652         `gnutls-negotiate'.
653         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
654
655 2011-04-23  Glenn Morris  <rgm@gnu.org>
656
657         * gnus-sum.el (gnus-extra-headers): Bump :version.
658
659 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * shr.el (shr-tag-sup): New function.
662         (shr-tag-sub): Ditto.
663
664 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
665
666         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
667         for the case where `gnus-registry-ignored-groups' is a list of lists,
668         and don't call `gnus-parameter-registry-ignore' otherwise.
669
670 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
671
672         * nnimap.el (nnimap-user): New backend variable.
673         (nnimap-open-connection-1): Use it.
674         (nnimap-credentials): Accept user parameter so it's explicit what user
675         name is desired.
676
677         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
678         default.
679
680         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
681         not gnus-registry.el.
682
683         * gnus-registry.el: Mention in comments how to modify
684         `gnus-extra-headers' for proper recipient tracking and that it may
685         already have To and Cc recently, which it does as of this commit.
686         (gnus-registry-ignored-groups): Remove defcustom.
687         Explain why in comments.
688         (gnus-registry-action): Fix data-header reference to use the extra
689         headers.  Explain in package commentary how to add To and Cc headers to
690         the gnus-extra-headers.
691         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
692         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
693         parameter list or a string list in `gnus-registry-ignored-groups'.
694         Fix logic error.
695
696 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * shr.el (shr-expand-url): Protect against null urls.
699
700 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * shr.el (shr-base): New binding.
703         (shr-tag-base): Keep track of <base>.
704         (shr-expand-url): New function used throughout.
705
706 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
707
708         * gnus-registry.el
709         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
710         (gnus-registry-ignored-groups): New variable.
711         (gnus-registry-ignore-group-p): Use it.
712         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
713         set the destination group to nil (same as delete) if it's ignored.
714
715 2011-04-20  David Engster  <dengste@eml.cc>
716
717         * tests/gnustest-nntp.el: New file for simple NNTP testing.
718
719         * Makefile.in (test-nntp): New rule.
720         (check): Add it.
721         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
722
723 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gnus-registry.el (gnus-registry-action)
726         (gnus-registry-fetch-header-fast):
727         Don't use mail-header that looks an internal function of mailheader.el.
728
729 2011-04-19  Glenn Morris  <rgm@gnu.org>
730
731         * time-date.el (time-to-days): Remove unused local variables.
732
733 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * gnus-registry.el: Eliminate cl functions.
736         (gnus-registry-sort-addresses): New function that replaces mapcan.
737         (gnus-registry-action, gnus-registry-spool-action)
738         (gnus-registry-split-fancy-with-parent)
739         (gnus-registry-fetch-recipients-fast): Use it.
740         (gnus-registry-import-eld): Replace delete* with dolist + delq.
741
742         * registry.el (initialize-instance, registry-lookup)
743         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
744         (registry-lookup-secondary-value, registry-search, registry-delete)
745         (registry-insert, registry-reindex, registry-size, registry-prune):
746         Use eval-and-compile.
747
748 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
749
750         * registry.el (registry-reindex): New method to recreate the secondary
751         registry indices.
752
753         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
754         tracked field changes.
755         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
756         (gnus-registry-action, gnus-registry-spool-action)
757         (gnus-registry-handle-action)
758         (gnus-registry--split-fancy-with-parent-internal)
759         (gnus-registry-split-fancy-with-parent)
760         (gnus-registry-register-message-ids): Add recipient tracking on spool,
761         move, and delete actions, and for fancy splitting with parent.
762         (gnus-registry-extract-addresses)
763         (gnus-registry-fetch-recipients-fast)
764         (gnus-registry-fetch-header-fast): Convenience functions.
765         (gnus-registry-misc-test): ERT test of
766         `gnus-registry-extract-addresses'.
767
768 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
769
770         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
771         Track by subject first, then sender.
772
773 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
774
775         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
776
777         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
778         Lisp.
779
780         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
781         (gnus-draft-send): Use it to avoid popping
782         up frames from gnus-group-send-queue.
783
784 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
785
786         * gnus-registry.el: Updated gnus-registry docs.
787
788 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
791         Fix logic bug.
792         (gnus-registry-post-process-groups): Fix logging of no results and
793         quote sender and subject.
794
795 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
798         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
799         gnutls-cli are too slow to be done opportunistically.
800
801         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
802         (gnus-read-active-for-groups): Don't try to finish getting stuff where
803         we had no early-data returned.
804         (gnus-get-unread-articles): Add a sanity check so that we don't issue
805         two async commands to the same server at the same time.
806
807 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
808
809         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
810
811 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
814         "warning" level.
815
816         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
817         (mm-url-insert-file-contents): Don't set the package names.
818
819 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
820
821         * gnus-registry.el (gnus-registry-action): Remove properties and
822         simplify subject in `gnus-registry-handle-action'.
823         (gnus-registry-spool-action): Get subject and sender from message if
824         they are not passed in.
825         (gnus-registry-handle-action): Remove properties and simplify subject
826         consistently.
827
828 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
829
830         * registry.el: Require CL before using defmacro*.
831
832 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * gnus-art.el (article-treat-date): Assume that
835         gnus-article-date-headers may be a group parameter.
836
837 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
838
839         * gnus-registry.el (gnus-registry-handle-action): More debugging.
840
841         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
842         interactively so the newsrc file can contain foreign groups too.
843         Useful for debugging but not much for users.
844
845 2011-04-07  David Engster  <dengste@eml.cc>
846
847         * registry.el (registry-usage-test): Only do
848         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
849         lexical binding.
850
851 2011-04-07  David Engster  <dengste@eml.cc>
852
853         * Makefile.in (check, test-registry): New rules for test-suite.
854
855 2011-04-06  David Engster  <dengste@eml.cc>
856
857         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
858         argument NOERROR for `require', since XEmacs 21.4 does not support it.
859
860 2011-04-06  David Engster  <dengste@eml.cc>
861
862         * registry.el (initialize-instance): Change :after to :AFTER to be
863         compatible with old EIEIO version in XEmacs.
864
865 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * gnus-registry.el (gnus-registry-post-process-groups)
868         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
869         and provide better messaging.
870
871 2011-04-06  David Engster  <dengste@eml.cc>
872
873         * Makefile.in (fail-on-warning): New rule to compile with warnings as
874         errors.
875
876         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
877         dgnushack-compile with error-on-warn enabled, and to signal an error if
878         clean compilation failed.
879         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
880         with `byte-compile-error-on-warn'.  Return nil if errors occured.
881
882 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
883
884         * gnus-registry.el: Don't use ERT if it's not available.  Load it
885         unconditionally anyway, discarding errors.
886         (gnus-registry-delete-entries): New convenience function.
887         (gnus-registry-import-eld): Import from old .eld registry.
888
889         * registry.el: Don't use ERT if it's not available.  Load it
890         unconditionally anyway, discarding errors.
891
892         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
893         version from the Claudio Bley GnuTLS patch (extra optional parameters
894         and host name).
895
896 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * gnus-registry.el (gnus-registry-fixup-registry): New function to
899         fixup the parameters that can be customized by the user between
900         save/read cycles.
901         (gnus-registry-read): Use it.
902         (gnus-registry-make-db): Use it.
903         (gnus-registry-spool-action, gnus-registry-handle-action):
904         Fix messaging.
905         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
906         Map references to actual group names with sender and subject tracking.
907         (gnus-registry-post-process-groups): Use `cond' for better messaging.
908         (gnus-registry-usage-test): Add subject lookup test.
909
910         * registry.el (registry-db, initialize-instance): Set up constructor
911         instead of :initform arguments for the sake of older Emacsen.
912         (registry-lookup-breaks-before-lexbind): New method to demonstrate
913         pre-lexbind merge bug.
914         (registry-usage-test): Use it.
915         (initialize-instance, registry-db): Move the non-function initforms
916         back to the class definition.
917
918 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
919
920         * registry.el: New library to manage gnus-registry-style data.
921
922         * gnus-registry.el: Use it (major rewrite).
923
924         * nnregistry.el: Use it.
925
926         * spam.el: Use it.
927
928 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
931         marks on non-selected articles.
932
933 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
934
935         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
936         parameter to open-protocol-stream.
937
938 2011-04-01  Julien Danjou  <julien@danjou.info>
939
940         * mm-view.el (mm-display-inline-fontify): Do not fontify with
941         fundamental-mode.
942
943 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
946         servers.
947
948 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
951         made marks not propagate, again.
952
953 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
954
955         * proto-stream.el (open-protocol-stream): Bring back `network' type.
956         Make this the default type.
957         (proto-stream-open-plain): Rename from proto-stream-open-default.
958         (open-protocol-stream, proto-stream-open-starttls)
959         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
960         with `plain'.
961
962         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
963         value.
964
965         * nntp.el (nntp-open-connection-function): Document the fact that some
966         values are not functions but are instead handled specially.
967         Recognize nntp-open-plain-stream value.
968         (nntp-open-connection): Recognize that value.
969
970 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
973         where it seems to be needed.
974
975 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
978         stuff.
979
980         * gnus-score.el (gnus-score-string): Fix calling convention of
981         `gnus-simplify-buffer-fuzzy' after last patches.
982
983         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
984         server for articles we didn't get any headers for.  This is a sanity
985         check.
986
987 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
988
989         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
990         new CAPABILITY, use it.
991
992 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
995         downloading anything.
996
997         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
998
999 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1000
1001         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1002         colors.
1003         (gnus-splash-svg-color-symbols): New function.
1004
1005 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1008         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1009         (gnus-simplify-subject-fuzzy): Use the local
1010         gnus-simplify-subject-fuzzy-regex instead of the global one.
1011         This makes using this variable in group parameters work.
1012
1013 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1014
1015         * gnus-registry.el (gnus-registry-unfollowed-groups):
1016         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1017         archive:sent-YYYY-MM-DD groups).
1018         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1019         tracking if there are more than `gnus-registry-max-track-groups'
1020         matches.
1021
1022 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1023
1024         * message.el (message--yank-original-internal): New function to do the
1025         insertion cleanly inside eval in `message-yank-original'.
1026         (message-yank-original): Use it.
1027
1028 2011-03-29  Julien Danjou  <julien@danjou.info>
1029
1030         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1031         local variables disabled rather than `normal-mode'.
1032
1033 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1034
1035         * imap.el (imap-shell-open, imap-process-connection-type):
1036         Use imap-process-connection-type for 'shell' streams as well as
1037         Kerberos, SSL, other subprocesses.
1038
1039 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1040
1041         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1042         with open-network-stream.
1043         (proto-stream-always-use-starttls): Option removed.
1044         (open-protocol-stream): Return a process object by default.  Provide a
1045         new parameter :return-list specifying a list-type return value, which
1046         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1047         :type `network' to `try-starttls', and `network-only' to `default'.
1048         Make `default' the default, for compatibility with open-network-stream.
1049         Handle the no-parameter case exactly as open-network-stream, with no
1050         additional stream processing.  Search plists using plist-get.
1051         Explicitly add :end-of-commend parameter if it is missing.
1052         (proto-stream-open-default): Rename from
1053         proto-stream-open-network-only.  Return 'default as the type.
1054         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1055         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1056         failed.  Always return a list with a (possibly dead) process as the
1057         first element, for compatibility with open-network-stream.
1058         (proto-stream-open-tls): Use plist-get.  Always return a list.
1059         (proto-stream-open-shell): Return `default' as connection type.
1060         (proto-stream-capability-open): Use plist-get.
1061         (proto-stream-eoc): Function deleted.
1062
1063         * nnimap.el (nnimap-stream, nnimap-open-connection)
1064         (nnimap-open-connection-1): Handle renaming of :type parameter for
1065         open-protocol-stream.
1066         (nnimap-open-connection-1): Pass a :return-list parameter
1067         open-protocol-stream to obtain a list return value.  Parse this list
1068         using plist-get.
1069
1070         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1071         for open-protocol-stream.  Accept open-protocol-stream return value
1072         that is a subprocess object instead of a list.  Handle the case of a
1073         dead returned process.
1074
1075 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1076
1077         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1078
1079         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1080
1081 2011-03-21  Julien Danjou  <julien@danjou.info>
1082
1083         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1084         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1085         query.
1086         (mm-inline-text): Render normal text with fontification whenever
1087         possible.
1088
1089         * gnus-sum.el (gnus-summary-save-parts-1):
1090         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1091         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1092         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1093         Use `mm-handle-filename'.
1094
1095         * mm-util.el (mm-handle-filename): New function, return the filename of
1096         an handle.
1097
1098 2011-03-18  Julien Danjou  <julien@danjou.info>
1099
1100         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1101         (gnus-buffer-live-p): Check that buffer is not nil.
1102
1103 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1104
1105         * gnus.el: No Gnus v0.15 is released.
1106
1107 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1110         avoid warning on XEmacs.
1111
1112         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1113         on XEmacs.
1114
1115         * gnus-art.el: Require mouse, which the build bot seems to say is
1116         needed.
1117
1118         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1119
1120         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1121         XEmacs, since it doesn't have url-retrieve-synchronously.
1122
1123         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1124         since assoc-string doesn't exist in XEmacs.
1125
1126 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1127
1128         * gnus-group.el (gnus-group-list-ticked): New function.
1129         (gnus-group-make-menu-bar): Provide a menu entry for it.
1130         (gnus-group-list-map): Provide a binding for it.
1131
1132 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * shr.el (shr-visit-file): New command.
1135
1136         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1137
1138 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1139
1140         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1141         servers.
1142
1143 2011-03-16  Julien Danjou  <julien@danjou.info>
1144
1145         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1146         inline.
1147
1148         * gnus-art.el (article-hide-list-identifiers):
1149         Use gnus-group-get-list-identifiers.
1150
1151         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1152         (gnus-summary-remove-list-identifiers):
1153         Use gnus-group-get-list-identifiers to get regexp.
1154         (gnus-select-newsgroup, gnus-summary-insert-subject)
1155         (gnus-summary-insert-articles):
1156         Call gnus-summary-remove-list-identifiers unconditionally.
1157
1158 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1161         we're selecting a group with unread articles.
1162
1163         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1164
1165         * gssapi.el: New file separated out from imap.el to provide a general
1166         Kerberos 5 connection facility for Emacs.
1167
1168         * message.el (message-elide-ellipsis): Document the format spec
1169         ellipsis.
1170
1171 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1172
1173         * message.el (message-elide-region): Allow the ellipsis to say how many
1174         lines were removed.
1175
1176 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1179         window configurations containing buffers that are now dead.
1180
1181         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1182         parsing to avoid integer overflows.
1183         (nnimap-parse-flags): Simplify the last change.
1184         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1185         too large for 32-bit Emacsen.
1186
1187 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1188
1189         * auth-source.el (auth-source-netrc-create):
1190         * message.el (message-yank-original): Fix use of `case'.
1191
1192 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1193
1194         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1195         XEmacs, which was one character too wide.
1196
1197 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1198
1199         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1200         default number of articles to display.
1201         (gnus-articles-to-read): Use pretty names for prompt.
1202
1203 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * gnus-int.el (gnus-open-server): Ditto.
1206
1207         * gnus-start.el (gnus-activate-group): Give a backtrace if
1208         debug-on-quit is set and the user hits `C-g'.
1209         (gnus-read-active-file): Ditto.
1210
1211         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1212
1213 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1214
1215         * message.el (message-yank-original): Use cond instead of CL case.
1216
1217 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1218
1219         * auth-source.el (auth-source-netrc-create): Use usual format for the
1220         default in prompts.
1221
1222 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * lpath.el: Fbind read-char-choice for XEmacs.
1225
1226 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1227
1228         * auth-source.el (auth-source-netrc-create): Show the default in the
1229         prompt when prompting for token creation.
1230
1231 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * auth-source.el (auth-source-format-prompt): Always convert the value
1234         to a string to avoid evaluating non-string arguments.
1235         (auth-source-netrc-create): Offer default properly, not as initial
1236         content in `read-string'.
1237         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1238         of line to determine if we've been run before.  If so, don't run again,
1239         but print a trivial message to indicate the cache was hit instead.
1240
1241 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1242
1243         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1244         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1245         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1246         Gnus.
1247
1248 2011-03-11  Julien Danjou  <julien@danjou.info>
1249
1250         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1251         modified file".
1252
1253 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1254
1255         * auth-source.el (auth-source-read-char-choice): New function to read a
1256         character choice using `dropdown-list', `read-char-choice', or
1257         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1258         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1259         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1260         (auth-source-netrc-saver): Use it.
1261         (auth-source-pick-first-password): New convenience function.
1262
1263 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1264
1265         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1266         parameter in the credentials.
1267         (nnimap-open-connection-1): Use it after a successful login.
1268         (nnimap-credentials): Add IMAP-specific user and password prompt.
1269
1270         * auth-source.el (auth-source-search): Add :require parameter, taking a
1271         list.  Document it and the :save-function return token.  Pass :require
1272         down.  Change the CREATED message from a warning to a debug statement.
1273         (auth-source-search-backends): Pass :require down.
1274         (auth-source-netrc-search): Pass :require down.
1275         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1276         Change save prompt to indicate all modifications saved here are
1277         deletions.
1278         (auth-source-netrc-create): Take user login name as default in user
1279         prompt.  Move all the save functionality to a lexically bound function
1280         under the :save-function token in the returned list.  Set up clearer
1281         default prompts for user, host, port, and secret.
1282         (auth-source-netrc-saver): New function, intended to be wrapped for
1283         :save-function.
1284
1285 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1288         lines to be spaces instead.
1289
1290 2011-03-07  Julien Danjou  <julien@danjou.info>
1291
1292         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1293         (sieve-sasl-auth): Check that auth-source-search did return something,
1294         or just return an empty string.
1295
1296 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1297
1298         * gnus.el (gnus-interactive): Use read-directory-name.
1299
1300         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1301         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1302         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1303         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1304         Likewise.
1305
1306         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1307
1308 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1311         onto the list of killed groups, too.  This makes killed nnimap groups,
1312         for instance, more reliably not reappear.
1313
1314         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1315         the parent.
1316
1317         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1318
1319         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1320         really have server-side marks.
1321
1322         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1323         since most backends do not usefully have server-side marks.
1324         (gnus-update-read-articles): Propagate marks to all backends that
1325         really have server-side marks.
1326
1327 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1328
1329         * message.el (message-cite-reply-position, message-cite-style):
1330         New variables.
1331         (message-yank-original): Use the new citation styles.
1332
1333 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1334
1335         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1336         buffer-local issue); don't mark it buffer-local when running under
1337         XEmacs.
1338
1339 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1340
1341         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1342         numbers too big to be `read'.
1343
1344 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1345
1346         * password-cache.el (password-in-cache-p): Add autoload.
1347
1348         * message.el (message-options): Make buffer-local two ways to attempt
1349         to fix a XEmacs bug.
1350
1351 2011-03-02  Julien Danjou  <julien@danjou.info>
1352
1353         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1354
1355 2011-03-01  Julien Danjou  <julien@danjou.info>
1356
1357         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1358         group.
1359         (article-hide-list-identifiers): Use list-identifier group parameter.
1360
1361 2011-02-28  Julien Danjou  <julien@danjou.info>
1362
1363         * sieve.el (sieve-buffer-script-name): New local variable to store
1364         sieve script name.
1365         (sieve-edit-script): Store sieve script name.
1366         (sieve-upload): Use sieve script name when uploading.
1367         (sieve-upload): Use substitute-command-keys.
1368         (sieve-edit-script): Use substitute-command-keys.
1369         (sieve-refresh-scriptlist): Use substitute-command-keys.
1370         (sieve-manage-mode-map): Define keymap properly.
1371         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1372         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1373         Remove commented code about cvs.
1374         (sieve-manage-quit): New function.
1375         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1376
1377 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1380
1381 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1382
1383         * auth-source.el (auth-source-search): Cache empty result sets.
1384
1385         * password-cache.el (password-in-cache-p): Convenience function to
1386         check if a key is in the cache, even if the value is nil.
1387
1388         * auth-source.el (auth-source-save-behavior): New variable to replace
1389         `auth-source-never-create'.
1390         (auth-source-netrc-create): Use it.
1391         (auth-source-never-save): Remove.
1392
1393 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1394
1395         * nnimap.el (nnimap-stream): Doc fix.
1396         (nnimap-open-connection-1): Reverse the order of the ports to that the
1397         prompted-for port is first.
1398
1399         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1400         retrieval by the no-group selection.
1401
1402         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1403         numerical parameters.
1404
1405 2011-02-25  Julien Danjou  <julien@danjou.info>
1406
1407         * gnus-gravatar.el: Use gnus-with-article-buffer.
1408
1409         * gnus-art.el (gnus-with-article-buffer): Check that the
1410         gnus-article-buffer is alive.
1411
1412 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1413
1414         * auth-source.el (auth-source-creation-prompts): New variable to manage
1415         creation-time prompts.
1416         (auth-source-search): Document it.
1417         (auth-source-format-prompt): Add utility function.
1418         (auth-source-netrc-create): Don't default the user name to
1419         user-login-name.  Use `auth-source-creation-prompts' and some default
1420         prompts for user, host, port, and password (the default generic prompt
1421         remains ugly).
1422         (auth-source-never-save): Add customizable option to never save info.
1423         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1424         mode excursion.
1425
1426 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1429         argument that XEmacs doesn't support.
1430
1431         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1432         compiled for Emacsen having no `libxml-parse-html-region' support.
1433
1434         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1435
1436         * lpath.el: Bind buffer-save-without-query for XEmacs.
1437
1438 2011-02-23  Julien Danjou  <julien@danjou.info>
1439
1440         * gnus-art.el (article-make-date-line): Ignore errors if time is
1441         invalid and not convertible.
1442         (article-make-date-line): Only add lapsed time if time is not nil.
1443
1444 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1445
1446         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1447         `read-char-choice' for backwards compatibility.
1448         (auth-source-netrc-element-or-first): New function to DTRT for
1449         parameter extraction.
1450         (auth-source-netrc-create): Use it and fix multiple parameter print
1451         bug.  Use the default passed from above (given-default) or the
1452         built-in (user-login-name for :user).
1453
1454 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1455
1456         * gnus-start.el (gnus-dribble-read-file):
1457         Set buffer-save-without-query, since we always want to save the dribble
1458         file, probably.
1459
1460         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1461         nnimap.
1462
1463         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1464         -summary- since it's a user-visible variable.
1465
1466         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1467         first time you use the new Gnus.
1468
1469 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * auth-source.el: Don't load netrc.el.
1472         (auth-sources): Search ~/.netrc as well by default.
1473         (auth-source-debug): Add 'trivia option for extra output.
1474         (auth-source-do-trivia): Use it.
1475         (auth-source-search): Simplify logic to use
1476         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1477         appropriate.  Don't keep a running count at this level.  Layer :create
1478         and :delete options appropriately on the first and second passes.
1479         Don't track the backend with the search results.
1480         (auth-source-search-backends): New function to search a list of
1481         backends for a processed spec.
1482         (auth-source-netrc-parse): Cache all netrc files, making
1483         auth-source-netrc-cache an alist keyed by the file name and using the
1484         file mtime as the caching criterion.  Keep the obfuscated data secret
1485         with a lexical bind.
1486         (auth-source-netrc-search): Don't calculate the length of the results
1487         unnecessarily.
1488         (auth-source-search-backends): Fix bug.
1489         (auth-source-netrc-create): Rework prompts.
1490
1491 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1492
1493         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1494         Lower case names of search constraints.
1495         (nnir-run-query): Cache and reuse search constraints for all imap
1496         servers.
1497
1498 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1499
1500         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1501         after exit.
1502         (gnus-setup-message): Define missing variable from last checkin.
1503
1504         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1505         value, show the raw article.
1506
1507 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1508
1509         * gnus.el: No Gnus v0.13 is released.
1510
1511 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1512
1513         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1514         auth-source now accepts numbers.
1515
1516         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1517         spec, too.
1518         (auth-source-ensure-strings): New function.
1519
1520         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1521         (gnus-article-setup-buffer): Always restart the date timer so that user
1522         changes to the frequency is respected.
1523
1524         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1525         port numbers, so make sure it gets that if nnimap-server-port is
1526         explicit.
1527
1528 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1529
1530         * nnimap.el (nnimap-inbox): Doc fix.
1531
1532 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1533
1534         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1535         Autoload.  Add optional arg FRAME, and pass it to color-values.
1536         (color-complement): Caller changed.  Doc fix.
1537         (color-gradient): Rewrite for better clarity and efficiency.
1538
1539 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1540
1541         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1542         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1543         color-lab-to-srgb.
1544
1545 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1546
1547         * color.el: First part of merge from hexrgb.el.
1548         (color-rgb-to-hex): Rename from color-rgb->hex.
1549         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1550         saturation to zero if the value is too small.
1551         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1552         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1553         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1554         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1555         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1556         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1557         (color-cie-de2000): Doc fix.
1558
1559 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1560
1561         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1562         given method as in the group name if we're using an extended method.
1563         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1564         command, if we're using that, instead of waiting for the beginning.
1565
1566         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1567         we're sure to get unique server names, and we don't output two async
1568         commands in the same buffer.  This fixes an NNTP hang for some users.
1569
1570 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1571
1572         * gnus.el: No Gnus v0.11 is released.
1573
1574 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1575
1576         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1577         summary buffer before reading going to the next buffer.  This avoids
1578         putting the point in the group buffer if you `C-g' the command.
1579
1580         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1581         cache (for now) to make ~/.authinfo.gpg files usable.
1582
1583         * nnfolder.el (copyright-update): Define for the compiler.
1584
1585         * auth-source.el (auth-source-search): Fix unbound variable.
1586
1587 2011-02-19  Glenn Morris  <rgm@gnu.org>
1588
1589         * gnus.el (gnus-meta): Doc fix.
1590
1591 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1592
1593         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1594         in case it's not yet loaded.
1595
1596 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1597
1598         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1599         line we're waiting for.
1600
1601 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1602
1603         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1604         face with line-width greater than zero will cause RET in gnus summary
1605         buffer to scroll down article page-wise because auto vscroll happens,
1606         it should be temporalily disabled when doing a scroll-up.
1607
1608 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1609
1610         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1611         outputs from the server.
1612
1613 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1614
1615         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1616         later so that bbdb can hook in easier.
1617
1618 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1619
1620         * auth-source.el (auth-source-search): Don't try to create credentials
1621         if the caller doesn't want that.
1622         (auth-source-search): If we don't find a match, don't bug out on
1623         non-bound variables.
1624         (auth-source-search): Only ask a single backend to create the
1625         credentials.
1626
1627         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1628         logging.
1629         (nnimap-credentials): Protect against auth-source-search returning nil.
1630         (nnimap-request-list): Protect against not being able to open the
1631         server.
1632
1633 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1634
1635         * auth-source.el (auth-source-search): Do a two-phase search, one with
1636         no :create to get the responses from all backends.
1637
1638         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1639         when getting credentials.
1640
1641         * gnus-util.el (gnus-delete-duplicates): New function.
1642
1643 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1644
1645         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1646         a creation default, pass the whole port list down.  It will be
1647         completed.
1648
1649         * auth-source.el (auth-source-search): Updated docs to talk about
1650         multiple creation choices.
1651         (auth-source-netrc-create): Accept a list as a value (from the search
1652         parameters) and do completion on that list.  Keep a separate netrc line
1653         with the password obscured for showing the user.
1654
1655         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1656         first choice to `auth-source-search' so it will be used for entry
1657         creation instead of the server's Gnus-specific name.
1658         (nnimap-credentials): Rely on the auth-source library to select which
1659         port is actually wanted in the new netrc entry, so don't override
1660         `auth-source-creation-defaults'.
1661
1662         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1663         :protocol and accept a missing user, host, or port as a wildcard match.
1664         (auth-source-debug): Default to off.
1665
1666         (auth-source-netrc-search, auth-source-netrc-create)
1667         (auth-source-secrets-search, auth-source-secrets-create)
1668         (auth-source-user-or-password, auth-source-backend, auth-sources)
1669         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1670         instead of :protocol.
1671
1672         * nnimap.el (nnimap-credentials): Pass a port default to
1673         `auth-source-search' in case an entry needs to be created.
1674         (nnimap-open-connection-1): Use :port instead of :protocol.
1675
1676 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * auth-source.el: Bind load-path when loading EIEIO from
1679         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1680         21.4 doesn't support, to `require'.
1681         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1682         delete-dups that is not available in XEmacs 21.4.
1683
1684 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1685
1686         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1687         as EIEIO must also be loaded when auth-source.el is being
1688         byte-compiled.
1689
1690 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1691
1692         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1693
1694         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1695
1696         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1697
1698         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1699
1700         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1701
1702         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1703
1704         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1705
1706         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1707         necessary.
1708
1709 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1710
1711         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1712         nil means that nnimap doesn't get updated.
1713
1714 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1715
1716         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1717         result when the user doesn't want to write to the file.
1718         (auth-source-netrc-search): Expect a synthetic result and proceed
1719         accordingly.
1720         (auth-source-cache-expiry): New variable to override
1721         `password-cache-expiry'.
1722         (auth-source-remember): Use it.
1723
1724         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1725         parameter.  Create entry if necessary by using :create t.
1726         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1727
1728 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * auth-source.el (auth-source-debug): Enable by default and don't
1731         mention the obsolete `auth-source-hide-passwords'.
1732         (auth-source-do-warn): New function to debug unconditionally.
1733         (auth-source-do-debug): Use it.
1734         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1735         and for Secrets API entries when the secrets.el library is not
1736         available.
1737
1738 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1741         (gnus-summary-exit): Kill the correct article buffer on exit from a
1742         `C-d' group.
1743
1744         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1745         gnus-propagate-marks.
1746
1747         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1748         before killing the buffers so that a non-full window conf gets handled
1749         correctly.
1750         (gnus-summary-exit): Ditto.
1751         (gnus-summary-read-group-1): Ditto.
1752
1753         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1754         async code again so that we can debug it properly.
1755
1756         * message.el (message-reply): Take an optional switch-buffer parameter
1757         so that Gnus window confs are respected better.
1758
1759 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1760
1761         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1762         `plist-get' to accept non-list parameters (XEmacs issue).
1763         Fix docstring.
1764         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1765         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1766         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1767         Login collection is "Login" and not "login".
1768
1769 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1770
1771         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1772         multiple headers.
1773
1774         * nnimap.el (nnimap-inhibit-logging): New variable.
1775         (nnimap-log-command): Don't log login commands.
1776
1777         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1778         to have more parameters.
1779
1780         * nnimap.el (nnimap-send-command): Mark the command time for each
1781         command, so that we don't get NOOPs stepping on our toes.
1782
1783         * gnus-art.el (article-date-ut): Get the date from the Date header on
1784         `t'.
1785
1786 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * auth-source.el (auth-source-search): Use copy-sequence instead of
1789         the cl.el copy-list.
1790
1791 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1792
1793         * imap.el: Bring it back (revert
1794         84d800cd31de3064f0ed39617d725709a2f8f42f).
1795
1796 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1797
1798         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1799         Improve prompt.
1800
1801 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1804         washing status from the default format.  It isn't very informative.
1805
1806 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1807
1808         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1809         Fix Gcc processing on imap.
1810
1811 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1812
1813         * imap.el: Remove file.  All the functionality is in nnimap.el.
1814
1815 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1816
1817         * message.el (message-bury): Don't pop up a new window when selected
1818         window is dedicated.
1819
1820 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1821
1822         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1823
1824 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1825
1826         * sieve-manage.el: Autoload `auth-source-search'.
1827         (sieve-sasl-auth): Use it.
1828
1829 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * nnimap.el: Autoload `auth-source-forget+'.
1832         (nnimap-open-connection-1): Use it if the connection fails.
1833
1834         * auth-source.el: Require `password-cache'.
1835         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1836         obsolete.
1837         (auth-source-magic): Marker for `password-cache' keys.
1838         (auth-source-do-cache): Update docstring.
1839         (auth-source-search): Use and check cache.
1840         (auth-source-forget-all-cached, auth-source-remember)
1841         (auth-source-recall, auth-source-forget, auth-source-forget+)
1842         (auth-source-specmatchp): Caching support functions.
1843         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1844         Remove and obsolete.
1845         (auth-source-user-or-password): Remove caching to further discourage
1846         using it.  Always hide passwords.
1847
1848         * password-cache.el (password-cache-remove): Accept secrets that are
1849         not strings.
1850
1851 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1852
1853         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1854         code for now, since it doesn't work for all users.
1855
1856 2011-02-09  Julien Danjou  <julien@danjou.info>
1857
1858         * message.el (message-options): Make message-options really buffer
1859         local.
1860
1861 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * mail-source.el: Autoload `auth-source-search'.
1864         (mail-source-keyword-map): Note order matters.
1865         (mail-source-set-1): Get all the mail-source source values and
1866         defaults and search auth-source on those if needed.  This can all
1867         probably be simplified.
1868
1869         * nnimap.el: Autoload `auth-source-search'.
1870         (nnimap-credentials): Use it.
1871         (nnimap-open-connection-1): Ask for the virtual server and physical
1872         address in one shot.
1873
1874         * nntp.el: Autoload `auth-source-search'.
1875         (nntp-send-authinfo): Use it.  Note TODO.
1876
1877 2011-02-08  Julien Danjou  <julien@danjou.info>
1878
1879         * shr.el (shr-tag-body): Add support for text attribute in body
1880         markups.
1881
1882         * message.el (message-options): Make message-options a local variable.
1883
1884 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1885
1886         * auth-source.el (auth-source-secrets-search)
1887         (auth-source-user-or-password): Use `append' instead of `nconc'.
1888         (auth-source-user-or-password): Build return list better and protect
1889         against nil :secret.
1890
1891 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1892
1893         * nnimap.el (nnimap-update-info): Refactor slightly.
1894         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1895         (nnimap-update-info): Clean up slightly.
1896         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1897         characters.
1898         (nnimap-process-quirk): Rename function to avoid collision.
1899         (nnimap-update-info): Fix macrology bug-out.
1900         (nnimap-update-info): Simplify split history test.
1901
1902 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1903
1904         * auth-source.el (top): Require 'eieio unconditionally.
1905         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1906         (auth-source-secrets-search): Limit search when `max' is greater than
1907         number of results.
1908
1909 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1910
1911         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1912         part not returning any data.
1913
1914         * proto-stream.el (open-protocol-stream): Document the return value.
1915
1916 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1917
1918         * auth-source.el (auth-source-secrets-search): Add examples.
1919
1920 2011-02-06  Julien Danjou  <julien@danjou.info>
1921
1922         * message.el (message-setup-1): Handle message-generate-headers-first
1923         set to t.
1924
1925 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1926
1927         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1928         API with a string "secrets:collection-name" and with 'default.
1929         (auth-source-backend-parse): Parse "secrets:collection-name" and
1930         'default.  Recurse on parses instead of repeating code.  Use the
1931         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1932         message when ignoring a source.
1933         (auth-source-search): List ignored search keys at the top level.
1934         (auth-source-netrc-create): Use `case' instead of `cond'.
1935         (auth-source-secrets-search): Created with TODOs.
1936         (auth-source-secrets-create): Created with TODOs.
1937         (auth-source-retrieve, auth-source-create, auth-source-delete)
1938         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1939         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1940         (auth-source-user-or-password-sftp)
1941         (auth-source-user-or-password-smtp): Remove.
1942         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1943         around `auth-source-search'.  Not tested thoroughly.
1944
1945 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1946
1947         * auth-source.el: Bring in assoc and eioeio libraries.
1948         (secrets-enabled): New variable to track the status of the Secrets API.
1949         (auth-source-backend): New EIOEIO class to represent a backend.
1950         (auth-source-creation-defaults): New variable to set prompt defaults
1951         during token creation (see the `auth-source-search' docstring for
1952         details).
1953         (auth-sources): Simplify to allow a simple string as a netrc backend
1954         spec.
1955         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1956         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1957         (auth-source-search): Main auth-source API entry point.
1958         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1959         (auth-source-search-collection): Helper function for searching.
1960         (auth-source-netrc-parse, auth-source-netrc-normalize)
1961         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1962         Supports search, create, and delete.
1963         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1964         backend stubs.
1965         (auth-source-user-or-password): Call `auth-source-search' but it's not
1966         ready yet.
1967
1968 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1969
1970         * message.el (message-setup-1): Remove the read-only stuff, since it
1971         doesn't work under XEmacs, for some reason.
1972
1973         * gnus-sum.el (gnus-user-date): Rename back from
1974         gnus-summary-user-date since user code refers to it.
1975
1976         * shr.el (shr-render-td): Store the actual background colour used.
1977
1978         * message.el (message-setup-1): Don't bind the constant
1979         -forbidden-properties.
1980         (message-setup-1): Revert previous change, since it needs to bind the
1981         props to insert them.
1982         (message-resend): Allow removing the read-only separator line.
1983
1984 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1985
1986         * nnimap.el (nnimap-request-accept-article): Give an error message if
1987         the APPEND wasn't successful.
1988
1989 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1990
1991         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1992         that have no groups.
1993
1994 2011-02-03  Julien Danjou  <julien@danjou.info>
1995
1996         * gnus-draft.el: Remove progn around gnus-draft-setup.
1997
1998 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1999
2000         * gnus-start.el (gnus-read-active-for-groups): This function is never
2001         called with a nil `infos', so clean that up.
2002         (gnus-get-unread-articles): Request active files from primary/secondary
2003         methods that have no groups (yet).
2004
2005 2011-02-03  Julien Danjou  <julien@danjou.info>
2006
2007         * message.el (message-setup-1): Always generate References first.
2008         (message-mail): Return the return value of message-setup, not always t.
2009         (message-setup-1): Insert mail-header-separator with read-only and
2010         intangible properties set.
2011
2012         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2013         user-date in docstring.
2014
2015         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2016
2017         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2018         docstring.
2019
2020         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2021         defcustom, with type and group. Move from gnus-util.el. Rename to
2022         gnus-summary-user-date-format-alist.
2023
2024 2011-02-03  Glenn Morris  <rgm@gnu.org>
2025
2026         * nnimap.el (gnus-fetch-headers): Declare.
2027
2028         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2029
2030 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2031
2032         * message.el (message-forward-make-body-digest-plain)
2033         (message-followup, message-reply): Clean up things noted by Stefan.
2034
2035         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2036         gnus-article-update-date-headers is nil.
2037         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2038         it didn't really work with defcustom.
2039         (article-update-date-lapsed): Make sure the window start doesn't move,
2040         either.
2041
2042 2011-02-01  Julien Danjou  <julien@danjou.info>
2043
2044         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2045         format.
2046
2047         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2048         standard in Emacs nowadays.
2049
2050         * color.el (color-gradient): Add a color-gradient function.
2051
2052 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2053
2054         * message.el (message-expand-name): Don't trust the return value of
2055         bbdb-complete-name.
2056         (message-check-news-header-syntax): Remove unused var `start'.
2057         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2058         (message-inhibit-body-encoding): Move to before first use.
2059         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2060         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2061         (Organization, Message-ID, Date, mh-previous-window-config):
2062         Defvar the vars using dynamic scoping.
2063
2064 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2065
2066         * shr.el (shr-render-td): Only do colours at the final rendering.
2067         Should be slightly faster.
2068         (shr-insert-table): Fix up TD background colours when doing the
2069         vertical padding.
2070
2071         * gnus-art.el (article-date-ut): Protect against articles with no Date
2072         header.
2073         (article-update-date-lapsed): Don't use current-column to find the
2074         horizontal position.  It's fragile in the presence of \003 characters.
2075
2076         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2077
2078 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2079
2080         * gnus-art.el (article-transform-date): Rewrite to still work when
2081         there are several rfc2822 parts.
2082         (article-transform-date): Fix infinite recursion.
2083         (article-date-ut): Replace infinitely many Date headers with a single
2084         one when called interactively.
2085
2086         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2087         secure manner.
2088
2089         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2090         move around by not using save-window-excursion.  It seems to work...
2091
2092 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * gnus-art.el (article-make-date-line): Work for user-defined format.
2095
2096 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2097
2098         * nntp.el (nntp-retrieve-group-data-early)
2099         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2100         fetching functions.
2101
2102         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2103         thoroughly for all backends that have no known groups.  This should
2104         allow new nnml methods to retrieve mail.
2105
2106         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2107         that Gnus doesn't know exists again.
2108
2109         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2110         (gnus-treat-date-ut): Ditto.
2111         (gnus-article-update-date-header): Rename.
2112         (gnus-treat-date-local): Remove.
2113         (gnus-treat-date-english): Remove.
2114         (gnus-treat-date-lapsed): Remove.
2115         (gnus-treat-date-combined-lapsed): Remove.
2116         (gnus-treat-date-original): Remove.
2117         (gnus-treat-date-iso8601): Remove.
2118         (gnus-treat-date-user-defined): Remove.
2119         (gnus-article-date-headers): New variable to control all the date
2120         header options.
2121         (article-date-ut): Rewrite to allow using the new way to format date
2122         headers(s).
2123
2124 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2125
2126         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2127         method.
2128         (nnmail-article-group): A better test for fanciness.
2129
2130         * nnimap.el (nnimap-request-head): Protect against not finding the
2131         article by Message-ID.
2132
2133 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2134
2135         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2136         keep point at the "same place".
2137
2138 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2141         data if the group is unactivated.
2142
2143 2011-01-28  Julien Danjou  <julien@danjou.info>
2144
2145         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2146         (gnus-all-windows-visible-p): Remove old compatibility code.
2147         (gnus-window-top-edge): Add docstring.
2148
2149         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2150
2151 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2152
2153         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2154         older request-update-info.
2155
2156         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2157
2158 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2159
2160         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2161         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2162
2163 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2164
2165         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2166         groups.  This makes the nndraft:queue group pop up if it's not already
2167         there.
2168
2169         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2170         messages" logic, which was reversed.
2171
2172         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2173         the "same place" even if point is on the line being replaced.
2174         (article-update-date-lapsed): Allow updating both the combined lapsed
2175         and the lapsed headers.
2176         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2177         (article-make-date-line): Limit the number of segments dynamically to
2178         avoid too-long lines.
2179
2180 2011-01-27  Julien Danjou  <julien@danjou.info>
2181
2182         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2183         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2184
2185 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2188         Use plist-get instead of the cl function getf.
2189
2190 2011-01-27  Glenn Morris  <rgm@gnu.org>
2191
2192         * gnus-util.el (float-time): Get rid of compiler warning, again.
2193
2194 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2195
2196         * shr.el (shr-put-color): Special-case background colours: Do put them
2197         at the blank parts at the front of the lines.
2198
2199         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2200         exit hook to nix out all data on readedness on group exit.
2201
2202         * gnus-util.el (float-time): If float-time is bound, always use it on
2203         all Emacsen.  It's unclear why the subrp check was there.
2204         (time-date): Require to make some autoload issues on XEmacs go away.
2205
2206         * shr.el (shr-put-color): Don't do the box padding in tables, since
2207         they're already padded.
2208
2209 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2210
2211         * gnus-art.el (gnus-article-next-page): When the last line of the
2212         article is displayed, scroll down once more instead of going to the
2213         next article at once.
2214         (article-lapsed-string): Refactor out and allow specifying how many
2215         segments you want.
2216         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2217         (gnus-article-update-lapsed-header): New variable.
2218
2219         * shr.el: Revert change that made headings use different-sized faces.
2220         The Emacs display engine isn't advanced enough that, for instance,
2221         tables can comfortably use differently-sized faces.
2222
2223 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2224
2225         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2226         used.
2227         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2228         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2229         we're using an encrypted connection.
2230
2231         * proto-stream.el: Alter the interface functions to also return the
2232         actual stream type used: network or tls.
2233
2234 2011-01-25  Julien Danjou  <julien@danjou.info>
2235
2236         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2237         (mm-display-javascript-inline): New function.
2238
2239         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2240         viewing function.
2241
2242 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * shr.el (shr-expand-newlines): Fix variable name.
2245
2246 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2247
2248         * shr.el (shr-expand-newlines): Make nested boxes work.
2249
2250 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2251
2252         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2253         backgrounds.
2254         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2255         in a more sensible manner.
2256
2257 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2258
2259         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2260         if EPG is loaded.
2261
2262 2011-01-24  Julien Danjou  <julien@danjou.info>
2263
2264         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2265         tags.
2266
2267 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2268
2269         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2270         commands.
2271
2272         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2273         in the article buffer.
2274         (gnus-gravatar-insert): Use blank space from the current buffer to
2275         avoid breaking text properties.  This makes X-Sent updating work again.
2276
2277         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2278
2279 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2280
2281         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2282         fix the bug in url-http.el instead.
2283
2284         * shr.el (shr-image-fetched): Ditto.
2285
2286         * shr.el (shr-image-fetched): Avoid having point move in the article
2287         buffer.
2288
2289         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2290         buffer after being called.  It's apparently being killed by url.el, and
2291         killing it made point move to end-of-buffer in a random buffer.
2292
2293         * shr.el (shr-image-fetched): Ditto.
2294
2295 2011-01-23  Julien Danjou  <julien@danjou.info>
2296
2297         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2298
2299         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2300         text/x-org.
2301
2302 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2305         (i.e., nnimap) returning nil as the article number.
2306
2307 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2308
2309         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2310         "DelSp" parameter in RFC3676.
2311
2312 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2313
2314         * message.el (message-check-recipients): Display the encoded version of
2315         the bogus address if they differ.
2316
2317         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2318         after sending.
2319
2320         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2321
2322         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2323
2324         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2325         group buffer after sending the queue.
2326
2327         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2328
2329 2011-01-22  Julien Danjou  <julien@danjou.info>
2330
2331         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2332
2333 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2334
2335         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2336         nested related parts.
2337
2338         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2339         unexpired articles.  This fixes the regression that led expiry marks to
2340         disappear from nnfolder groups.
2341
2342 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2343
2344         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2345         Don't confuse the "ret" of "retrograde" with RET.
2346
2347 2011-01-21  Julien Danjou  <julien@danjou.info>
2348
2349         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2350         than mm-insert-inline.
2351
2352 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2355         Widen article buffer.
2356
2357 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2358
2359         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2360         the temp buffer.
2361         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2362
2363 2011-01-20  Julien Danjou  <julien@danjou.info>
2364
2365         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2366
2367         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2368         than mm-insert-inline to insert inline part: this respect
2369         mm-inline-media-tests displayers.
2370
2371         * mm-view.el (mm-display-shell-script-inline): New function.
2372
2373         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2374
2375         * mm-uu.el (mm-uu-type-alist): Add org block.
2376         (mm-uu-org-src-code-block-extract): New function.
2377
2378         * mm-view.el (mm-display-org-inline): New function.
2379
2380         * mm-decode.el (mm-automatic-display): Add text/org.
2381
2382         * mailcap.el (mailcap-mime-extensions): Add .org.
2383
2384 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2387         gnus-article-add-buttons.
2388
2389 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2390
2391         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2392         From header with a date and "nobody" as the sender.
2393
2394 2011-01-19  Julien Danjou  <julien@danjou.info>
2395
2396         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2397         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2398         if you have the same regexp several times.
2399         (gnus-button-push): Fix matching when regexp is symbol.
2400
2401 2011-01-15  Glenn Morris  <rgm@gnu.org>
2402
2403         * message.el (message-mail): A compose-mail function should
2404         accept headers as strings.
2405
2406 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2407
2408         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2409         Add :vert-only tags.
2410         (message-mail): New arg RETURN-ACTION.
2411         (message-return-action): New var.
2412         (message-bury): Use it.
2413         (message-mode): Make it buffer-local.
2414         (message-send-and-exit): Always call message-bury.
2415
2416         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2417         message-mail.
2418
2419 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * nnimap.el (nnimap-convert-partial-article): Protect against
2422         zero-length body parts.
2423
2424         * mm-decode.el (mm-preferred-alternative-precedence):
2425         Discourage showing empty parts.
2426
2427         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2428         and stuff if the backend didn't return the article number.  This fixes
2429         an Exchange-related nnimap bug.
2430
2431         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2432         group window, because it does the wrong thing when a separate frame
2433         displays the group buffer.
2434
2435         * proto-stream.el (open-protocol-stream): Protect against the low-level
2436         transport functions returning nil.
2437
2438 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2439
2440         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2441         (mml2015-epg-find-usable-secret-key): New function.
2442         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2443         mml2015-epg-find-usable-key (Bug#7797).
2444         (mml2015-epg-encrypt): Ditto.
2445
2446 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * dgnushack.el (rot13-string): Fix the way to get the argument.
2449
2450 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2453
2454 2011-01-03  Glenn Morris  <rgm@gnu.org>
2455
2456         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2457
2458         * sieve.el (sieve-open-server): Give a more explicit error if
2459         sieve-manage-open returns nil.  (Bug#7720)
2460
2461 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2462
2463         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2464
2465 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2468         This avoids sending passwords in plain text over non-encrypted
2469         channels.
2470
2471         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2472
2473         * nnimap.el (nnimap-login): Refactored out into own function, and
2474         implement CRAM-MD5.
2475         (nnimap-wait-for-line): Refactored out.
2476
2477         * mm-view.el (mml-smime): Require.
2478
2479 2010-12-20  David Engster  <deng@eml.cc>
2480
2481         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2482         use EPG to decrypt S/MIME messages instead of openssl.
2483
2484 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2487
2488         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2489         status is the group clearly is unreachable.
2490
2491         * auth-source.el (auth-source-create): Add the optional second
2492         parameter to `local-variable-p' to be compatible with XEmacs.
2493
2494 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2495
2496         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2497         work when using a compressed nnml folder.
2498
2499 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2502         backends after sanitising on entry, because this never makes sense:
2503         If the articles have gone missing, then the data no longer exists on
2504         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2505         overwrite anything anyway.
2506
2507         * shr.el (shr-insert-document): Bind shr-width dynamically to
2508         window-width if it's nil.
2509
2510 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2511
2512         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2513         with the meaning of using the full emacs window width for rendering.
2514
2515 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2516
2517         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2518         case when sender is not given.
2519
2520 2010-12-23  Julien Danjou  <julien@danjou.info>
2521
2522         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2523         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2524         the addresses, otherwise we might misplaced the gravatar.
2525
2526 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2527
2528         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2529         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2530         obsolete in Emacs.
2531
2532 2010-12-20  Julien Danjou  <julien@danjou.info>
2533
2534         * gnus-util.el (gnus-rescale-image): Revert last change.
2535
2536 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2537
2538         * binhex.el: Improve commentary (Bug#7482).
2539
2540 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-group.el (gnus-group-delete-articles): New command.
2543
2544 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2545
2546         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2547
2548 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2551         here, since it's up to the backends to do CRLF removal if their
2552         protocol has it.
2553
2554         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2555
2556 2010-12-17  Julien Danjou  <julien@danjou.info>
2557
2558         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2559         they are from file. Can also scale up.
2560
2561 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2562
2563         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2564         gnus-use-agent.
2565         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2566
2567         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2568
2569 2010-12-17  Julien Danjou  <julien@danjou.info>
2570
2571         * gravatar.el (gravatar-retrieve-synchronously): New function.
2572         (gravatar-get-data): Make more robust.
2573
2574 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2577
2578 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2581         to really consider the last line.
2582
2583 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2584
2585         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2586         list of recipient keys, or use symmetric encryption if not a list.
2587         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2588         EPA override, replacing the call to `netrc-store-data'.
2589
2590 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2591
2592         * gnus-srvr.el: Avoid passing nil regexp argument to
2593         delete-matching-lines.
2594
2595 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2598         fetching stops when Gnus exits.
2599
2600         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2601         function.
2602         (nnfolder-request-expire-articles): Save all the buffers after doing
2603         expiry.
2604
2605         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2606         the last article", since that led to serious performance regressions
2607         when expiring nnml groups.
2608
2609 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2610
2611         * nnir.el: Improve customizations.
2612
2613 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2616
2617         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2618         group has been killed.
2619         (gnus-group-yank-group): Ditto.
2620
2621         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2622
2623         * nnimap.el (nnimap-request-update-group-status): New function.
2624
2625         * gnus-int.el (gnus-request-update-group-status): New interface
2626         function.
2627
2628         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2629         copying read-ness to the backends.
2630
2631         * nnimap.el (nnimap-quirk): New function.
2632         (nnimap-retrieve-group-data-early): Use it.
2633         (nnimap-quirks): New alist.
2634
2635 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2638         don't delete it within indentation.
2639
2640 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2643         previous line.
2644
2645 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2648         QRESYNC command by deleting a superfluous space which broke Cyrus
2649         servers.  This change will break other servers that are buggy the other
2650         way around.
2651
2652 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2653
2654         * spam.el: Reindent and fix long lines.
2655         (spam-copy-or-move-routine): Exclude invalid move destinations.
2656
2657 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2658
2659         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2660         installed the registry.
2661
2662 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2665
2666 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2667
2668         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2669         groupname doesn't contain "gmane".
2670
2671 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2674         and netrc-bound-and-true-p bindings.
2675         (netrc-parse): Cache the netrc contents.
2676
2677         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2678         (gnus-1): Don't create the nndrafts group twice.
2679         (gnus-setup-news): There's no need to read the active file here, since
2680         that's done again later on a per-backend basis.
2681         (gnus-start-draft-setup): Make sure that the new group is started out
2682         empty.
2683
2684         * gnus-agent.el (gnus-agentize): Don't create the queue group
2685         automatically on startup.  It'll be created later, if needed.
2686
2687         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2688         of automatically subscribed groups.
2689         (gnus-auto-subscribed-categories): New variable.
2690         (gnus-matches-options-n): Use it.
2691         (gnus-default-subscribed-newsgroups): Remove unused variable.
2692         (gnus-start-draft-setup): Message a bit less.
2693
2694 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2695
2696         * nnir.el (nnir-run-imap): Return article list in order of increasing
2697         UID.
2698
2699 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * gnus-sum.el (gnus-summary-enter-digest-group):
2702         Mention gnus-auto-select-on-ephemeral-exit.
2703
2704         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2705         convention of the network-only option.
2706
2707 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * proto-stream.el (proto-stream-open-network-only): New function to
2710         have a way to specify non-STARTTLS upgrade connections.
2711
2712 2010-12-10  Julien Danjou  <julien@danjou.info>
2713
2714         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2715         email address is nil.
2716
2717         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2718
2719 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2720
2721         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2722         deletion.
2723         (nnir-run-imap): Only need to parse list once.
2724
2725 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * shr.el (shr-tag-script): Ignore <script>.
2728         (shr-tag-label): Add <label> support.
2729
2730 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2733
2734         * shr.el (shr-image-displayer): Work for images lined side by side.
2735
2736 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2737
2738         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2739         parameter, since XEmacs doesn't accept t as a parameter.
2740
2741 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2742
2743         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2744         ids.
2745         (nnir-run-gmane): Simplify groupspec formatting.
2746         (nnir-request-expire-articles): New function.
2747
2748 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2751         overflow, possibly.
2752
2753         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2754         (shr-render-td): Handle td style="" better.
2755         (shr-tag-table): Use the color from the style sheet.
2756         (shr-render-td): Make sure we copy over all the overlays, too.
2757
2758 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2759
2760         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2761         (nnir-request-article): Improve article retrieval.
2762
2763 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * mm-util.el (mm-extra-numeric-entities): New variable.
2766
2767         * mm-url.el (mm-url-decode-entities):
2768         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2769
2770         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2771
2772 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2773
2774         * message.el: Use completion-at-point.
2775         (message-completion-function): New fun, extracted from message-tab.
2776         (message-mode): Use it for completion-at-point-functions.
2777         (message-tab): Use it and completion-at-point.
2778
2779 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2782         character if a non-breakable character follows.
2783
2784 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2787         any stream.
2788
2789         * shr.el (shr-tag-font): Colorize the region.
2790         (shr-tag-body): Ditto.
2791         (shr-tag-font): Actually let the styles be inherited instead of
2792         overwriting them.
2793         (shr-tag-font): Get the background color right.
2794         (shr-tag-style): Ignore all <style> tags for the moment.
2795
2796         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2797         a Message-ID to avoid having nnimap depend on gnus-sum.
2798
2799         * shr.el (shr-descend): Only colorize something if we have a node that
2800         sets colors.
2801
2802 2010-12-06  Julien Danjou  <julien@danjou.info>
2803
2804         * shr.el (shr-render-td): Render td content with shr-descend, so style
2805         will be applied to <td> too.
2806         (shr-colorize-region): Colorize region even if we only have a background.
2807         (shr-tag-body): Fix color and background color inheritance.
2808         Do not recolorize after shr-generic.
2809         (shr-tag-font): Let shr-generic colorize via inheritance.
2810
2811 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2814
2815 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2816
2817         * nnir.el (nnir-request-move-article): Remove obsolete code.
2818
2819 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2822
2823 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * gnus-sum.el (gnus-summary-respool-article): The completion function
2826         expects a list instead of an alist.
2827
2828         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2829         string as the parameter.
2830
2831         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2832
2833         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2834         styles.
2835         (shr-colorize-region): New function.
2836         (shr-insert-background-overlay): Remove.
2837         (shr-render-td): Background setting should be taken care of on a higher
2838         level.
2839         (shr-tag-body): Use post-hoc colorizations.
2840         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2841         (shr-put-color-1): Don't overwrite old colors.
2842         (shr-colorize-region): When the background color isn't explicit, use
2843         a fixed background.
2844
2845         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2846         nnmail variables.
2847
2848 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2849
2850         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2851         unless necessary.
2852
2853 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2854
2855         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2856         server.
2857
2858 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2861         so that TAB works.
2862
2863         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2864         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2865
2866         * shr.el (shr-urlify): Show the URL before the title to avoid
2867         misleading URLs.
2868
2869 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2870
2871         * shr.el (shr-urlify): Display the title in <a> tags.
2872
2873 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2874
2875         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2876
2877 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2878
2879         * nnir.el: Rearrange code to allow macros to be autoloaded by
2880         gnus-sum.el.
2881         (nnir-retrieve-headers-override-function): Make this variable
2882         customizable.
2883         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2884
2885         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2886         from nnir.el.
2887
2888 2010-12-03  Julien Danjou  <julien@danjou.info>
2889
2890         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2891
2892 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2895         allow optional argument `environment'.
2896
2897 2010-12-03  Glenn Morris  <rgm@gnu.org>
2898
2899         * mm-extern.el (message-goto-body): Update declaration.
2900
2901 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-util.el (gnus-macroexpand-all): New function.
2904
2905         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2906         instead of macroexpand-all that is unavailable in XEmacs.
2907
2908 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2909
2910         * nnir.el (nnir-summary-line-format): New variable.
2911         (nnir-mode): Use it.
2912         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2913         (nnir-article-ids): Reimplement as defsubst.
2914         (nnir-retrieve-headers): Don't mangle the subject header.
2915         (nnir-run-imap): Use 100 as RSV score.
2916         (nnir-run-find-grep): Fix for full server searching.
2917         (nnir-run-gmane): Better restriction to gmane groups.
2918
2919         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2920         summary buffers.
2921
2922 2010-12-02  Julien Danjou  <julien@danjou.info>
2923
2924         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2925
2926         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2927
2928         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2929         support.
2930
2931 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2932
2933         * nnir.el: Update to handle the registry better.
2934         (autoload): Silence byte-compiler.
2935         (nnir-open-server): Add a hook for nnir groups.
2936         (nnir-request-move-article): Don't mangle the header. Better to use
2937         formating variables (which will be added in the future).
2938         (nnir-registry-action): Update the registry using the original article
2939         group name.
2940         (nnir-mode): Install nnir-specific hooks for updating the registry.
2941
2942         * gnus-sum.el
2943         (gnus-article-original-subject,gnus-newsgroup-original-name):
2944         Remove obsolete variables.
2945         (gnus-summary-move-article): Remove use of obsolete variables.
2946         (gnus-summary-local-variables): Make move and delete hooks local to
2947         summary buffers.
2948
2949 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * rtree.el: New file.
2952
2953 2010-12-01  Julien Danjou  <julien@danjou.info>
2954
2955         * message.el (message-user-organization): Do not use
2956         gnus-local-organization.
2957
2958         * gnus.el: Remove gnus-local-organization.
2959
2960         * gnus-msg.el: Remove nastygram thing.
2961
2962 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2963
2964         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2965         funcall.
2966
2967 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2970         names.
2971
2972         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2973         characters.
2974
2975         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2976         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2977         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2978         (gnus-gravatar-transform-address): Use mail-extract-address-components
2979         that supports non-ASCII names rather than mail-header-parse-addresses.
2980
2981 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * proto-stream.el (open-protocol-stream): All starttls connections are
2984         handled by the network handler.
2985
2986 2010-11-30  Julien Danjou  <julien@danjou.info>
2987
2988         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2989         (nnimap-open-connection-1): Fix PREAUTH.
2990
2991         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2992
2993 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2996         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2997         (shr-insert): Use them.
2998         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2999
3000 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3001
3002         * nnir.el (nnir-request-move-article): Bail out if original group
3003         doesn't support article moves.
3004         (nnir-get-active): Improve active list retrieval.
3005
3006 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3009
3010 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3011
3012         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3013         seem to accept strings-with-numbers as port numbers,
3014
3015 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3016
3017         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3018         change the registry.
3019
3020 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3023         delete-dups that is not available in XEmacs 21.4.
3024
3025         * mm-util.el (mm-delete-duplicates): Add comment.
3026
3027 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3028
3029         * nnir.el (nnir-ignored-newsgroups): New variable.
3030         (nnir-get-active): Use it.
3031
3032 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * proto-stream.el (proto-stream-open-network): Add some comments.
3035
3036         * nntp.el (nntp-open-connection): Provide a :success condition.
3037
3038         * nnimap.el (nnimap-open-connection-1): Ditto.
3039
3040         * proto-stream.el (proto-stream-open-network): See what the response to
3041         the STARTTLS command is.
3042
3043         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3044         backwards compatibility).
3045         (nnimap-open-connection-1): Really respect nnimap-server-port.
3046
3047         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3048         TLS upgrades we don't really care about the identity of the peer.
3049         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3050         that what we've checked for.
3051         (proto-stream-always-use-starttls): Only default to t if
3052         open-gnutls-stream exists.
3053         (proto-stream-open-network): If STARTTLS failed, then just open a
3054         normal connection.
3055         (proto-stream-open-network): Wait until the greeting before doing
3056         STARTTLS.
3057
3058         * nntp.el (nntp-open-connection): Report what the connection error is.
3059
3060         * proto-stream.el (open-protocol-stream): Rename from
3061         open-proto-stream.
3062
3063 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * nnimap.el (nnimap-stream): Change default to `undecided'.
3066         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3067         first, and then network.
3068         (nnimap-open-connection-1): Respect nnimap-server-port.
3069         (nnimap-open-connection): Be more backwards-compatible.
3070
3071         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3072         (proto-stream-open-starttls): De-duplicate the starttls code.
3073         (proto-stream-open-starttls): Folded back into the main function.
3074         (proto-stream-open-network): Fix typo in the gnutls path.
3075         (proto-stream-command): Refactor out.
3076
3077         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3078
3079         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3080         starttls.el STARTTLS.
3081
3082         * color.el (color-lab->srgb): Fix function call name.
3083
3084         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3085         if we're using tls.el.
3086         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3087         built in, then don't try to establish a STARTTLS connection.
3088
3089         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3090         servers.
3091
3092         * proto-stream.el (open-proto-stream): Use network, not stream.
3093         (open-proto-stream): Add a way to specify what the end of a command is.
3094
3095         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3096         connections types.
3097         (nntp-open-network-stream): Remove.
3098         (nntp-open-ssl-stream): Remove.
3099         (nntp-open-tls-stream): Remove.
3100         (nntp-ssl-program): Remove.
3101
3102         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3103
3104 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3105
3106         * nnir.el: Fix typos.
3107         (nnir-retrieve-headers-override-function): Rename variable to reflect
3108         new semantics.
3109         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3110         macros.
3111         (nnir-request-article, nnir-request-move-article): Use them.
3112         (nnir-categorize): New function.
3113         (nnir-run-query): Use it.
3114         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3115         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3116         sorted.
3117         (nnir-group-full-name): Use gnus-group-full-name instead.
3118         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3119         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3120
3121 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3124
3125         * proto-stream.el: New library to provide protocol-specific
3126         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3127         protocols.
3128         (open-proto-stream): Complete the documentation.
3129         (proto-stream-open-network): Fix some typos.
3130
3131         * nnimap.el (nnimap-open-connection): Use it.
3132
3133 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3134
3135         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3136         negotiation.
3137
3138 2010-11-26  Julien Danjou  <julien@danjou.info>
3139
3140         * color.el: Rename various rgb functions to srgb.
3141
3142 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3145         names.
3146
3147 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * shr.el (shr-insert): Revert last change.
3150         (shr-find-fill-point): Never leave point being at bol;
3151         relax the kinsoku limitation when rendering tables.
3152
3153 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3156         results from -accept-article.
3157
3158         * shr-color.el: Require cl when compiling.
3159
3160         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3161         checkin.
3162
3163         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3164
3165         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3166
3167         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3168         'add and 'delete to set backend marks.
3169
3170         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3171
3172         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3173
3174         * nntp.el (nntp-request-set-mark): Use it.
3175
3176         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3177
3178         * nnml.el (nnml-request-set-mark): Ditto.
3179
3180         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3181         introduces regressions in article selection.
3182         (nnimap-find-uid-response): New function.
3183         (nnimap-request-accept-article): Use the UID returned, if any.
3184         (nnimap-request-move-article): Use the UID returned, if any.
3185         (nnimap-get-groups): Reimplement to work with folded lines.
3186         (nnimap-find-uid-response): The UID is the last element in the list.
3187         (nnimap-request-set-mark): Extend syntax with 'set.
3188
3189         * nnml.el (nnml-request-set-mark): Ditto.
3190
3191         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3192
3193         * nntp.el (nntp-request-set-mark): Ditto.
3194
3195 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * message.el (message-called-interactively-p): A temporary macro.
3198         (message-goto-body): Use it temporarily.
3199
3200 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3203         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3204         (nnimap-last-response-string): Fix last unfolding fix.
3205
3206 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * shr.el (shr-insert): Fix the way to fold lines.
3209
3210 2010-11-25  Julien Danjou  <julien@danjou.info>
3211
3212         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3213
3214         * color.el: Rename from color-lab.el
3215         (color-rgb->hex): Add.
3216         (color-complement): Add.
3217         (color-complement-hex): Add.
3218
3219         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3220
3221 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3224         don't exist.
3225
3226 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3229         assuming that article displaying or another mml-preview may be
3230         interrupted for an error or for the like.
3231
3232         * shr.el (shr-get-background): Fix argument name.
3233
3234 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3237
3238         * gnus-sum.el (gnus-summary-include-articles): New function.
3239
3240         * message.el (message-goto-body): called-interactively-p needs a
3241         parameter, so use `any'.
3242
3243         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3244         clear marks before moving, since they're synced from the Gnus side
3245         first.
3246
3247         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3248         (gnus-summary-move-article): Copy over all marks before moving, so that
3249         IMAP doesn't think a new article has arrived.
3250
3251 2010-11-24  Julien Danjou  <julien@danjou.info>
3252
3253         * shr.el (shr-insert-background-overlay): Fix typo.
3254         (shr-render-td): Copy the background before rendering.
3255
3256         * shr-color.el (shr-color-visible): Fix docstring.
3257
3258         * shr.el (shr-tag-table): Add bgcolor support.
3259         (shr-render-td): Add bgcolor support.
3260         (shr-get-background): Add.
3261         (shr-insert-foreground-overlay): Use shr-get-background.
3262
3263         * message.el (message-goto-body): Use called-interactively-p.
3264         (message-in-body-p): message-goto-body returns point.
3265
3266 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3269         Fixes something or other in Emacs 23, and is backwards compatible.
3270
3271         * message.el (message-goto-body): Remove the <#secure special-casing,
3272         which is too special.
3273
3274         * shr.el (shr-parse-style): Drop !important from styles.
3275
3276 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3277
3278         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3279         this function to return incorrect results when calling it with an
3280         explicit article argument different from
3281         (gnus-summary-article-number).
3282
3283 2010-11-24  Julien Danjou  <julien@danjou.info>
3284
3285         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3286         (shr-tag-body): Add background support.
3287         (shr-descend): Add background support.
3288         (shr-tag-title): Add.
3289
3290         * shr-color.el (shr-color-visible): Really return original background
3291         if fixed.
3292
3293 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * shr.el (shr-color-check): Protect against non-existent colour names.
3296
3297 2010-11-24  Julien Danjou  <julien@danjou.info>
3298
3299         * color-lab.el: Require 'cl when compiling.
3300
3301         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3302
3303         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3304         matched part.
3305
3306         * color-lab.el: Fix all expt calls to use float type.
3307
3308 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3311         expression to shr-color-check as is.
3312
3313         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3314
3315         * color-lab.el: Add coding cookie.
3316         (float-pi): Use eval-and-compile.
3317
3318         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3319         compiled for Emacsen having no `libxml-parse-html-region' support.
3320
3321 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * shr.el (shr-insert-color-overlay): Split stuff like
3324         "#444444 !important" to find the real colour.
3325         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3326         parse <font color="red"> entries.
3327
3328 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3329
3330         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3331         point when parsing headers.
3332
3333         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3334         is positioned properly when parsing headers.
3335
3336 2010-11-23  Julien Danjou  <julien@danjou.info>
3337
3338         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3339
3340         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3341
3342         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3343
3344         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3345         Use shr-color-hue-to-rgb.
3346         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3347
3348 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * shr.el (shr-color->hexadecimal): Autoload.
3351         (shr-descend): Add color to all tags.
3352
3353 2010-11-22  Julien Danjou  <julien@danjou.info>
3354
3355         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3356         shr-color->hexadecimal.
3357
3358         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3359         RGB() or HSL() color representation.
3360
3361         * shr.el (shr-tag-font): Add.
3362         (shr-tag-color-check): New function to get better colors.
3363         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3364         tag-span.
3365
3366         * shr-color.el: New file.
3367
3368         * color-lab.el: New file.
3369
3370         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3371
3372 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3373
3374         * nnir.el: Fix typo in comments.
3375         (nnir-run-imap): Simplify code. No need to reverse artlist.
3376         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3377
3378 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3381
3382         * nnimap.el (nnimap-get-capabilities): Refactor out.
3383         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3384
3385 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3386
3387         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3388         appearing when `mm-uu-hide-markers' is nil.
3389
3390 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nnimap.el (nnimap-unselect-group): Make into its own function.
3393         (nnimap-request-rename-group): Unselect group before renaming.
3394         This had gotten lost somewhere.
3395         (nnimap-request-accept-article): Keep track of examined groups, and
3396         unselect the group before APPENDing to read-only groups.
3397         (nnimap-request-move-article): Clear flags before moving so that they
3398         can be re-set later.
3399
3400 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3403         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3404
3405 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * gnus-art.el (gnus-mime-display-single)
3408         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3409         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3410         parameter.
3411
3412 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3415         (shr-table-vertical-line): New variable.
3416         (shr-insert-table): Use it.
3417
3418 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-html.el (gnus-html-wash-images): Don't display images if
3421         gnus-inhibit-images is non-nil; register displayer for cid images.
3422         (gnus-html-display-image): Work for cid image.
3423         (gnus-html-insert-image): Allow arguments.
3424         (gnus-html-put-image): Inhibit read-only.
3425         (gnus-html-prefetch-images): Don't prefetch images if
3426         gnus-inhibit-images is non-nil.
3427
3428 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * shr.el (shr-put-image): Break lines when inserting big pictures.
3431
3432 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3433
3434         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3435         sender, thanks Katsumi Yamaoka.
3436
3437 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3438
3439         * nnir.el (nnir-run-imap): Reverse the article list for each group
3440         rather than the whole list.
3441
3442 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * shr.el (shr-image-displayer): Protect function against non-existent
3445         image source.
3446
3447         * gnus-art.el (gnus-inhibit-images): New user option.
3448         (gnus-mime-display-single): Don't display image if it is non-nil.
3449
3450         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3451         gnus-inhibit-images.
3452
3453         * shr.el (shr-image-displayer): New function.
3454         (shr-tag-img): Use it.
3455
3456 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3457
3458         * mml2015.el (mml2015-epg-sign): Use From header.
3459
3460 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3463
3464         * gnus-util.el (gnus-find-text-property-region): Return markers.
3465
3466         * shr.el (shr-tag-img): Put a displayer in the text property.
3467
3468         * gnus-util.el (gnus-find-text-property-region): New utility function.
3469
3470         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3471         (gnus-html-show-images): Remove.
3472
3473         * gnus-art.el (gnus-article-show-images): New, more general function.
3474
3475         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3476         image url text properties.
3477
3478         * shr.el: Ditto.
3479
3480         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3481         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3482
3483 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3486         work for two or more articles.
3487
3488 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3491         divide an image that's in an html article to two or more when washing
3492         non-ASCII characters in alt text of it.
3493
3494 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3497         smime-decrypt-region using function argument.
3498         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3499
3500         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3501
3502         * smime.el (smime-decrypt-region): Catch it.
3503
3504 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3505
3506         * smime.el (smime-mode-map): Move initialization into declaration.
3507         (gnus-run-mode-hooks): Don't autoload.
3508         (smime-mode): Use define-derived-mode.
3509
3510 2010-11-11  Glenn Morris  <rgm@gnu.org>
3511
3512         * smime.el (from): Restrict declaration to XEmacs.
3513
3514         * nnir.el (gnus-group-topic-name): Autoload.
3515
3516 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * shr.el (shr-insert): Don't break long line if it is because of
3519         kinsoku-bol characters in the line end.
3520
3521 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3522
3523         * nnir.el (nnir-request-move-article): Fix to provide original group
3524         and subject.
3525         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3526         been retrieved.
3527
3528         * gnus-sum.el (gnus-summary-move-article): Use original group and
3529         subject for virtual articles such as those in an nnir summary buffer.
3530
3531 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3534         least 21.5).
3535
3536         * smime.el (from): Declare it again for XEmacs.
3537
3538 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * message.el (message-resend): Don't disable encoding unless it's
3541         already encoded.
3542
3543         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3544         low-numbered articles.
3545
3546 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * rfc2047.el (rfc2047-syntax-table): Simplify.
3549
3550         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3551
3552         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3553         set-char-table-range for XEmacs.
3554
3555 2010-11-10  Glenn Morris  <rgm@gnu.org>
3556
3557         * time-date.el (time-to-seconds): Always an alias on Emacs,
3558         never a real function.
3559         (with-no-warnings): Remove compat stub, now unused.
3560         (time-less-p): Doc fix.
3561         (time-to-number-of-days): Simplify.
3562
3563         * smime.el (from): Remove unused declaration.
3564
3565         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3566         (gnus-float-time): On Emacs, always an alias.
3567
3568         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3569         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3570
3571 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * dgnushack.el: Don't use ignore-errors in the top level form since it
3574         is unavailable in XEmacs even if cl is loaded.
3575
3576         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3577
3578 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * shr.el (browse-url-mailto): Autoload.
3581
3582         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3583
3584         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3585         regexp doesn't need quoting.
3586
3587 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3588
3589         * message.el (message-subject-trailing-was-ask-regexp)
3590         (message-subject-trailing-was-regexp): Match was: in addition to was.
3591
3592 2010-11-09  Glenn Morris  <rgm@gnu.org>
3593
3594         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3595         (nnbabyl-check-mbox): Use point-at-bol.
3596
3597 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3600
3601         * message.el (message-mailto): New function.
3602         (message-mailto): Should accept other parameters.
3603         (message-mailto): Remove since it duplicates browse-url-mailto
3604         functionality.
3605
3606 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3609         methods.
3610         (gnus-read-active-file): Ditto.
3611
3612         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3613         ": " from the prompt.
3614         (gnus-group-make-group): Ditto.
3615
3616 2010-11-07  Glenn Morris  <rgm@gnu.org>
3617
3618         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3619         (gnus-bookmark-kill-line): Use point-at-eol.
3620
3621 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3624         asterisks in From header.
3625
3626 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3629         string to avoid making the From headers syntactically invalid.
3630
3631         * message.el (message-send-mail): Don't insert courtesy messages if the
3632         message already has List-Post and List-ID messages.
3633
3634 2010-11-06  Glenn Morris  <rgm@gnu.org>
3635
3636         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3637         `condition', `type', `length' a prefix.
3638         (gnus-treat-predicate): Update for above name changes.
3639
3640 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3641
3642         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3643         binding.  Handled by `gnus-summary-refer-thread' instead.
3644         (nnir-warp-to-article): New backend function.
3645
3646         * nnimap.el (nnimap-request-thread): Force dependency updating.
3647
3648         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3649         (gnus-summary-refer-thread): Rework to improve thread-referral.
3650
3651         * gnus-int.el (gnus-warp-to-article): New function.
3652
3653         * gnus-sum.el (gnus-summary-article-map): Bind it.
3654
3655 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3656
3657         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3658         gnus-summary-refer-thread.
3659
3660         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3661         headers.
3662         (gnus-summary-limit-include-thread): Prevent articles in thread from
3663         being cut in gnus-cut-threads.
3664         (gnus-summary-refer-thread): Limit retrieved headers to those in
3665         thread.
3666
3667 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * message.el (message-send-mail): Use the value of
3670         message-courtesy-message from the message buffer.
3671
3672         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3673
3674         * shr.el (shr-browse-url): Implement mailto: URLs.
3675
3676         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3677         "raw".
3678
3679         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3680         if it's already selected.
3681
3682         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3683
3684 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3687         to measure the length and truncate alt text.
3688
3689 2010-11-03  Glenn Morris  <rgm@gnu.org>
3690
3691         * nndiary.el (nndiary-generate-nov-databases-1)
3692         (nndiary-generate-active-info): Rename dynamic variable `files' to
3693         something less generic.
3694
3695 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3696
3697         * nnir.el (nnir-request-move-article): Call the underlying backend to
3698         move articles from nnir.
3699
3700 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3703
3704 2010-11-02  Julien Danjou  <julien@danjou.info>
3705
3706         * nnir.el: Remove wais support.
3707
3708 2010-11-02  Glenn Morris  <rgm@gnu.org>
3709
3710         * gnus-html.el: Reorder requirements to quieten compiler.
3711
3712 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3715         properly for XEmacs as well.
3716         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3717         (gnus-article-natural-long-line-p): Use window-width rather than
3718         frame-width.
3719
3720 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3721
3722         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3723         (nnir-read-parms): Don't modify query.
3724         (nnir-run-query): Add ability to search topic on current line.
3725         (nnir-get-active): Clean up.
3726
3727 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3730         degenerate articles.
3731
3732         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3733         (gnus-print-buffer): Just print the buffer as is, without any copying
3734         to a buffer and then re-highlighting.
3735
3736         * nnimap.el (nnimap-request-group): Store the new updated info.
3737         (nnimap-request-group): Select the group when we don't know whether it
3738         exists or not.
3739
3740         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3741         groups.
3742
3743         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3744         groups.
3745
3746         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3747         groups.
3748
3749         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3750         long-lines case by only filling the long lines.
3751
3752         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3753         (bug #7311).
3754
3755 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * shr.el: No need to declare `declare-function' since shr.el is for
3758         only Emacsen that provide `libxml-parse-html-region'.
3759
3760         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3761         effective only in a file it is referred to.
3762
3763 2010-11-01  Glenn Morris  <rgm@gnu.org>
3764
3765         * mm-util.el (gnus-completing-read): Autoload.
3766         (mm-read-coding-system): Simplify Emacs definition.
3767
3768         * nnmail.el (gnus-activate-group):
3769         * nnimap.el (gnutls-negotiate):
3770         * nntp.el (netrc-parse): Fix declarations.
3771
3772 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3775         string-match-p in Emacs >=23.
3776
3777         * gnus-msg.el (gnus-configure-posting-styles)
3778         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3779
3780 2010-11-01  Glenn Morris  <rgm@gnu.org>
3781
3782         * nnir.el (declare-function): Add compat stub.
3783         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3784         (nnir-run-gmane): Require 'mm-url.
3785
3786         * mm-util.el (mm-string-to-multibyte): Simplify.
3787
3788         * shr.el (declare-function): Add compat stub.
3789         (url-cache-create-filename): Declare.
3790         (mm-disable-multibyte, widget-convert-button): Autoload.
3791
3792         * smime.el (ldap-search): Declare.
3793         (smime-cert-by-ldap-1): Require ldap on Emacs.
3794
3795         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3796         (nnimap-keepalive): Use gnus-float-time.
3797
3798         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3799         (mail-source-delete-crash-box): Use gnus-float-time.
3800
3801         * gnus-dired.el (gnus-completing-read): Autoload.
3802
3803         * mm-view.el (gnus-rescale-image): Autoload.
3804
3805         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3806
3807         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3808
3809         * sieve-manage.el: Require 'cl when compiling.
3810
3811         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3812         (gnus-iswitchb-completing-read): Require iswitchb.
3813         (gnus-select-frame-set-input-focus): Silence compiler.
3814
3815 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * message.el (message-subject-trailing-was-query): Change default to t,
3818         since I think that's what most people want.
3819
3820         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3821         appending for easier debugging.
3822         (nnimap-wait-for-connection): Take a regexp.
3823         (nnimap-request-accept-article): Wait for the continuation line before
3824         sending anything unless we're streaming.
3825
3826         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3827         leave the header washing to take place.
3828
3829 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3830
3831         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3832         regular expression match and replace in posting styles.
3833
3834 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3835
3836         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3837         an entire server.
3838         (nnir-get-active): New function.
3839         (nnir-run-imap): Use it.
3840         (nnir-run-gmane): Who knew, gmane search returns an article score!
3841
3842         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3843         server on the current line with nnir.
3844
3845 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846
3847         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3848         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3849         left edge.
3850         (gnus-article-foldable-buffer): Skip past the prefix when determining
3851         raggedness.
3852
3853         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3854         the raw article, and change `C-u g' to show the article without doing
3855         treatments.
3856
3857         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3858         on to `gnus-treat-article'.
3859         (gnus-inhibit-article-treatments): New variable.
3860
3861         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3862
3863         * gnus-art.el (gnus-treatment-function-alist): Have
3864         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3865         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3866         sections.
3867
3868         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3869         parameter.
3870         (gnus-article-fill-cited-long-lines): New function.
3871         (gnus-article-fill-cited-article): Allow filling only long sections.
3872
3873         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3874         and non-punctuation (like after the apostrophe in "'We").
3875
3876         * gnus-sum.el (gnus-summary-select-article): Make sure
3877         gnus-original-article-buffer is alive.
3878
3879         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3880         reflect the order they're in in the digest.
3881
3882         * gnus.el (gnus-group-startup-message): Move point to the start of the
3883         buffer.
3884
3885         * nnimap.el (nnimap-capability): New function.
3886         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3887         is set.
3888
3889 2010-10-31  David Engster  <dengste@eml.cc>
3890
3891         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3892         conform with changes to gnus-completing-read.
3893
3894 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895
3896         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3897
3898 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3899
3900         * nnir.el: Move defvar, defcustom around to keep file organized
3901         and keep byte-compiler quiet.
3902         (nnir-read-parms): Accept search-engine as arg.
3903         (nnir-run-query): Pass search-engine as arg.
3904         (nnir-search-engine): Remove.
3905
3906 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * shr.el (shr-generic): The text nodes should be text, not :text.
3909
3910         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3911         later in the file.
3912
3913 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3914
3915         * nnir.el: General clean up.  Allow searching with multiple engines.
3916         Allow separate extra-parameters for each engine.
3917         Batch queries when possible.
3918         (nnir-imap-default-search-key,nnir-method-default-engines):
3919         Add customize interface.
3920         (nnir-run-gmane): New engine.
3921         (nnir-engines): Use it.  Qualify all prompts with engine name.
3922         (nnir-search-engine): Remove global variable.
3923         (nnir-run-hyrex): Restore for now.
3924         (nnir-extra-parms,nnir-search-history): New variables.
3925         (gnus-group-make-nnir-group): Use them.
3926         (nnir-group-server): Remove in favor of gnus-group-server.
3927         (nnir-request-group): Avoid searching twice.
3928         (nnir-sort-groups-by-server): New function.
3929
3930 2010-10-30  Julien Danjou  <julien@danjou.info>
3931
3932         * gnus-group.el: Remove gnus-group-fetch-control.
3933
3934         * gnus-start.el (gnus-find-new-newsgroups):
3935         Remove gnus-check-first-time-used.
3936
3937         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3938
3939 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3940
3941         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3942         set on groups that don't have \* permanentflags.
3943
3944 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3947         control the background color.
3948         (shr-tag-img): Ignore very small web bug type images.
3949         (shr-put-image): Add help-echo alt texts to the images.
3950         (shr-tag-video): Show the video poster image.
3951
3952 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * shr.el (shr-table-depth): New variable.
3955         (shr-tag-table-1): Only insert the images after the top-level table.
3956
3957         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3958
3959         * gnus-util.el (gnus-list-memq-of-list): New function.
3960
3961         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3962         selected.
3963         (nnimap-unsplittable-articles): New slot.
3964         (nnimap-new-articles): Use it.
3965
3966 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3967
3968         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3969         move to the previous line on `M-g'.
3970
3971 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972
3973         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3974         *-request-group, which seems unnecessary.
3975
3976         * nnimap.el (nnimap-quote-specials): Function copied over from
3977         imap.el.
3978         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3979         they support that.  Suggested by Tom Regner.
3980
3981 2010-10-29  Julien Danjou  <julien@danjou.info>
3982
3983         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3984         defalias.
3985         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3986
3987         * gnus.el: Remove `gnus-nntp-service' variable.
3988         (gnus-secondary-servers): Make obsolete.
3989         (gnus-nntp-server): Make obsolete.
3990
3991         * gnus-start.el (gnus-1): Remove x-splash calls.
3992
3993         * gnus-ems.el (gnus-x-splash): Remove.
3994
3995         * gnus.el (gnus-group-startup-message): Simplify/update code.
3996
3997         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3998         definition.
3999
4000         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4001         capability before doing anything.
4002         (gnus-group-insert-group-line): Remove useless
4003         gnus-group-remove-excess-properties.
4004
4005 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4008
4009 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4010
4011         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4012         config after reselecting.
4013
4014 2010-10-28  Julien Danjou  <julien@danjou.info>
4015
4016         * shr.el (shr-put-image): Use point even if only inserting text.
4017         (shr-put-image): Save excursion when inserting alt text on non-graphic
4018         display, so the behaviour is the same when we are on a graphic display.
4019
4020         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4021
4022 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4025         (gnus-mime-copy-part): Check coding system, not charset.
4026         (gnus-mime-view-part-externally): Never remove part.
4027         (gnus-mime-view-part-internally): Don't remove part here.
4028         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4029         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4030         multipart/alternative.
4031
4032         * mm-decode.el (mm-display-part): Take optional arg `force'.
4033
4034 2010-10-26  Julien Danjou  <julien@danjou.info>
4035
4036         * gnus-group.el (gnus-group-default-list-level): Add this function to
4037         compute the default list level.
4038         (gnus-group-default-list-level): Add possibility to use a function.
4039
4040 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4041
4042         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4043
4044         * gnus-group.el (gnus-group-completing-read)
4045         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4046         gnus-replace-in-string.
4047
4048 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * shr.el (shr-tag-div): Add.
4051
4052         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4053
4054 2010-10-25  Julien Danjou  <julien@danjou.info>
4055
4056         * gnus-util.el: Remove `gnus-with-local-quit'.
4057
4058         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4059
4060 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4061
4062         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4063         the original article buffer.
4064
4065 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * nnimap.el (nnimap-request-head): New function.
4068         (nnimap-request-move-article): Try to be slighly faster by not
4069         requesting the entire message when moving.
4070         (nnimap-transform-headers): Don't bug out on bodiless articles.
4071         (nnimap-send-command): Have no outstanding messages if the IMAP server
4072         doesn't support streaming.
4073         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4074
4075 2010-10-24  Julien Danjou  <julien@danjou.info>
4076
4077         * message.el (message-default-headers): Fix type.
4078
4079 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4082         prefetching images.
4083
4084         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4085         backend for unknown groups.  This is mainly useful for nnimap groups.
4086
4087         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4088         group isn't covered by the agent.
4089
4090 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4091
4092         * nnir.el (nnir-method-default-engines): New variable.
4093         (nnir-run-query): Use it.
4094         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4095         (gnus-summary-nnir-goto-thread): Change group if needed.
4096
4097         * gnus-group.el (gnus-group-group-map): Add key binding for
4098         gnus-group-make-nnir-group.
4099
4100 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * shr.el (shr-tag-object): Add.
4103
4104         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4105         original article buffer live.
4106         (gnus-summary-select-article-buffer):
4107         Mention gnus-widen-article-buffer.
4108
4109 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * shr.el (shr-tag-strong): Add.
4112
4113 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4116         group names.  They mess up the group buffer badly.
4117
4118         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4119
4120         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4121         instead of the summary one.
4122
4123 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * mml.el (mml-preview): Work properly when editing article.
4126
4127         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4128         gnus-have-read-active-file if it's already been in.
4129
4130 2010-10-22  Tom Tromey  <tromey@redhat.com>
4131
4132         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4133         gnus-group-completing-read.
4134
4135 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * message.el (message-mode-map): Don't bind M-; to comment region, to
4138         allow the global comment-dwim to work.
4139
4140 2010-10-21  Julien Danjou  <julien@danjou.info>
4141
4142         * message.el (message-setup-1): Allow message-default-headers to be a
4143         function.
4144
4145 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * shr.el (shr-tag-table): Simplify.
4148
4149 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4152         to avoid trying to snarf invalid stuff.
4153
4154         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4155
4156         * gnus.el (gnus-message-archive-group): Quote value.
4157         (gnus-message-archive-group): Mark as changed.
4158
4159         * shr.el (shr-add-font): Don't put the font properties on the newline
4160         or the indentation.
4161
4162         * message.el (message-fix-before-sending): Change options when sending
4163         non-printable characters.
4164
4165         * gnus.el (gnus-message-archive-method): Change the default to
4166         monthly outgoing groups.
4167
4168         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4169         that have gotten new numbers.
4170
4171         * nnimap.el (nnimap-request-replace-article): New function.
4172
4173 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4176         (nnrss-request-article): Don't use special html washing code.
4177
4178 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * shr.el (shr-tag-table): Remove useless nconc.
4181
4182 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * gnus-art.el (article-wash-html): Simplify and remove the charset
4185         stuff.  Use the normal html rendering code instead of the special html
4186         washing code.
4187
4188         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4189         `gnus-w3m' symbols.
4190         (mm-text-html-washer-alist): Remove.
4191
4192         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4193         (mm-inline-media-tests): Remove use.
4194         (mm-text-html-renderer): Change default to the `shr' symbol.
4195
4196         * mm-view.el (mm-inline-text-html): Remove use.
4197
4198         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4199         `gnus-blocked-images' to be a function.
4200         (gnus-article-wash-function): Remove.
4201
4202 2010-10-20  Julien Danjou  <julien@danjou.info>
4203
4204         * spam.el (spam-list-of-processors): Mark as obsolete.
4205
4206         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4207         (nnimap-insert-partial-structure): Fix boundary detection.
4208
4209 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4210
4211         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4212         run file-truename on remote files.  This can be expensive and even
4213         prevent one from editing drafts if some unrelated buffer has a stale
4214         connection.
4215
4216 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4219         kinsoku-eol regardless of shr-kinsoku-shorten.
4220         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4221         (shr-tag-table): Support caption, thead, and tfoot.
4222
4223 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4226         lines.
4227         (shr-save-contents): New command and keystroke.
4228
4229         * nndoc.el (nndoc-type-alist): Add git support.
4230         (nndoc-git-type-p): New function.
4231         (nndoc-transform-git-article): Ditto.
4232         (nndoc-transform-git-headers): Ditto.
4233         (nndoc-transform-git-headers): Generate Subject headers.
4234
4235         * shr.el (shr-parse-style): New function.
4236         (shr-tag-span): Ditto.
4237
4238         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4239         to `G G' to avoid collisions.
4240
4241 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * shr.el: Load kinsoku if necessary.
4244         (shr-kinsoku-shorten): New internal variable.
4245         (shr-find-fill-point): Make kinsoku shorten text line if
4246         shr-kinsoku-shorten is bound to non-nil.
4247         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4248         shr-indentation too when testing if table is wider than frame width.
4249         (shr-insert-table): Use `string-width' instead of `length' to measure
4250         text width.
4251         (shr-insert-table-ruler): Make sure indentation is done at bol.
4252
4253 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4254
4255         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4256         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4257         undecoded network data.
4258
4259 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4262         name in the mode line spec so that the mode line menu works
4263         (bug #2431).
4264
4265         * message.el (message-get-reply-headers): If we're fed `to-address',
4266         then always use that.
4267
4268         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4269         aren't so wide as to need to switch off the edit menu.
4270
4271         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4272         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4273
4274         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4275         `M-g'.
4276         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4277         the permanent marks.
4278
4279 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4280
4281         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4282         Splitting according to references/in-reply-to obeys the ignore-groups
4283         variable, while splitting by sender and subject do not.
4284
4285 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4286
4287         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4288         alist, so that we can look for non-Unicode chars.
4289         (article-translate-strings): Allow both character and string maps.
4290
4291 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * shr.el (shr-insert): Don't insert space behind a wide character
4294         categorized as kinsoku-bol, or between characters both categorized as
4295         nospace.
4296
4297 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4298
4299         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4300         headers to gnus-newsgroup-headers.
4301
4302 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * shr.el (shr-tag-img): Don't align images -- since we're not
4305         rescaling, this often leads to ugly displays.
4306
4307 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4308
4309         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4310         duplicates.
4311
4312 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4313
4314         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4315         call.
4316
4317 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * gnus.el: Autoload gnus-html-show-images.
4320
4321         * nnimap.el: Use nnheader-message throughout.
4322
4323         * shr.el (shr-tag-img): Ignore images with no data.
4324
4325 2010-10-15  Julien Danjou  <julien@danjou.info>
4326
4327         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4328         a possibility to disable format=flow encoding when using hard newlines.
4329
4330 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * shr.el (shr-insert): Remove space inserted before or after a
4333         breakable character or at the beginning or the end of a line.
4334         (shr-find-fill-point): Do kinsoku; find the second best point or give
4335         it up if there's no breakable point.
4336
4337 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338
4339         * nnimap.el (nnimap-open-connection): Message when opening connection
4340         for debugging purposes.
4341
4342         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4343         on every setup buffer call to allow this to change from article to
4344         article.
4345
4346         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4347         buffers where we have a wide table.
4348
4349 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4350
4351         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4352         uses *-request-thread.
4353
4354 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4357         incantation, which is no longer valid.
4358
4359 2010-10-14  Julien Danjou  <julien@danjou.info>
4360
4361         * shr.el: Fix defcustom type (char -> character).
4362
4363 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4366         programs.
4367
4368 2010-10-14  Julien Danjou  <julien@danjou.info>
4369
4370         * shr.el (shr-tag-a): Use url-link as widget type.
4371
4372         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4373         `gnus-group-get-icon'.
4374
4375 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4376
4377         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4378         This should make server editing work better.
4379
4380         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4381
4382         * tls.el (tls-program): Remove spurious %s from openssl.
4383
4384         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4385         (nnimap-parse-flags): Fix regexp.
4386
4387         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4388         probably work for CJVK text, too.
4389
4390         * nnimap.el (nnimap-extend-tls-programs): Remove.
4391         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4392
4393         * tls.el (tls-starttls-switches): Remove starttls hack.
4394         (open-tls-stream): Ditto.
4395         (tls-find-starttls-argument): Ditto.
4396
4397 2010-10-13  Julien Danjou  <julien@danjou.info>
4398
4399         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4400         responses.
4401
4402 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4405
4406         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4407         anything in Emacs.
4408
4409         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4410
4411 2010-10-13  Julien Danjou  <julien@danjou.info>
4412
4413         * shr.el (shr-width): Make shr-width a defcustom with default to
4414         fill-column.
4415         (shr-tag-img): Use shr-width rather than fill-column.
4416
4417 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * dgnushack.el (byte-optimize-apply)
4420         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4421
4422         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4423         position when (X-)Faces exist.
4424         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4425         avatars when called interactively.
4426
4427 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4430         gnus-article-x-face-too-ugly is bound.
4431
4432 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4435
4436         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4437         mailbox that doesn't exist.
4438
4439 2010-10-12  Julien Danjou  <julien@danjou.info>
4440
4441         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4442         (shr-get-image-data): Encode URL properly when fetching from cache.
4443         (shr-tag-img): Use aligned-to spaces to align correctly images.
4444
4445         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4446         before inserting the Gravatar.
4447
4448         * shr.el (shr-tag-img): Add align attribute support for <img>.
4449
4450 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-gravatar.el (gnus-art): Require.
4453
4454         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4455         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4456         Remove long obsoleted functions.
4457
4458 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4461
4462         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4463
4464         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4465         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4466         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4467         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4468         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4469         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4470         * sieve-manage.el, smime.el, spam.el:
4471         Fix comment for declare-function.
4472
4473 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * nnimap.el (nnimap-request-rename-group): Select group read-only
4476         before renaming it.
4477
4478         * shr.el (shr-insert): Fix up the white space only regexp.
4479
4480         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4481         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4482
4483         * shr.el (shr-current-column): New function.
4484         (shr-find-fill-point): New function.
4485
4486 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4487
4488         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4489         numbers.
4490
4491 2010-10-11  Julien Danjou  <julien@danjou.info>
4492
4493         * shr.el (shr-hr-line): Add.
4494         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4495         display hr lines.
4496         (shr-max-columns): Do not change state to nil if we just inserting
4497         spaces.
4498
4499 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4502         select the last group.
4503
4504 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4507
4508 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4509
4510         * dig.el (dig-mode-map): Declare and define in one step.
4511
4512 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4515         for Gnus.
4516         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4517         (nnimap-update-qresync-info): Mark \Seen articles as read.
4518
4519         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4520         non-variable, too.
4521
4522         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4523         available.
4524         (nnimap-update-info): Rely more on the current active than the param
4525         active to avoid marking articles as read too much.
4526
4527         * auth-source.el (auth-source-create): Use (user-login-name) for the
4528         user name default.
4529
4530         * nnimap.el (nnimap-update-info): If the server doesn't return any
4531         useful info, just use the previous info.
4532         (nnimap-update-info): Prefer old info over start-article.
4533         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4534
4535 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4536
4537         * nnir.el (autoload): Clean up autoloads.
4538         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4539         Use key rather than value.
4540         (nnir-imap-search-other): New variable.
4541         (nnir-read-parm): Use it.
4542         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4543         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4544
4545 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4546
4547         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4548         the process, too.
4549
4550 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * spam.el (gnus-summary-mode-map): Bind to "$".
4553         Suggested by Russ Allbery.
4554
4555         * shr.el: Rework the way things are indented by <li> slightly.
4556
4557         * gnus.el (gnus-group-set-parameter): Fix typo.
4558
4559         * nnimap.el: Start implementing QRESYNC support.
4560
4561 2010-10-09  Julien Danjou  <julien@danjou.info>
4562
4563         * nnir.el (nnir-engines): Fix too many arguments.
4564
4565 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4568         group is the "last", so that the backends like nnfolder actually save
4569         their folders.
4570
4571         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4572         try to use that for the tls stream.
4573         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4574         UIDVALIDITY and find out which groups are read-only and not.
4575         (nnimap-get-flags): Use the same marks parsing code as the rest of
4576         nnimap.
4577
4578 2010-10-09  Julien Danjou  <julien@danjou.info>
4579
4580         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4581
4582         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4583         retrieving gravatars.
4584
4585         * shr.el (shr-table-corner): Add.
4586         (shr-table-line): Add.
4587         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4588
4589 2010-10-08  Julien Danjou  <julien@danjou.info>
4590
4591         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4592
4593 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4594
4595         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4596
4597         * gnus-sum.el (gnus-mark-article-as-unread)
4598         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4599         (gnus-summary-set-bookmark): Use it.
4600
4601         * gnus-msg.el (gnus-setup-message): Use it.
4602
4603         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4604
4605         * gnus.el (gnus-group-remove-parameter): Use it.
4606
4607         * gnus-group.el (gnus-group-make-web-group): Use it.
4608
4609         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4610
4611         * nnregistry.el: Update docs to mention manual.
4612
4613         * gnus-registry.el: Update docs to mention nnregistry.el.
4614         (gnus-registry-initialize): Don't install nnregistry refer method
4615         automatically.
4616         (gnus-registry-install-nnregistry): Remove it.
4617
4618 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * shr.el (shr-insert): Don't insert double spaces.
4621
4622 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-gravatar.el (gnus-treat-from-gravatar)
4625         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4626         called interactively.
4627
4628         * gnus-art.el (gnus-mime-view-part-externally)
4629         (gnus-mime-view-part-internally): Make predicate function passed to
4630         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4631         of a mime type.
4632
4633         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4634
4635 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * shr.el (require): Require cl when compiling.
4638         (shr-tag-hr): New function.
4639
4640         * nnimap.el (nnimap-update-info): Remove double setting of high.
4641         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4642         This makes nnimap work properly on Courier again.
4643
4644         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4645         the variable for backwards compatibility.
4646
4647         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4648         the file name before using to avoid setting mm-default-directory to
4649         nil.
4650
4651         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4652         bidning gnus-agent variables.
4653
4654         * shr.el (shr-render-td): Use a cache for the table rendering function
4655         to avoid getting an exponential rendering behaviour in nested tables.
4656         (shr-insert): Rework the line-breaking algorithm.
4657         (shr-insert): Don't leave trailing spaces.
4658         (shr-insert-table): Also insert empty TDs.
4659         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4660
4661 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4662
4663         * gnus-sum.el (gnus-number): Rename from `number'.
4664         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4665         (gnus-summary-limit-children): Update uses correspondingly.
4666
4667 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4670         (gnus-gravatar-transform-address): Don't show avatars of people of
4671         which mail addresses match gnus-gravatar-too-ugly.
4672
4673 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * shr.el (shr-table-widths): Expand TD elements to fill available
4676         space.
4677
4678 2010-10-07  Julien Danjou  <julien@danjou.info>
4679
4680         * nnimap.el (nnimap-request-rename-group): Add this method.
4681
4682 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4685         name from XEmacs' function-arglist.
4686
4687         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4688         gravatar under XEmacs.
4689
4690 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4691
4692         * auth-source.el: Update docs with TODO items.
4693
4694         * gnus-sync.el: Update docs to explain state and plans.
4695
4696         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4697         Hooks for mark updates.
4698         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4699
4700         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4701         hooks with arguments, which is needed for mark update hooks.
4702
4703 2010-10-06  Julien Danjou  <julien@danjou.info>
4704
4705         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4706         was matched.
4707
4708         * sieve-manage.el: Update example in `Commentary'.
4709
4710         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4711
4712         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4713         not 2000.
4714         (sieve-manage-authenticate): Re-add function.
4715
4716 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * shr.el (shr-insert): Get 'space transition right.
4719         (shr-render-td): Only delete space at the end of the TD.
4720
4721         * nnimap.el (nnimap-open-connection): Prepare to support
4722         open-gnutls-stream.
4723
4724         * shr.el: Rearrange function order to be more logical.
4725
4726 2010-10-06  Julien Danjou  <julien@danjou.info>
4727
4728         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4729         (nnrss-discover-feed): Remove 404 URL in docstring.
4730
4731         * nnir.el: Fix Swish-E URL.
4732         Fix Namazu URL.
4733
4734         * message.el (message-change-subject): Remove 404 URL in a comment.
4735
4736 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4739         called interactively.
4740
4741         * gnus-util.el (gnus-remove-if): Allow hash table.
4742         (gnus-remove-if-not): New function.
4743
4744         * gnus-art.el (gnus-mime-view-part-as-type)
4745         * gnus-score.el (gnus-summary-score-effect)
4746         * gnus-sum.el (gnus-read-move-group-name):
4747         Replace remove-if-not with gnus-remove-if-not.
4748
4749         * gnus-group.el (gnus-group-completing-read):
4750         Regard collection as a hash table if it is not a list.
4751
4752 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4755
4756         * shr.el: Document the table-rendering algorithm.
4757
4758 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4761         for Emacsen having no `libxml-parse-html-region' support.
4762
4763 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4766         invalid URLs.
4767
4768         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4769         line-broken.
4770         (shr-tag-img): Ignore image fetching errors.
4771         (shr-overlays-in-region): Compute overlay positions correctly.
4772
4773         * mm-decode.el (mm-shr): Require shr.
4774
4775         * gnus-art.el (gnus-blocked-images): Move variable here.
4776
4777         * shr.el (shr-insert-table): Bind free variable.
4778
4779         * mm-decode.el (mm-shr): Bind shr-content-function.
4780
4781         * shr.el (shr-content-function): New variable.
4782
4783         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4784         added for symmetry.
4785
4786         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4787
4788         * gnus-group.el (gnus-group-make-group): Doc fix.
4789
4790         * nnimap.el (nnimap-request-newgroups): Return success.
4791
4792         * shr.el (shr-find-elements): New function.
4793         (shr-tag-table): Put all the images after the table.
4794         (shr-tag-table): Really inhibit images inside the table.
4795         (shr-collect-overlays): Copy over overlays from the TD elements to the
4796         main document.
4797
4798         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4799         gnus-blocked-images.
4800
4801 2010-10-05  Julien Danjou  <julien@danjou.info>
4802
4803         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4804
4805         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4806         (gnus-html-maximum-image-size): Add this function.
4807         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4808
4809         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4810         server-value of the capability is nil.
4811
4812 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * shr.el (shr-tag-em): Add <EM> tag.
4815
4816 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4817
4818         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4819         customizable.
4820
4821         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4822         handing broken links to browse-url.
4823
4824 2010-10-05  Julien Danjou  <julien@danjou.info>
4825
4826         * gnus-util.el (gnus-emacs-completing-read)
4827         (gnus-iswitchb-completing-read): Use autoload rather than require.
4828
4829 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4832         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4833         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4834         iswitchb-temp-buflist for XEmacs.
4835
4836         * gnus-util.el (gnus-completing-read-function): Exclude
4837         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4838         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4839         XEmacs.
4840
4841         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4842         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4843
4844         * gnus-html.el: Don't require help-fns under XEmacs.
4845         (gnus-html-schedule-image-fetching): Work for XEmacs.
4846
4847         * mm-decode.el (mm-shr): Decode contents by charset.
4848
4849 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4852         unknown.
4853
4854         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4855         (shr-get-image-data): Ensure against the cache file missing.
4856
4857         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4858         for data.
4859
4860         * spam-report.el (spam-report-url-ping-plain): Don't query about
4861         killing the process.
4862
4863         * shr.el (shr-render-td): Protect against too-wide text.
4864
4865 2010-10-04  Julien Danjou  <julien@danjou.info>
4866
4867         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4868         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4869
4870         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4871         retrieved.
4872
4873 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * shr.el (browse-url): Require.
4876         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4877         lines.
4878         (shr-show-alt-text, shr-browse-image): New commands.
4879         (shr-browse-url, shr-copy-url): New commands.
4880
4881         * gnus-sum.el (gnus-widen-article-window): New variable.
4882         (gnus-summary-select-article-buffer): Use it.
4883
4884         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4885         without @ signs.
4886
4887 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4888
4889         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4890
4891 2010-10-04  Julien Danjou  <julien@danjou.info>
4892
4893         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4894         for XEmacs.
4895
4896 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4899
4900         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4901         (nnimap-close-server): Implement.
4902
4903         * dgnushack.el (iswitchb): Require to shut up the compiler.
4904
4905         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4906         (shr-insert): Tweak line breaking.
4907         (shr-insert): Handle <pre> better.
4908         (shr-tag-li): Get <li> indentation right.
4909         (shr-tag-li): Get <li> indentation even righter.
4910         (shr-tag-blockquote): Ensure paragraph start.
4911         (shr-make-table): Tweak table generation.
4912         (shr-make-table): Fix typo.
4913
4914         * shr.el: Implement table rendering.
4915
4916 2010-10-04  Julien Danjou  <julien@danjou.info>
4917
4918         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4919
4920 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * shr.el (shr-insert): Use string anchors instead of line anchors.
4923
4924 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4925
4926         * shr.el: Add headings.
4927         (shr-ensure-paragraph): Actually work.
4928         (shr-tag-li): Make <ul> prettier.
4929         (shr-insert): Get white space at the beginning/end of elements right.
4930         (shr-tag-p): Collapse subsequent <p>s.
4931         (shr-ensure-paragraph): Don't insert double line feeds after blank
4932         lines.
4933         (shr-insert): \t is also space.
4934         (shr-tag-s): Fix "s" tag name function.
4935         (shr-tag-s): Fix face prop name.
4936
4937 2010-10-03  Julien Danjou  <julien@danjou.info>
4938
4939         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4940
4941         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4942         gnus-window-inside-pixel-edges.
4943
4944         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4945         gnus-ems.
4946
4947         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4948
4949         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4950         function.
4951
4952         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4953         resize choice.
4954
4955 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4956
4957         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4958         beginning of the buffer.
4959
4960         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4961         article buffer again.
4962
4963         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4964
4965         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4966         when it's at the start of the buffer.
4967
4968         * shr.el (shr-tag-blockquote): Convert name.
4969         (shr-rescale-image): Use the right image-size variant.
4970
4971         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4972         buffer isn't shown, then select the current article first instead of
4973         bugging out.
4974         (gnus-summary-select-article-buffer): Show both the article and summary
4975         buffers again.
4976
4977         * shr.el (shr-fontize-cont): Protect against regions with no text.
4978         Rename tag functions to shr-tag-* for enhanced security.
4979         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4980
4981 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4982
4983         * shr.el (shr-insert):
4984         * pop3.el (pop3-movemail):
4985         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4986         loaded.
4987
4988 2010-10-03  Glenn Morris  <rgm@gnu.org>
4989
4990         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4991
4992         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4993
4994         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4995
4996         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4997
4998         * gnus-util.el (gnus-make-local-hook): Simplify.
4999
5000 2010-10-02  Julien Danjou  <julien@danjou.info>
5001
5002         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5003         (gnus-ido-completing-read): New function.
5004         (gnus-emacs-completing-read): New function.
5005         (gnus-completing-read): Use gnus-completing-read-function.
5006         Add gnus-completing-read-function.
5007
5008 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * shr.el (shr-insert-document): Autoload.
5011         (shr-img): Be silent.
5012         (shr-insert): Add a newline after every picture before text.
5013         (shr-add-font): Use overlays for combining faces.
5014         (shr-insert): Pass upwards the text start point.
5015
5016         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5017         possible.
5018         (mm-shr): New function.
5019
5020 2010-10-02  Julien Danjou  <julien@danjou.info>
5021
5022         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5023         should go backward.
5024
5025 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5026
5027         * shr.el (shr): Fix typo in provide call.
5028
5029 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * shr.el: New file.
5032
5033         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5034
5035         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5036         completing read.
5037
5038 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5041         we're being queried about.  Suggested by Dan Jacobson.
5042
5043         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5044         Suggested by Jason Eisner.
5045
5046         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5047         table, too.  Suggested by Stefan Wiens.
5048         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5049         the table unnecessary.  Suggested by Stefan Wiens.
5050
5051         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5052         longer needed, and probably doesn't work either, as pointed out by
5053         Stefan Wiens.
5054         (gnus-summary-exit): Remove call to the clearing function.
5055         (gnus-summary-exit-no-update): Ditto.
5056
5057         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5058         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5059         Reported by Stefan Monnier.
5060         (gnus-summary-save-in-rmail): Ditto.
5061
5062         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5063         article buffer, instead of both the article buffer and the summary
5064         buffer.  Sort of suggested by Dan Jacobson.
5065
5066         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5067
5068         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5069         Suggested by Dan Jacobson.
5070
5071         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5072         documentation clearer.
5073
5074         * message.el (message-shorten-references): Comment on the number "21".
5075         Suggested by Stefan Monnier.
5076
5077         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5078         Suggested by Dan Jacobson.
5079
5080         * gnus.el (gnus-large-newsgroup):
5081         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5082
5083         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5084         externalize attachments.  Bug reported by Steve Wen.
5085
5086         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5087         really message anything to the user.
5088
5089         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5090         directly.
5091
5092         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5093         messages in empty groups.
5094
5095 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5096
5097         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5098         non-UIDNEXT group.
5099
5100 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101
5102         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5103         not the value from the collection.
5104
5105         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5106         values.  This sometimes happens on some groups that have no info.
5107         (nnimap-request-newgroups): New function.
5108
5109 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5110
5111         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5112         check into `gnus-registry-initialize'.
5113         (gnus-registry-initialize): Ditto.
5114         Fix and extend header docs.
5115
5116 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5119         regexp backtrace overflows.
5120
5121         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5122         for starttls that tls.el implements; i.e. openssl.
5123
5124         * tls.el (tls-starttls-switches): Give up on using starttls with
5125         gnutls-cli.
5126         (tls-program): Add --insecure to be consistent with the defaults from
5127         openssl s_client.  Now all three commands are insecure.
5128
5129 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * lpath.el: Bind completion-styles-alist for XEmacs.
5132
5133         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5134         (gravatar-create-image): New function that's an alias to
5135         gnus-xmas-create-image, gnus-create-image, or create-image.
5136         (gravatar-data->image): Use it.
5137
5138 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5139
5140         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5141         install the nnregistry refer method.
5142         (gnus-registry-install-hooks): Use it.
5143         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5144         unfollowed groups.
5145
5146 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5147
5148         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5149         expanding threads.
5150
5151 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * nnir.el: Use the server names without suffixes (bug #7009).
5154
5155         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5156         unencrypted to STARTTLS, if possible.
5157
5158 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5159
5160         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5161         headers before superseding.
5162
5163 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164
5165         * nnrss.el (nnrss-use-local): Add documentation.
5166
5167         * nnimap.el (nnimap-extend-tls-programs): New function.
5168         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5169         (nnimap-wait-for-connection): Accept the greeting from the stupid
5170         output from openssl s_client -starttls, too.
5171
5172         * tls.el (tls-starttls-switches): New variable.
5173         (tls-find-starttls-argument): Use it.
5174         (open-tls-stream): Ditto.
5175
5176         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5177         (netrc-machine): Ditto.
5178
5179         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5180         article number.
5181         (nnimap-split-fancy): New variable.
5182         (nnimap-split-incoming-mail): Use it.
5183
5184         * nntp.el (nntp-server-list-active-group): Document.
5185
5186         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5187         SELECT to get the message-id.
5188
5189         * mail-source.el (mail-sources): Remove webmail support.
5190         (defvar): Ditto.
5191         (mail-source-fetcher-alist): Ditto.
5192         (mail-source-fetch-webmail): Remove.
5193
5194         * webmail.el: Remove -- doesn't seem relevant any more.
5195
5196         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5197
5198         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5199         the \r.
5200
5201 2010-09-30  Julien Danjou  <julien@danjou.info>
5202
5203         * gnus-agent.el (gnus-agent-add-group): Fix call to
5204         gnus-completing-read.
5205
5206 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * nndoc.el (nndoc-retrieve-groups): New function.
5209
5210         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5211         `default', use nnmail-split-methods.
5212         (nnimap-request-article): Downcase the NILs so that they are nil.
5213
5214         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5215         symbol.
5216
5217         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5218         code, since if the user has requested network, that's what they ought
5219         to get.
5220         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5221         (nnimap-split-rule): Mark as obsolete.
5222
5223         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5224         New variable.
5225
5226         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5227         correct slot, too.
5228
5229 2010-09-29  Julien Danjou  <julien@danjou.info>
5230
5231         * gnus.el (gnus-local-domain): Declare variable obsolete.
5232
5233         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5234         Fix history computing.
5235         (gnus-ido-completing-read): Require ido.
5236
5237 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5240         build Gnus.
5241
5242         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5243         when interpreting the structures.
5244         (nnimap-request-accept-article): Add \r\n to the lines to make this
5245         work with Cyrus.
5246
5247         * nndraft.el (nndraft-request-expire-articles): Use the group name
5248         instead if "nndraft".  Fix found by Nils Ackermann.
5249
5250 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5251
5252         * nnregistry.el: Add.
5253
5254 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5255
5256         * nnmail.el (group, group-art-list, group-art):
5257         Remove unneeded directives.
5258
5259 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5262         (mm-mime-charset)
5263         * rfc2047.el (rfc2047-syntax-table)
5264         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5265
5266         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5267         rather than `insert-file-contents' and `eval-region'.
5268
5269         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5270         construction.
5271
5272         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5273
5274         * time-date.el: No need to require cl for Emacs 21.
5275
5276 2010-09-29  Julien Danjou  <julien@danjou.info>
5277
5278         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5279         replacement of `gnus-gravatar-relief' to mimic
5280         `gnus-faces-properties-alist'.
5281         Add :version property.
5282
5283 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * mail-source.el (mail-source-report-new-mail)
5286         * message.el (message-default-mail-headers)
5287         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5288
5289         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5290
5291 2010-09-28  Julien Danjou  <julien@danjou.info>
5292
5293         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5294         mail-address contains the same string as real-name.
5295
5296         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5297         non-blank in header, otherwise it'll get stripped.
5298
5299         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5300         real-name, and then for mail address rather than doing : or , search.
5301
5302 2010-09-27  Julien Danjou  <julien@danjou.info>
5303
5304         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5305         right completing-read function.
5306         (gnus-use-ido): New variable
5307         (gnus-completing-read-with-default): Remove.
5308         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5309         (gnus-agent-add-group):
5310         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5311         * mm-view.el (mm-view-pkcs7-decrypt):
5312         * mm-util.el (mm-codepage-setup):
5313         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5314         * mml-smime.el (mml-smime-openssl-sign-query):
5315         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5316         (mml-insert-multipart):
5317         * gnus-msg.el (gnus-summary-yank-message):
5318         * gnus-int.el (gnus-start-news-server):
5319         * mm-decode.el (mm-interactively-view-part):
5320         * gnus-dired.el (gnus-dired-attach):
5321         * gnus.el (gnus-read-method):
5322         * gnus-bookmark.el (gnus-bookmark-jump):
5323         * gnus-art.el (gnus-mime-view-part-as-type)
5324         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5325         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5326         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5327         * nnmairix.el (nnmairix-create-server-and-default-group)
5328         (nnmairix-update-groups, nnmairix-get-server)
5329         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5330         (nnmairix-get-group-from-file-path):
5331         * nnrss.el (nnrss-find-rss-via-syndic8):
5332         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5333         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5334         (gnus-group-browse-foreign-server):
5335         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5336         (gnus-summary-execute-command, gnus-summary-respool-article)
5337         (gnus-read-move-group-name):
5338         * gnus-score.el (gnus-summary-increase-score)
5339         (gnus-summary-score-effect):
5340         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5341
5342 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5345         x-focus-frame.
5346
5347         * nnimap.el (auth-source-forget-user-or-password)
5348         (auth-source-user-or-password): Autoload.
5349
5350         * message.el (message-from-style, message-interactive)
5351         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5352         (message-yank-prefix, message-indentation-spaces, message-signature)
5353         (message-signature-file): Add comment.
5354
5355 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5358         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5359         new articles.
5360
5361         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5362         parts.
5363         (nnimap-request-article): Work with the t setting, too.
5364
5365         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5366         that you don't get flashes of other buffers.
5367         (gnus-summary-show-complete-article): Intern before setting.
5368
5369 2010-09-27  David Engster  <dengste@eml.cc>
5370
5371         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5372         well as HEADERS.
5373         (nnmairix-retrieve-headers): Provide new argument for the above.
5374
5375 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * gnus-sum.el (gnus-summary-move-article): Don't alter
5378         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5379         group.
5380
5381         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5382
5383         * message.el (message-cite-prefix-regexp): Revert my last edit.
5384
5385         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5386         variable instead of the Gnus variable.
5387
5388         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5389
5390         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5391
5392         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5393         since some servers don't like it.
5394         (nnimap-open-connection): Forget credentials if the server says the
5395         password was wrong.
5396         (nnimap-parse-line): Protect against invalid data.
5397
5398         * gnus-sum.el (gnus-summary-move-article): Add comment.
5399         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5400         nothing alters it while scanning for new messages.
5401
5402         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5403         which may or may not help.
5404         (nnimap-open-connection): If we're doing a stream connection, and then
5405         discover we're on a STARTTLS-capable server, then open a STARTTLS
5406         connection instead.
5407
5408 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * nnimap.el (utf7): Require.
5411
5412         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5413         prefix.
5414
5415 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5416
5417         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5418
5419 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * nnimap.el (nnimap-request-accept-article): Message the error on
5422         error.
5423
5424 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5427
5428 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5429
5430         * nndoc.el (nndoc-request-list): Return success always.
5431
5432         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5433         `fetch-old' -- we only want to fetch the articles we've requested.
5434         The rest are in the agent, probably.
5435         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5436         disappeared server" to something low.  It's not important.
5437
5438         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5439         arrived before the FETCH data.
5440
5441         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5442         target here, because we don't know the Gnus name of the group.
5443
5444         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5445         for the correct group.
5446
5447         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5448
5449         * gnus.el (gnus): Give a final warning after startup.
5450
5451         * gnus-util.el (gnus-action-message-log): New variable.
5452         (gnus-message): Use it.
5453         (gnus-final-warning): New function.
5454
5455         * nnimap.el (nnimap-open-connection): Record the greeting.
5456         (nnimap): Add greeting.
5457
5458 2010-09-26  Julien Danjou  <julien@danjou.info>
5459
5460         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5461         arguments.
5462         (gnus-html-wash-images): Fix spec computing to include start/end.
5463
5464         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5465
5466 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5469         deletion.
5470         (nnimap-retrieve-headers): Don't select the group, because that's
5471         already done by nnimap-possibly-change-group.
5472
5473         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5474         (gnus-picon-transform-address): Use it.
5475
5476         * mail-source.el (mail-source-value): Revert previous patch.
5477
5478         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5479         on failure.
5480         (nnimap-open-connection): Look up both virtual and physical server name
5481         credentials.
5482
5483         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5484
5485 2009-02-07  Dave Love  <fx@gnu.org>
5486
5487         * tls.el (open-tls-stream): Don't query killing process.
5488
5489 2009-02-08  Dave Love  <fx@gnu.org>
5490
5491         * gnus-win.el (gnus-window-to-buffer-helper)
5492         (gnus-all-windows-visible-p): Function needn't be a symbol.
5493
5494         * mail-source.el (mail-source-value): Function needn't be a symbol.
5495
5496 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5497
5498         * message.el (message-cite-prefix-regexp): Remove } from the cite
5499         prefix.
5500
5501         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5502         highlight again, so that the highlight is correct.
5503
5504         * gnus-picon.el (gnus-picon): Remove again.
5505         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5506
5507         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5508         doing the header highlightling, so that the background colour of the
5509         picon is correct.
5510
5511         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5512         (gnus-picon): Ditto.
5513         (gnus-picon): Reinstate.  The background colour for picons is white.
5514         (gnus-picon-insert-glyph): Make the background white.
5515
5516         * nnml.el (nnml-open-nov): Don't return dead buffers.
5517
5518         * auth-source.el (auth-source-create): Query the user for whether to
5519         store the credentials.
5520
5521         * netrc.el (netrc-store-data): New function.
5522
5523         * auth-source.el (auth-source-user-or-password): Use the existing auth
5524         sources, if any, for creation.
5525
5526         * gnus.el (gnus-group-fast-parameter): Return the last matching
5527         parameter instead of the first matching parameter.
5528
5529 2010-09-26  Julien Danjou  <julien@danjou.info>
5530
5531         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5532
5533 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * mml2015.el (mml2015-use): Remove gpg support.
5536
5537         * mml1991.el (mml1991-function-alist): Remove gpg function.
5538         (mml1991-gpg-sign): Remove.
5539
5540 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5541
5542         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5543         (gnus-browse-unsubscribe-current-group): Document it.
5544         (gnus-browse-unsubscribe-group): Use it.
5545
5546 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5549         address to the To list for easier response.
5550
5551         * gnus.el (gnus-play-startup-jingle): Remove.
5552         (gnus-splash): Don't play jingle.
5553         (gnus): Silence gnus-load message.
5554
5555         * gnus-art.el (gnus-treat-play-sounds): Remove.
5556
5557         * gnus.el (gnus-play-jingle): Remove audio support.
5558
5559         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5560
5561         * earcon.el: Remove -- no users.
5562
5563         * gnus-audio.el: Remove -- no users of this package.
5564
5565         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5566
5567         * gnus-start.el (gnus-setup-news): Remove nocem support.
5568
5569         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5570
5571         * gnus.el (gnus-use-nocem): Remove.
5572
5573         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5574         Remove.
5575
5576         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5577         uses NoCeM any more.
5578
5579         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5580         (gnus-button-ctan-handler): Ditto.
5581         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5582         (gnus-button-ctan-directory-regexp): Ditto.
5583         (gnus-button-handle-ctan): Ditto.
5584         (gnus-button-tex-level): Ditto.
5585         (gnus-button-alist): Remove CTAN stuff.
5586
5587 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5588
5589         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5590         nnimap-streaming test.
5591
5592         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5593         servers twice.
5594
5595         * nnimap.el (nnimap-open-connection): Add more error reporting when
5596         nnimap fails early.
5597
5598         * nnheader.el (nnheader-get-report-string): New function.
5599         (nnheader-get-report): Use it.
5600
5601         * gnus-int.el (gnus-check-server): Say what the error was when opening
5602         failed.
5603
5604         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5605         using streaming.
5606
5607 2010-09-25  Julien Danjou  <julien@danjou.info>
5608
5609         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5610         gnus-window-inside-pixel-edges.
5611
5612 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5615
5616         * mm-decode.el (mm-save-part): Allow saving to other directories the
5617         normal Emacs way.
5618
5619         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5620         Suggested by Jay Berkenbilt.
5621
5622         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5623         there isn't a single byte.
5624
5625         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5626         just do it.  It doesn't really seem to matter what the user responds
5627         here, I think, so it's just a confusing question.
5628
5629         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5630         non-streaming case.
5631
5632         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5633         (gnus-article-encrypt-body): Use it.
5634
5635         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5636         keystroke.
5637
5638         * nnimap.el (nnimap-find-wanted-parts-1):
5639         Use gnus-fetch-partial-articles.
5640
5641         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5642
5643         * nnimap.el (nnimap-insert-partial-structure): New function.
5644         (nnimap-get-partial-article): New function.
5645         (nnimap-request-article): Use it.
5646         (nnimap-wait-for-response): Return whether the wait was successful.
5647         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5648         retrieval wasn't successful.
5649         (nnimap-retrieve-group-data-early): Allow throttling servers.
5650         (nnimap-streaming): New variable.
5651         (nnimap-fetch-partial-articles): Remove.
5652
5653         * mm-decode.el (mm-with-part): Protect against killed buffers.
5654
5655         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5656         for prettier summary display.
5657
5658 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5659
5660         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5661
5662 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5665         apparently third-party libraries depend on it.
5666
5667         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5668         before starting negotiation.
5669
5670         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5671         privacy reasons.
5672         (gnus-treat-mail-gravatar): Ditto.
5673
5674         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5675         buffer when inserting images.  Inserting text into the headers, for
5676         instance, can make them invalid.
5677
5678 2010-09-25  Julien Danjou  <julien@danjou.info>
5679
5680         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5681         variables.
5682
5683         * nnheader.el: Remove useless variables news-reply-yank-from and
5684         news-reply-yank-message-id.
5685
5686         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5687         variables.
5688
5689         * mml1991.el: Remove useless mml1991-verbose.
5690
5691         * gnus.el: Remove useless variable gnus-use-generic-from.
5692         Remove obsolete variable gnus-topic-indentation.
5693
5694         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5695
5696         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5697
5698         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5699
5700         * gnus-group.el: Remove useless gnus-group-icon-cache.
5701         Remove useless gnus-ephemeral-group-server.
5702
5703         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5704
5705         * mml2015.el: Remove useless mml2015-verbose.
5706
5707         * mml-smime.el: Remove useless mml-smime-verbose.
5708
5709         * gnus.el: Remove useless gnus-local-domain.
5710
5711         * gnus-gravatar.el (gnus-gravatar-transform-address):
5712         Use gnus-gravatar-size.
5713
5714         * gnus-art.el: Remove useless gnus-treat-translate.
5715
5716 2010-09-24  Julien Danjou  <julien@danjou.info>
5717
5718         * gnus-sum.el: Add support for Gravatars.
5719
5720         * gnus-art.el: Add support for Gravatars.
5721
5722         * gnus-gravatar.el: Add this file.
5723
5724         * gravatar.el: Add this file.
5725
5726 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5729
5730         * gnus-group.el (gnus-group-fetch-faq): Remove.
5731
5732         * gnus.el (gnus-group-faq-directory): Remove.
5733
5734         * gnus-group.el (gnus-group-fetch-charter): Remove.
5735
5736         * gnus.el (gnus-group-charter-alist): Remove.
5737
5738         * gnus-group.el (gnus-group-archive-directory): Remove.
5739         (gnus-group-recent-archive-directory): Ditto.
5740         (gnus-group-make-archive-group): Remove.
5741
5742         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5743
5744         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5745         use the same article number for all the cached articles.
5746
5747         * nnimap.el (nnimap-command): Register the last command time so
5748         that we can use it for idling NOOPs.
5749         (nnimap-open-connection): Start the keeplive timer.
5750         (nnimap-make-process-buffer): Store all the process buffers.
5751         (nnimap-keepalive): New function.
5752
5753         * starttls.el (starttls-open-stream): Add autoload cookie.
5754
5755 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5756
5757         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5758         handling.
5759
5760 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5763         its data structures.
5764
5765         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5766         instead of the cl.el copy-list.
5767         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5768         equalp.
5769
5770 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5773         and tool-bar-local-item-from-menu.
5774
5775         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5776         mode-line-highlight face for Emacs.
5777
5778         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5779         loading gnus-sum.elc; fix comment for canlock-verify.
5780         (gnus-article-jump-to-part): Use read-number.
5781         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5782         Remove Emacs pre-21 compatible code for help-echo.
5783         (gnus-article-next-page-1): No need to adjust the number of lines.
5784         (gnus-article-describe-bindings): Always use help-buffer.
5785
5786         * gnus-audio.el (gnus-audio-inline-sound)
5787         * gnus-cus.el (gnus-custom-mode)
5788         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5789
5790         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5791
5792         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5793         compatible code.
5794
5795 2010-09-24  Glenn Morris  <rgm@gnu.org>
5796
5797         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5798         visiting the fcc file in rmail-mode.
5799
5800         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5801
5802 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * nnir.el: Silence the byte compiler.
5805
5806         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5807         alias to browse-url-url-encode-chars if any.
5808         (gnus-html-encode-url): Use it.
5809
5810 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5811
5812         * gnus-start.el (gnus-use-backend-marks): New variable.
5813         (gnus-get-unread-articles-in-group): Use it.
5814
5815         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5816         makeover.
5817
5818 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5819
5820         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5821
5822 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5825         Remove.
5826         (gnus-setup-news-hook):
5827         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5828
5829         * gnus-int.el (gnus-request-update-info): Protect against backends not
5830         having the function.
5831
5832         * nnimap.el (nnimap-stream): Mention starttls.
5833         (nnimap-open-connection): Add starttls support.
5834
5835 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5836
5837         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5838
5839 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5842         BODYSTRUCTUREs.
5843         (nnimap-transform-headers): Unfold quoted {42} headers.
5844
5845         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5846         the info.
5847         (gnus-get-unread-articles): Only call updatep on backends that support
5848         it.
5849
5850         * nnweb.el (nnweb-request-update-info): NOOP.
5851
5852         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5853
5854         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5855         since it only deals with marks.
5856
5857         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5858         gnus-request-marks, and make a new gnus-request-update-info.
5859
5860         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5861         the active instead of the high number, which is usually too low.
5862
5863 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5866         * encrypt.el: Remove.
5867
5868 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5871         server in symbolic form.
5872
5873         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5874
5875 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5876
5877         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5878         (nnimap-update-info): Fix up code slightly.
5879
5880         * gnus-int.el (gnus-open-server): Add tracing for performance
5881         debugging.
5882
5883         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5884         (gnus-group-insert-group-line): Pass the real group name so that it
5885         gets the right data.
5886
5887         * gnus-start.el (gnus-get-unread-articles): Don't have
5888         `gnus-get-unread-articles-in-group' update info, since that can be
5889         really slow and doesn't seem to be needed?
5890
5891 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5892
5893         * time-date.el (date-to-time): Try using parse-time-string first before
5894         using the slower timezone-make-date-arpa-standard.
5895
5896 2010-09-22  Julien Danjou  <julien@danjou.info>
5897
5898         * gnus-group.el (gnus-group-insert-group-line):
5899         Call gnus-group-highlight-line.
5900         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5901         default hook list.
5902         (gnus-group-update-eval-form): Add new function.
5903         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5904         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5905
5906 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5907
5908         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5909         immediate, then expire all articles.
5910         (nnimap-update-info): Fix off-by-one errors.
5911         (nnimap-flags-to-marks): Would return no marks lists for group with no
5912         flags.  Instead return the other data.
5913
5914 2010-09-22  Julien Danjou  <julien@danjou.info>
5915
5916         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5917         Only return an icon.
5918         (gnus-group-insert-group-line): Compute icon to return.
5919
5920         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5921         (gnus-html-image-fetched): Only cache if
5922         gnus-html-image-automatic-caching is set.
5923         (gnus-html-image-fetched): Check for errors.
5924
5925 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926
5927         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5928         once per method on `g'.  This ensures that backends like nnfolder don't
5929         open all their folders.
5930
5931         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5932         (nnimap-request-list): Nix out group in the correct buffer.
5933         (nnimap-parse-flags): Implement by using `read' instead of
5934         hand-parsing.
5935         (nnimap-flags-to-marks): Pass on permanent-flags.
5936         (nnimap-make-process-buffer): Record the server name.
5937         (nnimap-parse-flags): Fix typo.
5938         (nnimap-request-scan): Run split on the server in general, not just a
5939         single group.
5940
5941         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5942         parameter, and propagate this downwards.
5943
5944         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5945         since EXAMINE changes it on the server.
5946
5947         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5948         this command might take a while.
5949
5950 2010-09-22  Julien Danjou  <julien@danjou.info>
5951
5952         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5953         harmful if you have 2 images side-by-side, they can't be properly
5954         update on text deletion.  Using text-property is safer here.
5955         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5956         data.
5957
5958 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * nnimap.el (nnimap-expunge-inbox): Remove.
5961         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5962         (nnimap-expunge): Flip default to t.
5963
5964         * gnus.el (gnus-method-to-server): Don't push things to the cache
5965         unless it's unique.
5966         (gnus-server-to-method): Ditto.
5967
5968 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5969
5970         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5971
5972 2010-09-22  Julien Danjou  <julien@danjou.info>
5973
5974         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5975         get the start of data.
5976         (gnus-html-encode-url): Add this function to encode special chars in
5977         URL.
5978         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5979         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5980
5981         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5982         default.
5983         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5984
5985         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5986         images alt-text.
5987         (gnus-html-put-image): Put alt-text as help-echo.
5988
5989 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5992         * mm-util.el (mm-decompress-buffer)
5993         * nnir.el (nnir-run-find-grep)
5994         * pop3.el (pop3-list): Use 3rd arg of split-string.
5995
5996         * time-date.el (format-seconds): Comment fix.
5997
5998         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5999         and byte-optimize-form-code-walker.
6000         (dgnushack-make-auto-load): Don't advise make-autoload.
6001
6002         * lpath.el: Remove Emacs 21 stuff.
6003
6004 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6005
6006         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6007         outside the active range.  Suggested by Dan Christensen.
6008
6009         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6010         slightly later to avoid double-getting it.
6011
6012         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6013         previous patch.
6014
6015         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6016
6017 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6018
6019         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6020
6021 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * gnus-int.el (gnus-open-server): Give a better error message in the
6024         "go offline" case.
6025
6026         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6027         marks for nnimap, which is seldom the right thing to do.
6028
6029         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6030         (gnus-same-method-different-name): New function.
6031
6032         * nnimap.el (parse-time): Require.
6033
6034         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6035         method in the presence of many similar methods.
6036
6037         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6038
6039         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6040         nnml-inhibit-expiry.
6041
6042         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6043         find out whether methods are equal.
6044
6045         * nnimap.el (nnimap-find-expired-articles): New function.
6046         (nnimap-process-expiry-targets): New function.
6047         (nnimap-request-move-article): Request the article before looking at
6048         what the Message-ID is.  Fix found by Andrew Cohen.
6049         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6050
6051         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6052         for oldness in addition to being a predicate.
6053
6054         * nnimap.el (nnimap-request-group): When we have zero articles, return
6055         the right data to Gnus.
6056         (nnimap-request-expire-articles): Only delete articles immediately if
6057         the target is 'delete.
6058
6059         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6060         method, this would bug out.
6061
6062         * gnus-group.el (gnus-group-expunge-group): Rename from
6063         gnus-group-nnimap-expunge, and implemented as a normal interface
6064         function.
6065
6066         * gnus-int.el (gnus-request-expunge-group): New function.
6067
6068         * nnimap.el (nnimap-request-create-group): Implement.
6069         (nnimap-request-expunge-group): New function.
6070
6071 2010-09-21  Julien Danjou  <julien@danjou.info>
6072
6073         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6074         (gnus-html-cache-expired): Add new function.
6075         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6076         wethever we should display image for fetch it.
6077         Compute alt-text earlier to pass it to the fetching function too.
6078         (gnus-html-schedule-image-fetching): Change function argument to only
6079         get one image at a time, not a list.
6080         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6081         cache.
6082         (gnus-html-get-image-data): New function to retrieve image data from
6083         cache.
6084         (gnus-html-put-image): Change buffer argument to use image data rather
6085         than file, and place image above region rather than inserting a new
6086         one.  Do not take alt-text as argument, since it's useless now: we place
6087         the image above alt-text.
6088         (gnus-html-prune-cache): Remove.
6089         (gnus-html-show-images): Start to fetch image when we find one, do not
6090         push into a temporary list.
6091         (gnus-html-prefetch-images): Only fetch image if they have expired.
6092         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6093         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6094
6095 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6098
6099 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6100
6101         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6102         spec inser "*" if the group isn't active instead of 0.
6103
6104         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6105         opening the server.
6106         (nnimap-request-delete-group): Implement group deletion.
6107         (nnimap-transform-headers): Return the size of the entire message in
6108         the Bytes header, not just the size of the first part.
6109         (nnimap-request-move-article): When moving an article from nnimap,
6110         request the article first so the accepting form has an article to
6111         accept.  Reported by Dan Christensen.
6112         (nnimap-command): Make sure that the error message doesn't error out.
6113
6114 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6115
6116         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6117         we haven't requested anything.
6118
6119 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6122         "".  Fix found by Andrew Cohen.
6123
6124         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6125         instead of -encode-string.
6126
6127 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6130
6131         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6132         by mm-subst-char-in-string.
6133
6134 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6137         waiting for the connection string.
6138
6139         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6140         arriving.
6141
6142         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6143         bogus characters.  This allows selecting certain Gmail groups.
6144
6145         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6146         (nnimap-fetch-partial-articles): New variable.
6147         (nnimap-open-connection): When looking for credentials, also use the
6148         nnimap-server-port.
6149         (nnimap-request-article): Return the group/article number, so that Gnus
6150         `^' works as expected.
6151         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6152
6153         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6154         comments.
6155         (gnus-methods-sloppily-equal): New function.
6156         (gnus): When using the development version of Gnus, load the gnus-load
6157         file.
6158
6159         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6160         `gnus-open-server' on each method before trying to scan them etc.
6161         This ensures that all the backend parameters are set correctly.
6162
6163         * nnimap.el (nnimap-authenticator): New variable.
6164         (nnimap-open-connection): Allow anonymous login.
6165         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6166         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6167
6168         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6169         patch, found by Knut Anders Hatlen.
6170
6171 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6172
6173         * gnus-agent.el (gnus-agent-batch-confirmation)
6174         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6175         to gnus-message.
6176         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6177         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6178         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6179         * gnus-int.el (gnus-open-server): Likewise.
6180         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6181         (gnus-score-check-syntax): Likewise.
6182         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6183         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6184         Likewise.
6185         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6186
6187 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6190         calling conventions so that prefetch doesn't bug out.
6191
6192 2010-09-19  Julien Danjou  <julien@danjou.info>
6193
6194         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6195         rather than `subst-char-in-region' in order to be able to replace ASCII
6196         char by UTF-8 ones.
6197
6198         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6199         than curl.
6200         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6201         the right URL and ALT text on images.
6202         (gnus-html-wash-tags): Fix tag case.
6203         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6204         (gnus-article-html): Add -o display_ins_del=2 option.
6205         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6206
6207 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6210         the extra mail headers, which sometimes seem to happen for unknown
6211         reasons.
6212
6213         * mail-parse.el (mail-header-encode-parameter): Define as
6214         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6215         (or most, perhaps?) mail readers don't understand the latter, but do
6216         understand the former.
6217
6218         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6219         to nil, so that no methods are automatically agentized.  I think this
6220         is probably what most users want.
6221
6222         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6223         from url-retrieve, for instance about invalid URLs.
6224
6225         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6226         groups that have no articles.
6227         (nnimap-request-article): Check that we really got an article when we
6228         requested one.
6229
6230         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6231         doesn't exist.
6232
6233         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6234         nntp buffer so the agent can save it.
6235         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6236         that CRLF doesn't get translated to \n.
6237         (nnimap-open-connection): Don't make 'shell commands only send \n.
6238
6239 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6240
6241         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6242         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6243         Update var name.
6244         (nnml-generate-nov-file): Use dolist.
6245         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6246         Use with-current-buffer.
6247
6248 2010-09-18  Julien Danjou  <julien@danjou.info>
6249
6250         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6251         parallel.
6252
6253 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6256         the range update right.
6257         (nnimap-request-group): Don't make `M-g' bug out on group with no
6258         marks.
6259         (nnoo): Require, so that other packages can require nnimap.
6260         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6261         command we're looking for.  This helps when the server sends more
6262         responses after we've gotten everything we expected.
6263         (nnimap): Add a `newlinep' field to keep track of end-of-line
6264         conventions.
6265         Don't send CRLF to things that don't want it.
6266         (nnimap-request-accept-article): Ditto.
6267
6268 2010-09-18  Julien Danjou  <julien@danjou.info>
6269
6270         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6271         than curl to retrieve images.
6272
6273 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274
6275         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6276         the marks.
6277         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6278         (nnimap-wait-for-connection): New function.
6279         (nnimap-open-connection): If we have PREAUTH, don't query for login
6280         credentials.
6281         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6282         when doing a partial update.
6283
6284 2010-09-18  Julien Danjou  <julien@danjou.info>
6285
6286         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6287         tags.
6288
6289 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * nnimap.el (nnimap-credentials): New function.
6292         (nnimap-open-connection): Use the new function to look for credentials
6293         also on the numeric equivalents of "imap" and "imaps".
6294
6295         * gnus-start.el (gnus-activate-group): Send the info to
6296         gnus-request-group.
6297
6298         * nnimap.el (nnimap-request-group): Have the "check" version of the
6299         function parse flags and update the info, so that a `M-g' get a total
6300         resync of all flags from the group.
6301
6302         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6303         to allow backends to alter the info on group selection.  Also alter all
6304         the backend -request-group functions to take the parameter.
6305
6306         * nnimap.el (nnimap-store-info): New function.
6307         (nnimap-update-info): Store the info for later usage.
6308         (nnimap-request-group): Use the stored info for the dont-check case, so
6309         that we don't retrieve all marks when we enter a group.
6310
6311         * nnimap.el: Use deffoo instead of defun for interface functions.
6312
6313         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6314         update the group info.  This makes the nndraft groups, for instance, go
6315         back to their old behaviour.
6316
6317         * gnus-sum.el (gnus-select-newsgroup): Indent.
6318
6319         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6320         in.
6321         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6322         nothing.
6323
6324         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6325         from methods that are denied.
6326
6327         * gnus-int.el (gnus-method-denied-p): New function.
6328
6329         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6330         store the password instead of netrc.
6331         (nnimap-open-connection): Don't error out when we can't make a
6332         connections.
6333
6334         * auth-source.el (auth-source-create): In the password prompt, say what
6335         we're querying for.  Also prompt for user name if that hasn't been
6336         given.
6337
6338         * nnimap.el (nnimap-with-process-buffer): Remove.
6339
6340 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6343         method when we're reading from the agent.
6344
6345         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6346
6347         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6348         that's probably most useful for users.
6349
6350         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6351         "failed" all the time.
6352
6353         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6354         ...)) with (with-current-buffer ... ).
6355
6356         * nntp.el (nntp-open-server): Return whether the open was successful or
6357         not.
6358
6359         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6360         select an unread unseen article first.
6361
6362         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6363         /etc/services, supply some sensible port defaults.
6364
6365         * dgnushack.el: Define netrc-credentials.
6366
6367 2010-09-17  Julien Danjou  <julien@danjou.info>
6368
6369         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6370
6371 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6372
6373         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6374         doesn't have any parameters.
6375
6376 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6379         only upcased checks.
6380
6381         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6382
6383         * nnimap.el (nnimap-open-shell-stream): New function.
6384         (nnimap-open-connection): Use it.
6385         (nnimap-transform-headers): Get the number of lines in each message.
6386         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6387         number of lines.
6388         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6389         problem.
6390
6391         * utf7.el (utf7-encode): Autoload.
6392
6393         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6394         to allow the mail splitting to not return a default group.  This is
6395         useful for nnimap, which will leave unmatched mail in the inbox.
6396
6397         * nnimap.el: Rewritten.
6398
6399         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6400         nnimap usage.
6401
6402         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6403         if the move is internal, so that nnimap can do fast internal moves.
6404
6405         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6406         data.
6407         (gnus-read-active-for-groups): Support finishing the early retrieval of
6408         data.
6409
6410         * gnus-range.el (gnus-range-nconcat): New function.
6411
6412         * gnus-int.el (gnus-finish-retrieve-group-infos)
6413         (gnus-retrieve-group-data-early): New functions.
6414
6415 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6416
6417         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6418         (nnrss-retrieve-groups):
6419         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6420         (pop3-quit): Use with-current-buffer.
6421
6422 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6425         instead of nnheader-accept-process-output.
6426
6427         * dgnushack.el (dgnushack-compile): Add comment.
6428
6429         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6430
6431         * gnus-html.el (gnus-html-schedule-image-fetching)
6432         (gnus-html-prefetch-images): Replace process-kill-without-query by
6433         gnus-set-process-query-on-exit-flag.
6434
6435 2010-09-16  Romain Francoise  <romain@orebokech.com>
6436
6437         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6438
6439 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6442         parameter to unintern is mandatory-ish in Emacs 24.
6443
6444         * gnus-html.el (gnus-html-schedule-image-fetching)
6445         (gnus-html-prefetch-images): Check for curl before using it.
6446
6447         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6448         depend on curl, which isn't essential.
6449
6450         * imap.el: Revert back to version
6451         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6452         seem problematic.
6453
6454 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6455
6456         * gnus-registry.el (gnus-registry-install-shortcuts):
6457         Explicitly pass `obarray' to `unintern' to avoid a warning.
6458
6459 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6462         change.
6463
6464         * nnrss.el (nnrss-request-list): Remove this function and related
6465         functions, including the moreover stuff.
6466
6467 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * nnrss.el (nnrss-retrieve-groups): New function.
6470
6471 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6472
6473         * .dir-locals.el: Add no-byte-compile cookie.
6474
6475 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * time-date.el (format-seconds): Comment fix.
6478
6479         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6480         for back end that doesn't support request-scan.
6481
6482 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6485         then do request scans from the backends.
6486
6487         * netrc.el (netrc-credentials): New conveniency function.
6488
6489         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6490         avoid running a hook per line, since this takes a lot of time,
6491         profiling shows.
6492         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6493         directly if gnus-visual-p is true.
6494
6495 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6498         groups; replace mapcar with dolist which is a bit faster; pass groups
6499         info to gnus-read-active-file-1.
6500         (gnus-read-active-file-1): Scan only specified groups if the new
6501         optional arg `infos' is given.
6502
6503 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6506
6507         * pop3.el (pop3-movemail): Remove.
6508         (pop3-streaming-movemail): Rename to pop3-movemail.
6509
6510         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6511         don't restrict end-tag searches to the end of the line.
6512
6513 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6516         articles of every unchecked group to t, which means unknown since the
6517         server has never been opened.
6518
6519 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * gnus-html.el (gnus-html-show-alt-text): New command.
6522         (gnus-html-browse-image): Ditto.
6523         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6524         to browse the image directly.
6525         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6526         better.
6527
6528         * gnus-async.el (gnus-async-article-callback):
6529         Call `gnus-html-prefetch-images' unconditionally.
6530
6531         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6532         before feeding URLs to curl.
6533
6534 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6537         internal images as deletable by `W D D'.
6538
6539         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6540         (gnus-async-article-callback): Fix typo.
6541
6542 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6545         current line to work around bugs in the output from w3m.
6546
6547         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6548         for groups that want that.
6549
6550         * nntp.el (nntp-wait-for-string): Supply a timeout for
6551         accept-process-output to ensure progress.
6552
6553         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6554         level to get unread articles from, then use that for foreign groups,
6555         too.
6556
6557         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6558         confuses the rest of the function.
6559
6560         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6561         for the methods that support -retrieve-groups, too.
6562
6563         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6564
6565 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6568         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6569
6570         * pop3.el: Require cl when compiling.
6571         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6572
6573 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6574
6575         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6576         that aren't going to be activated.
6577         (gnus-get-unread-articles): Fix up the last commit.
6578
6579         * gnus-html.el (gnus-article-html): Allow calling without specifying
6580         the handle.  In that case, dissect the buffer first.
6581
6582         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6583
6584         * nnimap.el (nnimap-open-connection): Revert the change that would look
6585         into authinfo for imaps instead of imap.
6586
6587         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6588         say that you don't want to call gnus-request-group with don-check, but
6589         do check the reponse.  This is for virtual groups only.
6590         (gnus-get-unread-articles): Count the archive groups as secondary, so
6591         that they're activated the same way as before.
6592
6593         * imap.el (imap-message-map): Removed optional buffer parameter, since
6594         no callers use it.
6595         (imap-message-get): Ditto.
6596         (imap-message-put): Ditto.
6597         (imap-mailbox-map): Ditto.
6598         (imap-mailbox-put): Ditto.
6599         (imap-mailbox-get): Ditto.
6600         (imap-mailbox-get): Revert last change for this function.
6601
6602         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6603         case-insensitively.
6604         (nnimap-debug): Remove.
6605
6606         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6607         callers to use `imap-fetch' instead.  According to the comments, this
6608         should be safe, since all other IMAP clients use the 1:* syntax.
6609         (imap-enable-exchange-bug-workaround): Remove.
6610         (imap-debug): Remove -- doesn't seem very useful.
6611
6612         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6613         mail from a file, and the file doesn't exist.
6614
6615         * imap.el (imap-log): New convenience function used throughout instead
6616         of repeating the same code all over the place.
6617
6618         * pop3.el (pop3-streaming-movemail): Return t for success.
6619
6620         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6621         .authinfo if we're using ssl connection.
6622
6623         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6624         already have if we're in a main Gnus `g' run.
6625
6626         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6627
6628 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6631
6632         * nnmh.el (nnmh-request-list-1): Bind `file'.
6633
6634         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6635         alias to set-process-query-on-exit-flag or process-kill-without-query.
6636         (pop3-open-server): Use it.
6637
6638 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6641         box to the Incoming file.  Fixes mistake in previous checkin.
6642
6643         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6644         request loop (for debugging purposes) removed.
6645
6646         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6647         culprit is more visible.
6648         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6649         (nnml-add-incremental-nov): New functions to do "incremental" nov
6650         updates, where we just append to the end of the existing nov files
6651         without reading/writing them in full.
6652
6653         * mail-source.el (mail-source-delete-crash-box): Really only check the
6654         incoming files once in a while.
6655
6656         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6657
6658         * mail-source.el (mail-source-delete-crash-box): Only check the
6659         incoming files for deletion once per day to save a lot of file
6660         accesses.
6661
6662         * pop3.el (pop3-logon): Fix up unbound variable typo.
6663
6664         * mail-source.el (pop3-streaming-movemail): Autoload.
6665
6666         * pop3.el (pop3-streaming-movemail):
6667         Respect pop3-leave-mail-on-server.
6668
6669         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6670         retrieval.
6671
6672         * pop3.el (pop3-process-filter): Remove unused function.
6673         (pop3-streaming-movemail, pop3-send-streaming-command)
6674         (pop3-wait-for-messages, pop3-write-to-file)
6675         (pop3-number-of-responses): New functions for streaming pop3
6676         retrieval.
6677
6678         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6679         come from no known methods.
6680         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6681         list.
6682
6683         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6684         message sizes.
6685         (pop3-movemail): Use erase-buffer instead of looping and deleting
6686         regions, which seems rather odd.
6687
6688         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6689         file once per `g' run.
6690
6691         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6692         directories.  This makes the draft queue directory work.
6693
6694         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6695         data from the backends, so that we only request the list of groups from
6696         each method once.  This should speed things up considerably.
6697
6698         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6699         detect that it's not implemented.
6700
6701         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6702         we actually do recurse down into the tree, but don't stat all leaf
6703         nodes.
6704
6705         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6706         then say so instead of bugging out.
6707
6708         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6709         files exist before trying to read them.
6710
6711         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6712         around <pre_int>.
6713
6714         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6715
6716         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6717
6718 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6719
6720         * mm-util.el (mm-image-load-path): Just return the image directories,
6721         not all directories in the path in addition to the image directories.
6722         (mm-image-load-path): Maintain a cache of the image directories so that
6723         the `g' command in Gnus doesn't have to stat dozens of directories each
6724         time.
6725
6726         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6727         (gnus-html-wash-tags): Add a new `i' command to insert images.
6728         (gnus-html-insert-image): New command and keystroke.
6729         (gnus-html-redisplay-with-images): New command and keystroke.
6730         (gnus-html-show-images): Rename command.
6731         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6732         spacers.
6733         (gnus-html-wash-tags): Decode entities at the end, so that entities
6734         inside the tags don't mess up the rest of the "parsing".
6735
6736         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6737         so that nnimap methods aren't agentized by default.  There's apparently
6738         many problems related to agent/imap behaviour.
6739
6740         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6741
6742         * gnus-html.el: Doc fix.
6743
6744 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6747         specifier-spec-list for Emacs 21.
6748
6749         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6750         glyph-width and glyph-height instead of display-graphic-p and
6751         image-size; make avoidance of displaying small images work for XEmacs.
6752
6753         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6754         for XEmacs.
6755
6756         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6757         of symbol that holds plist data.
6758         (gnus-process-plist): Remove plist of process after getting it.
6759
6760 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * message.el (message-generate-hashcash): Change default to
6763         'opportunistic if hashcash is installed.
6764
6765         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6766         (gnus-html-put-image): Only call image-size once, since it's somewhat
6767         time-consuming on remote X servers.
6768
6769 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6772         type on data, not a file name.
6773
6774         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6775         window-pixel-edges for Emacs 21.
6776
6777         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6778         decoded contents.
6779         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6780
6781 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6782
6783         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6784         group line format, since it isn't very interesting.
6785
6786         * gnus-agent.el (gnus-agent-short-article),
6787         (gnus-agent-long-article): Increase values for these two variables,
6788         since most people are likely to have more network connection and
6789         storage than before.
6790
6791         * gnus.el (gnus-refer-article-method): Change default to 'current.
6792         When referring an article, the common behaviour is to refer it from the
6793         current select method, not the native select method.  The chances of
6794         the native select method having the message in question is rather slim
6795         these days.
6796
6797         * gnus-sum.el (gnus-auto-select-subject): Change default to
6798         `unseen-or-unread'.  I think it's likely that most people want to
6799         select an unseen article over a previously seen, but unread one.
6800
6801         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6802         means that in the article buffer none of the minor mode elements will
6803         be shown, usually, and this is not desirable in most cases.
6804
6805         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6806         that commands like `d' (and the like) go to the next line in the
6807         buffer, instead of the next unread article.  I think this is the
6808         behaviour that is most natural for most users.
6809         (gnus-single-article-buffer): Change default to nil, so that people can
6810         have as many article buffers open as they have summary buffer.  I think
6811         this is the most natural way for the groups to behave.
6812
6813         * message.el (message-generate-new-buffers): Change default to
6814         `unsent', so that all new message buffers start their names with the
6815         string "*unsent", and it's easier to find the buffers if you move from
6816         them.
6817
6818 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6821         small.  They're probably tracking images.
6822         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6823         (gnus-html-rescale-image): Yet another try at getting the image sizing
6824         right.
6825
6826         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6827         nntp-marks-file-name is nil.
6828
6829 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6830
6831         * gnus-html.el (gnus-html-wash-tags)
6832         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6833         Better logging.
6834
6835 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6838
6839         * gnus-html.el (gnus-html-wash-tags): Check the value of
6840         gnus-blocked-images in the summary buffer.
6841
6842 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6843
6844         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6845
6846 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6847
6848         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6849         like "a", it seems like.
6850         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6851         since it needs to be picked from the correct buffer.
6852
6853         * nnwfm.el: Remove.
6854
6855         * nnlistserv.el: Remove.
6856
6857 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6860         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6861
6862 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * nnkiboze.el: Remove.
6865
6866         * nndb.el: Remove.
6867
6868         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6869         alt text.
6870         (gnus-html-rescale-image): Try to get the rescaling logic right for
6871         images that are just wide and not tall.
6872
6873         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6874         overshadow variable bindings.
6875
6876 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6877
6878         * gnus-html.el (gnus-html-wash-tags)
6879         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6880         Add extra logging.
6881
6882 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6883
6884         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6885         (gnus-max-image-proportion): New variable.
6886         (gnus-html-rescale-image): New function.
6887         (gnus-html-put-image): Rescale images.
6888
6889 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6890
6891         Fix up some byte-compiler warnings.
6892         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6893         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6894         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6895         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6896         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6897         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6898         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6899
6900 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-html.el (gnus-article-html): Decode contents by charset.
6903
6904 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6907         (gnus-html-frame-width, gnus-blocked-images)
6908         * message.el (message-prune-recipient-rules): Add custom version.
6909         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6910
6911         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6912         functions.
6913
6914         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6915         gnus-process-get.
6916
6917 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6918
6919         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6920         instead of lsub directly.
6921
6922 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * nnwarchive.el: Remove.
6925
6926         * gnus-soup.el: Remove.
6927
6928         * nnsoup.el: Remove.
6929
6930         * nnultimate.el: Remove.
6931
6932         * gnus-html.el (gnus-blocked-images): New variable.
6933
6934         * message.el (message-prune-recipients): New function.
6935         (message-prune-recipient-rules): New variable.
6936
6937         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6938         guess whether a long line is natural text or not.
6939
6940         * gnus-html.el (gnus-html-schedule-image-fetching):
6941         Use gnus-process-plist and friends for compatibility.
6942
6943 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6944
6945         * gnus-html.el: Require packages that define macros used in this file.
6946         (gnus-article-mouse-face): Declare to silence byte-compiler.
6947         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6948         process-get.
6949         (gnus-html-put-image): Use plist-get to avoid getf.
6950         (gnus-html-prefetch-images): Use with-current-buffer.
6951
6952 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-ems.el: Provide compatibility functions for
6955         gnus-set-process-plist.
6956
6957         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6958         header-line-format for XEmacs 21.4.
6959
6960         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6961         * gnus.el (gnus-valid-select-methods)
6962         * message.el (message-send-mail-partially-limit)
6963         * mm-decode.el (mm-text-html-renderer)
6964         * mml.el (mml-insert-mime-headers-always)
6965         * smiley.el (smiley-regexp-alist): Bump custom version.
6966
6967 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-html.el: require mm-url.
6970         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6971         with the url to `url'.
6972         (gnus-html-wash-tags): Support cid: URLs/images.
6973
6974 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6975
6976         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6977         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6978         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6979
6980         * gnus-move.el: Remove file, since it doesn't really work.
6981
6982         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6983         UTF-8.  This seems to fix problems with some German web feeds.
6984
6985         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6986         at the top so that the proper colours are applied.
6987
6988         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6989         don't have dots in their names.
6990
6991         * gnus-art.el (gnus-article-view-part): Doc fix.
6992
6993         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6994         XEmacs-compatible.
6995         (gnus-html-put-image): Don't do images on non-graphic displays.
6996
6997         * nnslashdot.el: Remove this unused backend.
6998
6999         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7000         actions.
7001         (gnus-undo-register-1): Revert last change.
7002
7003         * gnus-group.el (gnus-group-completing-read): Protect against not
7004         having completion-styles bound.
7005
7006         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7007         make broken recipients happier.
7008
7009         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7010
7011         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7012         point parameter.
7013
7014         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7015
7016         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7017         completion-styles for group selection.
7018
7019 2009-02-04  Andreas Schwab  <schwab@suse.de>
7020
7021         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7022         headers and regexp-quote the match if necessary.
7023
7024 2009-03-24  Miles Bader  <miles@gnu.org>
7025
7026         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7027         the blinking smiley.
7028
7029 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7030
7031         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7032         blink smiley.
7033
7034 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035
7036         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7037         where the dribbel file lives exists.
7038
7039         * message.el (message-send-mail-partially-limit): Change the default to
7040         nil, since most people don't want this.
7041
7042         * mm-url.el (mm-url-decode-entities): Also decode entities like
7043         &#x3212.
7044
7045 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7046
7047         * gnus-sum.el (gnus-summary-idna-message):
7048         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7049         Hyperlink urls in docstrings with URL `...'.
7050
7051 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7052
7053         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7054         functions.
7055
7056 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7057
7058         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7059         say what the mouseover text should be.
7060
7061         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7062         version of the mm-w3m-safe-url-regexp variable to only download images
7063         in the groups where we want that to happen.
7064
7065         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7066
7067         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7068         easier debugging.
7069         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7070         big pictures in the article buffer.
7071
7072         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7073         gnus-article-html.
7074         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7075         w3m.
7076
7077         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7078
7079 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080
7081         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7082         which doesn't exist.
7083
7084         * message.el (message-inhibit-ecomplete): New variable to allow some
7085         function to inhibit ecomplete address storage.
7086         (message-resend): Disable ecomplete message storage when resending
7087         messages.
7088
7089         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7090
7091 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7094         Save excursion while copying, moving, and deleting articles in order to
7095         prevent the cursor from jumping to unforeseen place.
7096
7097 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * lpath.el: No need to bind bookmark-current-buffer,
7100         bookmark-yank-point and bookmark-make-record-function.
7101
7102 2010-08-17  Glenn Morris  <rgm@gnu.org>
7103
7104         * gnus-sync.el: Require gnus components whose functions are used.
7105
7106         * gnus-art.el (bookmark-make-record-function):
7107         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7108         Declare for compiler.
7109
7110         * mm-url.el (mml-compute-boundary): Autoload.
7111
7112 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7115
7116 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7117
7118         Typo fix "hoo4a" -> "hook".
7119
7120         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7121
7122 2010-08-14  Glenn Morris  <rgm@gnu.org>
7123
7124         * gnus-sync.el (gnus-sync): Fix defgroup version.
7125
7126 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7129
7130         * gnus-sync.el: Fix docs.
7131         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7132         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7133
7134 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7135
7136         Optimizations for gnus-sync.el.
7137
7138         * gnus-sync.el: Add docs about gnus-sync-backend
7139         possibilities.
7140         (gnus-sync-save): Remove unnecessary message.
7141         (gnus-sync-read): Optimize and show what groups were skipped.
7142
7143 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7144
7145         Minor bug fixes for gnus-sync.el.
7146
7147         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7148         Don't read the sync on get-new-news.
7149
7150         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7151         quiet.
7152
7153         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7154         (fix typo).
7155
7156 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7157
7158         Make saving and restoring of hidden threads work with overlays.
7159         Patch applied by Ted Zlatanov.
7160
7161         * gnus-sum.el (gnus-hidden-threads-configuration)
7162         (gnus-restore-hidden-threads-configuration): Update to deal with text
7163         properties, rather than searching for a magic character.
7164
7165 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7166
7167         New gnus-sync.el library for synchronization of marks.
7168
7169         * gnus-sync.el: New library for synchronization of marks.
7170
7171         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7172         renamed from `gnus-registry-grep-in-list'.
7173
7174         * gnus-registry.el (gnus-registry-follow-group-p):
7175         Use `gnus-grep-in-list'.
7176
7177         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7178
7179 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7182         determining charset of text fails.
7183
7184 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * nnmail.el (nnmail-get-new-mail-1): Revert.
7187
7188         * nnml.el (nnml-active-number): Make sure names of newly created groups
7189         in nnml-group-alist are encoded.
7190
7191 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7194         containing non-ASCII characters in active file for nnml back end.
7195
7196 2010-07-24  David Engster  <dengste@eml.cc>
7197
7198         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7199         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7200
7201 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7202
7203         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7204         tag (Bug#6654).
7205
7206 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7209         the article buffer, not the summary buffer.
7210
7211 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7214         Emacs 23 as well.
7215
7216 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7219         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7220
7221 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7222
7223         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7224         Patch applied by Karl Fogel.
7225
7226         * gnus-sum.el (gnus-summary-bookmark-make-record):
7227         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7228
7229 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7230
7231         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7232         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7233         C-w still not working correctly from Article buffers; Thierry's
7234         patch to fix that will be applied after this.
7235
7236         * gnus-art.el (bookmark-make-record-function): New local variable.
7237
7238         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7239         article buffer.
7240         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7241
7242 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7243
7244         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7245         on changes in bookmark.el.
7246
7247 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7250         `no-log' instead of message not to log prompt string.
7251
7252 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7253
7254         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7255         the *other* type of HTML form submission.
7256
7257 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7258
7259         * auth-source.el (auth-source-pick): If choice does not contain a
7260         questioned keyword, set the check to t.
7261
7262 2010-06-12  Romain Francoise  <romain@orebokech.com>
7263
7264         * gnus-util.el (gnus-date-get-time): Move up before first use.
7265
7266 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7269         (gnus-article-edit-part): Bind it to make last part that is substituted
7270         or deleted visible.
7271         (gnus-mime-display-single): Buttonize part of which id equals to
7272         gnus-mime-buttonized-part-id.
7273
7274 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7275
7276         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7277         (gnus-dd-mmm): Use gnus-date-get-time.
7278         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7279         simplify logic.
7280         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7281         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7282
7283 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7284
7285         * auth-source.el (top): Autoload `secrets-list-collections',
7286         `secrets-create-item', `secrets-delete-item'.
7287         (auth-sources): Fix tag string.
7288         (auth-get-source, auth-source-retrieve, auth-source-create)
7289         (auth-source-delete): New defuns.
7290         (auth-source-pick): Rewrite in order to avoid 2 passes.
7291         (auth-source-forget-user-or-password): New parameter USERNAME.
7292         (auth-source-user-or-password): New parameters CREATE-MISSING and
7293         DELETE-EXISTING.  Retrieve password interactively, if needed.
7294
7295 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7296
7297         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7298         deleting unused directories when gnus-expert-user is t.
7299
7300 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7303         for each temp file when gnus-article-browse-delete-temp is ask.
7304
7305 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7306
7307         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7308         Replace Lisp calls to delete-backward-char by calls to delete-char.
7309
7310 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7311
7312         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7313
7314 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7315
7316         * password-cache.el (password-cache-remove): Fix docstring.
7317
7318 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7321         article unless decoding article to be saved.
7322
7323 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7326         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7327         generated within the mm-with-unibyte-current-buffer macro.
7328
7329 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7332         to nil when we're in a mml-preview buffer and no group is selected.
7333
7334 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7335
7336         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7337         when catching the `C-g'.  Reported by "Leo".
7338
7339 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * message.el (message-forward-make-body-plain)
7342         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7343         multibyte-string-p.
7344
7345         * lpath.el: Revert.
7346
7347 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * message.el (message-forward-make-body-mml): Assume original message
7350         is multibyte string; error on unibyte.
7351         (message-forward-make-body-plain): Ditto; don't add excessive newline
7352         in body end.
7353
7354         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7355
7356 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7357
7358         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7359         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7360
7361 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * mm-extern.el (mm-extern-url): Don't use
7364         mm-with-unibyte-current-buffer.
7365         (mm-extern-cache-contents): Use with-current-buffer instead of
7366         save-excursion + set-buffer.
7367
7368 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * mm-util.el (mm-emacs-mule): Remove.
7371
7372 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7373
7374         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7375         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7376         change.
7377
7378 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7381         bind the default value of enable-multibyte-characters to nil.
7382
7383 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * message.el (message-forward-make-body-plain)
7386         (message-forward-make-body-mml):
7387         Don't use mm-with-unibyte-current-buffer.
7388
7389 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7390
7391         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7392
7393 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7394
7395         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7396         (Bug#5592).
7397
7398 2010-05-07  Julien Danjou  <julien@danjou.info>
7399
7400         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7401         it to mm-pipe-part.
7402
7403         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7404         it is given.
7405
7406 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * binhex.el (binhex-decode-region-internal)
7409         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7410         (dns-query)
7411         * nnweb.el (nnweb-gmane-search)
7412         * pgg-parse.el (pgg-parse-armor)
7413         * pgg.el (pgg-verify-region)
7414         * sha1.el (sha1-string-external)
7415         * uudecode.el (uudecode-decode-region-internal)
7416         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7417         XEmacs.
7418
7419         * gnus-art.el (gnus-article-browse-html-parts)
7420         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7421         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7422         make-temp-file.
7423
7424         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7425         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7426         compiling.
7427
7428         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7429         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7430         XEmacs when compiling.
7431
7432         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7433         gnus-pick-mode-off-hook for XEmacs when compiling.
7434         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7435         gnus-binary-mode-off-hook for XEmacs when compiling.
7436
7437         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7438         Return nil if char-charset is not available.
7439
7440         * imap.el (imap-disable-multibyte)
7441         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7442         macros.
7443
7444         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7445         instead of encode-coding-string.
7446
7447         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7448         'xemacs) instead of mm-emacs-mule to switch function definitions.
7449         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7450
7451         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7452         bind temporary-file-directory for XEmacs;
7453         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7454         timer-set-function for XEmacs 21.4 and SXEmacs;
7455         bind timer-list for XEmacs 21.4 and SXEmacs;
7456         fbind char-charset and find-charset-region for non-Mule XEmacs;
7457         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7458         encode-coding-region and encode-coding-string for XEmacs having no
7459         file-coding feature.
7460
7461 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7462
7463         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7464
7465 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7468         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7469
7470 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7471
7472         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7473         alias `jka-compr-delete-temp-file' no longer exists.
7474
7475 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7476
7477         Use define-minor-mode in Gnus where applicable.
7478         * mml.el (mml-mode): Use define-minor-mode.
7479         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7480         (gnus-undo-mode): Use define-minor-mode.
7481         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7482         (gnus-dead-summary-mode): Use define-minor-mode.
7483         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7484         Initialize in declaration.
7485         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7486         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7487         (gnus-mailing-list-mode): Use define-minor-mode.
7488         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7489         (gnus-draft-mode): Use define-minor-mode.
7490         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7491         (gnus-dired-mode): Use define-minor-mode.
7492
7493 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7494
7495         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7496         handles on recursive mml-to-mime translation and check them for
7497         boundary delimiter collisions.  Reported by Greg Troxel.
7498
7499 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7502
7503 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7504
7505         * mm-util.el (mm-find-buffer-file-coding-system):
7506         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7507
7508 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7509
7510         * message.el (message-generate-headers): Record insertion of optional
7511         headers as well.  Otherwise the check to prevent repeated insertion of
7512         optional headers is a no-op.
7513
7514 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7515
7516         * smime.el: Don't mention CVS.
7517
7518         * nnrss.el (nnrss-fetch): Don't mention CVS.
7519
7520         * nnir.el: Don't mention CVS.
7521
7522 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7523
7524         * gnus-sum.el (gnus-summary-bookmark-make-record):
7525         Add `location' field.
7526
7527 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * lpath.el: Fbind bookmark-default-handler,
7530         bookmark-get-bookmark-record, bookmark-make-record-default,
7531         bookmark-prop-get for Emacs <23 and XEmacs.
7532
7533 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7534
7535         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7536         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7537         Use with-current-buffer to silence the byte-compiler.
7538         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7539         bother to require `gnus'.
7540         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7541
7542 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7543
7544         * gnus-sum.el (gnus-summary-bookmark-make-record)
7545         (gnus-summary-bookmark-jump): New functions.
7546         (gnus-summary-mode): Setup bookmark support.
7547
7548 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7549
7550         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7551         if set.
7552
7553 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7556         gnus-article-browse-html-save-cid-image; make it work recursively for
7557         forwarded messages as well.
7558         (gnus-article-browse-html-parts): Work when prefix arg is given.
7559         (gnus-article-browse-html-article): Doc fix.
7560
7561 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7562
7563         * message.el (message-default-mail-headers):
7564         (message-default-headers): Carry the value mail-default-headers over
7565         into message-default-mail-headers, rather than message-default-headers.
7566
7567 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7568
7569         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7570         charset.
7571
7572         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7573         charset into the <meta> tag when the article is encoded to utf-8.
7574
7575 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-art.el (gnus-article-browse-delete-temp-files):
7578         Delete directories as well.
7579         (gnus-article-browse-html-parts): Work for images that do not specify
7580         file names; delete temp directory when quitting; insert header at the
7581         right place; use file: scheme for image files.
7582
7583 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7584
7585         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7586         (gnus-article-browse-html-parts): Use it to make temporary cid image
7587         files in addition to html file so that browser may display them.
7588
7589 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7592
7593 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7596
7597 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7598
7599         * auth-source.el (auth-sources): Change default to be simpler.
7600         Explain about Secret Service API sources.  Improve Customize options.
7601         (auth-source-pick): Change to accept any number of search parameters.
7602         Implement fallbacks iteratively, not recursively.  Add scoring on the
7603         second pass and sort by score.  Call Secret Service API when needed.
7604         (auth-source-user-or-password): Use it.  Call Secret Service API
7605         directly when needed to get the user name and the password.
7606
7607 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7608
7609         * message.el (message-interactive): Doc fix.
7610         (message-qmail-inject-args): Reflow.
7611         (message-kill-to-signature): Fix typo in docstring.
7612
7613         * smiley.el (smiley-buffer): Fix typo in docstring.
7614
7615 2010-03-24  Glenn Morris  <rgm@gnu.org>
7616
7617         * mail-source.el (gnus-message): Declare.
7618         (mail-source-delete-old-incoming): Require gnus-util.
7619
7620 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7623
7624         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7625
7626         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7627         password-cache's default if it is not bound.
7628         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7629         password-cache-expiry's default if it is not bound.
7630
7631         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7632         available in Emacs 21.
7633
7634         * lpath.el: Suppress compiler warnings for:
7635         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7636         XEmacs;
7637         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7638         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7639         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7640
7641 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7642
7643         * auth-source.el (auth-sources): Fix up definition so extra parameters
7644         are always inline.
7645
7646 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7647
7648         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7649         wasn't updated after mismatch.  Clear cached mailbox info correctly
7650         when uidvalidity changes.
7651         (nnimap-group-prefixed-name): New function to avoid some code
7652         duplication.
7653         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7654         (nnimap-request-group): Use it.
7655         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7656         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7657         with many imap folders.  This is done by caching the group status from
7658         the imap server persistently in a group parameter `imap-status'.  (This
7659         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7660         but not persistently, so every Gnus startup was still very slow.)
7661
7662 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7663
7664         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7665         delete the extra newline.  Otherwise editing of :string and :number
7666         types don't work.
7667
7668 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7669
7670         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7671         secrets.el dependency.
7672         (auth-sources): Add optional user name.  Add secrets.el configuration
7673         choice (unused right now).
7674
7675 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * gnus-sum.el (gnus-summary-make-menu-bar):
7678         Let `gnus-registry-install-shortcuts' fill in the functions.
7679
7680         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7681         warnings.
7682         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7683         (gnus-registry-install-shortcuts): Populate and use it in a
7684         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7685
7686 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7687
7688         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7689         In-place substitutions for the group name encoding/decoding.
7690         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7691         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7692         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7693         (nnimap-update-unseen, nnimap-request-list)
7694         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7695         (nnimap-request-set-mark, nnimap-split-to-groups)
7696         (nnimap-split-articles, nnimap-request-newgroups)
7697         (nnimap-request-create-group, nnimap-request-accept-article)
7698         (nnimap-request-delete-group, nnimap-request-rename-group)
7699         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7700         `encoded-mbx' for consistency.
7701         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7702         variable `imap-current-mailbox'.
7703
7704         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7705         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7706
7707 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7708
7709         * pop3.el (pop3-display-message-size-flag): Display message size byte
7710         counts during POP3 download.
7711         (pop3-movemail): Use it.
7712         (pop3-list): Implement listing of available messages.
7713
7714 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7715
7716         * nnir.el (nnir-get-article-nov-override-function): New function to
7717         override the normal NOV retrieval.
7718         (nnir-retrieve-headers): Use it.
7719
7720 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7721
7722         * auth-source.el (netrc-machine-user-or-password): Autoload.
7723
7724 2010-03-19  Glenn Morris  <rgm@gnu.org>
7725
7726         Stop message.el from loading about 40 libraries it doesn't always need.
7727         The general approach is to autoload rather than require, and to
7728         require in the specific functions rather than the file.  (Bug#5642)
7729
7730         * gmm-utils.el: Don't require wid-edit.
7731         (widget-create-child-value, widget-convert, widget-default-get):
7732         Autoload.
7733
7734         * gnus-util.el: Don't require time-date, netrc.
7735         (message-fetch-field, gnus-group-name-decode): Declare rather than
7736         autoloading.
7737         (gnus-fetch-field): Require message.
7738         (gnus-decode-newsgroups): Require gnus-group.
7739
7740         * ietf-drums.el: Don't require time-date.
7741
7742         * message.el: Don't require hashcash, canlock, ecomplete.
7743         Do require mail-utils.  Require nnheader only when compiling.
7744         (smtpmail-default-smtp-server): Remove declaration.
7745         (message-send-mail-function): Check smtpmail-default-smtp-server
7746         is bound rather than requiring smtpmail.
7747         (message-auto-save-directory, message-insert-signature):
7748         Use expand-file-name rather than nnheader-concat.
7749         (nnheader-insert-file-contents): Autoload.
7750         (hashcash-wait-async): Declare.
7751         (message-send-mail): Only call gnus-setup-posting-charset if
7752         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7753         (message-send-mail-with-sendmail): Require sendmail.
7754         (canlock-password, canlock-password-for-verify): Declare.
7755         (message-canlock-password): Require canlock.
7756         (nnheader-get-report): Autoload.
7757         (gnus-setup-posting-charset): Declare.
7758         (message-send-news): Require gnus-msg.
7759         (message-make-references, message-make-in-reply-to): Use mail-header-id
7760         rather than the alias mail-header-message-id.
7761         (ecomplete-add-item, ecomplete-save): Declare.
7762         (message-put-addresses-in-ecomplete): Require ecomplete.
7763         (ecomplete-display-matches): Autoload.
7764
7765         * mm-decode.el: Don't require mailcap, gnus-util.
7766         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7767         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7768         Autoload.
7769         (mailcap-mime-extensions): Declare.
7770
7771         * mm-encode.el: Don't require mailcap.
7772         (mailcap-extension-to-mime): Autoload.
7773
7774         * mml-sec.el: Don't require password-cache.
7775
7776         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7777         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7778         (mml-minibuffer-read-type): Require mailcap.
7779         (mml-preview): Require gnus-msg.
7780
7781         * mml1991.el: Require password-cache.
7782         (password-cache-expiry): Remove declaration.
7783
7784         * mml2015.el: Require password-cache.
7785         (password-cache-expiry): Remove declaration.
7786
7787         * nneething.el (mailcap): Require mailcap.
7788
7789         * nnheader.el (declare-function): Add compatibility stub.
7790         (message-remove-header): Declare rather than autoload.
7791         (nnheader-replace-header): Require message.
7792
7793         * nnimap.el (declare-function): Add compatibility stub.
7794         (netrc-parse, netrc-machine-user-or-password): Declare.
7795         (nnimap-open-connection): Require netrc.
7796
7797         * nntp.el (declare-function): Add compatibility stub.
7798         (netrc-parse, netrc-machine, netrc-get): Declare.
7799         (nntp-send-authinfo): Require netrc.
7800
7801         * rfc2047.el: Don't require qp.
7802         (quoted-printable-encode-region, quoted-printable-decode-string):
7803         Autoload.
7804
7805         * sieve-mode.el: Don't require easymenu.
7806         (easy-menu-add-item): Autoload it.
7807
7808         * spam-stat.el (time-to-number-of-days): Autoload it.
7809
7810 2010-03-19  Glenn Morris  <rgm@gnu.org>
7811
7812         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7813
7814 2010-03-18  Glenn Morris  <rgm@gnu.org>
7815
7816         * hashcash.el (declare-function): Remove duplicate definition.
7817
7818 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7819
7820         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7821         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7822         value if any backslash escapes).
7823
7824 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7827         if it is available.  (bug#5647)
7828
7829         * lpath.el: Suppress compiler warning for coding-system-from-name for
7830         Emacs 21 and XEmacs.
7831
7832 2010-03-14  Juri Linkov  <juri@jurta.org>
7833
7834         * hmac-def.el:
7835         * hmac-md5.el:
7836         * netrc.el: Fix keywords.
7837
7838 2010-02-26  Glenn Morris  <rgm@gnu.org>
7839
7840         * message.el (message-send-mail-function): Change the default, so that
7841         it inherits from a customized send-mail-function.  (Bug#5643)
7842
7843 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7844
7845         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7846         shell-command-to-string signals an error (bug#5299).
7847
7848 2010-02-24  Glenn Morris  <rgm@gnu.org>
7849
7850         * message.el (message-smtpmail-send-it)
7851         (message-send-mail-with-mailclient): Doc fixes.
7852
7853 2010-02-16  Glenn Morris  <rgm@gnu.org>
7854
7855         * message.el (message-default-mail-headers): Change the default value
7856         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7857
7858 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7861         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7862
7863 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7864
7865         * time-date.el (date-to-time): Doc fix (Bug#5408).
7866
7867 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7868
7869         * message.el (message-mail): Just pass yank-action on to message-setup.
7870         (message-setup): Handle (FUN . ARGS) form of yank-action.
7871         (message-with-reply-buffer, message-widen-reply)
7872         (message-yank-original): Handle non-buffer values of
7873         message-reply-buffer (Bug#4080).
7874         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7875
7876 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7877
7878         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7879         Fix typo in docstring.
7880
7881 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7882
7883         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7884         response.
7885
7886 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7889
7890         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7891
7892         * message.el (message-check-news-header-syntax): Protect against a
7893         string that `rfc822-addresses' returns when parsing fails.
7894
7895 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7898         (gnus-previous-char-property-change): New functions.
7899
7900         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7901
7902 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7903
7904         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7905         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7906
7907 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7908
7909         * message.el (message-exchange-point-and-mark): Rework last change to
7910         avoid using optional arg of exchange-point-and-mark, for backward
7911         compatibility.
7912
7913 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7914
7915         * message.el (message-exchange-point-and-mark):
7916         Call exchange-point-and-mark with an argument rather than setting
7917         mark-active by hand (Bug#5175).
7918
7919 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * nntp.el (nntp-service-to-port): Work for service expressed with
7922         numeric string; replace [:digit:] with [0-9] for XEmacs.
7923
7924 2009-12-17  Glenn Morris  <rgm@gnu.org>
7925
7926         * gnus-group.el (gnus-bug-group-download-format-alist):
7927         Change emacs entry to debbugs.gnu.org.  Bump :version.
7928
7929 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7930
7931         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7932
7933 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * message.el (message-info): Explain why we use `Info-goto-node'.
7936
7937 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7940
7941 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7942
7943         * message.el (message-completion-in-region): New compatibility function.
7944         (message-expand-group): Use it.
7945
7946 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7949         with no unread article should be listed if the 2nd arg `predicate' is
7950         given.
7951
7952 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7955
7956 2009-11-29  Juri Linkov  <juri@jurta.org>
7957
7958         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7959         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7960         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7961
7962 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7963
7964         * sha1.el (sha1-string-external): default-directory "/" in case
7965         otherwise non-existent.  process-connection-type pipe for touch of
7966         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7967
7968 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7969
7970         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7971         it's comms related and sgml-mode.el has "comm" on that basis too.
7972
7973 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7976         containing tspecial characters if they have been already quoted.
7977
7978 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7979
7980         * dns-mode.el (auto-mode-alist): Purecopy string.
7981
7982 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7983
7984         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7985
7986 2009-10-24  Glenn Morris  <rgm@gnu.org>
7987
7988         * gnus-art.el (help-xref-stack-item): Define for compiler.
7989
7990 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7991
7992         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7993
7994 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7997
7998 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8001         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8002
8003 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8006         (gnus-overlays-in): New alias to overlays-in.
8007
8008         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8009         gnus-overlay-get, and gnus-delete-overlay.
8010         (gnus-summary-show-thread): Make it work as well for systems in which
8011         next-single-char-property-change is not available.
8012         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8013
8014         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8015         (gnus-overlay-get): New alias to extent-property.
8016         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8017
8018         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8019         SXEmacs.
8020
8021         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8022         SXEmacs.
8023
8024 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8027
8028 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8029
8030         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8031         and XEmacs that don't have `remove-overlays'.
8032
8033 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8034
8035         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8036         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8037         selective display.  Use overlays instead.
8038
8039 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8040
8041         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8042
8043 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8044
8045         * spam-stat.el (spam-stat-load): Fix typo in message.
8046
8047 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8048
8049         * dig.el (dig-invoke): Fix typo in docstring.
8050         (query-dig): Reflow docstring.
8051
8052 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8053
8054         * gnus-art.el (gnus-article-encrypt-body):
8055         * message.el (message-check-recipients):
8056         * mm-util.el (mm-codepage-setup):
8057         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8058         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8059
8060 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8061
8062         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8063         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8064         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8065         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8066         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8067
8068 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8069
8070         * dig.el: Add "Keywords: comm", as per net-utils.el.
8071
8072 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8073
8074         * dig.el (dig-mode): Use define-derived-mode.
8075
8076 2009-09-19  Glenn Morris  <rgm@gnu.org>
8077
8078         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8079
8080 2009-09-18  Glenn Morris  <rgm@gnu.org>
8081
8082         * gnus-diary.el (gnus-diary-check-message):
8083         * message.el (message-insert-formatted-citation-line):
8084         * nnbabyl.el (top-level):
8085         * nndiary.el (nndiary-schedule):
8086         Fix typos in condition-case handlers.
8087
8088 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8091         configuration that provides the sole article window in a frame;
8092         position point correctly after deleting a part.
8093
8094 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8095
8096         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8097         (spam-resolve-registrations-routine): Use it to unregister articles
8098         that change status.
8099
8100 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8103         with XEmacs.
8104         (parse-time-string-chars): Use it.
8105
8106 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8107
8108         * imap.el (imap-interactive-login): Better messages.
8109         (imap-open): Fix bug with renamed buffer on reconnect.
8110         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8111         for easier debugging and cleaner code.  On successful (guessed based on
8112         server capabilities) secondary authentication, set imap-state
8113         correctly.
8114         (imap-last-authenticator): Define imap-last-authenticator as a variable
8115         to avoid warnings.
8116
8117 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * nnrss.el (nnrss-request-article): Remove binding of
8120         default-enable-multibyte-characters that has gotten needless by
8121         the 2007-07-13 change in rfc2047-encode-message-header.
8122
8123         * mml.el (mml-insert-multipart): Error on the message header.
8124         (mml-insert-part): Error on the message header; position point at
8125         the end of a MIME tag.
8126
8127 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * time-date.el (autoload): Expand define-obsolete-function-alias into
8130         defalias and make-obsolete for old Emacsen that Gnus supports.
8131         (with-no-warnings): Define it for old Emacsen.
8132         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8133         is available.
8134         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8135         float-time is available; suppress compile warning for time-to-seconds.
8136
8137         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8138         (gnus-float-time): Alias to float-time if it exists.
8139
8140         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8141         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8142         float-time is available; suppress compile warning for time-to-seconds.
8143
8144         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8145         XEmacs.
8146
8147 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * imap.el (imap-message-map): Docstring fix.
8150
8151 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8154         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8155         Add the optional argument `encoding' that overrides the default.
8156
8157         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8158         mm-encode-buffer.
8159
8160 2009-09-04  Glenn Morris  <rgm@gnu.org>
8161
8162         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8163         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8164         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8165         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8166         * mm-util.el (mm-with-unibyte-current-buffer)
8167         (mm-find-buffer-file-coding-system):
8168         * yenc.el (yenc-decode-region): Use default-value rather than
8169         default-enable-multibyte-characters.
8170
8171 2009-09-03  Glenn Morris  <rgm@gnu.org>
8172
8173         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8174         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8175         than default-enable-multibyte-characters.
8176
8177 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8178
8179         * gnus-art.el (gnus-article-read-summary-keys):
8180         Fix gnus-buffer-configuration's value temporarily used.
8181
8182 2009-09-02  Glenn Morris  <rgm@gnu.org>
8183
8184         * gnus-util.el (gnus-float-time): New function.
8185         * gnus-delay.el (gnus-delay-article):
8186         * gnus-sum.el (gnus-thread-latest-date):
8187         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8188         * nnspool.el (nnspool-request-newgroups):
8189         Use gnus-float-time rather than time-to-seconds.
8190         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8191
8192         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8193         (gnus-header-subject-face, gnus-header-newsgroups-face)
8194         (gnus-header-name-face, gnus-header-content-face):
8195         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8196         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8197         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8198         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8199         (gnus-cite-face-11):
8200         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8201         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8202         (gnus-server-closed-face, gnus-server-denied-face)
8203         (gnus-server-offline-face):
8204         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8205         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8206         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8207         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8208         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8209         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8210         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8211         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8212         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8213         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8214         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8215         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8216         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8217         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8218         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8219         (gnus-summary-high-undownloaded-face)
8220         (gnus-summary-low-undownloaded-face)
8221         (gnus-summary-normal-undownloaded-face)
8222         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8223         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8224         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8225         (gnus-splash-face):
8226         * message.el (message-header-to-face, message-header-cc-face)
8227         (message-header-subject-face, message-header-newsgroups-face)
8228         (message-header-other-face, message-header-name-face)
8229         (message-header-xheader-face, message-separator-face)
8230         (message-cited-text-face, message-mml-face):
8231         * sieve-mode.el (sieve-control-commands-face)
8232         (sieve-action-commands-face, sieve-test-commands-face)
8233         (sieve-tagged-arguments-face):
8234         * spam.el (spam-face):
8235         Mark face aliases with "-face" in the name as obsolete.
8236
8237 2009-09-01  Glenn Morris  <rgm@gnu.org>
8238
8239         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8240         than goto-line.
8241
8242 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8245         Don't move point if the command is invoked inside the message header.
8246
8247 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8248
8249         * imap.el (imap-send-command): Simplify.
8250         (imap-wait-for-tag): point-max -> buffer-size.
8251
8252 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8253
8254         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8255         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8256         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8257         * nnir.el (nnir-swish-e-index-file):
8258         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8259         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8260         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8261         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8262         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8263         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8264
8265 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8268         Don't save excursion.
8269
8270 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8271
8272         * nnheader.el (nnheader-find-file-noselect):
8273         * mm-util.el (mm-insert-file-contents):
8274         Use (default-value 'major-mode) instead of default-major-mode.
8275
8276 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8277
8278         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8279
8280 2009-08-26  Glenn Morris  <rgm@gnu.org>
8281
8282         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8283         than placing in files.el.
8284
8285 2009-08-25  Glenn Morris  <rgm@gnu.org>
8286
8287         * nnir.el (top-level): Don't require cl at run-time.
8288         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8289         Replace cl-function substitute with gnus-replace-in-string.
8290         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8291         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8292         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8293         simplified expansions.
8294
8295 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8296
8297         * dig.el (dig): Add autoload cookie.
8298
8299 2009-08-22  Glenn Morris  <rgm@gnu.org>
8300
8301         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8302         goto-line.
8303
8304 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8305
8306         * parse-time.el (parse-time-string-chars): Save match data.
8307
8308 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8309
8310         * parse-time.el (parse-time-string-chars): Compute using character
8311         classes, to handle non-ascii characters (Bug#3190).
8312
8313 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8316
8317         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8318         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8319         (gnus-mm-display-part, gnus-mime-display-single)
8320         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8321         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8322
8323         * gnus-sum.el
8324         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8325         (gnus-summary-move-article): Add expirable mark to articles copied or
8326         moved to group that has auto-expire turned on if the option is non-nil.
8327
8328 2009-07-24  Glenn Morris  <rgm@gnu.org>
8329
8330         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8331         Fix typo.  (Bug#3903)
8332
8333 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8336         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8337         that should not be used for draft articles.
8338         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8339         that has no concern in minor mode keys.
8340         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8341         Abolish.
8342
8343 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8346         article without making inquiry to a user for unknown encoding.
8347
8348         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8349         (nnmaildir--scan): Assume i-node and device number that file-attributes
8350         returns might be cons-cell.
8351
8352         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8353
8354         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8355
8356 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8357
8358         * auth-source.el: Remove docs now in auth.texi.  Don't use
8359         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8360         `auth-source-hide-passwords' and use them.
8361
8362 2009-07-15  Glenn Morris  <rgm@gnu.org>
8363
8364         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8365
8366 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8369         excessive whitespace from the default values of title and description.
8370
8371 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8374         mail-fetch-field to fetch Content-Description header in order to
8375         exclude newlines.
8376
8377 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8378
8379         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8380         format used by GnuPG 2.0.11.
8381
8382 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8385         to deleted part.
8386
8387 2009-05-30  David Engster  <dengste@eml.cc>
8388
8389         * nnmairix.el: Remove old documentation in the commentary block.
8390         (nnmairix-request-group): Do not update active file for nnml back ends.
8391         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8392         end so that overview files are ignored.
8393         (nnmairix-update-groups): Make updating the groups more robust by using
8394         marks.
8395         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8396         with dollar characters in message-id.
8397
8398 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8401         2008-12-25 in dns.el.
8402
8403 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8404
8405         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8406         could happen if the text is only composed of spaces and/or tabs.
8407
8408 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8409
8410         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8411         when sending a queued message to avoid extra mml tags.
8412
8413 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8416
8417 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8420         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8421         rmail-toggle-header for XEmacs;
8422         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8423
8424 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-dired.el: Remove autoload for gnus-setup-message.
8427         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8428         displaying Gnus logo; always use compose-mail.
8429
8430 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8433
8434 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8437         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8438         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8439         available.
8440         (gnus-nocem-epg-verify): New function.
8441
8442 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8445
8446 2009-02-15  Glenn Morris  <rgm@gnu.org>
8447
8448         * gnus-util.el (rmail-insert-rmail-file-header)
8449         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8450         autoloads.
8451         (rmail-default-rmail-file): Remove unnecessary declaration.
8452         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8453
8454 2009-02-14  Glenn Morris  <rgm@gnu.org>
8455
8456         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8457         variable (only used in gnus-util, which declares it anyway).
8458         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8459         which was only needed by gnus-art (changed to not use it any more).
8460         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8461         only used in gnus-util, which autoloads it itself.
8462         (rmail-update-summary): Fix autoload.
8463
8464         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8465         rather than rmail-output-to-rmail-file.
8466
8467 2009-02-07  Glenn Morris  <rgm@gnu.org>
8468
8469         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8470         autoload of function that no longer exists.
8471         (rmail-toggle-header): Declare.
8472         (message-forward-rmail-make-body): Handle mbox Rmail.
8473
8474 2009-01-31  Glenn Morris  <rgm@gnu.org>
8475
8476         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8477         2009-01-09 change.
8478
8479 2009-01-31  Dave Love  <fx@gnu.org>
8480
8481         * imap.el (imap-fetch-safe): Bind debug-on-error.
8482         (imap-debug): Add imap-fetch-safe.
8483
8484 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8485
8486         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8487         (auth-source-forget-all-cached): New convenience function.
8488         (auth-source-user-or-password): Accept list of modes or a single mode.
8489
8490         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8491         auth-source modes.
8492
8493         * netrc.el (netrc-machine-user-or-password): Use list of
8494         auth-source modes.
8495
8496         * nnimap.el (nnimap-open-connection): Use list of
8497         auth-source modes.
8498
8499         * nntp.el (nntp-send-authinfo): Use list of
8500         auth-source modes.
8501
8502 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8503
8504         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8505         now.
8506
8507 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8510         coding system in XEmacs; add a workaround for XEmacs.
8511
8512         * lpath.el: Fbind coding-system-aliasee.
8513
8514 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8517         of current-language-environment.
8518
8519 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8522         available at runtime.
8523
8524 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8527
8528 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8529
8530         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8531         the greatest positive fixnum value doesn't work under an XEmacs with
8532         bignum support; use the most-positive-fixnum constant instead,
8533         available since Emacs 21.1 with cl and XEmacs 21.1.
8534
8535 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8538         XEmacs gets not to work.
8539
8540 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * mm-util.el (mm-coding-system-priorities): Allow the value like
8543         "Japanese (UTF-8)" of current-language-environment.
8544
8545 2009-01-09  Glenn Morris  <rgm@gnu.org>
8546
8547         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8548         with last-command-event.
8549
8550 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8551
8552         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8553         in the doc string.
8554
8555         * message.el (message-fix-before-sending): Amend comment.
8556
8557 2009-01-08  Dave Love  <fx@gnu.org>
8558
8559         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8560
8561 2009-01-07  David Engster  <dengste@eml.cc>
8562
8563         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8564         simplified server definitions by converting it via
8565         gnus-server-to-method.
8566
8567 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8570         parameter's operands.
8571
8572 2009-01-06  David Engster  <dengste@eml.cc>
8573
8574         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8575         primary select method (for gnus-group-mark-article-as-read).
8576
8577 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8578
8579         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8580         `(gnus)Face', not `(gnus)X-Face'.
8581
8582 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * mm-util.el (mm-ucs-to-char): New function.
8585
8586         * mm-url.el (mm-url-decode-entities): Use it.
8587
8588         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8589         unicode-to-char.
8590
8591 2009-01-05  Dave Love  <fx@gnu.org>
8592
8593         * time-date.el: Require cl for `declare'.
8594
8595 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8598         Dave Love.
8599
8600 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * message.el (message-fix-before-sending): Add `eight-bit' to
8603         illegible-text check.
8604
8605 2009-01-03  Michael Olson  <mwolson@gnu.org>
8606
8607         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8608         `headers' is nil.  This can occur if the IMAP server does not have
8609         permissions to read messages from a folder, but can write new messages
8610         to the folder.
8611         (nnimap-request-article-part): Do not insert `data' if it is nil.
8612
8613         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8614         characters which will confuse `read', so skip past them.
8615
8616 2009-01-01  Dave Love  <fx@gnu.org>
8617
8618         * imap.el (imap-string-to-integer): Fix typo.
8619         (imap-fetch-safe): New function.
8620         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8621
8622         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8623
8624         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8625         (imap-parse-greeting): Fix doc strings.
8626         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8627         (imap-parse-flag-list): Make messages unique.
8628         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8629
8630         * nnimap.el: Fix author email.
8631         (nnimap-split-rule): Add FIXME comment.
8632         (nnimap-debug): Fix doc string.
8633
8634 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8637
8638 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8641         nslookup if resolv.conf isn't available.
8642         (dns-query): Rename from query-dns.
8643         (dns-query-cached): Rename from query-dns-cached.
8644
8645 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8648         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8649         to check if those variables exist (first appeared in Emacs 18.50).
8650
8651 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * mm-util.el (mm-line-number-at-pos): New function.
8654
8655         * spam-report.el (spam-report-process-queue): Use it.
8656
8657 2008-12-24  David Engster  <dengste@eml.cc>
8658
8659         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8660         parameters that haven't existed as variables as buffer-local variables.
8661
8662 2008-12-23  Dave Love  <fx@gnu.org>
8663
8664         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8665         cadar.
8666
8667         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8668         imap-starttls-p.
8669         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8670
8671 2008-12-22  Dave Love  <fx@gnu.org>
8672
8673         * imap.el: Fix author email.  Doc fixes.
8674         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8675         reply.
8676
8677 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * spam-report.el (spam-report-gmane-max-requests): New constant.
8680         (spam-report-gmane-wait): New variable.
8681         (spam-report-gmane-ham, spam-report-gmane-spam)
8682         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8683         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8684         the server.
8685
8686         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8687         Add explanations.
8688
8689         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8690         nnheader-accept-process-output and nnheader-read-timeout if available.
8691         (pop3-movemail): Use it.
8692
8693         * message.el (message-check-news-body-syntax): Fix signature check if
8694         there's an attachment.
8695
8696 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * mm-util.el: Add comments to the mm- emulating functions.
8699
8700 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8701
8702         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8703         Reported by Stephen Berman <stephen.berman@gmx.net>.
8704
8705 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * mm-util.el (mm-substring-no-properties): New function.
8708         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8709         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8710         (mm-string-to-multibyte): Doc fix.
8711
8712         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8713
8714 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * mml.el (mml-attach-file): Strip text properties from file name.
8717         (Bug#1574)
8718
8719 2008-12-16  Glenn Morris  <rgm@gnu.org>
8720
8721         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8722
8723 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8726         knows since the charset specified might be a bogus alias that
8727         mm-charset-synonym-alist provides.
8728
8729 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8732         "ISO_8859-1".
8733
8734         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8735
8736 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * mm-util.el (mm-charset-eval-alist):
8739         Define it before mm-charset-to-coding-system.
8740         (mm-charset-to-coding-system): Add optional argument `silent';
8741         define it before mm-charset-override-alist.
8742         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8743         default value if it can be used in Emacs currently running;
8744         silence mm-charset-to-coding-system.
8745
8746 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8749         `allow-override' which says whether to use `mm-charset-override-alist'.
8750         (rfc2047-decode-encoded-words): Use it.
8751
8752         * mm-util.el (mm-charset-override-alist): Fix custom type;
8753         add `(gb2312 . gbk)' to choices.
8754
8755 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8758         fast.
8759
8760         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8761
8762         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8763
8764 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8765
8766         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8767         on links.
8768
8769         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8770
8771 2008-12-03  Lute Kamstra  <lute@gnu.org>
8772
8773         * sha1.el: Remove leading * from docstrings of defcustoms,
8774         deffaces, defconsts and defuns.
8775
8776 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8779         users' addresses that don't have domain parts.
8780         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8781         rather than message-narrow-to-head since there will be the message
8782         header separator.
8783
8784 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8785
8786         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8787         since the result is inserted in a unibyte buffer anyway.
8788         (nnimap-demule-use-string-to-multibyte): Remove.
8789         (nnimap-demule): Alias it to mm-string-to-multibyte.
8790
8791 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8794         variable for debugging bug#464 and bug#1174.
8795         (nnimap-demule): Use it.
8796
8797 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8798
8799         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8800         score calculation correctly.
8801
8802 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8803
8804         * message.el (message-send-mail): Just set the buffer to unibyte
8805         rather than use mm-with-unibyte-current-buffer which does a lot more.
8806         (message-send-mail-partially): Don't bother with
8807         mm-with-unibyte-current-buffer since it's already been made unibyte by
8808         message-send-mail.
8809
8810 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8811
8812         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8813
8814 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8815
8816         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8817
8818 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8821         require itself and to remove `with-no-warnings'.
8822
8823 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8824
8825         * starttls.el (starttls-any-program-available): Get the name of the
8826         available TLS layer program.
8827         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8828         well as the host name in the "opening" message.
8829
8830         * auth-source.el (auth-source-cache, auth-source-do-cache)
8831         (auth-source-user-or-password): Cache passwords and logins by default,
8832         allow override with `auth-source-do-cache'.
8833         (auth-source-forget-user-or-password): Allow users to remove cache
8834         entries if needed.
8835
8836 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8837
8838         * md4.el (md4-buffer): Fix typo in docstring.
8839         (md4, md4-64): Doc fixes.
8840         (md4-pack-int32): Reflow docstring.
8841
8842 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8843
8844         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8845         condition-case to only the forward-sexp call.
8846
8847 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8848
8849         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8850         quotes contained.  Make it more robust regardless by an extra
8851         condition-case wrapper.
8852
8853 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8856
8857 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * nnml.el (nnml-request-expire-articles): Check if the function set to
8860         `nnmail-expiry-target' returns the symbol `delete'.
8861
8862         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8863
8864         * nnmail.el (nnmail-expiry-target): Fix custom type.
8865
8866 2008-10-02  Glenn Morris  <rgm@gnu.org>
8867
8868         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8869         Silence compiler warning.
8870
8871 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8872
8873         * tls.el (open-tls-stream): Show the actual command being
8874         executed, instead of the format string.
8875
8876 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * lpath.el: Fbind codepage-setup for Emacs 23.
8879
8880 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8881
8882         * mml.el (mml-menu): Don't assume mml2015 is bound.
8883
8884 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8887         exists.
8888
8889 2008-09-27  Glenn Morris  <rgm@gnu.org>
8890
8891         * gnus-util.el (mail-header-remove-comments): Autoload it.
8892
8893 2008-09-27  Andreas Schwab  <schwab@suse.de>
8894
8895         * gnus-util.el (gnus-split-references): Strip comments.
8896         (gnus-parent-id): Likewise.
8897
8898 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * message.el (message-confirm-send): Fix version.
8901
8902 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * message.el (message-idna-to-ascii-rhs-1): Use
8905         mail-extract-address-components rather than mail-header-parse-addresses
8906         that is an alias by default to ietf-drums-parse-addresses that does not
8907         support non-ASCII names in headers' contents.
8908
8909 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8910
8911         * message.el (message-confirm-send): Fix variable documentation to
8912         avoid the "y/n" wording.
8913
8914 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8915
8916         * message.el (message-set-auto-save-file-name): Save to a different
8917         filename so multiple messages (especially drafts) can be recovered.
8918
8919 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * message.el (message-confirm-send): Add appropriate version.
8922
8923 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8924
8925         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8926         defvar.
8927
8928 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8929
8930         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8931         (mm-pkcs7-enveloped-magic): Ditto.
8932
8933 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8934
8935         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8936         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8937
8938 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8939
8940         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8941         default, it's better.
8942
8943 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8944
8945         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8946         summary line gnus-number property and ignore them (with a warning
8947         message).
8948
8949 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8952         macro caddr in the interactive form since it won't be expanded.
8953
8954 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8957         `charset'; fix name of function called recursively.
8958         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8959
8960 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8963         (gnus-mime-set-charset-parameters): New function.
8964         (gnus-mime-view-part-as-charset): Use it to correctly display part
8965         specifying wrong charset.
8966
8967 2008-09-08  David Engster  <dengste@eml.cc>
8968
8969         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8970         in completing-read for back end server.
8971
8972 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8973
8974         * message.el (message-confirm-send): New variable to confirm sending a
8975         message.
8976         (message-send): Use it.
8977
8978 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8979
8980         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8981
8982 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8985
8986 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8987
8988         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8989         prevent tracking too many groups.
8990         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8991         Use it.
8992
8993 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8994
8995         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8996         moving point to the bottom of the window in order to avoid recentering.
8997
8998 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9001
9002         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9003         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9004         (gnus-article-beginning-of-window): Fix calculation.
9005
9006 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-msg.el (gnus-summary-supersede-article)
9009         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9010         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9011         message header.
9012
9013 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9014
9015         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9016         pending output coming after the status change.
9017
9018 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9019
9020         * message.el:
9021         * gnus-start.el:
9022         * gnus-registry.el: Remove VMS support.
9023
9024 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9027         macro.
9028         (rfc2104-hash): Use it.
9029
9030 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9033         (gnus-summary-sort-by-most-recent-date): New commands.
9034         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9035         and menu entries.
9036
9037 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9040         don't redisplay article for raw contents; remove plural articles stuff.
9041
9042         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9043         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9044         on gnus-summary-save-article; display results properly.
9045
9046 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * lpath.el: No need to fbind ns-focus-frame.
9049
9050 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9053
9054 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-art.el (gnus-summary-save-in-pipe):
9057         Consider gnus-save-all-headers.
9058
9059 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9060
9061         * gnus-util.el (ns-focus-frame): Remove declaration.
9062         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9063         like x.
9064
9065 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9066
9067         * rfc2104.el (rfc2104-zero): Delete defconst.
9068         (rfc2104-hex-alist): Likewise.
9069         (rfc2104-hex-to-int): Delete func.
9070         (rfc2104-hexstring-to-bitstring): Likewise.
9071         (rfc2104-nybbles): New defconst.
9072         (rfc2104-hash): Rewrite for speed.
9073
9074 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * tls.el (open-tls-stream): Make it work with the 2nd argument
9077         BUFFER that is a string but does not exist as a buffer object, as
9078         mentioned in the doc-string.
9079
9080 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9083         SXEmacs.
9084
9085 2008-07-16  Glenn Morris  <rgm@gnu.org>
9086
9087         * gnus-util.el (ns-focus-frame): Declare for compiler.
9088
9089 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9092         set as a group parameter.
9093         (gnus-summary-save-in-pipe): Work when it is called independently.
9094         (gnus-summary-pipe-to-muttprint): Don't modify
9095         gnus-summary-pipe-output-default-command.
9096
9097 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9098
9099         * message.el (message-send-mail-with-sendmail):
9100         Display the error message.
9101
9102 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * gnus-art.el (gnus-default-article-saver):
9105         Add gnus-summary-save-in-pipe to choices.
9106         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9107         gnus-summary-pipe-output-default-command as the default command.
9108         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9109         instead of gnus-last-shell-command.
9110
9111         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9112         New user option.
9113         (gnus-summary-muttprint-program): Mention the value will be changed.
9114         (gnus-summary-save-article): Force showing of all headers.
9115         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9116
9117 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9118
9119         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9120
9121 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9122
9123         * nnimap.el (nnimap-id):
9124         * sieve-manage.el (sieve-manage-open): Doc fixes.
9125
9126 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9127
9128         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9129         if available.
9130
9131 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9132
9133         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9134
9135         * nnkiboze.el (nnkiboze-generate-group):
9136         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9137
9138         * nnmairix.el: Require CL.
9139
9140 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * dgnushack.el: Autoload get-display-table and put-display-table for
9143         XEmacs 21.5.
9144
9145         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9146         21.4 and SXEmacs.
9147
9148 2008-06-15  David Engster  <dengste@eml.cc>
9149
9150         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9151
9152 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9153
9154         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9155         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9156         runtime choice under XEmacs.
9157
9158         * gnus-sum.el (gnus-summary-set-display-table):
9159         Use `gnus-put-display-table', `gnus-get-display-table',
9160         `gnus-set-display-table' for the display table, instead of `aset'.
9161
9162         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9163         Use `gnus-put-display-table', `gnus-get-display-table',
9164         `gnus-set-display-table' for the display table.
9165
9166 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9167
9168         * nnmairix.el: Add autoloads.
9169
9170 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * nnmairix.el (nnmairix-delete-recreate-group)
9173         (nnmairix-update-and-clear-marks): Fix error messages.
9174
9175 2008-06-14  David Engster  <dengste@eml.cc>
9176
9177         * nnmairix.el: Upgrade to version 0.6.
9178         (nnmairix-group-toggle-propmarks-this-group)
9179         (nnmairix-group-toggle-readmarks-this-group)
9180         (nnmairix-group-delete-recreate-this-group)
9181         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9182         (nnmairix-remove-tick-mark-original-article): New commands.
9183         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9184         (nnmairix-propagate-marks-to-nnmairix-groups)
9185         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9186         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9187         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9188         functions needed for marks propagation and manipulation of read marks.
9189         (nnmairix-update-groups): New function.
9190         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9191         (nnmairix-determine-original-group-from-registry)
9192         (nnmairix-determine-original-group-from-path)
9193         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9194         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9195         New helper functions.
9196         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9197         keystrokes for new commands.
9198         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9199         (nnmairix-request-group): Check allow-fast group parameter.
9200         (nnmairix-request-create-group): Set allow-fast group parameter if
9201         nnmairix-allowfast-default is set.
9202         (nnmairix-close-group): Propagate marks upon closing if needed.
9203         (nnmairix-group-toggle-threads-this-group): Use new.
9204         nnmairix-group-toggle-parameter helper function.
9205         (nnmairix-search): Better check for empty search result.
9206         (nnmairix-goto-original-article): Use new helper functions for
9207         determining original article.
9208         (nnmairix-show-original-article): Make sure message-id is in brackets.
9209         (nnmairix-call-mairix-binary): Change variable name.
9210         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9211         helper function.
9212         (nnmairix-widget-toggle-activate): Fix doc string.
9213
9214 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * nnir.el: Require edmacro when compiling with XEmacs.
9217         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9218         available in Emacs 21.
9219
9220 2008-06-11  Glenn Morris  <rgm@gnu.org>
9221
9222         * gnus-util.el (x-focus-frame):
9223         * gnus.el (image-size):
9224         * mm-decode.el (image-size): Declare.
9225
9226         * gnus-picon.el (declare-function): Add compat definition.
9227         (image-size): Declare.
9228
9229         * gnus-group.el (tool-bar-map):
9230         * gnus-sum.el (tool-bar-map): Define for compiler.
9231
9232         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9233
9234         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9235
9236         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9237         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9238         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9239         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9240         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9241         * sieve-manage.el, spam-report.el, spam.el:
9242         Remove unnecessary eval-and-compile of autoloads.
9243
9244 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9245
9246         * auth-source.el: Precise Tramp doc.
9247
9248 2008-06-07  Glenn Morris  <rgm@gnu.org>
9249
9250         * nnmairix.el: Remove unnecessary eval-when-compile.
9251
9252 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * lpath.el: Fbind propertize for XEmacs 21.4.
9255
9256 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * nnir.el: Move here from ../contrib.
9259
9260 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9261
9262         * gnus-util.el (gnus-read-shell-command): New function.
9263         * mm-decode.el (mm-pipe-part):
9264         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9265
9266 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9269
9270 2008-06-03  Glenn Morris  <rgm@gnu.org>
9271
9272         * pop3.el (nnheader-accept-process-output): Autoload it.
9273
9274 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9277         are not 2-digit hexadecimal characters that follow `%'s.
9278
9279 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * message.el (message-bogus-recipient-p): Fix type in doc string.
9282         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9283         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9284         Improve custom options.
9285         (message-bogus-recipient-p): Adjust accordingly.
9286
9287 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9288
9289         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9290         long-form month and day names.
9291
9292 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * dgnushack.el: Autoload debug, eudc-expand-inline and
9295         pgg-snarf-keys-region for XEmacs.
9296
9297         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9298
9299         * nnmairix.el: Require edmacro when compiling with XEmacs.
9300
9301 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9304         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9305
9306 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9307
9308         * auth-source.el: Add more docs.
9309
9310         * netrc.el (netrc-machine): Always match if the port is not given.
9311
9312 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9313
9314         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9315         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9316         retrieval faster in some cases, but might make CPU usage larger.
9317         If this has any bad side effects, we might revert this change.
9318
9319         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9320         seems to make mail retrieval much, much faster.
9321         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9322         unconditionally.
9323
9324         * gnus-draft.el (gnus-group-send-queue):
9325         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9326
9327 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9330
9331         * message.el (message-bogus-address-regexp): Fix and improve custom
9332         type.
9333         (message-setup-hook): Add message-check-recipients as custom option.
9334
9335 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * message.el (message-cite-function): Remove bogus autoload which crept
9338         in during merge from v5-10.
9339
9340 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9341
9342         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9343
9344         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9345
9346         * auth-source.el: Preliminary Tramp docs.
9347         (auth-sources): Change the default auth-sources to use
9348         EPA .gpg files.
9349
9350 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9351
9352         * nntp.el: Autoload `auth-source-user-or-password'.
9353         (nntp-send-authinfo): Use it.
9354
9355         * nnimap.el: Autoload `auth-source-user-or-password'.
9356         (nnimap-open-connection): Use it.
9357
9358         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9359         for the gnus-message function.
9360         (auth-source-user-or-password): Use it.
9361
9362 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9363
9364         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9365         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9366         (rfc2104-hash): Use it.
9367
9368 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9369
9370         * gnus-art.el (gnus-article-toggle-truncate-lines):
9371         Don't use `iff' in docstring.
9372
9373 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9374
9375         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9376
9377         * gnus-util.el (gnus-extract-address-component-name)
9378         (gnus-extract-address-component-email): Convenience functions around
9379         `gnus-extract-address-components'.
9380
9381         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9382         Use `gnus-extract-address-component-email' to fix bug of comparing full
9383         sender name to `user-mail-address'.
9384
9385 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9386
9387         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9388         catch/throw to optimize.
9389         (gnus-registry-find-keywords): Just use member to find a keyword.
9390
9391 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9392
9393         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9394         is current before calling gnus-server-prepare.
9395         (gnus-server-setup-buffer, gnus-server-update-server)
9396         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9397
9398 2008-05-04  Juri Linkov  <juri@jurta.org>
9399
9400         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9401         (mailcap-file-default-commands): Use mailcap-replace-in-string
9402         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9403         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9404
9405 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9406
9407         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9408
9409 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9410
9411         * gnus.el: Bump version to 0.11.
9412
9413 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9414
9415         * gnus.el: No Gnus v0.10 is released.
9416
9417 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9420         hooks.
9421         (gnus-update-read-articles): Speed up non-marks-using users.
9422         (gnus-use-marks): Define gnus-use-marks.
9423         (gnus-propagate-marks): Rename variable to something more sensible.
9424
9425 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9426
9427         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9428         (gmm-image-load-path-for-library): Fix typos in docstrings.
9429         (gmm-message): Reflow docstring.
9430
9431 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9432
9433         * mail-source.el (mail-source-set-1, mail-source-bind):
9434         Move auth-source code out of the macro to clean it up and fix bugs.
9435
9436 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9437
9438         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9439         by sender if it's equal to user-mail-address, it's likely to be
9440         useless.
9441
9442         * mail-source.el (mail-source-bind): Don't use user or password if they
9443         are not bound.  Unintern them if they are nil.  Don't use server unless
9444         it's bound, and default it to empty string otherwise.
9445
9446 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9447
9448         * mail-source.el: Load auth-source.el.
9449         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9450         get user name or password, if auth-sources is set up.
9451
9452         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9453         strategy of splitting with parent.
9454         (gnus-registry-split-fancy-with-parent)
9455         (gnus-registry-post-process-groups): Use it and fix prior
9456         bug (returning a list as the split result).
9457
9458         * auth-source.el (auth-sources): Remove server parameter.
9459         (auth-source-pick, auth-source-user-or-password)
9460         (auth-source-user-or-password-imap)
9461         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9462         (auth-source-user-or-password-sftp)
9463         (auth-source-user-or-password-smtp): Remove server parameter.
9464
9465 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9466
9467         * smime.el (smime-sign-region, smime-encrypt-region)
9468         (smime-decrypt-region):
9469         Remove redundant calls to `generate-new-buffer-name'.
9470
9471 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9472
9473         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9474         Don't use QP for message/rfc822.
9475         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9476
9477 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9478
9479         * sieve-manage.el (sieve-string-bytes): Remove.
9480         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9481         correct byte-length only if the process's coding-system is the same as
9482         the one used internally by Emacs to represent strings.
9483
9484 2008-04-22  Juri Linkov  <juri@jurta.org>
9485
9486         * mailcap.el (mailcap-file-default-commands): New function.
9487
9488 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * message.el (message-signature-separator, message-cite-function):
9491         Change custom version.
9492
9493 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9494
9495         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9496         commands.
9497         (tls-checktrust): Ditto.
9498
9499 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * mm-decode.el (mm-display-external): Make temp file read-only.
9502
9503 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9506         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9507         `C-c C-f d'.
9508
9509 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9510
9511         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9512
9513 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * gnus.el: Bump version to 0.9.
9516
9517 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus.el: No Gnus v0.8 is released.
9520
9521 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9522
9523         * mail-source.el (mail-source-value):
9524         Prefer fboundp to functionp so it works with macros as well.
9525
9526 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9527
9528         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9529         Fix last change in case the element is not even a symbol.
9530
9531 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9532
9533         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9534         Prefer fboundp to functionp so it works with macros as well.
9535
9536 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9537
9538         * auth-source.el: Add docs.
9539         (auth-sources): Modify format to support server.
9540         (auth-source-pick, auth-source-user-or-password)
9541         (auth-source-user-or-password-imap)
9542         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9543         (auth-source-user-or-password-sftp)
9544         (auth-source-user-or-password-smtp): Add server parameter.
9545
9546 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9547
9548         * gnus-registry.el: Initialize the registry when gnus-registry-install
9549         is t.
9550
9551 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * compface.el (uncompface): Make buffer unibyte.
9554
9555 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9556
9557         * mail-source.el (mail-source-value):
9558         Prefer fboundp to functionp so it works with macros as well.
9559
9560 2008-04-05  Glenn Morris  <rgm@gnu.org>
9561
9562         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9563
9564 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9565
9566         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9567         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9568
9569         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9570         multibyteness after rather than before erasing it.
9571
9572         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9573         mm-with-multibyte.
9574         (gnus-request-article-this-buffer): Make sure the proper decoding is
9575         used if gnus-original-article-buffer happens to be unibyte.
9576
9577         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9578         default-enable-multibyte-characters.
9579
9580         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9581         default-enable-multibyte-characters.
9582
9583         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9584
9585         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9586
9587 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9588
9589         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9590         Fix last change in case the element is not even a symbol.
9591
9592 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9593
9594         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9595         (imap-message-copyuid-1): Use it.
9596         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9597         J. Williams in
9598         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9599
9600         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9601         imap-enable-exchange-bug-workaround.
9602         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9603
9604 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9605
9606         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9607         a 100 byte status-checks into a 2-3MB transfer for each group.
9608         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9609         to enable bug workaround or not.
9610         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9611
9612 2008-03-31  Glenn Morris  <rgm@gnu.org>
9613
9614         * message.el (mml2015-use): Declare for compiler.
9615         (message-info): Require mml2015 when appropriate.
9616
9617 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9620         whitespace.
9621
9622 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9623
9624         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9625         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9626         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9627         (nntp-service-to-port): New function.
9628         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9629         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9630         (nntp-open-netcat-stream): New function.
9631         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9632
9633 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9634
9635         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9636
9637 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9638
9639         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9640
9641 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9642
9643         * dns.el (dns-write): Use set-buffer-multibyte.
9644
9645 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9646
9647         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9648
9649 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * message.el (message-signature-separator): Change default.
9652         Improve custom type.
9653         (message-cite-function): Change default to
9654         message-cite-original-without-signature.
9655
9656         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9657         toggle.
9658
9659         * message.el (message-check-news-body-syntax): Fix signature check.
9660         (message-setup-1): Mark buffer as unmodified _after_ running
9661         message-setup-hook and handling message-alternative-emails.
9662         (message-shorten-references): Be more strict when building list of
9663         valid references to comply with GNKSA.
9664
9665         * gnus-group.el (gnus-read-ephemeral-bug-group)
9666         (gnus-read-ephemeral-debian-bug-group)
9667         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9668
9669         * message.el (message-info): Don't use booleanp which isn't supported
9670         in Emacs 21 and XEmacs.
9671
9672 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9675         gnus-group-gmane-group-download-format.
9676         (gnus-group-read-ephemeral-gmane-group): Rename from
9677         gnus-group-read-ephemeral-gmane-group.
9678         (gnus-read-ephemeral-gmane-group-url): Rename from
9679         gnus-group-read-ephemeral-gmane-group-url.
9680         (gnus-bug-group-download-format-alist): New variable.
9681         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9682         (gnus-read-ephemeral-emacs-bug-group): New commands.
9683
9684 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9687         (gnus-visible-headers): Improve custom type.
9688
9689 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * mml.el (mml-menu): Add workarounds for XEmacs.
9692
9693         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9694         X-Boundary header.
9695
9696         * message.el (message-simplify-recipients): Fix previous commit.
9697
9698 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9699
9700         * mm-util.el (mm-set-buffer-multibyte): New function.
9701         * mm-decode.el (mm-copy-to-buffer): Use it.
9702
9703         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9704         Prefer fboundp to functionp so it works with macros as well.
9705
9706 2008-03-19  Glenn Morris  <rgm@gnu.org>
9707
9708         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9709         Accidentally removed in the sync process with Emacs.
9710
9711 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * message.el (message-alter-recipients-discard-bogus-full-name):
9714         New function.
9715         (message-alter-recipients-function): New variable.
9716         (message-get-reply-headers): Use it.
9717         (message-replace-header): New helper function.
9718         (message-recipients-without-full-name): New variable.
9719         (message-simplify-recipients): New command.
9720
9721         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9722
9723         * message.el (message-info): Handle EasyPG manual.
9724
9725         * mml.el (mml-menu): Add entry for EasyPG.
9726
9727 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9728
9729         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9730         parameter.
9731
9732         * message.el (message-disassociate-draft): Specify drafts group name
9733         fully.
9734
9735 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9736
9737         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9738         Eliminate unnecessary duplicates from the match list.
9739
9740 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9743
9744         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9745
9746         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9747         args of `how-many' of which the XEmacs version doesn't take; declare
9748         Info-index-next as function.
9749
9750 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * gnus-score.el (gnus-score-headers): Fix handling of
9753         gnus-inhibit-slow-scoring.
9754
9755         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9756         string.
9757         (gnus-button-url-regexp): Improve handling of parenthesis.
9758         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9759         (gnus-button-handle-info-keystrokes): Handle index entries.
9760
9761 2008-03-15  Glenn Morris  <rgm@gnu.org>
9762
9763         * parse-time.el (parse-time-string): Simplify.
9764
9765 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9768         Incoming* files.
9769
9770 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9771
9772         * auth-source.el (auth-sources): Rename from auth-source-choices.
9773         (auth-source-pick): Use it.
9774
9775 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9776
9777         * binhex.el (binhex-decode-region-internal):
9778         * uudecode.el (uudecode-decode-region-internal):
9779         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9780         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9781         setting default-enable-multibyte-characters.
9782
9783 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9784
9785         * auth-source.el (auth-source-protocols)
9786         (auth-source-protocols-customize, auth-source-choices): Add and
9787         modified variable customizations and defaults.
9788         (auth-source-pick, auth-source-user-or-password)
9789         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9790         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9791         (auth-source-user-or-password-sftp)
9792         (auth-source-user-or-password-smtp): Use new variables and provide an
9793         interface to netrc.el.
9794
9795 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9798         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9799         Make sure the nntp port to specify is a string.
9800
9801 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9802
9803         * nntp.el: Use with-current-buffer.
9804         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9805         dubious mm-with-unibyte-current-buffer.
9806         (nntp-with-open-group-function): New function extracted from
9807         nntp-with-open-group macro.
9808         (nntp-with-open-group): Use the function, so it's easier to debug.
9809         Add indentation and debugging info.
9810         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9811         Recommend the use of the netcat alternatives.
9812
9813         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9814         Avoid mm-string-as-multibyte as well.
9815
9816         * nnweb.el (nnweb-insert-html):
9817         Remove use of nnheader-string-as-multibyte.
9818
9819         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9820         (nnheader-string-as-multibyte): Remove.
9821
9822         * mm-view.el: Use inhibit-read-only.
9823         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9824         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9825         or unibyte-string.
9826
9827         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9828         (mm-uu-yenc-extract): Use with-current-buffer.
9829
9830         * gnus-soup.el (gnus-soup-send-packet): Don't use
9831         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9832
9833         * nnmh.el: Use with-current-buffer.
9834         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9835         mm-string-as-multibyte on the output of mm-encode-coding-string.
9836
9837         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9838         (nnimap-request-move-article): Use with-current-buffer.
9839
9840         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9841         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9842         conversion uses string-make-unibyte rather than string-as-unibyte.
9843
9844         * gnus-msg.el: Use with-current-buffer.
9845
9846         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9847
9848 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9849
9850         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9851         string for caching if it is 'PIN.
9852
9853 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * lpath.el: Consider the case without Emacs/W3.
9856
9857 2008-03-08  Glenn Morris  <rgm@gnu.org>
9858
9859         * time-date.el (date-to-time, time-subtract, time-add)
9860         (safe-date-to-time): Doc fixes.
9861
9862 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * mail-source.el (mail-source-delete-old-incoming-confirm):
9865         Change default to nil.
9866         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9867
9868 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * lpath.el: Rearrange.
9871
9872         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9873         (gnus-article-goto-prev-page): Work for articles having ^L's.
9874
9875         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9876
9877         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9878
9879 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9880
9881         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9882         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9883         (gnus-bookmark-jump): Adjust some variable names.
9884
9885 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9886
9887         * auth-source.el: New package.
9888         (auth-source-choices): Add customization entry point variable.
9889
9890         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9891         bug.
9892
9893 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9894
9895         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9896         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9897         (gnus-registry-install-shortcuts): Rename from
9898         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9899         the `gnus-registry-mark-map' keymap dynamically from
9900         `gnus-registry-marks'.  The generated functions update the summary line
9901         when a registry mark is added or deleted, and will call
9902         `gnus-registry-install-p' (see the comments in the code).
9903         (gnus-registry-user-format-function-M): Use concat intelligently.
9904
9905         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9906         the registry mark functions.
9907
9908 2008-03-05  Glenn Morris  <rgm@gnu.org>
9909
9910         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9911         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9912         gnus-art.
9913         (top-level): No need to load own source when compiling.
9914
9915 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9918         Suggested by <chris.anderton@zetnet.co.uk>.
9919
9920 2008-03-04  Glenn Morris  <rgm@gnu.org>
9921
9922         * gnus-sum.el (top-level): No need to require gnus when compiling,
9923         since unconditionally required near start of file.
9924         (gnus-summary-display-while-building): Move definition before use.
9925
9926 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9927
9928         * gnus-registry.el (gnus-registry-user-format-function-M):
9929         Add formatting function.
9930
9931 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9932
9933         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9934         with plists.
9935         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9936         Use new format.
9937
9938 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9941         `where-is-internal' that returns a range of key sequences.
9942
9943 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9944
9945         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9946
9947         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9948         (gnus-summary-jump-to-group): Consider windows on other displayed
9949         frames as well.  Similar changes might be needed elsewhere, but that's
9950         the one I've bumped into during my use.
9951
9952         * nndoc.el (nndoc-oe-dbx-type-p):
9953         * gnus-msg.el (gnus-debug):
9954         * gnus-group.el (gnus-update-group-mark-positions):
9955         Use mm-string-to-multibyte.
9956
9957 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9960         doesn't handle NotDashEscaped.
9961
9962         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9963         (mml-dnd-attach-options): Fix typo in custom choice.
9964
9965         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9966         Change nndoc-article-type to mbox.
9967         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9968
9969         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9970         to nil, instead of html2text.
9971
9972         * imap.el (imap-debug): Add `imap-ping-server'.
9973
9974         * gnus-bookmark.el: Add FIXMEs.
9975
9976         * message.el (message-form-letter-separator)
9977         (message-send-form-letter-delay): New variables.
9978         (message-send-form-letter): Use them.  New command to send form
9979         letters.  Requested by Uwe Siart.
9980         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9981
9982 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * Update copyright years.
9985
9986 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         Sync from EMACS_22_BASE.
9989
9990         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9991
9992 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9993
9994         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9995         empty author.
9996
9997 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9998
9999         * gnus-registry.el (gnus-registry-marks): Add variable for
10000         customization of marks and their appearance.
10001         (gnus-registry-read-mark): Use it.
10002         (gnus-registry-do-marks): Add utility function to loop through
10003         `gnus-registry-marks'.
10004         (gnus-registry-install-shortcuts-and-menus): Add function to install
10005         shortcuts and menus.
10006         (gnus-registry-initialize): Use it.
10007         (gnus-registry-default-mark): Clarify documentation.
10008
10009 2008-02-29  Glenn Morris  <rgm@gnu.org>
10010
10011         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10012         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10013         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10014         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10015         Change defcustom :version from 23.0 to 23.1.
10016
10017 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10018
10019         * gnus-registry.el (gnus-registry-follow-group-p)
10020         (gnus-registry-post-process-groups): Add functions to aid registry
10021         splitting and improve logging.  Clarify behavior in function
10022         documentation.
10023         (gnus-registry-split-fancy-with-parent): Use them.
10024
10025 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10026
10027         * gnus-art.el: Use with-current-buffer.
10028
10029 2008-02-27  David Engster  <dengste@eml.cc>
10030
10031         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10032         Express real group name in the response.
10033
10034 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10037         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10038         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10039         autoload gnus-registry-fetch-group when compiling.
10040         (nnmairix-request-group-with-article-number-correction):
10041         Remove unreferenced argument passed to nnmairix-call-backend.
10042
10043 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10046         (mm-uu-extract): Improve face for low color ttys.
10047         Reported by Sascha Wilde.
10048
10049 2008-02-27  Glenn Morris  <rgm@gnu.org>
10050
10051         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10052         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10053         variables to defconsts.  Convert comments to doc-strings.
10054         (nnmairix-last-server, nnmairix-current-server): Convert from free
10055         variables to defvars.  Convert comments to doc-strings.
10056         (gnus-registry-fetch-group): Autoload.
10057         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10058         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10059         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10060         caddr.
10061         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10062         nnmairix-request-group-with-article-number-correction call.
10063         (nnmairix-fast, nnmairix-group): New, less general names, for free
10064         variables passed from nnmairix-request-group to
10065         nnmairix-request-group-with-article-number-correction.  Declare.
10066         (nnmairix-request-group-with-article-number-correction):
10067         Use nnmairix-fast, nnmairix-group rather than fast, group.
10068
10069 2008-02-26  David Engster  <dengste@eml.cc>
10070
10071         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10072         version 0.5.
10073
10074 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10075
10076         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10077         instead of making an extra function call.  Don't add the current group
10078         to articles only when they have the group.  Use
10079         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10080         Reported by David <de_bb@arcor.de>.
10081
10082 2008-02-24  Miles Bader  <miles@gnu.org>
10083
10084         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10085         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10086         (mm-find-mime-charset-region):
10087         * mm-bodies.el (mm-encode-body):
10088         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10089
10090 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10093         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10094
10095 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * mail-source.el (mail-source-delete-incoming): Change default.
10098         Supplement doc string.
10099
10100         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10101
10102 2008-02-14  Glenn Morris  <rgm@gnu.org>
10103
10104         * time-date.el (format-seconds): New function.
10105
10106 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * nnmail.el (nnmail-message-id-cache-file): Derive from
10109         `gnus-home-directory'.
10110
10111 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10114         Document negative prefix.
10115
10116         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10117
10118 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * message.el (message-unsent-separator): Add the Exim bounce
10121         separator.
10122
10123 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10124
10125         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10126         list.
10127         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10128         recipient/signer list.
10129
10130 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * Makefile.in (datarootdir): Define.
10133         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10134         name that might contain whitespace.
10135
10136 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10139         fbound (Emacs 23 unicode), signal an error.
10140
10141 2008-02-08  Glenn Morris  <rgm@gnu.org>
10142
10143         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10144
10145 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10146
10147         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10148         ports to the calls to `netrc-machine-user-or-password' in addition to
10149         "imap" and "imaps".
10150
10151 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10152
10153         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10154
10155         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10156
10157 2008-02-01  Kenichi Handa  <handa@m17n.org>
10158
10159         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10160         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10161         (rfc2104-hash): Convert the result of concat to unibyte string.
10162
10163 2008-02-01  Dave Love  <fx@gnu.org>
10164
10165         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10166         coding-system-for-read.
10167         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10168
10169 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10170
10171         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10172         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10173         <hanche@math.ntnu.no>.
10174
10175 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10178
10179         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10180
10181 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10182
10183         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10184         * message.el (message-beginning-of-line): Use featurep instead of bound
10185         tests in order to resolve conditionals at compile time.
10186
10187 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10188
10189         * mail-source.el (mail-sources): Add `group' choice.
10190
10191         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10192         parameter `in-group' to control into which group the articles go.
10193         Add treatment of `group' mail-source.
10194
10195 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10198
10199         * mm-decode.el (mm-dissect-buffer): Decode description.
10200
10201         * mml.el (mml-to-mime): Encode message header first.
10202
10203 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10206         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10207
10208         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10209         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10210
10211 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10212
10213         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10214
10215 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10218         prefix keys.
10219         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10220         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10221         gnus-xmas.el.
10222
10223         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10224         (gnus-xmas-article-describe-bindings): New function.
10225         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10226         gnus-xmas-article-describe-bindings.
10227
10228         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10229
10230 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10231
10232         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10233         Add new variables for article mark management.
10234         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10235         list of extra data entries which, when present, will indicate that the
10236         article ID should not be trimmed from the registry.
10237         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10238         functions.
10239         (gnus-registry-read-mark): New function to read a mark name from the
10240         user.
10241         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10242         (gnus-registry-set-article-mark-internal): New functions to add and
10243         remove marks.
10244         (gnus-registry-get-article-marks): New function to show the marks for
10245         an article, or retrieve them for further use.
10246
10247 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10250         keys when no argument is given.
10251
10252 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * imap.el (imap-ping-server): New variable.
10255         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10256         (imap-ping-server): Minor doc string fixes.
10257
10258 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10259
10260         * imap.el (imap-ping-server): New function.
10261         (imap-opened): Call imap-ping-server.
10262
10263 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * gnus-sum.el (gnus-article-sort-by-random)
10266         (gnus-thread-sort-by-random): Fix doc strings.
10267         Reported by jidanni@jidanni.org.
10268
10269 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * gnus-art.el (gnus-article-describe-bindings): New function.
10272         (gnus-article-read-summary-keys): Use it.
10273         (gnus-article-mode-map): Bind `C-h b' to it.
10274
10275 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10278         XEmacs.
10279         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10280         Protect against non-character events.
10281
10282         * lpath.el: Fbind map-keymap for Emacs 21.
10283
10284 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10287         New command.
10288         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10289         instead of END.  Change name of the temp file.
10290         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10291         customizable.
10292
10293 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10296         bind `S W' to gnus-article-wide-reply-with-original; set default
10297         binding to gnus-article-read-summary-send-keys.
10298         (gnus-article-read-summary-keys): Fix the order of keys; display
10299         continuation keys correctly in the echo area; describe bindings
10300         correctly when keys end with `C-h'.
10301         (gnus-article-read-summary-send-keys): New function.
10302         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10303         Work for gnus-article-read-summary-send-keys; display continuation keys
10304         correctly in the echo area.
10305         (gnus-article-reply-with-original): Ignore prefix argument.
10306         (gnus-article-wide-reply-with-original): New function.
10307
10308         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10309         Emacs 21.
10310
10311 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10314         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10315
10316 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10319         (gnus-group-read-ephemeral-gmane-group): New command.
10320
10321 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10322
10323         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10324
10325 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10326
10327         * message.el (message-send-mail-function): Increase custom version.
10328
10329         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10330         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10331
10332 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10333
10334         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10335         for the cases where imap-authenticate is called with a nil buffer
10336         parameter.
10337
10338 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10341         html parts correctly; support forwarded messages.
10342         (gnus-article-browse-html-article): Remove work buffers.
10343
10344         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10345         compiling.
10346         (netrc-bound-and-true-p): New macro.
10347         (netrc-parse): Use it instead of bound-and-true-p that is not available
10348         in XEmacs 21.4.
10349
10350 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10351
10352         * gnus-registry.el (gnus-registry-mark-article)
10353         (gnus-registry-article-marks): Add functionality to mark articles
10354         through the Gnus registry.
10355
10356         * encrypt.el: Clarify documentation for the new pgg method.
10357         (encrypt-file-alist): Add PGG option.
10358         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10359         functionality.  Abstract password key and messaging to external
10360         functions.
10361         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10362         (encrypt-message-method-and-cipher): Add new convenience external
10363         functions.
10364         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10365         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10366
10367         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10368         (netrc-parse): Use encrypt-file-alist to determine if
10369         encrypt-find-model or encrypt-insert-file-contents should be used.
10370
10371         * encrypt.el: Clarify documentation.  Load password-cache or
10372         password, whichever one is found first, instead of autoloading.
10373
10374 2007-12-19  Glenn Morris  <rgm@gnu.org>
10375
10376         * mml.el (message-options-set, message-narrow-to-head)
10377         (message-in-body-p, message-mail-p, message-encode-message-body):
10378         Autoload.
10379         (message-remove-header, message-narrow-to-headers-or-head)
10380         (message-subscribed-p, message-make-mail-followup-to)
10381         (message-position-on-field, message-news-p)
10382         (message-options-set-recipient, message-generate-headers)
10383         (message-sort-headers): Declare as functions.
10384
10385 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10388         convention in doc string.
10389
10390 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10393         title to html parts.
10394         (gnus-article-browse-html-article): Pass message header to it.
10395
10396         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10397
10398 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10401         or password compatible with XEmacs.
10402
10403 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10406         format document.
10407         (gnus-mime-delete-part): Don't write description line if empty.
10408         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10409
10410 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10411
10412         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10413         (gnus-summary-mark-read-and-unread-as-read)
10414         (gnus-summary-mark-current-read-and-unread-as-read)
10415         (gnus-summary-mark-unread-as-ticked): Doc fix.
10416         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10417
10418 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10421         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10422
10423 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10426         yes-or-no-p.
10427
10428 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * mm-decode.el (mm-add-meta-html-tag): New function.
10431         (mm-save-part-to-file, mm-pipe-part): Use it.
10432
10433         * gnus-art.el (gnus-article-browse-delete-temp-files):
10434         Use gnus-y-or-n-p instead of y-or-n-p.
10435         (gnus-article-browse-html-parts): Work with message/external-body; use
10436         mm-add-meta-html-tag.
10437
10438 2007-12-11  Glenn Morris  <rgm@gnu.org>
10439
10440         * gnus-cache.el: Require gnus-sum not just when compiling.
10441
10442         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10443
10444         * gnus-int.el (gnus-server-opened, gnus-status-message):
10445         Move definitions before use.
10446
10447         * mm-decode.el: Require gnus-util.
10448         (mm-remove-part): Only call delete-annotation on XEmacs.
10449
10450         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10451
10452         * nnmail.el: Require gnus-int.
10453
10454         * spam.el: Move `require's before `eval-when-compile's.
10455
10456         * gnus-ems.el (gnus-alive-p):
10457         * gnus-fun.el (message-goto-eoh):
10458         * gnus-util.el (gnus-group-name-decode):
10459         * mail-source.el (gnus-compress-sequence):
10460         * message.el (Info-goto-node, format-spec):
10461         * mm-bodies.el (message-options-get):
10462         * mm-decode.el (mm-view-pkcs7):
10463         * mm-util.el (gmm-write-region):
10464         * mml-smime.el (mml-compute-boundary)
10465         (gnus-completing-read-with-default):
10466         * mml.el (widget-button-press, gnus-make-hashtable):
10467         * mml1991.el (mm-decode-content-transfer-encoding)
10468         (mm-encode-content-transfer-encoding)
10469         (message-options-get, message-options-set):
10470         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10471         * nnfolder.el (gnus-request-group):
10472         * nnheader.el (ietf-drums-unfold-fws):
10473         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10474         * smime.el (gnus-run-mode-hooks):
10475         * spam-stat.el (gnus-message): Autoload.
10476
10477         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10478         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10479         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10480         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10481         Add declare-function compatibility definition.
10482
10483         * gnus-cache.el (nnvirtual-find-group-art):
10484         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10485         (gnus-add-image, gnus-add-wash-type):
10486         * gnus-group.el (nnkiboze-score-file):
10487         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10488         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10489         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10490         (message-tokenize-header, gnus-get-buffer-create)
10491         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10492         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10493         * gnus.el (gnus-group-decoded-name):
10494         * mail-source.el (imap-capability):
10495         * mm-bodies.el (message-options-set):
10496         * mm-decode.el (gnus-configure-windows):
10497         * mm-extern.el (message-goto-body):
10498         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10499         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10500         (epg-sub-key-validity, message-options-set):
10501         * mml.el (widget-event-point, gnus-configure-windows):
10502         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10503         * mml2015.el (epg-check-configuration, epg-configuration)
10504         (message-options-set):
10505         * nndb.el (nndb-request-article):
10506         * nnfolder.el (gnus-request-create-group):
10507         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10508         * nnmaildir.el (gnus-group-mark-article-read):
10509         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10510         * rfc1843.el (message-fetch-field):
10511         * spam.el (gnus-extract-address-components):
10512         Declare as functions.
10513
10514 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10517
10518         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10519
10520         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10521         bind show-trailing-whitespace for XEmacs.
10522
10523 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10524
10525         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10526         new no-op macro for backward compatibility.
10527
10528         * imap.el (imap-string-to-integer): New function.
10529
10530 2007-12-09  Glenn Morris  <rgm@gnu.org>
10531
10532         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10533
10534         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10535         * message.el, mm-view.el, sieve-manage.el, smime.el:
10536         Add declare-function compatibility definition.
10537
10538         * gnus-art.el (w3-region, w3m-region, Info-menu):
10539         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10540         * gnus-sum.el (gnus-get-predicate):
10541         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10542         * message.el (mail-abbrev-in-expansion-header-p):
10543         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10544         (w3m-detect-meta-charset, w3m-region):
10545         * sieve-manage.el (password-read, password-cache-add)
10546         (password-cache-remove):
10547         * smime.el (password-read-and-add): Declare as functions.
10548
10549 2007-12-08  David Kastrup  <dak@gnu.org>
10550
10551         * gnus-sum.el (gnus-summary-simplify-subject-query):
10552         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10553         `message'.
10554
10555 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10558         it to bind idna-program, installation-directory, defined-colors, and
10559         face-attribute for XEmacs of the version that compiles defcustom forms.
10560
10561 2007-12-07  Glenn Morris  <rgm@gnu.org>
10562
10563         * gnus-art.el (article-make-date-line): Revert previous change.
10564
10565 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10568
10569 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10570
10571         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10572         Call gnus-add-to-range ranges only once with a prepared article-list.
10573
10574 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10575
10576         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10577         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10578         group names with backslashes.
10579         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10580
10581 2007-12-06  Deepak Goel  <deego3@gmail.com>
10582
10583         * gnus-art.el (article-make-date-line):
10584         * gnus-start.el (gnus-load):
10585         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10586
10587 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-art.el (gnus-use-idna)
10590         * gnus-start.el (gnus-site-init-file)
10591         * message.el (message-use-idna)
10592         * mm-uu.el (mm-uu-hide-markers)
10593         * smiley.el (smiley-style): Revert changes that suppress warnings.
10594
10595 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10598         specify charset to html source.
10599         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10600
10601 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10604         idna-program in order to suppress byte compile warning issued by XEmacs
10605         that came to byte compile the default value section of defcustom forms
10606         recently.
10607
10608         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10609         value of installation-directory.
10610
10611         * message.el (message-use-idna): Don't directly refer to the value of
10612         idna-program.
10613
10614         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10615
10616         * smiley.el (smiley-style): Don't directly call face-attribute.
10617
10618 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10621
10622         * gnus-dired.el: Reduce Gnus dependencies.
10623         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10624         Don't require.  Use autoloads instead.
10625         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10626         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10627         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10628         (gnus-dired-mode): Adjust doc string.
10629         (gnus-dired-mail-mode): New variable.
10630         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10631         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10632         (gnus-dired-mail-buffers): New function.  Return mail or message
10633         composition buffers.
10634         (gnus-dired-attach): Use it.
10635         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10636         NO-DECODE.
10637         (gnus-dired-print): Use `gnus-print-buffer' depending on
10638         `gnus-dired-mail-mode'.
10639
10640 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * rfc2047.el (rfc2047-encoded-word-regexp)
10643         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10644         explaining what regexp patterns are for.
10645
10646 2007-12-04  Glenn Morris  <rgm@gnu.org>
10647
10648         * password.el: Move to password-cache.el.
10649
10650         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10651         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10652         * mml-smime.el (password-read, password-cache-add)
10653         (password-cache-remove):
10654         No need to autoload, since mml-sec requires password.
10655
10656         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10657         * message.el (gnus-extract-address-components):
10658         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10659
10660         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10661         password.
10662
10663 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * mailcap.el: Reduce dependencies.
10666         (mail-header-parse-content-type): Autoload.
10667         (mailcap-delete-duplicates): New alias.
10668         (mailcap-mime-info): Add optional argument NO-DECODE.
10669         (mailcap-mime-types): Use mailcap-delete-duplicates.
10670
10671         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10672
10673 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10674
10675         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10676         (imap-parse-status): Upcase status-att for servers that sends them
10677         lower-case (e.g., MS Exchange 2007).
10678
10679 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10682         function.
10683
10684         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10685         (gnus-uu-yenc-article): New function.
10686
10687         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10688
10689         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10690
10691 2007-12-02  Glenn Morris  <rgm@gnu.org>
10692
10693         * binhex.el (binhex): New custom group.
10694         (binhex-decoder-program, binhex-decoder-switches)
10695         (binhex-use-external): Move to the binhex custom group.
10696
10697         * uudecode.el (uudecode): New custom group.
10698         (uudecode-decoder-program, uudecode-decoder-switches)
10699         (uudecode-use-external): Move to the uudecode custom group.
10700
10701         * netrc.el (top-level): Don't load `encrypt' features.
10702         (netrc-parse): Don't use encrypt.
10703         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10704
10705         * encrypt.el: Remove file.
10706
10707 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10710         matches on patches.
10711
10712         * gnus-art.el (gnus-article-browse-html-article):
10713         Mention `mm-text-html-renderer' in the doc string.
10714
10715         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10716         string.  Add comments.
10717
10718         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10719         if rhs is ASCII.
10720
10721 2007-12-01  Glenn Morris  <rgm@gnu.org>
10722
10723         * mail-source.el (top-level): Require format-spec before
10724         eval-when-compile.
10725
10726 2007-11-30  Glenn Morris  <rgm@gnu.org>
10727
10728         * encrypt.el: Require password, rather than autoloading password-read.
10729
10730 2007-11-29  Glenn Morris  <rgm@gnu.org>
10731
10732         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10733         (sasl-make-client, sasl-next-step, sasl-step-data)
10734         (sasl-step-set-data): Declare as functions.
10735
10736 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10739
10740 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10741
10742         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10743         certs should be verified and what is to be done in the event of a
10744         verification failure.
10745
10746         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10747         caller can indicate whether the cache should be disregarded for this
10748         call.  This way the result of the call is reproducible at all times and
10749         can be considered a canonical server name for the supplied method.
10750         (gnus-agent-method-p): Canonicalize server names by pushing their
10751         method through `gnus-method-to-server' using the no-cache argument.
10752
10753         * gnus-srvr.el (gnus-server-insert-server-line):
10754         Call `gnus-method-to-server' with `no-cache' argument.
10755
10756         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10757         gnus-agent-possibly-synchronize-flags as this should be called when the
10758         server is actually being opened.
10759         (gnus-agent-possibly-synchronize-flags)
10760         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10761         flags file of an agentized server to the latter function.
10762
10763         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10764         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10765         after a connection has been established successfully.
10766
10767 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-art.el (article-display-face): Force to display face if called
10770         interactively; check if gnus-article-x-face-too-ugly matches author.
10771         (article-display-x-face): Display face even if From header is missing
10772         as article-display-face does.
10773
10774 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10775
10776         * hashcash.el (message-narrow-to-headers-or-head)
10777         (message-fetch-field, message-goto-eoh)
10778         (message-narrow-to-headers): Declare as functions.
10779
10780 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * mail-source.el (mail-sources): Default to fetch from file for
10783         compatibility with default of nnmail-spool-file.
10784
10785 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10788         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10789         to look for encoded word that should be encoded again.
10790         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10791         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10792         encoding pattern.
10793         (rfc2047-decode-region): Switch strict regexp and loose one according
10794         to rfc2047-allow-irregular-q-encoded-words.
10795
10796 2007-11-25  Romain Francoise  <romain@orebokech.com>
10797
10798         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10799
10800 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * tls.el (tls-program): Provide more custom choices from
10803         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10804         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10805
10806 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10809         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10810
10811         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10812         `nnmail-spool-file'.
10813
10814         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10815         `nnmail-spool-file'.
10816
10817         * gnus-move.el (gnus-change-server): Ditto.
10818
10819         * gnus-kill.el (gnus-batch-score): Ditto.
10820
10821         * gnus-cache.el (gnus-jog-cache): Ditto.
10822
10823         * gnus-msg.el (gnus-summary-reply):
10824         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10825
10826 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10829         version.  Minor improvement to doc strings.
10830         (tls-program): Add comment.
10831
10832 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10833
10834         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10835         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10836         mismatch between the hostname provided in the certificate and the name
10837         of the host connnecting to.
10838         (open-tls-stream): Use them.  Check certificates against trusted root
10839         certificates.
10840
10841 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * gnus-cache.el (gnus-cache-generate-nov-databases):
10844         Use nnml-generate-nov-databases-directory instead of
10845         nnml-generate-nov-databases-1.
10846
10847 2007-11-24  Glenn Morris  <rgm@gnu.org>
10848
10849         * message.el (message-tool-bar-retro): Update for rename
10850         mail_send.xpm->mail-send.xpm.
10851
10852 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10855         `smime-ldap-search' for Emacs 22 and up.
10856
10857 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10858
10859         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10860
10861         * message.el (message-send-mail-function): Fix error convention.
10862         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10863         (message-widen-reply, message-send-mail, message-talkative-question)
10864         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10865         (message-clone-locals, message-send-news): Use with-current-buffer.
10866         (message-insert-or-toggle-importance): Remove unused var `valid'.
10867         (message-make-references): Remove unused var `new-references'.
10868         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10869
10870 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10871
10872         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10873         (spam-split-symbolic-return-positive): Reflow docstring.
10874         (spam-backends, spam-summary-exit-behavior)
10875         (spam-mark-ham-unread-before-move-from-spam-group)
10876         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10877         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10878         (spam-clear-cache, spam-backend-check, spam-install-backend)
10879         (spam-install-statistical-backend, spam-list-of-processors)
10880         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10881         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10882         (spam-check-crm114, spam-initialize, spam-unload-hook):
10883         Fix typos in docstrings.
10884
10885 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10888         been checked if they have never been read and those group levels are
10889         higher than the one that a user specified.
10890
10891 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10894         foreign groups unless a group level is specified by a user.
10895         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10896
10897 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * message.el (message-send-mail-function): Require sendmail.
10900
10901 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * message.el (message-send-mail-function): Check for smtpmail too.
10904
10905         * utf7.el (utf7-encode, utf7-decode): Use coding system
10906         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10907
10908         * message.el (message-send-mail-function): New function.
10909         (message-send-mail-function): Set default using
10910         message-send-mail-function.  Adjust doc string.
10911         (message-send-mail-with-mailclient): New function.
10912
10913 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10914
10915         * smime.el (from):
10916         * rfc2047.el (message-posting-charset):
10917         * qp.el (mm-use-ultra-safe-encoding):
10918         * pop3.el (parse-time-months):
10919         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10920         * nnml.el (files):
10921         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10922         (jka-compr-compression-info-list, ange-ftp-path-format)
10923         (efs-path-regexp):
10924         * nndiary.el (files):
10925         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10926         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10927         (epg-digest-algorithm-alist, inhibit-redisplay)
10928         (password-cache-expiry):
10929         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10930         (pgg-output-buffer, password-cache-expiry):
10931         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10932         (efs-path-regexp):
10933         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10934         (inhibit-redisplay):
10935         * mm-uu.el (file-name, start-point, end-point, entry)
10936         (gnus-newsgroup-name, gnus-newsgroup-charset):
10937         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10938         (latin-unity-ucs-list):
10939         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10940         (mm-uu-binhex-decode-function):
10941         * message.el (gnus-message-group-art, gnus-list-identifiers)
10942         (rmail-enable-mime-composing, gnus-local-organization)
10943         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10944         (gnus-read-active-file, facemenu-add-face-function)
10945         (facemenu-remove-face-function, gnus-article-decoded-p)
10946         (tool-bar-mode):
10947         * mail-source.el (display-time-mail-function):
10948         * gnus-util.el (nnmail-pathname-coding-system)
10949         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10950         (gnus-original-article-buffer, gnus-user-agent)
10951         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10952         (xemacs-codename, sxemacs-codename, emacs-program-version):
10953         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10954         * gnus-start.el (gnus-agent-covered-methods)
10955         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10956         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10957         (gnus-newsgroup-headers, gnus-group-list-mode)
10958         (gnus-group-mark-positions, gnus-newsgroup-data)
10959         (gnus-newsgroup-unreads, nnoo-state-alist)
10960         (gnus-current-select-method, mail-sources)
10961         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10962         (nnmail-spool-file, gnus-cache-active-hashtb):
10963         * gnus-mh.el (mh-lib-progs):
10964         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10965         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10966         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10967         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10968         (gnus-group-buffer):
10969         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10970         (font-lock-set-defaults):
10971         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10972         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10973         (gnus-summary-post-menu, total-parts, type, condition, length):
10974         * gnus-agent.el (gnus-agent-read-agentview):
10975         * flow-fill.el (show-trailing-whitespace):
10976         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10977         eval-and-compile wrappers for byte compiler pacifiers.
10978
10979         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10980         (mm-display-inline-fontify): Check for featurep 'xemacs not
10981         extent-list.
10982
10983         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10984         itimer-list.
10985         (mm-create-image-xemacs): Only do something for XEmacs.
10986         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10987
10988         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10989
10990         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10991         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10992
10993 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10994
10995         * nnimap.el (nnimap-split-download-body):
10996         * gnus-demon.el (gnus-demon):
10997         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10998
10999 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11002         New macros.
11003         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11004         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11005         copy data from unibyte buffer to multibyte current buffer.
11006         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11007         to copy data from unibyte current buffer to multibyte buffer.
11008         (nntp-make-process-buffer): Make process buffer unibyte.
11009
11010         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11011
11012 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11013
11014         * pop3.el (pop3-open-server): Accept and process data more robustly at
11015         connexion start to avoid spurious "POP SSL connexion failed" errors.
11016
11017 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11020         read group names.
11021
11022 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11025
11026 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11029         (nnmail-save-active): Use a unibyte buffer when saving active file,
11030         which may contain non-ASCII group names.
11031
11032         * nnml.el (nnml-request-group): Decode group names in messages.
11033
11034 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * message.el (message-citation-line-function)
11037         (message-insert-formatted-citation-line): Fix spelling of
11038         `message-insert-formated-citation-line'.
11039
11040 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11043
11044 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11047         nnmail-pathname-coding-system.
11048
11049         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11050         that a user enters; decode group names in messages.
11051
11052         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11053
11054 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11057
11058         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11059
11060         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11061         risky local variable.
11062
11063         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11064
11065 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11066
11067         * encrypt.el: Improve documentation to fix function name typo.
11068         Reported by Daiki Ueno <ueno@unixuser.org>.
11069
11070 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11073         even if the point is not in the last page of an article.
11074         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11075         back to the previous page.
11076
11077 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11080
11081 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11084
11085 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11086
11087         * message.el (message-check-news-body-syntax):
11088         Avoid mm-string-as-multibyte.
11089         (message-hide-headers): Don't assume (point-min)==1.
11090
11091 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * message.el (message-remove-blank-cited-lines): Fix if remove is
11094         given.
11095         (message-bogus-address-regexp): New variable.
11096         (message-bogus-recipient-p): New function.
11097         (message-check-recipients): New command.
11098         (message-syntax-checks): Add `bogus-recipient'.
11099         (message-fix-before-sending): Add `bogus-recipient'.
11100
11101         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11102         (gnus-treat-body-boundary): Don't test window-system.
11103
11104 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11105
11106         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11107
11108 2007-10-28  Miles Bader  <miles@gnu.org>
11109
11110         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11111         at compile-time too.
11112
11113 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-msg.el (gnus-message-setup-hook):
11116         Add `message-remove-blank-cited-lines' to options.
11117
11118 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * message.el (message-remove-blank-cited-lines): New function.
11121         Suggested by Karl Plästerer.
11122
11123 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11126         mapc.
11127
11128         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11129         (top-level): Use mapc to set functions to be traced for debugging.
11130
11131         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11132         called for effect with while loop.
11133
11134         * message.el (message-talkative-question): Replace mapcar called for
11135         effect with mapc.
11136
11137         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11138         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11139         called for effect with dolist.
11140
11141         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11142
11143         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11144         gnus-extra-headers and nnmail-extra-headers.
11145
11146         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11147         called for effect with dolist.
11148         (top-level): Use mapc to set functions to be traced for debugging.
11149
11150         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11151         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11152         dolist.
11153
11154         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11155         Replace mapcar called for effect with mapc.
11156         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11157         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11158         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11159         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11160
11161         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11162         remove-if that's a cl function.
11163
11164         * webmail.el (webmail-debug): Replace mapcar called for effect with
11165         dolist.
11166
11167         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11168         with mapc.
11169
11170 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11173         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11174         with while loop.
11175
11176         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11177         functions from article-* functions.
11178         (gnus-multi-decode-header): Replace mapcar called for effect with
11179         dolist.
11180
11181         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11182         (gnus-bookmark-show-details): Replace mapcar called for effect with
11183         while loop.
11184
11185         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11186         called for effect with while loop.
11187
11188         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11189         with dolist.
11190
11191         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11192         Replace mapcar called for effect with dolist.
11193
11194         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11195
11196         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11197         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11198         Replace mapcar called for effect with dolist.
11199         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11200         mapc.
11201
11202         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11203         Replace mapcar called for effect with dolist.
11204         (gnus-topic-list): Replace mapcar called for effect with mapc.
11205
11206         * gnus.el: Use mapc instead of mapcar to add autoloads.
11207
11208 2007-10-23  Richard Stallman  <rms@gnu.org>
11209
11210         * gnus-group.el (gnus-group-highlight): Mark as risky.
11211
11212 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus.el (gnus-server-to-method): Return method found first in
11215         gnus-newsrc-alist.
11216
11217         * gnus-art.el (gnus-article-highlight-signature)
11218         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11219         button overlay without the front stickiness.
11220
11221 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11222
11223         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11224         overview buffer needed a catch to receive its throw.
11225         (gnus-agent-flush-cache): Declare as interactive to make this function
11226         easier to use.
11227
11228 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11231         `next-line'.
11232
11233 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11236         exclude address matching message-dont-reply-to-names.
11237
11238 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-util.el (gnus-string<): New function.
11241
11242         * gnus-sum.el (gnus-article-sort-by-author)
11243         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11244
11245 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11248         the frame-focus tag is set in gnus-buffer-configuration.
11249
11250 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11253         the front stickiness.
11254
11255 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11258         url pattern; remove duplicate one.
11259         (gnus-article-extend-url-button): New function.
11260         (gnus-article-add-buttons): Use it.
11261         (gnus-button-push): Use concatenated url that it makes.
11262
11263 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11264
11265         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11266
11267 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11268
11269         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11270         Don't hardcode point-min==1.
11271
11272 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11275         Fix comment about "iso8859-1".
11276
11277 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11278
11279         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11280         ones returned from the verify-function.
11281
11282         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11283         Call mml2015-extract-cleartext-signature if extraction failed.
11284
11285 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11286
11287         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11288         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11289         failed.
11290
11291 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11294
11295 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11298         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11299         recommends to use EasyPG instead of PGG.
11300
11301         * pgg.el: Revert to revision 6.23.2.16.
11302
11303         * pgg-def.el: Revert to revision 6.6.2.14.
11304
11305         * pgg-gpg.el: Revert to revision 6.23.2.34.
11306
11307 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11308
11309         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11310         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11311         thread for both the null and zero (kill/expire thread) universal prefix
11312         cases.
11313         (gnus-summary-expire-thread): Add new function to expire a thread,
11314         using gnus-summary-kill-thread.
11315         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11316         shortcuts for gnus-summary-expire-thread.
11317         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11318         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11319
11320 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11321
11322         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11323         extras value, so an extras entry can be deleted.
11324         (gnus-registry-delete-extra-entry): Use it.
11325         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11326         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11327         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11328         storage through the gnus-registry, and provide an appropriate API for
11329         it.
11330
11331 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11334         Suggested by Leo <sdl.web@gmail.com>.
11335
11336         * gnus.el: Do.
11337
11338 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11341         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11342
11343         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11344
11345         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11346         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11347
11348 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11351         newline.
11352         (nnmbox-request-accept-article): Don't change article in source buffer;
11353         narrow to header to use message-fetch-field rather than
11354         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11355         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11356         as delimiters; make sure article ends with newline.
11357         (nnmbox-delete-mail): Correct last position of article to be deleted;
11358         ignore X-Gnus-Newsgroup header in article body.
11359         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11360         positions; make sure article ends with newline.
11361
11362         * message.el (message-display-abbrev): Don't infloop when a user
11363         inserts SPC in the beginning of header.
11364
11365         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11366         coding-system-for-read and coding-system-for-write for XEmacs having no
11367         file-coding feature.
11368
11369         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11370
11371 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11372
11373         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11374         list of groups not followed by default.  Fix type to be regexp.
11375         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11376
11377 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11378
11379         * hmac-def.el (define-hmac-function): Switch from old-style to
11380         new-style backquotes.
11381
11382         * md4.el (md4-make-step): Likewise.
11383
11384 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11387         raw-text coding system when saving .newsrc file, which may contain
11388         non-ASCII group names.
11389
11390 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-cus.el (gnus-score-extra): New widget.
11393         (gnus-score-extra-convert): New function.
11394         (gnus-score-customize): Use it for Extra.
11395
11396 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11397
11398         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11399         (mml2015-mailcrypt-clear-verify): Use it.
11400         (mml2015-gpg-clear-verify): Use it.
11401         (mml2015-pgg-clear-verify): Use it.
11402         (mml2015-epg-clear-verify): Replace the current part with the output
11403         from GnuPG; don't extract the plaintext by itself.
11404
11405         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11406         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11407         mml2015-clear-verify-function; don't touch the armor headers or
11408         dash-escaped text here.
11409
11410 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11413         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11414         parts, or application/octet-stream as a last resort.
11415         (gnus-mime-view-part-as-type): Don't toggle display.
11416         (gnus-mime-view-part-as-charset): Don't turn off display before
11417         querying charset.
11418
11419         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11420         stuff to undisplayer function in Emacs.
11421         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11422
11423         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11424         text/calendar parts.
11425
11426 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11429         decoding text/calendar parts.
11430
11431         * message.el (message-forward-make-body-mime): Always mark body as
11432         having no illegible text; remove signed-or-encrypted argument.
11433         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11434
11435         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11436         (mml-generate-mime-1): Don't encode body if it is specified to be in
11437         raw form; don't make buffer be unibyte when inserting multibyte string.
11438
11439 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11440
11441         * sha1.el: Fix up comment style.
11442         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11443         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11444
11445         * hex-util.el: Fix up comment style.
11446         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11447
11448         * gnus-salt.el: Use with-current-buffer.
11449         (gnus-pick-setup-message): Fix long-standing typo.
11450
11451 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * imap.el (imap-logout-timeout): New variable.
11454         (imap-logout, imap-logout-wait): New functions.
11455         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11456
11457         * nnimap.el (nnimap-logout-timeout): New server variable.
11458         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11459         nnimap-logout-timeout.
11460
11461         * gnus-art.el (gnus-article-summary-command-nosave)
11462         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11463
11464 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus.el (gnus-maximum-newsgroup): New variable.
11467
11468         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11469         according to gnus-maximum-newsgroup.
11470
11471         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11472         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11473         Limit the range of articles according to gnus-maximum-newsgroup.
11474
11475 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11476
11477         * gnus-art.el (gnus-sticky-article): Fix problems described in
11478         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11479         Don't perform gnus-configure-windows here; reuse existing sticky
11480         article buffer.
11481
11482         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11483         it doesn't exist in gnus-article-mode.
11484
11485 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11488         (gnus-agent-decoded-group-name): New function.
11489         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11490         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11491
11492 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11493
11494         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11495         Add binding for gnus-sticky-article.
11496         (gnus-summary-exit): Don't kill sticky article buffers.
11497
11498         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11499         article buffer.
11500         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11501         (gnus-kill-sticky-article-buffers): New commands.
11502
11503 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * nntp.el (nntp-xref-number-is-evil): New server variable.
11506         (nntp-find-group-and-number): If it is non-nil, don't trust article
11507         numbers in the Xref header.
11508
11509 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus-agent.el (gnus-agent-read-group): New function.
11512         (gnus-agent-flush-group, gnus-agent-expire-group)
11513         (gnus-agent-regenerate-group): Use it.
11514         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11515         nnmail-pathname-coding-system.
11516
11517 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11520
11521         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11522         that are unread as unread, and also as selected so that information of
11523         marks having been changed by a user may be updated when exiting group.
11524
11525 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11528
11529 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11532         calculated ignoring signature parts to gnus-treat-article.
11533
11534 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11537         a point here in order to keep the window start.
11538         (gnus-insert-mime-security-button): Make a button overlay without the
11539         front stickiness.
11540         (gnus-mime-display-security): Goto the end of a button.
11541
11542         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11543
11544 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11547         group-name-at-point.
11548         (gnus-group-completing-read): New function that offers decoded
11549         non-ASCII group names for completion.
11550         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11551         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11552         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11553         (gnus-group-fetch-control): Use it.
11554         (gnus-fetch-group): Use group-name-at-point for the initial value
11555         rather than the default value; use gnus-alive-p.
11556
11557         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11558         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11559         (gnus-summary-post-news): Use gnus-group-completing-read.
11560
11561         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11562         (gnus-read-move-group-name): Decode group name for completion.
11563
11564 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11565
11566         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11567         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11568         Yamaoka slightly modified the code).
11569
11570 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11573         (nnmail-split-incoming): Bind it.
11574
11575         * nnml.el (nnml-group-name-charset): New function.
11576         (nnml-decoded-group-name): Use it; don't decode group name if
11577         nnmail-group-names-not-encoded-p is non-nil.
11578         (nnml-encoded-group-name): New function.
11579         (nnml-group-pathname): Inline nnml-decoded-group-name.
11580         (nnml-request-expire-articles): Decode group name in message.
11581         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11582         nnmail-pathname-coding-system.
11583         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11584         not decoded ones according to nnmail-group-names-not-encoded-p.
11585         (nnml-generate-active-info): Use nnml-encoded-group-name.
11586
11587 2007-08-08  Glenn Morris  <rgm@gnu.org>
11588
11589         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11590         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11591         doc-strings and comments.
11592
11593 2007-07-25  Glenn Morris  <rgm@gnu.org>
11594
11595         * Relicense all FSF files to GPLv3 or later.
11596
11597 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gnus-sum.el (gnus-summary-move-article):
11600         Make gnus-summary-respool-article work.
11601
11602 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11603
11604         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11605         string.
11606
11607 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11608
11609         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11610         that should be ignored when comparing distant RSS articles with local
11611         ones.
11612         (nnrss-make-hash-index): New function.  Create a hash index according
11613         to the ignored fields.
11614         (nnrss-check-group): Use it.
11615
11616 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11619
11620         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11621
11622         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11623         the new optional argument ENCODED is non-nil.
11624         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11625         coding system for encoding group name.
11626         (gnus-group-make-rss-group): Pass un-encoded group name to
11627         gnus-group-make-group.
11628         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11629         encoded.
11630
11631         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11632         Encode group name to which articles are moved or copied.
11633         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11634         coding system for encoding Newsgroup, Followup-To and Xref headers.
11635
11636         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11637         marks; use nnheader-file-coding-system to write a file.
11638         (nnagent-retrieve-headers): Bind file-name-coding-system to
11639         nnmail-pathname-coding-system.
11640
11641         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11642
11643         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11644         (nnml-request-article, nnml-request-create-group)
11645         (nnml-request-rename-group, nnml-find-id)
11646         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11647         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11648         (nnml-save-marks): Use nnml-group-pathname instead of
11649         nnmail-group-pathname.
11650
11651         (nnml-request-create-group, nnml-request-expire-articles)
11652         (nnml-request-move-article, nnml-request-delete-group)
11653         (nnml-deletable-article-p, nnml-possibly-create-directory)
11654         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11655         (nnml-open-marks): Bind file-name-coding-system to
11656         nnmail-pathname-coding-system.
11657
11658         (nnml-request-article): Pass server argument to nnml-find-group-number.
11659         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11660         Pass server argument to nnml-possibly-create-directory.
11661         (nnml-request-accept-article): Pass server argument to
11662         nnml-active-number and nnml-save-mail.
11663         (nnml-find-group-number): Pass server argument to nnml-find-id.
11664         (nnml-request-update-info): Pass server argument to
11665         nnml-marks-changed-p.
11666
11667         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11668         (nnml-save-mail, nnml-active-number): Add server argument.
11669
11670         (nnml-request-delete-group): Warn if group is missing.
11671         (nnml-get-nov-buffer): Decode group name.
11672         (nnml-generate-active-info): Encode group name.
11673         (nnml-open-marks): Decode group name in messages.
11674
11675 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11678         if it is not specified.
11679         (gnus-article-pipe-part, gnus-article-save-part)
11680         (gnus-article-interactively-view-part, gnus-article-copy-part)
11681         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11682         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11683         (gnus-article-replace-part, gnus-article-delete-part)
11684         (gnus-article-view-part-as-type): Pass raw prefix argument to
11685         gnus-article-part-wrapper.
11686
11687 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-agent.el (gnus-agent-save-active):
11690         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11691
11692         * gnus-cache.el (gnus-cache-save-buffers)
11693         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11694         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11695         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11696         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11697         (gnus-cache-generate-active, gnus-cache-rename-group)
11698         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11699         (gnus-cache-update-overview-total-fetched-for):
11700         Bind file-name-coding-system to nnmail-pathname-coding-system.
11701         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11702         New variables.
11703         (gnus-cache-decoded-group-name): New function.
11704         (gnus-cache-file-name): Use it.
11705         (gnus-cache-generate-active): Use non-decoded group name for active.
11706
11707         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11708         right place.
11709         (gnus-write-active-file): Don't break non-ASCII group names.
11710
11711         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11712         nnmail-pathname-coding-system.
11713
11714         * lpath.el: Bind default-file-name-coding-system,
11715         file-name-coding-system and language-info-alist for XEmacs.
11716
11717         * gnus-uu.el (gnus-uu-decode-save): Typo.
11718
11719 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11722
11723 2007-07-14  David Kastrup  <dak@gnu.org>
11724
11725         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11726         finishing actions if we did not edit the article.
11727
11728 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11731         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11732         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11733         (gnus-agent-flush-group, gnus-agent-flush-cache)
11734         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11735         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11736         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11737         (gnus-agent-regenerate-group)
11738         (gnus-agent-update-files-total-fetched-for)
11739         (gnus-agent-update-view-total-fetched-for):
11740         Bind file-name-coding-system to nnmail-pathname-coding-system.
11741         (gnus-agent-group-pathname): Don't encode file names by
11742         nnmail-pathname-coding-system.
11743         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11744         coding-system-for-write instead of buffer-file-coding-system to
11745         gnus-agent-file-coding-system.
11746
11747         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11748         Decode group name.
11749
11750         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11751
11752         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11753         (gnus-read-newsrc-el-file): Make group names unibyte.
11754
11755         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11756         nnmail-pathname-coding-system.
11757
11758         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11759         (nnrss-request-delete-group): Bind file-name-coding-system to
11760         nnmail-pathname-coding-system.
11761         (nnrss-read-server-data, nnrss-read-group-data):
11762         Bind file-name-coding-system correctly.
11763         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11764
11765         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11766         (nntp-server-to-method-cache): New variable.
11767         (nntp-group-pathname): New function that decodes non-ASCII group names.
11768         (nntp-possibly-create-directory, nntp-marks-changed-p)
11769         (nntp-save-marks, nntp-open-marks): Use it.
11770         (nntp-possibly-create-directory, nntp-open-marks):
11771         Bind file-name-coding-system to nnmail-pathname-coding-system.
11772         (nntp-open-marks): Decode group names when bootstrapping marks.
11773
11774         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11775         Newsgroups and Folowup-To headers.
11776
11777 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11780         (gnus-server-closed-face, gnus-server-denied-face)
11781         (gnus-server-offline-face): Remove variable.
11782         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11783
11784         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11785         of modifying message-stack directly for XEmacs.
11786
11787         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11788         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11789         if the coding-system argument is nil for XEmacs.
11790
11791         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11792         mm-charset-override-alist.
11793
11794         * rfc2047.el: Don't require base64; require rfc2045 for the function
11795         rfc2045-encode-string.
11796         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11797         to quote the parameter value.
11798
11799 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11802         form in gnus-group-name-charset-method-alist.
11803
11804         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11805         overrides the default layout edit-form.
11806
11807         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11808
11809         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11810
11811 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11814         as unfetched articles.
11815
11816 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11817
11818         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11819
11820 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11823         original back end that keeps marks in the local system.
11824
11825 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11828         arg of pop-to-buffer for XEmacs.
11829         (gnus-article-read-summary-keys): Ditto; don't restore window
11830         configuration if summary command ends up with neither article buffer
11831         nor summary buffer; describe bindings if summary keys end with C-h.
11832
11833 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * message.el (message-fix-before-sending): Skip raw message part to be
11836         forwarded while checking illegible text.
11837         (message-forward-make-body-mime, message-forward-make-body):
11838         Mark signed or encrypted raw message as having no illegible text.
11839
11840 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11843         (gnus-message-with-timestamp-1): New macro.
11844         (gnus-message-with-timestamp): New function.
11845         (gnus-message): Use them.
11846
11847         * nnheader.el (nnheader-message): Use them.
11848
11849 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11852         .newsrc.eld file.
11853
11854 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-agent.el (gnus-agent-fetch-headers)
11857         (gnus-agent-retrieve-headers):
11858         Bind gnus-decode-encoded-address-function to identity.
11859
11860         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11861         available also when the server returns simply a dot.
11862
11863         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11864
11865 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11868
11869 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-ems.el (gnus-x-splash): Make it work.
11872
11873         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11874         from being used.
11875
11876         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11877
11878 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11881         4th and the 5th arguments.
11882
11883         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11884         the front stickiness.
11885         (gnus-article-summary-command-nosave): Correct the order of the
11886         arguments passed to pop-to-buffer.
11887         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11888         summary command ends up with the article buffer.
11889
11890         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11891         the same faces.
11892
11893 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11894
11895         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11896
11897 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11898
11899         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11900         * gnus-sum.el (gnus-summary-highlight):
11901         * pgg.el (pgg-sign-region, pgg-sign):
11902         * mail-source.el (mail-source-delete-old-incoming-confirm):
11903         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11904
11905 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-art.el (gnus-mime-view-part-externally)
11908         (gnus-mime-view-part-internally): Fix predicate function passed to
11909         completing-read.
11910
11911         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11912
11913         * gnus.el (gnus-update-message-archive-method): Add :version.
11914
11915 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus.el (gnus-update-message-archive-method): New variable.
11918
11919         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11920         according to gnus-message-archive-method if
11921         gnus-update-message-archive-method is non-nil.
11922
11923 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11926         Suggested by Loic Dachary <loic@dachary.org>.
11927         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11928
11929 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * message.el (message-pop-to-buffer): Add switch-function argument.
11932         (message-mail): Pass switch-function argument to it.
11933
11934 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11937         Improve doc string.
11938
11939 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11942         (gnus-header-content)
11943         * gnus-cite.el (gnus-cite-10)
11944         * gnus-srvr.el (gnus-server-closed)
11945         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11946         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11947         (gnus-group-mail-3-empty, gnus-group-mail-low)
11948         (gnus-group-mail-low-empty, gnus-splash)
11949         * message.el (message-header-to, message-header-cc)
11950         (message-header-subject, message-header-other, message-header-name)
11951         (message-header-xheader, message-separator, message-cited-text)
11952         (message-mml): Lighten colors of faces used for dark background.
11953
11954 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11955
11956         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11957         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11958
11959 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * message.el (message-narrow-to-headers-or-head):
11962         Ignore mail-header-separator in the body.
11963
11964 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11967         same as window size.
11968
11969 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11970
11971         * message.el (message-font-lock-keywords): Use message-header-xheader
11972         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11973         ahead of the anything pattern, to get it recognised.
11974
11975 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11978         spam.el loads uses it in the compiled defadvice form.
11979
11980 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11981
11982         * gnus-sum.el (gnus-articles-to-read)
11983         (gnus-summary-insert-old-articles): Don't truncate group name for
11984         `read-string'.
11985
11986         * gnus-util.el (gnus-limit-string): Delete this function.
11987
11988         * gnus-sum.el (gnus-simplify-subject-fully):
11989         Use `truncate-string-to-width' instead.
11990
11991 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11992
11993         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11994         Tell if, on summary exit, the next group has to be selected.
11995         (gnus-summary-exit): Use it.
11996
11997 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12000         non-break space.
12001
12002 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12005         Check if group is not a directory.
12006         (nnfolder-request-expire-articles): Don't delete articles if the target
12007         group is not available.
12008
12009         * nnml.el (nnml-request-create-group): Properly check if group is not a
12010         file.
12011         (nnml-request-expire-articles): Don't delete articles if the target
12012         group is not available.
12013
12014         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12015         Don't quote characters that are within parentheses.
12016
12017 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12020         (gnus-handle-ephemeral-exit): Select article according to it.
12021
12022 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * message.el (message-insert-formated-citation-line): Remove newline.
12025         (message-citation-line-format): Add final \n here so that the user can
12026         avoid a blank line.
12027
12028 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12029
12030         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12031         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12032         Update lanl/arXiv support.
12033
12034 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * gnus.el: Bump version number.
12037
12038 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12039
12040         * gnus.el (gnus-version-number): Bump version.
12041
12042 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12043
12044         * gnus.el: No Gnus v0.6 is released.
12045
12046 2007-04-27  Didier Verna  <didier@xemacs.org>
12047
12048         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12049         * gmm-utils.el (gmm-regexp-concat): ... here.
12050         * message.el: Don't require 'gnus-util.
12051         (message-dont-reply-to-names): Handle name change above.
12052         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12053
12054 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12057         since the initial value varies according to the system.
12058
12059 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12062
12063 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12064
12065         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12066
12067 2007-04-24  Didier Verna  <didier@xemacs.org>
12068
12069         Improve the type of gnus-ignored-from-addresses.
12070         * gnus-util.el (gnus-orify-regexp): New function.
12071         * message.el (gnus-util): Require it.
12072         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12073         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12074         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12075
12076 2007-04-24  Didier Verna  <didier@xemacs.org>
12077
12078         * gnus-sum.el:
12079         * gnus-utils.el: Fix some trailing whitespaces.
12080
12081 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12084         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12085         article's Message-ID; refer parent article in summary buffer.
12086
12087         * message.el (message-bounce): Call mime-to-mml.
12088
12089         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12090         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12091         optimize and/or forms properly.
12092
12093 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12096         URL.
12097
12098 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12101
12102 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12105         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12106         displayed of multipart/alternative part if it is invoked from summary
12107         buffer.
12108
12109         * mm-view.el (mm-inline-text-html-render-with-w3m)
12110         (mm-inline-text-html-render-with-w3m-standalone)
12111         (mm-inline-render-with-function): Use mail-parse-charset by default.
12112
12113 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12114
12115         * parse-time.el (parse-time-string-chars): Check if CHAR
12116         is less than the length of parse-time-syntax.
12117
12118 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12121         from gnus-newsgroup-processable.
12122
12123 2007-04-16  Didier Verna  <didier@xemacs.org>
12124
12125         * gnus-msg.el (gnus-configure-posting-styles):
12126         Handle message-signature-directory properly with :file syntax.
12127         Reported by "Leo".
12128
12129 2007-04-11  Didier Verna  <didier@xemacs.org>
12130
12131         New user option: message-signature-directory.
12132         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12133         * message.el (message-insert-signature): Ditto.
12134         * message.el (message-signature-file): Doc update.
12135         * message.el (message-signature-directory): New.
12136
12137 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-msg.el (gnus-inews-yank-articles):
12140         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12141
12142 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * message.el (message-yank-original): Make sure cited text ends with
12145         newline; don't exchange point and mark.
12146
12147 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12148
12149         * tls.el (open-tls-stream): Properly handle case where there
12150         is no associated buffer.
12151
12152 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12153
12154         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12155         message-yank-original, make sure (< mark TEXT point).
12156
12157 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * message.el (message-fill-column): New variable.
12160         (message-mode): Use it.  Add comment on a possible new hook.
12161
12162         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12163         (nnmail-get-new-mail): Reformat.
12164
12165         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12166
12167         * gmm-utils.el: Fix Commentary.
12168         (gmm-tool-bar-from-list): Fix typo in doc string.
12169
12170 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12171
12172         * message.el (message-yank-original): Don't switch point and mark
12173         unnecessarily to put point and mark as documented.
12174
12175 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12176
12177         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12178         from the message heads.
12179
12180 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12181
12182         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12183         article buffer does not have a window.  This may not be the best
12184         solution but is certainly better than setting the start of the null,
12185         that is the current, window.
12186
12187 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12190         (gnus-draft-setup): Run it.
12191
12192         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12193         gnus-score-fast-scoring.  Allow regexp.
12194         (gnus-score-headers): Use it.
12195
12196         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12197         XEmacs.
12198
12199         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12200         string.
12201         (gnus-button-alist): Also catch `<f1> k ...'.
12202         (gnus-treat-display-x-face): Fix doc string.
12203
12204 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12205
12206         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12207         evaluation of gnus-extended-version to ensure correct generation of the
12208         User-Agent header when message-generate-headers-first is used.
12209
12210 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12211
12212         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12213         hashcash-path is nil.  Don't call callback with incorrect number of
12214         parameters if val is 0.
12215
12216 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12217
12218         * message.el (message-required-news-headers):
12219         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12220
12221 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12222
12223         * tls.el (open-tls-stream): In handshake-waiting loop,
12224         don't wait more if there is output available to process.
12225
12226 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12227
12228         * tls.el (tls-program): Doc fix.
12229
12230 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * message.el (message-generate-new-buffers): Change the meaning of the
12233         nil value; add `standard' to the choices; treat t as `unique'; improve
12234         doc string.
12235         (gnus-select-frame-set-input-focus): Autoload.
12236         (message-buffer-name): Search for the existing message buffer if
12237         message-generate-new-buffers is nil or `standard'; treat the value t of
12238         message-generate-new-buffers as `unique'.
12239         (message-pop-to-buffer): Raise the frame already displaying the message
12240         buffer; clear the echo area after querying.
12241         (message-setup): Pass the `continue' argument to compose-mail.
12242         (message-mail): Prefer `switch-function' if it is given; search for the
12243         existing message buffer if the `continue' argument is non-nil; pass
12244         continue and switch-function arguments to compose-mail by way of
12245         message-setup.
12246         (message-mail-other-window): Adjust argument of message-setup.
12247         (message-mail-other-frame): Ditto.
12248
12249 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12252         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12253         to turn font-lock on when turning gnus-message-citation-mode on.
12254
12255 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12256
12257         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12258         (mml-smime-function-alist): New variable; add epg as the backend.
12259         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12260         mml-smime- functions instead.
12261         * mm-view.el: Require smime.
12262
12263 2007-03-05  Didier Verna  <didier@xemacs.org>
12264
12265         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12266         instead of just inheritance for posting styles.
12267         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12268
12269 2007-02-24  Chris Moore  <dooglus@gmail.com>
12270
12271         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12272         * pgg-pgp.el (pgg-pgp-encrypt-region):
12273         * pgg-gpg.el (pgg-gpg-encrypt-region):
12274         Check pgg-encrypt-for-me if no other recipients.
12275
12276 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12277
12278         * tls.el (tls-certtool-program): Fix custom type.
12279
12280 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12283         and point-at-eol instead of line-(beginning|end)-position.
12284
12285         * assistant.el (assistant-parse-buffer): Ditto.
12286
12287         * netrc.el (netrc-parse-services): Ditto.
12288
12289 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12290
12291         * mml2015.el (mml2015-epg-find-usable-key): New function.
12292         (mml2015-epg-sign): Use it.
12293         (mml2015-epg-encrypt): Use it.
12294
12295 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * message.el (message-make-in-reply-to): Quote name containing
12298         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12299         if there are special characters.  Reported by NAKAJI Hiroyuki
12300         <nakaji@jp.freebsd.org>.
12301
12302 2007-02-27  Didier Verna  <didier@xemacs.org>
12303
12304         Include the group parameters as well as the topic ones in the
12305         inheritance filter process.
12306         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12307         argument GROUP-PARAMS-LIST.
12308         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12309
12310 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * nntp.el (nntp-never-echoes-commands)
12313         (nntp-open-connection-functions-never-echo-commands): New variables.
12314         (nntp-send-command): Use them.
12315
12316 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12317
12318         * mml2015.el (mml2015-epg-verify): Simplify.
12319
12320 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * mml.el (mml-content-disposition-alist): New user option.
12323         (mml-content-disposition): New function.
12324         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12325         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12326
12327 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12328
12329         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12330         verification.
12331
12332 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12333
12334         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12335         articles posted in the last 24 hours.
12336
12337 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12338
12339         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12340
12341 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12342
12343         * nntp.el (nntp-send-command): Don't wait for echoes when
12344         nntp-open-ssl-stream is used.
12345
12346 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12349         (gnus-message-add-citation-keywords)
12350         (gnus-message-remove-citation-keywords): Remove.
12351         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12352         directly, make the variables in font-lock-defaults buffer-local, add
12353         gnus-message-citation-keywords to them and then update the value of
12354         font-lock-keywords.
12355
12356 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * message.el (message-cite-original-1): Don't call
12359         gnus-article-highlight-citation.
12360
12361         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12362         citations; fix line count.
12363
12364 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12367         (gnus-message-add-citation-keywords)
12368         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12369         versions of font-lock-add-keywords and font-lock-remove-keywords to
12370         work with XEmacs correctly.
12371
12372 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * gnus-cite.el (gnus-cite-face-list): Set the values of
12375         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12376         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12377         (gnus-message-cite-prefix-regexp): New variable.
12378         (gnus-message-search-citation-line): Use it; protect against long
12379         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12380         the 0th match data for Emacs.
12381         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12382         (gnus-message-add-citation-keywords): Append keywords rather than
12383         prepending; emulate font-lock-add-keywords if it is not available.
12384         (gnus-message-remove-citation-keywords):
12385         Emulate font-lock-remove-keywords if it is not available.
12386
12387         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12388
12389         * message.el (message-cite-prefix-regexp): Set the value of
12390         gnus-message-cite-prefix-regexp.
12391
12392 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12393
12394         * nnweb.el (nnweb-google-parse-1): Update parser.
12395
12396 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12397
12398         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12399
12400 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12401
12402         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12403         regexp.
12404
12405 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12408         string-to-multibyte.
12409         (uudecode-decode-region-internal): Use it.
12410
12411         * lpath.el: Fbind string-as-multibyte for XEmacs.
12412
12413 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12416         Fix custom choice.
12417
12418         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12419
12420 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12421
12422         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12423
12424         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12425         `write-region' to respect `mm-inhibit-file-name-handlers'.
12426
12427 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12428
12429         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12430         Use gnus-home-directory instead of "~/" or "$HOME".
12431
12432 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12433
12434         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12435         to mention filename.
12436         Add comments at beginning regarding usage.
12437         (encrypt-write-file-contents): Change interactive so a string is
12438         acceptable.  If the file has no associated model, show an error instead
12439         of a nonsense prompt.
12440
12441 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12442
12443         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12444         Thanks to Yoshihiko Yamada for kind notification of this typo.
12445
12446 2007-01-12  Kenichi Handa  <handa@m17n.org>
12447
12448         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12449         multibyte buffer.
12450
12451 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * gnus-score.el (gnus-score-fast-scoring): New variable.
12454         (gnus-score-headers): Use it.
12455
12456         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12457
12458         * message.el (message-cite-original-1):
12459         Call gnus-article-highlight-citation if requested.
12460         (message-make-from): Allow name and address as optional arguments.
12461
12462         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12463
12464         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12465         bugs to doc string.
12466         (gnus-button-alist): Add mid\\|message-id.
12467         (gnus-button-fetch-group): Extend for use in
12468         `browse-url-browser-function'.
12469         (gnus-button-url-regexp): Try to catch paired parentheses like in
12470         Wikipedia URLs.
12471
12472         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12473         Suggested by Simon Krahnke <overlord@gmx.li>.
12474
12475 2007-01-13  Romain Francoise  <romain@orebokech.com>
12476
12477         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12478         Update copyright.
12479
12480 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12481
12482         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12483
12484 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12485
12486         * gnus-registry.el (gnus-registry-unfollowed-groups)
12487         (gnus-registry-split-fancy-with-parent): Fix documentation.
12488
12489 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12490
12491         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12492         from nnweb groups.
12493
12494 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12495
12496         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12497         Xref urls.  Erase buffer before requesting head.
12498
12499         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12500
12501 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12504         customizable.
12505
12506 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12507
12508         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12509         no signing key is found.
12510         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12511         no encrypting and/or signing key is found.
12512
12513 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12516
12517 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12518
12519         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12520         headers read from disk with the ones newly found in the current search.
12521         This should no longer cause problems, because the article numbers in
12522         Gmane's `nov.php' output are ignored since the previous change.
12523
12524 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12525
12526         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12527
12528 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12531         replace-regexp-in-string; bind url-version; fbind display-images-p and
12532         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12533         find-face and set-itimer-function for Emacs; bind itimer-list for
12534         Emacs.
12535
12536         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12537
12538 2007-01-01  Romain Francoise  <romain@orebokech.com>
12539
12540         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12541
12542 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12543
12544         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12545         `define-minor-mode' macro definition expanded properly.
12546         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12547         exclude it there.
12548
12549         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12550         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12551         `fboundp' test.
12552         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12553         This is OK to autoload in (S)XEmacs now.
12554
12555 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12556
12557         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12558         keystroke.
12559         (gnus-summary-limit-to-singletons): Fix typo.
12560
12561         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12562         else fails.
12563
12564 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12565
12566         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12567         docstring.
12568
12569         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12570         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12571         (gnus-summary-insert-dormant-articles): Fix typo in message.
12572
12573 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12576         nil for XEmacs.
12577         (gnus-message-citation-mode): Don't autoload in XEmacs.
12578
12579         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12580
12581 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12582
12583         * nnimap.el (nnimap-expunge-search-string):
12584         Mention nnimap-search-uids-not-since-is-evil in docstring.
12585
12586 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * spam.el: Revert to make-obsolete-variable because
12589         define-obsolete-variable-alias is not supported in Emacs 21.
12590
12591         * spam.el (spam-ifile-path, spam-ifile-database-path)
12592         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12593         make-obsolete-variable.
12594         (spam-bsfilter-path, spam-bsfilter-program)
12595         (spam-spamassassin-path, spam-spamassassin-program)
12596         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12597         Don't use "path" inappropriately.
12598         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12599         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12600         variable names.
12601
12602 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12603
12604         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12605         summary buffer.
12606
12607         * password.el (password-cache-remove): Use clear-string to burn
12608         password, if available.
12609
12610 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12613
12614         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12615
12616         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12617         (gnus-message-highlight-citation): Move defcustom here from
12618         gnus-cite.el.
12619         (gnus-message-citation-mode): Autoload.
12620
12621         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12622         checks to make it compile with XEmacs.
12623         (gnus-message-citation-mode): New minor mode.
12624         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12625         (gnus-message-highlight-citation): New variables.
12626         (gnus-message-search-citation-line)
12627         (gnus-message-add-citation-keywords)
12628         (gnus-message-remove-citation-keywords)
12629         (turn-on-gnus-message-citation-mode)
12630         (turn-off-gnus-message-citation-mode): New functions.
12631
12632 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12633
12634         * gnus-cite.el: Enable highlighting of different citation levels in
12635         message-mode.
12636
12637 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * message.el (message-make-fqdn): Fix comment.
12640         (message-bogus-system-names): Add ".local".
12641
12642         * spam.el (spam-ifile-path, spam-ifile-program)
12643         (spam-ifile-database-path, spam-ifile-database)
12644         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12645         Don't use "path" inappropriately.
12646         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12647         strings.
12648         (spam-check-ifile, spam-ifile-register-with-ifile)
12649         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12650         Use new variable names.
12651
12652         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12653         (gnus-treat-display-smileys): Simplify using
12654         gnus-image-type-available-p.
12655
12656         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12657         available.
12658
12659         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12660         Use `display-images-p' if available.
12661
12662 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12665         one after turning on the buffer's multibyteness instead of decoding
12666         them directly in the unibyte buffer that causes unexpected conversion
12667         in Emacs 23 (unicode).
12668
12669 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12670
12671         * message.el (message-generate-hashcash): Fix custom type.
12672
12673 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12676
12677 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12680         disconnect icons.  Add help text.
12681
12682 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12683
12684         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12685         negated to be consistent with the others we handle.
12686
12687 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12688
12689         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12690         version of gnus-summary-buffer to something, so that we can use two
12691         article buffers at the same time.
12692
12693 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12694
12695         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12696         trigger all the extra headers.
12697         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12698         sorting.
12699
12700 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12701
12702         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12703         solid groups.
12704
12705 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12706
12707         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12708
12709 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * legacy-gnus-agent.el: Add Copyright notice.
12712
12713 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12714
12715         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12716
12717 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12720
12721         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12722         to make it work reliably in CVS Emacs.
12723         (gnus-summary-limit-strange-charsets-predicate)
12724         (gnus-summary-limit-to-predicate): New functions.
12725
12726 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12727
12728         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12729         specifying array size.
12730         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12731         array if it is too small.
12732         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12733         (gnus-sort-threads-loop): New function.
12734
12735 2006-12-06  Chris Moore  <dooglus@gmail.com>
12736
12737         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12738         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12739
12740 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12741
12742         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12743         options.
12744
12745 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746
12747         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12748         DOS-ing the recipient.
12749
12750         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12751         the headers when creating the mapping to avoid mismappings.
12752         (nnweb-gmane-create-mapping): Always nix out old mapping.
12753
12754 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12757         and mm-verify-option to never.
12758
12759 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * message.el (message-signed-or-encrypted-p): New function.
12762         (message-forward-make-body): Use it.
12763
12764         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12765         Replace encode-coding-string with mm-encode-coding-string.
12766
12767 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * nneething.el (nneething-decode-file-name):
12770         Replace decode-coding-string with mm-decode-coding-string.
12771
12772         * gnus-int.el (gnus-open-server): Say failed server's name.
12773
12774 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12775
12776         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12777         strings to a single string.  Quote `errors-file-name'.
12778         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12779         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12780         Adjust calls.  Use `shell-quote-argument'.
12781
12782 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12783
12784         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12785         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12786
12787         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12788         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12789         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12790         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12791         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12792         (gnus-subscribe-newsgroup, gnus-1):
12793         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12794         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12795         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12796         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12797
12798 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12801         keystroke.
12802         (gnus-summary-limit-to-bodies): Implement headersp.
12803
12804 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12805
12806         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12807
12808 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12811
12812 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12813
12814         * message.el (message-generate-hashcash): Expand range of values to
12815         include `opportunistic'.
12816         (message-send-mail): Use it.
12817
12818 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12819
12820         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12821         and comment it.
12822
12823         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12824
12825 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * gnus-util.el (gnus-extract-address-components): Improve comment.
12828
12829 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-util.el (gnus-extract-address-components): Work with address in
12832         which the name portion contains @.
12833
12834         * lpath.el: Fbind custom-autoload.
12835
12836 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12837
12838         * gnus.el (gnus-start): Move custom group up.
12839         (gnus-select-method): Don't autoload, but make it available for
12840         `customize-variable'.
12841         (gnus-getenv-nntpserver): Don't autoload.
12842
12843 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12844
12845         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12846
12847 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * message.el (message-sendmail-extra-arguments): New variable.
12850         (message-send-mail-with-sendmail): Use it.
12851
12852 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12855         mm-with-unibyte-current-buffer to make string unibyte.
12856
12857         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12858         mm-string-as-multibyte.
12859
12860 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12861
12862         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12863         Reported by Werner Koch <wk@gnupg.org>.
12864
12865 2006-11-14  Daiki Ueno  <ueno@p360>
12866
12867         * mml2015.el: Autoload epa-select-keys when compiling.
12868
12869 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12870
12871         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12872         message-options.
12873         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12874
12875 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12876
12877         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12878         EasyPG (< 0.0.6).
12879         (mml2015-always-trust): New user option.
12880         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12881         prompt.
12882
12883 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * nntp.el (nntp-authinfo-force): New variable.
12886         (nntp-send-authinfo): Use it.
12887
12888 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12891         decode encoded words.  Improve prompt.  Add comment about forwarding.
12892         (message-replacement-char): Move up.
12893
12894 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12895
12896         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12897         instead of gnus-intersection because arguments of gnus-sorted-nunion
12898         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12899
12900 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12903         (message-simplify-subject-functions):
12904         Enable message-strip-subject-encoded-words by default.
12905
12906 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12907
12908         * message.el (message-strip-subject-encoded-words): New function.
12909         (message-simplify-subject-functions): New variable.
12910         (message-simplify-subject): Use it.  Fix typo in doc string.
12911         Support message-strip-subject-encoded-words.
12912
12913 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12914
12915         * gnus-diary.el (gnus-diary-delay-format-function):
12916         * nndiary.el (nndiary-reminders):
12917         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12918
12919 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * gnus-art.el (article-hide-boring-headers): Fetch date from
12922         gnus-original-article-buffer to avoid problems with localized date
12923         strings.
12924
12925 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12928
12929 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12932         New variables.
12933         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12934         (mm-charset-synonym-alist): Move some entries to
12935         mm-codepage-iso-8859-list.
12936         (mm-charset-synonym-alist, mm-charset-override-alist):
12937         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12938
12939 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12942
12943 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12944
12945         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12946         with Emacs 21 and XEmacs.
12947
12948 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12949
12950         * spam.el (spam-parse-address): New function for better parsing,
12951         catching errors, etc.
12952         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12953
12954 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12955
12956         * mm-view.el: Add interactive arg to html2text autoload.
12957
12958 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12961
12962 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12963
12964         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12965         New variables.
12966         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12967         (mm-charset-synonym-alist): Move some entries to
12968         mm-codepage-iso-8859-list.
12969
12970         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12971
12972 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * message.el (message-citation-line-format)
12975         (message-insert-formated-citation-line): Fix implementation of %E, %N
12976         and %n according to the doc string.
12977
12978 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12979
12980         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12981         Use car-safe to avoid bad parses.
12982
12983 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12986         names.
12987
12988         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12989
12990 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12993         header.
12994
12995         * message.el (message-draft-headers): Add Date.
12996         (message-headers-to-generate): Fix typo in docstring.
12997
12998         * nndraft.el (nndraft-required-headers): New variable.
12999         (nndraft-generate-headers): Use it.
13000
13001         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13002
13003 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13004
13005         * gnus-registry.el (gnus-registry-wash-for-keywords)
13006         (gnus-registry-find-keywords): New functions to allow easy searching of
13007         articles that are in the registry.
13008
13009 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13010
13011         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13012         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13013         Reported by Damien Elmes <damien@repose.cx>.
13014
13015 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * gnus.el (gnus-mime): Remove unused custom group.
13018
13019 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13020
13021         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13022         "blank line" when searching for end of armor headers.
13023
13024 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gmm-utils.el (gmm-write-region): Fix variable name.
13027
13028 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * gmm-utils.el (gmm-write-region): New function based on compatibility
13031         code from `mm-make-temp-file'.
13032
13033         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13034
13035         * nnmaildir.el (nnmaildir--update-nov)
13036         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13037         Use `gmm-write-region'.
13038
13039 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13042         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13043
13044         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13045
13046         * message.el (message-replacement-char): New variable.
13047         (message-fix-before-sending): Use it.
13048         (message-simplify-subject): New function to remove duplicate code.
13049         (message-reply, message-followup): Use it.
13050
13051         * gnus-sum.el (gnus-summary-make-menu-bar):
13052         Clarify gnus-summary-limit-to-articles.
13053
13054 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * gnus-util.el (gnus-with-local-quit): New macro.
13057
13058         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13059
13060 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13061
13062         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13063         ignore non-string data.
13064
13065 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13066
13067         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13068         non-string data (needs to be done in the registry too).
13069
13070 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13071
13072         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13073         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13074         (gnus-registry-split-fancy-with-parent)
13075         (gnus-registry-fetch-simplified-message-subject-fast)
13076         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13077         Remove text properties on ingress into the registry and when it's saved.
13078         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13079         registry from entries with no groups.
13080
13081 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13082
13083         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13084         function to remove string properties.
13085
13086 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * gmm-utils.el (gmm): Adjust custom version.
13089
13090         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13091         Adjust custom version.
13092
13093         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13094
13095 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * gnus-art.el (gnus-insert-prev-page-button)
13098         (gnus-insert-next-page-button): Simplify.  Reformat.
13099
13100 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13101
13102         * gnus-art.el (gnus-insert-prev-page-button)
13103         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13104
13105 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13106
13107         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13108
13109 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13110
13111         * gnus-art.el (gnus-insert-mime-button)
13112         (gnus-insert-mime-security-button):
13113         Apply gnus-article-button-face to MIME and security buttons.
13114
13115 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13118         readable.
13119
13120 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13123
13124 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13125
13126         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13127         `browse-url-of-file' instead of `browse-url'.
13128
13129 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13130
13131         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13132         regexp.  Articles containing quotation were cut prematurely.
13133
13134 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * message.el (message-cite-original-1): Use nobody by default for the
13137         value of From header.
13138         (message-reply): Ditto.
13139
13140 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13141
13142         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13143         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13144         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13145
13146 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13149         mails in the doc string.  Add some URLs in comment.
13150         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13151
13152 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13155         backslashes handling and the way to find boundaries of quoted strings.
13156
13157 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13158
13159         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13160         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13161         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13162         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13163
13164 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13167         doc string.
13168         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13169
13170 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * lpath.el: Fbind epg-check-configuration.
13173
13174 2006-09-06  Simon Josefsson  <jas@extundo.com>
13175
13176         * mml2015.el (mml2015-use): Doc fix, mention epg.
13177
13178 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13179
13180         * mml2015.el (mml2015-use): Default to epg, if available.
13181
13182 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13183
13184         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13185         message-sender.
13186         (mml1991-epg-encrypt): Ditto.
13187         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13188         message-sender.
13189         (mml2015-epg-encrypt): Ditto.
13190
13191 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13192
13193         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13194         several common directories.
13195
13196 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13197
13198         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13199         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13200
13201 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus-art.el (article-decode-encoded-words): Make it fast.
13204
13205 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13208
13209         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13210         in quoted string into `\'.
13211
13212 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13215         Use standard-syntax-table.
13216
13217 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * gnus-art.el (gnus-decode-address-function): New variable.
13220         (article-decode-encoded-words): Use it to decode headers which are
13221         assumed to contain addresses.
13222         (gnus-mime-delete-part): Remove useless `or'.
13223
13224         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13225         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13226         (gnus-nov-parse-line): Use it to decode From header.
13227         (gnus-get-newsgroup-headers): Ditto.
13228         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13229
13230         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13231         (mail-decode-encoded-address-string): New alias.
13232
13233         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13234         New function.
13235         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13236         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13237         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13238         (rfc2047-decode-string): Ditto.
13239         (rfc2047-decode-address-region): New function.
13240         (rfc2047-decode-address-string): New function.
13241
13242 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13243
13244         * message.el (message-caesar-buffer-body): Allow rotating headers.
13245
13246         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13247
13248         * message.el (message-insert-formated-citation-line): Fix %f.
13249         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13250
13251 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13254         (gnus-bookmark-mouse-available-p): New macro.
13255         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13256         (gnus-bookmark-bmenu-show-infos): Use it.
13257         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13258         (gnus-bookmark-bmenu-hide-infos): Ditto.
13259         (gnus-bookmark-remove-properties): New function.
13260         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13261         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13262         (gnus-bookmark-write-file): Bind coding-system-for-write.
13263         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13264         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13265         group before selecting it.
13266         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13267         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13268         quit-window if it is not available; use gnus-mouse-2 and bind it to
13269         gnus-bookmark-bmenu-select-by-mouse.
13270         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13271         (gnus-bookmark-bmenu-select-by-mouse): New function.
13272
13273 2006-08-13  Romain Francoise  <romain@orebokech.com>
13274
13275         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13276         space.
13277
13278 2006-08-10  Romain Francoise  <romain@orebokech.com>
13279
13280         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13281         (dns-mode-soa-auto-increment-serial): New user option.
13282         (dns-mode-soa-maybe-increment-serial): New function.
13283         (dns-mode): Add the latter to `write-contents-functions'.
13284
13285 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * compface.el (uncompface): Use binary rather than raw-text-unix.
13288
13289 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * compface.el (uncompface): Make sure the eol conversion doesn't take
13292         place when communicating with the external programs.
13293         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13294
13295 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13298
13299 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13300
13301         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13302         Make it more robust by parsing author and date independently.
13303
13304 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13307
13308 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13309
13310         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13311         first matching secret key.
13312         (mml2015-epg-encrypt): Ditto.
13313
13314         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13315         first matching secret key.
13316         (mml1991-epg-encrypt): Ditto.
13317
13318         * mml2015.el (mml2015-encrypt-to-self): New user option.
13319         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13320         mml2015-epg-encrypt-to-self is set.
13321
13322         * mml1991.el (mml1991-encrypt-to-self): New variable.
13323         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13324         mml1991-epg-encrypt-to-self is set.
13325
13326         * mml2015.el (mml2015-signers): New user option.
13327         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13328         (mml2015-epg-encrypt): Allow to select signing keys.
13329
13330         * mml1991.el (mml1991-signers): New variable.
13331         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13332         (mml1991-epg-encrypt): Allow to select signing keys.
13333
13334 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * nnheader.el (nnheader-insert-head): Make it work even if the file
13337         uses CRLF for the line-break code.
13338
13339 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13340
13341         * mml2015.el: Require mml-sec instead of password.
13342         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13343         (mml2015-cache-passphrase): Inherit the default value from
13344         mml-secure-cache-passphrase.
13345         (mml2015-passphrase-cache-expiry): Inherit the default value from
13346         mml-secure-passphrase-cache-expiry.
13347
13348         * mml1991.el: Require mml-sec instead of password.
13349         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13350         (mml1991-cache-passphrase): Inherit the default value from
13351         mml-secure-cache-passphrase.
13352         (mml1991-passphrase-cache-expiry): Inherit the default value from
13353         mml-secure-passphrase-cache-expiry.
13354
13355         * mml-sec.el: Require password.
13356         (mml-secure-verbose): New user option.
13357         (mml-secure-cache-passphrase): New user option.
13358         (mml-secure-passphrase-cache-expiry): New user option.
13359
13360 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13361
13362         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13363         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13364         andreas@altroot.de (Andreas Vögele).
13365
13366         FIXME: Use `tiny change'?
13367
13368 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13369
13370         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13371         workaround for the url package included with Emacs.
13372
13373         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13374
13375 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13378         correctly.  This fixes a bug caused by the 2006-05-12 change.
13379
13380 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13381
13382         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13383         some information about the error when saying that the `bogus' mail
13384         group will be used.
13385
13386 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13387
13388         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13389         string.
13390
13391 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13392
13393         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13394
13395 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13396
13397         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13398
13399 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13400
13401         * mml1991.el (mml1991-function-alist): Add epg.
13402         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13403         (mml1991-epg-encrypt): New functions.
13404
13405 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13406
13407         * mml2015.el (mml2015-verbose): New variable.
13408         (mml2015-cache-passphrase): Ditto.
13409         (mml2015-passphrase-cache-expiry): Ditto.
13410         (mml2015-function-alist): Add epg.
13411         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13412         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13413         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13414         New functions.
13415
13416 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13417
13418         * message.el (message-cite-original-1): Preserve region when removing
13419         quoted text due to X-No-Archive in order to avoid bogus attribution
13420         when citing multiple messages.
13421
13422 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13423
13424         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13425         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13426
13427 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * gnus-diary.el (gnus-user-format-function-d)
13430         (gnus-user-format-function-D): Autoload.
13431
13432         * imap.el (Commentary): Fix typo.
13433
13434         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13435         2006-04-22 contribution.
13436
13437 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13438
13439         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13440         It didn't really fix the bogosity I'm seeing with solid web groups.
13441
13442 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13443
13444         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13445         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13446         created using server names.  If we use the feature without declaring
13447         it, Gnus does not properly manage server and group state.
13448
13449         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13450         bound.
13451
13452 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13453
13454         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13455         looking up the method using GROUP's prefix before inventing a new one.
13456         It is used on killed/unknown groups in various places where returning
13457         an all-new method isn't expected by the caller.
13458
13459         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13460         and match semantics of gnus-group-real-prefix.
13461
13462 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * nnmail.el (nnmail-broken-references-mailers): New variable.
13465         (nnmail-ignore-broken-references): New function generalizing
13466         nnmail-fix-eudora-headers.
13467         (nnmail-fix-eudora-headers): Now obsolete.
13468
13469         * gnus-art.el (gnus-button-handle-custom):
13470         Support `customize-apropos*'.
13471
13472 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13475
13476         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13477         articles.
13478
13479 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * message.el (message-cite-reply-above): New variable.
13482         (message-yank-original): Use it.
13483
13484 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13487
13488 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13491         as read.
13492
13493         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13494
13495 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13498         (gnus-bookmark-default-file): Use gnus-directory.
13499         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13500         Remove "*" in doc string.
13501         (gnus-bookmark-write-file): Simplify.
13502         (gnus-bookmark-maybe-sort-alist): Use `when'.
13503         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13504         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13505         Add FIXME about Emacs 21 and XEmacs compatibility.
13506         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13507         compatibility.
13508         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13509         compatibility.
13510         (gnus-bookmark-menu-heading): Fix version.
13511
13512 2006-06-19  Bastien Guerry  <bzg@altern.org>
13513
13514         * gnus-bookmark.el: New file.
13515
13516 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * message.el (message-syntax-checks): Doc fix.
13519
13520 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13521
13522         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13523         unsubscribed groups as if they were killed ones.  It causes duplicate
13524         entries in gnus-newsrc-alist.
13525
13526 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * message.el (message-syntax-checks): Doc fix.
13529         (message-send-mail): Add check for continuation headers.
13530         (message-check-news-header-syntax): Fix regexp used to check for
13531         continuation headers.
13532
13533 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13536
13537 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13540
13541 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13544         default-truncate-lines.
13545
13546 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13549         to fill the utf-8 entry.
13550
13551         * lpath.el: Fbind unicode-precedence-list.
13552
13553 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13554
13555         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13556
13557 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13558
13559         * gnus-agent.el (directory-files-and-attributes): Move all the way
13560         forward (the third and final move).
13561         (gnus-agent-read-agentview): Trap reconstruction errors due to
13562         nonexistent directory.  Handle by returning nil.
13563
13564 2006-05-30  Didier Verna  <didier@xemacs.org>
13565
13566         * message.el (message-dont-reply-to-names): Update the custom type.
13567         * message.el (message-dont-reply-to-names): New defsubst: potentially
13568         convert a list of regexps into a single one.
13569         * message.el (message-get-reply-headers): Use it.
13570         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13571
13572 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gnus-agent.el (directory-files-and-attributes): Move forward.
13575
13576 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * gnus-ml.el (gnus-mailing-list-subscribe)
13579         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13580         (gnus-mailing-list-message): Fix doc strings.
13581
13582 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13583
13584         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13585         of doing it manually.
13586
13587 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13590         comment.
13591
13592 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13593
13594         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13595         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13596         (gnus-agent-read-local): All symbols allocated in my-obarray.
13597         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13598         (gnus-agent-regenerate-group): Check numeric names to see if they are
13599         messages or groups.
13600         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13601         better way of do this...)
13602
13603         * gnus-cache.el (gnus-agent-total-fetched-for):
13604         Ignore 'dummy.group' (there should be a better way of do this...)
13605
13606 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13609         (gnus-saved-headers): Ditto.
13610         (gnus-default-article-saver): Mention functions may have properties.
13611         (gnus-article-save): Override gnus-save-all-headers and
13612         gnus-saved-headers by :headers property which saver function may have.
13613         (gnus-summary-save-in-file): Add :headers property.
13614         (gnus-summary-write-to-file): Ditto.
13615
13616         * gnus-sum.el (gnus-summary-save-article): Bind
13617         gnus-prompt-before-saving to t when saving many articles in a file;
13618         always show all headers.
13619
13620         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13621
13622 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13625         marks.
13626
13627         * message.el (message-indent-citation): Add optional arguments to allow
13628         using it outside of message buffers.
13629
13630         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13631         (gnus-article-treat-unfold-headers): Use it.
13632         (gnus-article-truncate-lines): New variable.
13633         (gnus-article-mode): Use it.
13634         (gnus-article-toggle-truncate-lines): New function.
13635
13636         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13637         Add gnus-article-toggle-truncate-lines.
13638
13639         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13640         coding system in XEmacs, use binary.
13641
13642 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13645         after-load-alist.
13646
13647         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13648         this function should save decoded articles.
13649         (gnus-summary-write-to-file): Use property to specify this function
13650         should save decoded articles and specify gnus-summary-save-in-file
13651         should be used to save articles other than the first one when saving
13652         many articles.
13653         (gnus-summary-save-body-in-file): Use property to specify this
13654         function should save decoded articles.
13655         (gnus-summary-write-body-to-file): Use property to specify this
13656         function should save decoded articles and specify
13657         gnus-summary-save-body-in-file should be used to save articles other
13658         than the first one when saving many articles.
13659
13660         * gnus-sum.el (gnus-summary-save-article): Simplify.
13661
13662 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * gnus-art.el (gnus-default-article-saver):
13665         Add gnus-summary-write-body-to-file.
13666         (gnus-article-save-coding-system): Don't use coding system object
13667         in XEmacs.
13668         (gnus-read-save-file-name): Add optional `dir-var' argument which
13669         specifies directory in which files are saved; work even if optional
13670         `variable' argument is not specified.
13671         (gnus-summary-write-to-file): Read file name.
13672         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13673         (gnus-summary-write-body-to-file): New function.
13674
13675         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13676         (gnus-summary-local-variables): Add it.
13677         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13678         (gnus-summary-save-article): Remove optional `decode' argument;
13679         determine whether to decode articles by the value of
13680         gnus-default-article-saver; when saving many files using
13681         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13682         it first and use gnus-summary-save-in-file or
13683         gnus-summary-save-body-in-file thereafter unless
13684         gnus-prompt-before-saving is always; move point to article which
13685         will be saved.
13686         (gnus-summary-save-article-file): Revert.
13687         (gnus-summary-write-article-file): Revert.
13688         (gnus-summary-save-article-body-file): Revert.
13689         (gnus-summary-write-article-body-file): New function.
13690
13691 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-art.el (gnus-default-article-saver): Doc fix.
13694         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13695         from gnus-summary-save-article-coding-system, and default to a
13696         certain coding system.
13697         (gnus-output-to-file): Add coding cookie and encode text according
13698         to gnus-article-save-coding-system; don't use mm-append-to-file.
13699
13700         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13701         gnus-art.el and rename to gnus-article-save-coding-system.
13702         (gnus-summary-save-article): Require gnus-art; don't show all
13703         headers if it decodes articles; don't add coding cookie here;
13704         don't bind mm-text-coding-system-for-write.
13705         (gnus-summary-save-article-file): Save decoded articles.
13706         (gnus-summary-write-article-file): When saving many files, use
13707         gnus-summary-write-to-file first and gnus-summary-save-in-file
13708         thereafter unless gnus-prompt-before-saving is always.
13709         (gnus-summary-save-article-body-file): Save decoded articles.
13710
13711         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13712
13713 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * nnrss.el (nnrss-check-group): Bind hash-index.
13716
13717 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13718
13719         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13720         its hash index.  Store this hash in `nnrss-group-data'.
13721         (nnrss-read-group-data): Update accordingly.
13722
13723 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13724
13725         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13726         entry.
13727
13728         * gnus-sum.el (gnus-summary-make-menu-bar):
13729         Add gnus-article-browse-html-article.
13730
13731 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13732
13733         * gnus-sum.el (gnus-summary-mime-map):
13734         Add gnus-article-browse-html-article.
13735
13736         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13737
13738 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13739
13740         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13741         suitable coding systems in customize.
13742
13743 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * mail-source.el (mail-sources): Fix custom type.
13746
13747 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13750         (gnus-summary-expire-articles-now): Shorten prompt.
13751
13752         * gmm-utils.el (wid-edit): Require.
13753         (defun-gmm): Rename from `gmm-defun-compat'.
13754         (gmm-image-search-load-path): Use it.
13755         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13756
13757 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-sum.el (gnus-summary-save-article-coding-system):
13760         New variable.
13761         (gnus-summary-save-article): Add optional `decode' argument.
13762         If it is set and gnus-summary-save-article-coding-system is non-nil,
13763         save decoded article.
13764         (gnus-summary-write-article-file): Save decoded article if
13765         gnus-summary-save-article-coding-system is non-nil.
13766
13767         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13768         type.
13769
13770 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13773
13774 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13777         first to test gnus-single-article-buffer which may be buffer-local.
13778
13779         * gnus-sum.el (gnus-summary-setup-buffer):
13780         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13781         group; make gnus-article-buffer, gnus-article-current, and
13782         gnus-original-article-buffer always buffer-local.
13783         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13784         group.
13785         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13786
13787 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * nnml.el (nnml-request-compact-group): Compressed files might not
13790         have .gz extension.
13791
13792 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13793
13794         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13795         (mm-copy-to-buffer): Use with-current-buffer.
13796         (mm-display-part): Simplify.
13797         (mm-inlinable-p): Add optional arg `type'.
13798
13799 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13800
13801         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13802         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13803         Try harder to show the attachment internally or externally using
13804         gnus-mime-view-part-as-type.
13805
13806 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * message.el (message-from-style, message-signature-separator)
13809         (message-user-organization-file, message-send-mail-function)
13810         (message-citation-line-function, message-yank-prefix)
13811         (message-indent-citation-function, message-signature)
13812         (message-signature-file, message-signature-insert-empty-line):
13813         Remove autoloads.
13814
13815         * gnus-art.el (gnus-buttonized-mime-types):
13816         Remove "multipart/signed".  Revert 2006-04-26 change.
13817
13818 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13819
13820         * gnus.el (gnus-version-number): Bump version.
13821
13822 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13823
13824         * gnus.el: No Gnus v0.5 is released.
13825
13826 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13827
13828         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13829         fetching articles by message-id.
13830
13831 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13832
13833         * message.el (hashcash): Require hashcash as normal.
13834
13835         * ecomplete.el (ecomplete-highlight-match-line):
13836         Use point-at-eol.
13837         (ecomplete-highlight-match-line): Use `highlight', because that
13838         face exists in both Emacs and XEmacs.
13839
13840         * message.el (message-display-abbrev): Use point-at-bol.
13841
13842         * mail-source.el: Don't require timer/timer-funcs.
13843
13844         * gnus-async.el: Ditto.
13845
13846         * password.el: Ditto.
13847
13848         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13849
13850         * mm-url.el: Ditto.
13851
13852         * gnus-xmas.el: Don't require timer-funcs.
13853
13854         * mm-util.el: Require timer/timer-funcs.
13855
13856 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13857
13858         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13859         Close.
13860
13861 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13864         unibyte after clear-decrypt function runs.
13865
13866         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13867         returns as a unibyte string.
13868
13869 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * lpath.el: Revert.
13872
13873         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13874         (pgg-gpg-process-sentinel): Revert.
13875
13876         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13877         (pgg-pgp-lookup-key): Revert.
13878
13879         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13880         (pgg-pgp5-lookup-key): Revert.
13881
13882         * pgg.el (pgg-fetch-key): Revert.
13883
13884 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * lpath.el: Fbind string-as-multibyte for XEmacs.
13887
13888         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13889         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13890         (mml1991-pgg-encrypt): Ditto.
13891
13892         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13893         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13894         a multibyte buffer.
13895
13896         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13897         (pgg-pgp-lookup-key): Ditto.
13898
13899         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13900         (pgg-pgp5-lookup-key): Ditto.
13901
13902         * pgg.el (pgg-fetch-key): Ditto.
13903
13904 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * message.el (message-user-organization-file): Check several
13907         locations of the organization file.
13908
13909         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13910         Add gnus-article-view-part-as-type.
13911
13912         * gnus-art.el (gnus-article-view-part-as-type): New function.
13913
13914         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13915         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13916
13917         * mml.el: Simplify autoload.
13918         (mml-mode): defvar dnd-protocol-alist instead of using
13919         symbol-value.
13920         (mml-default-directory): New variable.
13921         (mml-minibuffer-read-file): Use it.
13922         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13923
13924         * message.el (message-citation-line-format): New variable.
13925         (message-insert-formated-citation-line): New function.
13926         (message-citation-line-function):
13927         Add `message-insert-formated-citation-line' to custom type.
13928
13929         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13930         to doc string.
13931
13932         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13933         depending on mm-verify-option.
13934
13935 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13938         binding pgg-* variables; reimplement the section which prevents
13939         MIME header from being signed.
13940         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13941         pgg-text-mode; remove a blank line at the top of body.
13942
13943         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13944         lines at the top of body; use gnus-newsgroup-charset if there's no
13945         Charset header.
13946
13947 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * message.el (message-self-insert-commands): Doc fix.
13950
13951         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13952         (mm-uu-pgp-encrypted-test): Ditto.
13953         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13954         between header and body; return application/pgp-encrypted handle
13955         if decryption failed; decode decrypted body by charset.
13956
13957         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13958         element match to application/pgp-*.
13959
13960 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13961
13962         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13963         HTML.
13964
13965 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13966
13967         * mail-source.el (mail-source-call-script): Message the error
13968         string.
13969
13970 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13971
13972         * gnus-util.el (gnus-byte-compile): Use it.
13973
13974 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13975
13976         * gnus-util.el (kill-empty-logs): New function.
13977
13978 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * message.el (message-mail-alias-type): Doc fix.
13981         (message-mail-alias-type-p): New function.
13982         (message-send): Use it.
13983         (message-mode): Ditto.
13984         (message-strip-forbidden-properties): Ditto.
13985
13986         * ecomplete.el (ecomplete-database-file-coding-system):
13987         New variable.
13988         (ecomplete-save): Use it.
13989         (ecomplete-setup): Use it.
13990
13991 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * message.el (message-self-insert-commands): New variable.
13994         (message-strip-forbidden-properties): Use it.
13995
13996 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13997
13998         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13999         that doesn't make XEmacs choke.
14000
14001 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * gnus-util.el (gnus-replace-in-string):
14004         Prefer replace-regexp-in-string over of replace-in-string.
14005
14006 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-util.el (gnus-select-frame-set-input-focus):
14009         Use select-frame-set-input-focus if it is available in XEmacs; use
14010         definition defined in Emacs 22 for old Emacsen.
14011
14012         * dgnushack.el: Autoload unmorse-region for XEmacs.
14013
14014         * lpath.el: Bind cursor-in-non-selected-windows and
14015         select-frame-set-input-focus for XEmacs.
14016
14017 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14020
14021 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14022
14023         * gnus-registry.el (gnus-registry-cache-save): Remove text
14024         properties when saving via the temp buffer.
14025
14026 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14027
14028         * message.el (message-generate-hashcash): Honor custom type.
14029
14030 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14031
14032         * message.el (message-generate-hashcash): Default to non-nil when
14033         hashcash is found.
14034
14035         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14036         (gnus-refer-thread-limit): Increase default to 500.
14037
14038         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14039
14040         * flow-fill.el (fill-flowed): Allow delete-space.
14041
14042 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14043
14044         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14045         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14046         Remove autoloads.
14047
14048 2006-04-18  Simon Josefsson  <jas@extundo.com>
14049
14050         * message.el (message-generate-hashcash): Default to.
14051
14052 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14055         concatenating segments rather than before concatenating them.
14056
14057 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14060
14061 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062
14063         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14064
14065         * message.el (message-forward-make-body-plain):
14066         Allow message-forward-ignored-headers to be a list.
14067         (message-remove-ignored-headers): Factor out into function.
14068         (message-forward-make-body-mml): Use it.
14069
14070         * imap.el (imap-quote-specials): New function.
14071         (imap-login-auth): Quote specials.
14072
14073         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14074         (rfc2231-parse-string): Allow concatanation of parameters that
14075         aren't contiguous.  The test case is
14076           (mail-header-parse-content-type "message/external-body;
14077             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14078             access-type=LOCAL-FILE;
14079             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14080
14081 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14082
14083         * nntp.el (nntp-accept-process-output): Return the value of
14084         `nnheader-accept-process-output'.
14085
14086 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14087
14088         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14089         (gnus-button-alist): Recognize more diff formats.
14090         (gnus-button-patch): Strip directory.
14091
14092 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14095         Emacs 22 when setting focus.
14096
14097 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14098
14099         * gnus-art.el (gnus-article-treat-types): Do treatment of
14100         text/x-verbatim parts.
14101         (gnus-button-patch): New command.
14102
14103         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14104         addresses that contain invalid characters.
14105
14106 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14107
14108         * message.el (message-put-addresses-in-ecomplete):
14109         Use gnus-replace-in-string.
14110         (message-is-yours-p): Use the more correct
14111         mail-header-parse-address instead of
14112         mail-extract-address-components.
14113         (message-put-addresses-in-ecomplete): Fix typo.
14114
14115         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14116         keystroke.
14117
14118         * gnus-art.el (gnus-treatment-function-alist): Change order of
14119         newsgroups/generic header folding to avoid double-folding.
14120
14121         * message.el (message-hidden-headers): Add X-Draft-From.
14122
14123         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14124         New command.
14125         (gnus-summary-repeat-search-article-backward): New command.
14126
14127         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14128         groups in the parent topic.
14129
14130 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14131
14132         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14133         (spam-extra-header-to-number): Return the CRM114 number as a
14134         number instead of a string.
14135
14136 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14137
14138         * gnus-art.el (gnus-face-properties-alist): Move here from
14139         gnus-fun.
14140
14141         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14142
14143 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14144
14145         * message.el (message-strip-forbidden-properties): Only display on
14146         self-insert-command.
14147
14148         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14149         reindent.
14150         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14151
14152 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14153
14154         * smiley.el (smiley-style): Fix typo.
14155
14156 2006-03-23  Kenichi Handa  <handa@m17n.org>
14157
14158         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14159         instead of set-buffer-multibyte.
14160
14161 2006-03-23  Kenichi Handa  <handa@m17n.org>
14162
14163         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14164         buffer and then decode the buffer text if necessary.
14165         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14166         first, and after mm-encode-body, change the buffer to unibyte.
14167
14168 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14169
14170         * hashcash.el (hashcash-insert-payment-async-2):
14171         Use message-goto-eoh instead of doing it manually.
14172         (mail-add-payment): Use message-narrow-to-header instead of trying
14173         to do the same itself.
14174
14175         * message.el (message-hidden-headers): Add Face.
14176
14177         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14178         reparenting code.
14179         (gnus-summary-reparent-children): Refactored out code.
14180         (gnus-summary-thread-map): New keystroke.
14181         (gnus-summary-reparent-children): Make into command.
14182
14183         * smiley.el (smiley-style): Default to `medium' if using a large
14184         font.
14185
14186         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14187         does it itself.
14188
14189         * message.el (message-point-in-header-p): Simplify definition.
14190
14191 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14192
14193         * nnagent.el (nnagent-request-set-mark): Silence log file
14194         writing.
14195         (nnagent-request-set-mark): Use write-region instead of
14196         append-to-file.
14197
14198         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14199         strange select method.
14200
14201         * ecomplete.el (ecomplete-display-matches): Get highlightling
14202         right.
14203         (ecomplete-display-matches): Use literals.
14204         (ecomplete-display-matches): Disable message logging.
14205
14206         * message.el (message-display-abbrev): Small optimization.
14207
14208         * ecomplete.el (ecomplete-display-matches): Allow automatic
14209         display.
14210
14211         * message.el (message-strip-forbidden-properties):
14212         Display abbrevs.
14213         (message-display-abbrev): Get automatic display right.
14214
14215         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14216         keystrokes.
14217
14218 2006-04-13  Romain Francoise  <romain@orebokech.com>
14219
14220         TODO: Backport to v5-10!
14221
14222         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14223         Move here (and rename) from gnus-registry.el.
14224
14225         * gnus-registry.el: Require gnus-util.
14226         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14227
14228 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14229
14230         * gnus-group.el (gnus-group-catchup-current):
14231         Change if-then-else-if-then-else into cond.
14232         (gnus-group-catchup): Indent.
14233         (group-name-at-point): New function.
14234         (gnus-fetch-group): Provide default from thing at point.
14235
14236 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14237
14238         * message.el (message-display-abbrev): Fix regexp.
14239
14240         * ecomplete.el (ecomplete-highlight-match-line):
14241         Reimplement choosing.
14242         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14243         dead variables.
14244
14245         * message.el (message-newline-and-indent): Remove debugging.
14246         (message-display-abbrev): Use new implementation.
14247
14248 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * gnus-art.el (gnus-article-mode):
14251         Set cursor-in-non-selected-windows to nil.
14252
14253         * smiley.el: Revert previous change.
14254         (smiley-data-directory): defvar it before using it in the
14255         defcustom of `smiley-style'.
14256
14257 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14258
14259         * message.el (message-newline-and-indent): New function.
14260
14261         * ecomplete.el: Implement more bits.
14262
14263         * message.el (message-put-addresses-in-ecomplete): Clean up the
14264         string.
14265
14266         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14267
14268         * gnus-sum.el (gnus-summary-save-parts):
14269         Bind gnus-summary-save-parts-counter and use it to make unique file
14270         names.
14271
14272         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14273
14274         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14275         parameter to say whether to actually parse the individual
14276         addresses.
14277
14278         * message.el (message-put-addresses-in-ecomplete): New function.
14279         (ecomplete): Require.
14280         (message-mail-alias-type): Add ecomplete as an option.
14281
14282 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14283
14284         * flow-fill.el (fill-flowed): Remove trailing space from blank
14285         quoted lines.
14286
14287 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14288
14289         * smiley.el (smiley-style): Move definition later to avoid a
14290         compilation warning.
14291
14292 2006-04-12  Kenichi Handa  <handa@m17n.org>
14293
14294         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14295         buffer and then decode the buffer text if necessary.
14296         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14297         first, and after mm-encode-body, change the buffer to unibyte.
14298         Use mm-disable-multibyte instead of set-buffer-multibyte.
14299
14300 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14303         Content-Type header instead of Content-Disposition header.
14304         (gnus-mime-inline-part): Ditto.
14305         (gnus-mime-view-part-as-charset): Ignore charset that the part
14306         specifies.
14307
14308         * mm-decode.el (mm-display-part): Work with external parts and
14309         usual parts similarly.
14310
14311         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14312         instead of gnus-display-mime.
14313
14314         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14315         instead of with-temp-buffer.
14316
14317         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14318         tag to summarized topics part in order to encode non-ASCII text.
14319
14320 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * smiley.el (smiley-style): New variable.
14323         (smiley-directory): New function.
14324         (smiley-data-directory): Derive from `smiley-style' using
14325         `smiley-directory'.
14326         (smiley-regexp-alist): Add new entries.
14327
14328         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14329         (gnus-article-browse-delete-temp): Add :version.
14330
14331 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14332
14333         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14334         the sieve region.
14335
14336 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14337
14338         * gnus.el (gnus-version-number): Bump version.
14339
14340 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * gnus.el: No Gnus v0.4 is released.
14343
14344 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14345
14346         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14347         layout.
14348
14349         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14350         unknown charset.
14351
14352         * message.el (message-header-synonyms): Add Original-To to the
14353         default.
14354
14355         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14356         optional parameter.
14357
14358 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * gnus-fun.el (gnus): Require it for gnus-directory.
14361
14362 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14365
14366 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14367
14368         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14369
14370 2006-04-05  Simon Josefsson  <jas@extundo.com>
14371
14372         * password.el (password-reset): New function.
14373
14374 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14375
14376         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14377         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14378
14379 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14380
14381         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14382         Some whitespace was matched into the url, which broke browsing hits
14383         > 100 when mm-url-use-external was nil.
14384
14385 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14388         Check gnus-extra-headers for 'Newsgroups.
14389
14390         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14391         bound.
14392
14393 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14394
14395         * pgg-gpg.el: Clean up process buffers every time gpg processes
14396         complete.
14397
14398 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14401         doc string.
14402
14403 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14404
14405         * pgg-gpg.el (pgg-gpg-process-filter)
14406         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14407
14408         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14409         lines, temporary fix.
14410
14411 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14412
14413         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14414
14415 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14416
14417         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14418         default-enable-multibyte-characters.  This reverts the change from
14419         revision 6.17 which is no longer necessary because the passphrase
14420         is sent separately now.  GnuPG messages are unreadable under
14421         multibyte locales with default-enable-multibyte-characters set to
14422         nil.
14423
14424 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14425
14426         * message.el (message-tool-bar-gnome): Move "spell".
14427
14428 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14431         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14432         instead.
14433
14434 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14435
14436         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14437         Improve newsgroups handling for NNTP overviews which don't include
14438         Newsgroups.
14439
14440 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14441
14442         * message.el (message-resend): Bind message-generate-hashcash to nil.
14443
14444 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14445
14446         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14447         when searching for already-paid recipients.
14448
14449 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14450
14451         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14452         passphrases when it is not needed.
14453         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14454         passphrase stuff from gpg, should only be necessary when you use
14455         gpg with a smartcard.
14456
14457 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * mml.el (mml-insert-mime): Ignore cached contents of
14460         message/external-body part.
14461
14462         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14463         (mm-insert-part): Ditto.
14464
14465 2006-03-23  Simon Josefsson  <jas@extundo.com>
14466
14467         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14468         Reiner.
14469         (pgg-gpg-use-agent-p): Use it again.
14470
14471 2006-03-23  Simon Josefsson  <jas@extundo.com>
14472
14473         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14474         older emacsen.
14475         (pgg-gpg-use-agent-p): Don't use it.
14476
14477 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14480         if we can.
14481
14482 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14483
14484         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14485         (pgg-gpg-update-agent): New function.
14486         (pgg-gpg-use-agent-p): New function.
14487         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14488         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14489         (pgg-gpg-sign-region): Use it.
14490
14491 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14494         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14495
14496 2006-03-21  Simon Josefsson  <jas@extundo.com>
14497
14498         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14499         <wilde@sha-bang.de>.
14500         (pgg-gpg-use-agent): New variable.
14501         (pgg-gpg-process-region): Use it.
14502         (pgg-gpg-encrypt-region): Likewise.
14503         (pgg-gpg-encrypt-symmetric-region): Likewise.
14504         (pgg-gpg-decrypt-region): Likewise.
14505         (pgg-gpg-sign-region): Likewise.
14506         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14507
14508 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14511
14512         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14513         Add comment on version.
14514
14515 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * smiley.el: Add missing test smiley.
14518
14519 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * mm-decode.el (mm-with-part): New macro.
14522         (mm-get-part): Use it; work with message/external-body as well.
14523         (mm-save-part): Treat name and filename equally.
14524
14525         * mm-extern.el (mm-extern-cache-contents): New function.
14526         (mm-inline-external-body): Use it; force the part to be displayed;
14527         move undisplayer added to the cached handle to the parent.
14528
14529         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14530         (gnus-mime-view-part-as-type): Work with message/external-body.
14531
14532         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14533
14534 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14537         images in image-load-path.  [Sync with image.el, revision 1.60, in
14538         Emacs.]
14539
14540 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14541
14542         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14543         path rather than symbol.  Always return list of directories.
14544         Guarantee that image directory comes first.  [Sync with image.el,
14545         revision 1.59, in Emacs.]
14546
14547         * message.el (message-make-tool-bar): Adjust to new API of
14548         `gmm-image-load-path-for-library'.
14549
14550         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14551
14552         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14553
14554 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14555
14556         * gnus-art.el (gnus-article-only-boring-p):
14557         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14558         intangible text.
14559         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14560
14561 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14564         Use `defun' instead of `gmm-defun-compat'.
14565
14566 2006-03-14  Simon Josefsson  <jas@extundo.com>
14567
14568         * message.el (message-unique-id): Don't use message-number-base36
14569         if (user-uid) is a float.
14570         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14571
14572 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14575
14576         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14577         empty line between a part and a message part.
14578
14579 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * smiley.el: Add more test smileys.
14582         (smiley-data-directory, smiley-regexp-alist)
14583         (gnus-smiley-file-types): Fix doc strings.
14584         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14585         adding new elements.
14586         (smiley-mouse-map): Unused code.  Make it a comment.
14587
14588 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14591         scan latest NoCeM messages instead of old ones.
14592         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14593         delimiters that are recently used.
14594         (gnus-nocem-load-cache): Add autoload cookie.
14595
14596         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14597
14598         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14599         level which is larger than gnus-use-nocem is specified.
14600
14601         * gnus-group.el (gnus-group-get-new-news): Ditto.
14602
14603 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14604
14605         * gnus-util.el (gnus-tool-bar-update): New function.
14606
14607         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14608         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14609
14610         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14611
14612         * gnus-group.el (gnus-group-redraw-when-idle)
14613         (gnus-group-redraw-check): Remove.
14614         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14615
14616 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14619         if optional last element is specified in splits (FIELD VALUE...).
14620
14621 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14624         to gmm-image-load-path-for-library.  Call with no-error argument.
14625         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14626
14627         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14628
14629         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14630
14631         * gmm-utils.el (gmm-image-load-path): Remove alias.
14632
14633 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * gmm-utils.el (gmm-image-load-path): Add alias.
14636
14637         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14638         nnml-generate-nov-databases-1.
14639         (nnml-generate-nov-databases): Use it.
14640         (nnml-generate-nov-databases-directory): Document no-active
14641         argument.
14642
14643         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14644         directory if path is t.  Add no-error.
14645
14646         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14647         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14648
14649         * gnus-art.el (gnus-article-browse-delete-temp-files):
14650         Simplify resetting gnus-article-browse-html-temp-list.
14651
14652         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14653         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14654         Add example to docstring.  Rename local variables.  Move error
14655         checks to default case in cond and simplify.
14656
14657 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14660         handle is multipart when calling it recursively.
14661         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14662
14663 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14664
14665         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14666         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14667
14668 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14671         is loaded.
14672
14673         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14674         loaded.
14675
14676 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14679         to "Emacs 23 (unicode)" in doc string.
14680
14681         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14682         "Emacs 23 (unicode)" in comment.
14683
14684 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14687
14688         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14689         characters 160 through 255 in Emacs 23.
14690
14691 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14692
14693         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14694         gnus-article-browse-html-temp.
14695         (gnus-article-browse-delete-temp): Make it customizable.
14696         Add `file'.  Adjust doc string.
14697         (gnus-article-browse-delete-temp-files): Add argument.
14698         Allow query for each file.  Adjust doc string.
14699         (gnus-article-browse-html-parts):
14700         Add `gnus-article-browse-delete-temp-files' to
14701         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14702
14703 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14704
14705         * gnus-art.el (gnus-article-browse-html-temp)
14706         (gnus-article-browse-delete-temp): New variables.
14707         (gnus-article-browse-delete-temp-files): New function.
14708         (gnus-article-browse-html-parts): Use it.
14709
14710 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14713
14714         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14715         string.
14716
14717         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14718         gnus-summary-insert-new-articles when unplugged.
14719         Remove gnus-summary-search-article-forward.
14720
14721         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14722         display-visual-class instead of display-color-cells.
14723
14724 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * dgnushack.el: Autoload customize-group for XEmacs.
14727
14728         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14729         message/* containing non-ASCII text properly.
14730
14731 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * message.el: Require gmm-utils, remove autoloads.
14734         (message-tool-bar): Set default based on
14735         gmm-tool-bar-style.
14736         (message-tool-bar-gnome): Add gmm-customize-mode.
14737
14738         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14739         gmm-tool-bar-style.
14740         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14741
14742         * gnus-group.el (gnus-group-tool-bar): Set default based on
14743         gmm-tool-bar-style.
14744         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14745
14746         * gmm-utils.el (gmm-image-directory): Rename variable from
14747         gmm-image-load-path.
14748         (gmm-image-load-path): Use gmm-image-directory.
14749         (gmm-customize-mode): New function.
14750         (gmm-tool-bar-style): New variable.
14751
14752         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14753         gnus-group-redraw-line-number.
14754         (gnus-group-redraw-check): Simplify.
14755         (gnus-group-tool-bar-update): Remove redraw check.
14756         (gnus-group-make-tool-bar): Add redraw check.
14757
14758 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14759
14760         * gnus-art.el (gnus-button): Add missing parentheses.
14761
14762 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * lpath.el: Fbind line-number-at-pos.
14765
14766 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14769
14770 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * gnus-art.el (gnus-button): New face.
14773         (gnus-article-button-face): Use it.
14774
14775         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14776         Add gnus-summary-next-page.  Re-order.
14777
14778         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14779         next-node are now included.
14780         (gnus-group-redraw-line-number): New internal variable.
14781         (gnus-group-redraw-check): Helper function for updating the tool
14782         bar.
14783         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14784
14785         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14786
14787         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14788         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14789         Use it to match format of Spamassassin 3.0 and later.
14790         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14791         (spam-check-bogofilter)
14792         (spam-bogofilter-register-with-bogofilter): Fix args of
14793         `gnus-error' calls.
14794
14795 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14798         unnecessary interaction when sending queued mails.
14799         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14800
14801 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14804         first or last are nil.
14805
14806 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14807
14808         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14809
14810 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14811
14812         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14813
14814 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14815
14816         * dns.el (query-dns): Protect more against buggy tcp output.
14817
14818 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14821         nov.php.
14822
14823 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14824
14825         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14826         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14827         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14828         output on the server side.
14829         (nnweb-google-create-mapping): Update regexps and add some
14830         progress indication.
14831
14832 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * gnus-group.el (gnus-group-tool-bar-gnome):
14835         Fix gnus-agent-toggle-plugged.  Re-order icons.
14836         (gnus-group-tool-bar-gnome):
14837         Add gnus-group-{prev,next}-unread-group.
14838         (gnus-group-tool-bar-gnome): Re-order icons.
14839
14840         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14841         Move gnus-summary-insert-new-articles.
14842
14843         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14844         Fix comments.
14845
14846         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14847         also available in Emacs 21.3.
14848
14849         * message.el (message-fix-before-sending): Change "Emacs 22" to
14850         "Emacs 23 (unicode)" in comment.
14851
14852         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14853         "Emacs 23 (unicode)" in comment.
14854
14855         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14856         comment.
14857         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14858
14859         * mm-view.el (mm-fill-flowed): Add :version.
14860
14861 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14864         and load-path.
14865
14866 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * message.el: Autoload gmm-image-load-path.
14869         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14870         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14871         consitency.
14872
14873         * gmm-utils.el (gmm-image-load-path): Also search in
14874         "../etc/images".  Don't set gmm-image-load-path if we don't find
14875         the image.
14876
14877 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gmm-utils.el (gmm-image-load-path): Don't make
14880         `gmm-image-load-path' include subdirectories which the second arg
14881         `image' might specify.
14882
14883         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14884         subdirectory to icon file names.
14885
14886         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14887
14888 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14891         gmm-image-load-path calls.
14892
14893         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14894
14895         * message.el (message-make-tool-bar): Ditto.
14896
14897         * mml.el (mml-preview): Add comment concerning tool bar icons.
14898
14899         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14900         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14901
14902         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14903         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14904
14905         * message.el (message-tool-bar-gnome): Use new icon names.
14906         (message-make-tool-bar): Use `gmm-image-load-path'.
14907
14908         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14909         New functions from MH-E.
14910         (gmm-image-load-path): New variable from MH-E.
14911         (gmm-image-load-path): New function from MH-E.  Add arguments
14912         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14913         *-image-load-path-called-flag.
14914
14915 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14916
14917         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14918
14919 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14920
14921         * nnimap.el (nnimap-request-move-article): Change folder back to
14922         source group before deleting.
14923
14924 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14925
14926         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14927
14928         * gnus-art.el (mm-url-insert-file-contents-external):
14929         Autoload mm-url.
14930
14931         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14932
14933 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14936         coding system which mm-charset-to-coding-system returns for a
14937         given charset is valid.
14938
14939 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14940
14941         * html2text.el (html2text-remove-tag-list):
14942         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14943
14944 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14945
14946         * gnus-cus.el: Revert 2005-10-17 change.
14947
14948 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * gnus-art.el (article-strip-banner):
14951         Call article-really-strip-banner only when the regexp match is made.
14952
14953 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (article-strip-banner):
14956         Use gnus-extract-address-components instead of
14957         mail-header-parse-addresses to make it work with non-ASCII text;
14958         remove mail-encode-encoded-word-string.
14959
14960         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14961         values which are surrounded with \"...\"; make it never cause a
14962         Lisp error; give up parsing of parameters if it failed in
14963         extracting type.
14964
14965 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14966
14967         * smime.el (smime-cert-by-ldap-1): Fix bug where
14968         `smime-ldap-search' returns results without userCertificates.
14969
14970 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14973
14974 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * spam.el (spam-check-spamassassin-headers): Adapt format for
14977         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14978         <ari@mbf.ocn.ne.jp>.
14979         (spam-list-of-processors): Add spam-use-gmane.
14980
14981 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14984         make-temp-file; make it work with XEmacs as well.
14985
14986         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14987         mm-make-temp-file.
14988
14989         * mm-decode.el (mm-display-external): Use the 3rd arg of
14990         mm-make-temp-file.
14991         (mm-create-image-xemacs): Ditto.
14992
14993 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14996         with message-narrow-to-headers.
14997         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14998         (gnus-draft-check-draft-articles): New function.
14999         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15000
15001 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * gnus-art.el (gnus-article-browse-html-parts):
15004         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15005         Don't use suffix argument for mm-make-temp-file for Emacs 21
15006         compatibility.  Remove useless `format'.
15007
15008 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15009
15010         * nnweb.el (nnweb-google-wash-article): Update regexps.
15011         (nnweb-group-alist): Use defvoo instead of defvar.
15012
15013 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15016         re-loading nn* modules.
15017
15018 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15021         for `tool-bar-mode' and don't check it's default-value.
15022
15023         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15024
15025         * message.el (message-make-tool-bar): Ditto.
15026
15027         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15028         `substring'.  Shorten tmp-file name.
15029
15030         * gnus.el: Remove bogus comment.
15031
15032 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15033
15034         * gnus-art.el (gnus-article-browse-html-parts): New function.
15035         (gnus-article-browse-html-article): New function for viewing html
15036         articles with a browser.
15037
15038 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15039
15040         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15041         in elisp.
15042         (pgg-gpg-encrypt-symmetric-region): Ditto.
15043         (pgg-gpg-sign-region): Ditto.
15044
15045         * pgg-def.el (pgg-text-mode): New variable.
15046
15047         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15048         (mml2015-pgg-encrypt): Ditto.
15049
15050         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15051         (mml1991-pgg-encrypt): Ditto.
15052
15053 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * nnfolder.el (nnfolder-insert-newsgroup-line):
15056         Use message-make-date instead of current-time-string.
15057
15058         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15059         to gnus-decoded which mm-uu might set.
15060
15061 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15064         don't decode quoted parameters; remove misimported Emacs code.
15065         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15066         (rfc2231-decode-encoded-string): Don't use split-string which
15067         behaves differently according to Emacs version; use
15068         mm-decode-coding-region to convert charset to coding-system.
15069         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15070         (rfc2231-encode-string): Remove misimported Emacs code.
15071
15072 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15075         when calling mail-header-parse-content-type.
15076         (article-de-quoted-unreadable): Ditto.
15077         (article-de-base64-unreadable): Ditto.
15078         (article-wash-html): Ditto.
15079
15080         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15081         calling mail-header-parse-content-type and
15082         mail-header-parse-content-disposition.
15083         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15084         mail-header-parse-content-type.
15085
15086         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15087         insert charset and format parameters; encode description after
15088         inserting it to buffer.
15089         (mml-insert-parameter): Fold lines properly even if a parameter is
15090         segmented into two or more lines; change the max column to 76.
15091
15092         * rfc1843.el (rfc1843-decode-article-body): Don't use
15093         ignore-errors when calling mail-header-parse-content-type.
15094
15095         * rfc2231.el (rfc2231-parse-string): Return at least type if
15096         possible; don't cause an error even if it fails in parsing of
15097         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15098         (rfc2231-encode-string): Don't break lines at the beginning, leave
15099         it to mml-insert-parameter.
15100
15101         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15102         calling mail-header-parse-content-type.
15103
15104 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * spam-report.el (spam-report-gmane-use-article-number):
15107         Improve doc string.
15108         (spam-report-gmane-internal): Check if a suitable header was found
15109         in the article.
15110
15111 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15114         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15115
15116 2006-02-05  Romain Francoise  <romain@orebokech.com>
15117
15118         Update copyright notices of all files in the gnus directory.
15119
15120 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15121
15122         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15123
15124 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15127         segmented lines of parameter value to cope with Thunderbird 1.5
15128         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15129         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15130         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15131
15132 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15133
15134         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15135         parts.
15136
15137 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15138
15139         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15140         there's only one active file for all servers.
15141         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15142         solid groups.  Gnus might have used a FAST request to select the group.
15143         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15144         and nnweb-search redundantly in the active file.
15145         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15146         (nnweb-request-create-group): Don't use ARGS.
15147         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15148         initialisations.  Let nnoo do the work.
15149
15150 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15153         Say the part has been decoded.
15154
15155         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15156
15157 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15158
15159         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15160         mailcap-viewer-test-cache when there's no 'test clause, since that
15161         will invert the meaning of a "nil" test previously determined by
15162         mailcap-mailcap-entry-passes-test.
15163
15164 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15167         compiling.
15168
15169         * gnus-sum.el: Ditto.
15170
15171         * message.el: Don't bind tool-bar-map when compiling.
15172
15173 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15176
15177 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15178
15179         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15180         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15181         current Google Groups.
15182
15183 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15186         and tool-bar-mode.
15187
15188         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15189         and tool-bar-mode.
15190
15191         * message.el (message-tool-bar-update): Simplify.
15192         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15193
15194         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15195         gnus-summary-buffer.
15196         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15197         gnus-summary-reply.
15198
15199         * gmm-utils.el (gmm): Add :version.
15200
15201 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * Makefile.in (clean): New rule.
15204         (distclean): Use it.
15205
15206 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15207
15208         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15209         Don't autoload.
15210
15211 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gmm-utils.el (gmm-verbose): Add :group.
15214
15215 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * message.el: Change some comments WRT tool-bars.
15218
15219         * gnus-sum.el (gnus-summary-tool-bar)
15220         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15221         (gnus-summary-tool-bar-zap-list): New variables.
15222         (gnus-summary-make-tool-bar): Complete rewrite using
15223         `gmm-tool-bar-from-list'.
15224
15225         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15226         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15227         New variables.
15228         (gnus-group-make-tool-bar): Complete rewrite using
15229         `gmm-tool-bar-from-list'.
15230         (gnus-group-tool-bar-update): New function.
15231
15232         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15233
15234 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15237         is dissected into a single part of which the type is the same as
15238         the given one; decode charset.
15239
15240 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15241
15242         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15243         into alists as symbol not string, since that's what
15244         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15245         look for.
15246
15247 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15248
15249         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15250         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15251
15252         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15253
15254 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15257         (gnus-xmas-mime-security-button-menu): New function.
15258
15259         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15260         (gnus-mime-security-button-menu): New definition.
15261         (gnus-mime-security-button-map): Use them.
15262         (gnus-mime-security-button-menu): New function.
15263         (gnus-insert-mime-security-button): Addition to help echo.
15264         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15265         (gnus-mime-security-pipe-part): New functions.
15266
15267         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15268         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15269
15270         * mm-decode.el (mm-handle-set-disposition): Remove.
15271         (mm-handle-set-description): Remove.
15272
15273 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15276         (mm-w3m-standalone-supports-m17n-p): New function.
15277         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15278         w3m usage.
15279
15280         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15281         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15282
15283 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15284
15285         * message.el (message-tool-bar-zap-list):
15286         Use gmm-tool-bar-zap-list as custom type.
15287         (message-tool-bar-update): New function.
15288         (message-tool-bar, message-tool-bar-gnome)
15289         (message-tool-bar-retro): Add message-tool-bar-update.
15290         (message-tool-bar-gnome): Add flyspell-buffer.
15291
15292         * gnus-util.el (gnus-error): Describe `args'.
15293
15294         * gmm-utils.el (gmm-error): Describe `args'.
15295         (gmm-tool-bar-zap-list): New widget.
15296         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15297
15298 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15301         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15302         the number of recursive calls.
15303
15304         * mm-decode.el (mm-handle-set-disposition): New macro.
15305         (mm-handle-set-description): New macro.
15306
15307 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15310         encoding.
15311
15312 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15313
15314         * message.el (message-tool-bar-zap-list, message-tool-bar)
15315         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15316         (message-tool-bar-local-item-from-menu): Remove.
15317         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15318         (message-make-tool-bar): New function.
15319         (message-mode): Use `message-make-tool-bar'.
15320
15321         * gmm-utils.el: New file.
15322         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15323         (gmm-lazy): New widget copied from `nnmail.el'.
15324         (gmm-tool-bar-from-list): New function for creating customizable
15325         tool bars.
15326         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15327         output.
15328         (gmm): Add :prefix to defgroup.
15329
15330 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15331
15332         * gmm-utils.el (gmm-widget-p): New function.
15333
15334 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * mml.el (mml-attach-file): Describe `description' in doc string.
15337         (mml-menu): Add Emacs MIME manual and PGG manual.
15338
15339 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15340
15341         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15342
15343 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15344
15345         * nntp.el (nntp-end-of-line): Doc fix.
15346
15347 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15348
15349         * imap.el (imap-open): Handle case where buffer is a buffer
15350         object.
15351
15352 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15353
15354         * gnus-delay.el (gnus-delay): Don't autoload.
15355         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15356         to be re-loaded when customizing the `gnus-delay' group.
15357
15358 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15359
15360         * message.el (message-insert-citation-line): Use newlines.
15361
15362 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15363
15364         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15365         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15366         these routines, so the passphrase can be managed externally and
15367         passed in to the system.
15368         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15369         pgg-add-passphrase-to-cache function.
15370
15371         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15372         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15373         these routines, so the passphrase can be managed externally and
15374         passed in to the system.
15375         (pgg-pgp5-sign-region): Use new name of
15376         pgg-add-passphrase-to-cache function.
15377
15378 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15379
15380         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15381         part of the decoded armor to find the key-identifier.
15382         (pgg-gpg-lookup-key-owner): New function to return the
15383         human-readable identifier of a key owner.
15384         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15385         itself.
15386         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15387         the key value) if we have a key and can match it against a secret
15388         key.  Also, added a note pointing out fact that the prompt only
15389         indicates the first matching key.
15390
15391         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15392         pgg-decrypt-region.
15393         (pgg-add-passphrase-to-cache): Rename from
15394         `pgg-add-passphrase-cache' to reduce confusion (all callers
15395         changed).
15396         (pgg-remove-passphrase-from-cache): Rename from
15397         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15398         changed).
15399         (pgg-read-passphrase, pgg-add-passphrase-cache)
15400         (pgg-remove-passphrase-cache): Add informative docstrings.
15401         (pgg-decrypt): Convey provided passphrase in subordinate call to
15402         pgg-decrypt-region.
15403
15404 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15405
15406         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15407         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15408         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15409         'passphrase' argument, so the passphrase can be managed externally
15410         and then passed in to the system.
15411
15412         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15413         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15414         so the passphrase cache can be used reliably with identifiers
15415         besides a pgp packet's key id.
15416
15417         * pgg-gpg.el (pgg-gpg-encrypt-region)
15418         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15419         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15420         these routines, so the passphrase can be managed externally and
15421         passed in to the system.
15422
15423         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15424         'notruncate' argument, so the passphrase cache can be used
15425         reliably with identifiers besides a pgp packet's key id.
15426
15427 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15428
15429         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15430         symmetric encryption.
15431         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15432         encrypted session key.
15433         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15434         message ask for the passphrase in a proper way.
15435
15436         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15437         New user commands for symmetric encryption.
15438
15439 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15442
15443         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15444
15445 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15446
15447         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15448
15449 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * mm-decode.el (mm-inlined-types): Add application/pgp.
15452         (mm-automatic-display): Ditto.
15453
15454         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15455         part as text.
15456
15457 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * nnrss.el: Update copyright.
15460         (nnrss-opml-import): Query whether to subscribe to each entry.
15461
15462         * gnus-art.el:
15463         * gnus-sum.el:
15464         * gnus-xmas.el:
15465         * messagexmas.el:
15466         * mm-uu.el:
15467         * mm-view.el: Update copyright.
15468
15469 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * message.el (message-info): New function.
15472         (message-mode-menu): Add it.
15473         Update copyright.
15474
15475         * ChangeLog: Fix and update copyright.
15476
15477 2006-01-13  Romain Francoise  <romain@orebokech.com>
15478
15479         * message.el (message-forward-subject-name-subject): Prefer the
15480         address to 'nowhere' if the sender has no name.
15481         Fix typo.  Update copyright year.
15482
15483 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-art.el (article-wash-html):
15486         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15487         (gnus-article-wash-html-with-w3m-standalone): New function.
15488
15489         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15490         mm-inline-text-html-render-with-w3m-standalone.
15491         (mm-text-html-washer-alist): Map w3m-standalone to
15492         gnus-article-wash-html-with-w3m-standalone.
15493         (mm-inline-text-html-render-with-w3m-standalone): New function.
15494
15495 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15498         Improve LaTeX.
15499
15500 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15503         (nnrss-request-article): Render text/plain parts as HTML.
15504
15505         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15506         the buffer.
15507
15508 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15511         custom definition of `gnus-posting-styles'.
15512
15513         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15514         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15515
15516 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15519         Use nntp for bug archive.
15520
15521 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15524         parts.
15525         (nnrss-normalize-date): New function converts ISO 8601 date into
15526         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15527         (nnrss-check-group): Use it.
15528
15529 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15532
15533         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15534         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15535         (nnrss-insert-w3): Ditto.
15536
15537 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15540         the articles to be forwarded including the case where neither a
15541         number of articles nor a region is specified.
15542
15543 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * nnrss.el (nnrss-request-article): Fix last change; fill
15546         text/plain parts.
15547
15548 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15551         in text/plain part.
15552         (nnrss-check-group): Don't add excessive newline to dc:subject.
15553
15554 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15555
15556         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15557         article.
15558
15559 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15562         (nnml-use-compressed-files, nnml-save-mail): Support other
15563         comression programs such as bzip2.
15564
15565 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15566
15567         * dns.el (query-dns): Make sure we check the buffer size before
15568         removing tcp headers.
15569
15570 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15573         remove MIME buttons associated with multipart/alternative parts.
15574         (gnus-mime-display-alternative): Tag buttons using `article-type'
15575         text property.
15576
15577         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15578         associated with multipart/alternative parts.
15579
15580         * gnus-art.el (gnus-signature-separator): Fix custom type.
15581
15582         * mm-decode.el (mm-inlined-types): Fix custom type.
15583         (mm-keep-viewer-alive-types): Ditto.
15584         (mm-automatic-display): Ditto.
15585         (mm-attachment-override-types): Ditto.
15586         (mm-inline-override-types): Ditto.
15587         (mm-automatic-external-display): Ditto.
15588
15589 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15590
15591         * spam-report.el (spam-report-user-mail-address)
15592         (spam-report-user-agent): New variables.
15593         (spam-report-url-ping-plain): Use spam-report-user-agent.
15594
15595 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15596
15597         * gnus-art.el (gnus-button-handle-custom): Do not just use
15598         `customize-apropos' for any "M-x customize-*" button but the
15599         function called for.  Accept both the function name and its
15600         argument in order to achieve this.
15601         (gnus-button-alist): Remove support for "custom:" URL's.
15602         Pass function name to `gnus-button-handle-custom' in case of "M-x
15603         customize-*" buttons.
15604
15605 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15608         multipart/alternative and add xref to mm-discouraged-alternatives
15609         in doc string.
15610
15611         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15612         gnus-buttonized-mime-types in doc string.
15613
15614 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15615
15616         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15617         Suggest image/.* in the doc string.
15618
15619 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15620
15621         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15622         message-marks (Debian bug #342521).
15623
15624 2005-12-12  Simon Josefsson  <jas@extundo.com>
15625
15626         * password.el (password-read-from-cache): Add.
15627         (password-read): Use it.
15628
15629 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * rfc2047.el (rfc2047-charset-to-coding-system):
15632         Recognize us-ascii as a MIME charset.
15633
15634         * mm-bodies.el (mm-decode-content-transfer-encoding):
15635         Protect against the case where the 2nd arg TYPE is nil.
15636
15637 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * pop3.el (pop3-stream-type): Fix custom version.
15640
15641         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15642
15643 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15644
15645         * mm-decode.el (mm-display-external): Add missing cdr.
15646
15647 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15650         RFC1524) if it is in mailcap or add a suffix according to
15651         mailcap-mime-extensions when generating a temp filename; postpone
15652         deleting a temp file for 2 seconds for some wrappers, shell
15653         scripts, and so on, which might exit right after having started a
15654         viewer command as a background job.
15655
15656 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * nntp.el (nntp-marks-directory): Fix custom group.
15659
15660         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15661         steps when < 10.
15662
15663         * gnus-start.el (gnus-no-server-1):
15664         Mention `gnus-level-default-subscribed' in doc string.
15665
15666 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15667
15668         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15669         parens.
15670
15671 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * gnus-xmas.el (gnus-use-toolbar): Revert.
15674         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15675         gnus-use-toolbar is default.
15676
15677         * messagexmas.el (message-use-toolbar): Revert.
15678         (message-setup-toolbar): Use global default-toolbar if
15679         message-use-toolbar is default.
15680
15681 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15684         according to default-toolbar-visible-p.
15685
15686         * messagexmas.el (message-use-toolbar): Ditto.
15687
15688 2005-11-26  Dave Love  <fx@gnu.org>
15689
15690         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15691         (tls-program, tls-success): Provide openssl alternative.
15692
15693         * starttls.el: Doc fixes.
15694         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15695         SERVICE to PORT.
15696
15697         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15698         port null or service name.
15699         (starttls-negotiate): Autoload.
15700
15701 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * message.el (message-kill-to-signature): Fix interactive spec.
15704
15705 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * pop3.el (pop3-open-server): Recognize a string as a service name.
15708
15709 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15710
15711         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15712
15713 2005-11-23  Dave Love  <fx@gnu.org>
15714
15715         Add pop3s, pop3/starttls.
15716
15717         * pop3.el (pop3-authentication-scheme): Clarify doc.
15718         (open-tls-stream, starttls-open-stream): Autoload.
15719         (pop3-stream-type): New.
15720         (pop3-open-server): Use it.
15721
15722         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15723         for POP.
15724         (mail-source-keyword-map): Add :stream for POP.
15725         (mail-source-fetch-pop): Use pop3-stream-type.
15726
15727 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15730         of current-time-string.
15731
15732 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15733
15734         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15735         date header.
15736
15737 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15738
15739         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15740         it can seriously impact performance as it bypasses the agent's
15741         local caches.
15742
15743 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15744
15745         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15746         must be explicitly online rather than "not explicitly offline" for
15747         its flags to be synchronized.
15748
15749         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15750         that gnus-uu-unmark-thread will function correctly.
15751
15752         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15753         1024K is instead displayed as 1M.
15754
15755 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15756
15757         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15758
15759 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15760
15761         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15762
15763 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15764
15765         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15766         error message to display actual error condition.
15767         (gnus-agent-save-local): Avoid saving symbols that are bound to
15768         nil as they simply result in a warning message in
15769         gnus-agent-read-local.
15770
15771 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15774         rather than make-variable-buffer-local for file-precious-flag.
15775
15776 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15777
15778         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15779         for duplicates which are removed.  The invalid sort check then
15780         triggers a rescan after the sort as sorting may have moved
15781         duplicate entries such that they can be cheaply detected.
15782
15783 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15786
15787 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15788
15789         * gnus-agent.el (gnus-agent-article-alist-save-format):
15790         Change internal variable to a custom variable.  Change default value
15791         from compressed(2) to uncompressed(1).
15792         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15793         support for uncompressed agentview files.  Taken together, reading
15794         the agentview file should now be 6-7 times faster.
15795
15796 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15797
15798         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15799         as a buffer-local variable.  This avoids creating truncated
15800         dribble files as a result of a hang up, eg.
15801
15802 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15803
15804         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15805         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15806         XEmacs.
15807
15808 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * gnus-start.el (gnus-start-draft-setup):
15811         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15812
15813         * gnus.el (gnus-splash): Change custom group.
15814         (gnus-group-get-parameter, gnus-group-parameter-value):
15815         Describe allow-list argument.
15816
15817         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15818         string.
15819
15820 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15821
15822         * gnus-art.el (gnus-default-article-saver): Add user-defined
15823         `function' to custom type.
15824
15825 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15826
15827         * imap.el (imap-open): Handle case where buffer is a buffer
15828         object.
15829
15830 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15831
15832         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15833         long lines.
15834         (gnus-cache-delete-group): Wrap doc strings.
15835
15836         * gnus-agent.el (gnus-agent-rename-group)
15837         (gnus-agent-delete-group): Wrap doc strings.
15838
15839 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * messagexmas.el (message-use-toolbar): Change the valid values
15842         into default, top, bottom, left, and right.
15843         (message-toolbar-thickness): New variable.
15844         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15845         well.
15846         (message-setup-toolbar): Make it work.
15847
15848         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15849         (gnus-use-toolbar): Change the valid values into default, top,
15850         bottom, left, and right.
15851         (gnus-toolbar-thickness): New variable.
15852         (gnus-xmas-setup-toolbar): New function.
15853         (gnus-xmas-setup-group-toolbar): Use it.
15854         (gnus-xmas-setup-summary-toolbar): Use it.
15855
15856 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15857
15858         * gnus-start.el (gnus-1): Add "native" to
15859         gnus-predefined-server-alist.
15860
15861         * gnus.el (gnus-method-to-server): Don't add "native" to the
15862         lists here, because that leads to problems when
15863         gnus-select-method is bound.
15864
15865 2005-11-09  Simon Josefsson  <jas@extundo.com>
15866
15867         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15868         use (not sort-by-date) instead.
15869
15870 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15871
15872         * gnus-delay.el (gnus-delay-group): Don't autoload.
15873         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15874         to be re-loaded when customizing the `gnus-delay' group.
15875
15876 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15877
15878         * message.el: Revert last changes.
15879         (message-insert-citation-line): Use newlines.
15880
15881 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15882
15883         * message.el (message-courtesy-message)
15884         (message-mark-insert-begin, message-mark-insert-end)
15885         (message-elide-ellipsis, message-cancel-message)
15886         (message-add-header, message-change-subject)
15887         (message-cross-post-followup-to-header)
15888         (message-cross-post-insert-note, message-reduce-to-to-cc)
15889         (message-widen-reply, message-delete-not-region)
15890         (message-kill-to-signature, message-insert-signature)
15891         (message-insert-importance-high, message-insert-importance-low)
15892         (message-insert-or-toggle-importance)
15893         (message-insert-disposition-notification-to)
15894         (message-indent-citation, message-yank-original)
15895         (message-cite-original-without-signature, message-cite-original)
15896         (message-insert-citation-line, message-position-on-field)
15897         (message-fix-before-sending, message-send-mail-partially)
15898         (message-send-mail, message-send-mail-with-sendmail)
15899         (message-send-mail-with-qmail, message-send-news)
15900         (message-check-news-header-syntax, message-generate-headers)
15901         (message-insert-courtesy-copy, message-fill-address)
15902         (message-fill-header, message-shorten-references)
15903         (message-setup-1, message-cancel-news)
15904         (message-forward-make-body-plain, message-forward-make-body-mime)
15905         (message-forward-make-body-mml, message-encode-message-body)
15906         (message-forward-make-body-digest-plain)
15907         (message-forward-make-body-digest-mime)
15908         (message-use-alternative-email-as-from): Insert `hard-newline'
15909         instead of ordinary newlines.
15910
15911 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * message.el (message-generate-headers): Downcase the argument
15914         given to message-check-element.
15915
15916 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15917
15918         * nntp.el (nntp-authinfo-rejected): New error condition.
15919         (nntp-wait-for): Use new error condition to signal authentication
15920         error.
15921         (nntp-retrieve-data): Rethrow new error condition to break out of
15922         recursive call to nntp-send-authinfo.
15923
15924 2005-11-08  Romain Francoise  <romain@orebokech.com>
15925
15926         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15927         (gnus-summary-exit-map): Bind to `Z p'.
15928         (gnus-summary-make-menu-bar): Add menu item.
15929
15930 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15931
15932         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15933         (gnus-treat-*): Add `first' in all doc strings.
15934
15935         * gnus-group.el (gnus-group-compact-group): Fix typo.
15936
15937 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15938
15939         * gnus.el (gnus-parameters-case-fold-search): New variable.
15940         (gnus-parameters-get-parameter): Use it.
15941
15942         * gnus-score.el (gnus-home-score-file): Doc fix.
15943
15944 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15945
15946         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15947
15948 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * mm-util.el (mm-special-display-p): New function.
15951
15952         * mml.el (mml-preview): Use it; doc fix.
15953
15954 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15955
15956         * imap.el (imap-open): Handle case where buffer is a buffer object.
15957
15958 2005-10-29  Romain Francoise  <romain@orebokech.com>
15959
15960         * message.el (message-fix-before-sending): Fix comment.
15961
15962 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15963
15964         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15965
15966 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15967
15968         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15969         Used in gnus-score.el.
15970
15971 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15972
15973         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15974
15975 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15978         whitespace removed in revision 7.8.  Use concatenated string to
15979         protect trailing whitespace.
15980
15981 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15982
15983         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15984         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15985         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15986         Courier IMAP ("some version from 2004").  Mostly based on similar
15987         code in the same function.
15988
15989 2005-10-26  Didier Verna  <didier@xemacs.org>
15990
15991         * gnus-group.el (gnus-group-compact-group): Invalidate original
15992         article buffer.
15993         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15994         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15995         NOV database and in article itself.
15996         Invalidate article backlog.
15997
15998 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15999
16000         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16001
16002 2005-10-26  Simon Josefsson  <jas@extundo.com>
16003
16004         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16005         part of 2004-07-25 change.
16006
16007 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * message.el (message-display-completion-list): New function.
16010         (message-expand-group): Use it; make sure the Completions buffer
16011         is modifiable.
16012 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16013
16014         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16015         user-mail-name is an empty string.
16016
16017 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16020         depending on gnus-score-decay-constant.
16021
16022         * encrypt.el (encrypt-insert-file-contents)
16023         (encrypt-write-file-contents): Don't use `gnus-message'.
16024
16025         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16026         arguments.
16027         (mm-uu-type-alist): Add message-marks and insert-marks.
16028         Pass arguments to mm-uu-verbatim-marks-extract.
16029         (mm-uu-hide-markers): New variable.
16030         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16031
16032         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16033         (gnus-convert-image-to-face-command): Use "convert" by default to
16034         allow other input image formats.
16035         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16036         accordingly.
16037
16038 2005-10-23  Simon Josefsson  <jas@extundo.com>
16039
16040         * imap.el (imap-gssapi-program): Align command line parameters
16041         with latest GNU SASL.
16042         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16043
16044 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16045
16046         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16047         HTML.
16048         (nnslashdot-request-article): Ditto.
16049
16050         * lpath.el (featurep): Add nobreak-char-display.
16051
16052 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16053
16054         * mail-source.el (mail-source-fetch-pop): Require pop3.
16055         (mail-source-check-pop): Ditto.
16056
16057 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16060         errors.
16061
16062 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16063
16064         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16065         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16066
16067         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16068
16069         * mm-bodies.el (mm-decode-string):
16070         Call `mm-charset-to-coding-system' with allow-override argument.
16071
16072 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16075         (rfc2047-charset-to-coding-system): New function.
16076         (rfc2047-decode-encoded-words): New function.
16077         (rfc2047-decode-region): Use them.
16078         (rfc2047-decode-cte): Remove.
16079         (rfc2047-parse-and-decode): Remove.
16080         (rfc2047-decode): Remove.
16081
16082 2005-10-15  Kenichi Handa  <handa@m17n.org>
16083
16084         * rfc2047.el (rfc2047-decode-cte): New function.
16085         (rfc2047-decode-region): Change the way to decode successive
16086         encoded-words: decode B- or Q-encoding in each encoded-word,
16087         concatenate them, and decode it as charset.
16088
16089 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * lpath.el: Fbind codepage-setup for XEmacs.
16092
16093 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16094
16095         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16096         widget-move-and-invoke.
16097         (gnus-custom-mode): Use gnus-custom-map.
16098
16099 2005-10-15  Bill Wohler  <wohler@newt.com>
16100
16101         * message.el (message-tool-bar-map): Rename image file from
16102         mail_send to mail/send.
16103
16104 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16105
16106         * message.el (message-expand-group): Pass the common
16107         prefix substring of completion to `display-completion-list'.
16108
16109 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * mml-sec.el (mml-secure-method): New internal variable.
16112         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16113         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16114         New functions using mml-secure-method.
16115
16116         * mml.el (mml-mode-map): Add key bindings for those functions.
16117         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16118         Harder <harder@myrealbox.com>.
16119         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16120         Goto end of message if point is the headers of the message.
16121
16122         * message.el (message-in-body-p): New function.
16123
16124         * assistant.el: Autoload gnus-util and netrc.
16125
16126         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16127         Use `mm-charset-override-alist' only when decoding.
16128
16129         * mm-bodies.el (mm-decode-body):
16130         Call `mm-charset-to-coding-system' with allow-override argument.
16131
16132         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16133         `filename' from Content-Disposition if Content-Type doesn't
16134         provide `name'.
16135         (gnus-mime-view-part-as-type): Set default instead of
16136         initial-input.
16137
16138 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16139
16140         * format-spec.el (format-spec): Propagate text properties of % spec.
16141
16142 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16143
16144         * gnus-art.el (gnus-treat-predicate): Add `first'.
16145
16146 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16149         (mm-charset-override-alist): New variable.
16150         (mm-charset-to-coding-system): Use it.
16151         (mm-codepage-setup): New helper function.
16152         (mm-charset-eval-alist): New variable.
16153         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16154         Warn about unknown charsets.
16155
16156         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16157
16158 2005-10-04  David Hansen  <david.hansen@gmx.net>
16159
16160         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16161         (nnrss-check-group): Ditto.
16162
16163 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16166         Rename x-gnus-verbatim to x-verbatim.
16167         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16168
16169         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16170         x-verbatim.
16171
16172         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16173
16174         * gnus-util.el (gnus-remove-duplicates): Remove.
16175
16176         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16177         instead of gnus-remove-duplicates.
16178
16179         * message.el (message-remove-duplicates): Remove.
16180         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16181         message-remove-duplicates.
16182
16183         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16184         available, else use implementation from `delete-dups'.
16185
16186         * message.el (message-insert-expires): New function.
16187         (message-mode-map): Add key binding.
16188         (message-mode-field-menu): Add menu entry.
16189         (message-mode): Document it.
16190         (message-make-expires-date): Use `message-make-date'.
16191
16192 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16193
16194         * message.el (message-make-expires-date): New function.
16195
16196 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * Makefile.in (list-installed-shadows): New entry.
16199         (install): Use it.
16200         (remove-installed-shadows): New entry.
16201
16202         * dgnushack.el (dgnushack-default-load-path): New variable.
16203         (dgnushack-find-lisp-shadows): New function.
16204         (dgnushack-remove-lisp-shadows): New function.
16205
16206 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * Makefile.in (install-el-elc): New entry.
16209         (install): Use it so that .el files are necessarily installed.
16210
16211 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16214
16215 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16216
16217         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16218         function rather than the diff-mode.el package.
16219         (mm-display-external): Use with-current-buffer.
16220         (mm-viewer-completion-map, mm-viewer-completion-map):
16221         Move initialization inside declaration.
16222
16223 2005-09-29  Simon Josefsson  <jas@extundo.com>
16224
16225         * spam.el: Load hashcash when compiling, to avoid warnings.
16226         Don't autoload mail-check-payment.
16227         (spam-check-hashcash): Define unconditionally, since hashcash.el
16228         is part of Gnus now.  Ignore errors from payment checking.
16229
16230 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * message.el (message-bold-region, message-unbold-region):
16233         Rename from `bold-region' and `unbold-region'.
16234
16235         * message.el: Remove useless autoloads.
16236
16237 2005-09-28  Simon Josefsson  <jas@extundo.com>
16238
16239         * message.el (message-use-idna): Default to t.
16240         (message-use-idna): Test whether encoding works too.  Doc fix.
16241
16242 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16243
16244         * nntp.el (nntp-warn-about-losing-connection): Remove.
16245
16246 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16249         customizable.  Change default value.
16250         (mm-uu-diff-groups-regexp): Change default value.
16251         (mm-uu-type-alist): Add doc string.
16252         (mm-uu-configure): Add doc string.  Make it interactive.
16253         (mm-uu-tex-groups-regexp): New variable.
16254         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16255         (mm-uu-type-alist): Add LaTeX documents.
16256         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16257         of "text/verbatim".
16258         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16259
16260         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16261         instead of "text/verbatim".
16262
16263         * message.el (message-mark-inserted-region)
16264         (message-mark-insert-file): Use slrn style marks when called with
16265         prefix argument.
16266
16267 2005-09-27  Simon Josefsson  <jas@extundo.com>
16268
16269         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16270
16271 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16272
16273         * message.el (message-remove-duplicates): New function.
16274         Implementation borrowed from `gnus-remove-duplicates'.
16275         (message-idna-to-ascii-rhs): Also encode idna addresses in
16276         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16277         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16278         only ask about the same idna domain once per header and also tell
16279         in what header to replace the idna domain.
16280
16281         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16282         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16283         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16284         a header is decoded and not just the last one.
16285
16286 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16289         has been decoded.
16290
16291         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16292         (mm-insert-part): Don't modify text if it has been decoded.
16293
16294         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16295         decoded.
16296
16297         * mm-view.el (mm-inline-text): Don't strip text props unless
16298         decoding enriched or richtext parts.
16299
16300 2005-09-25  Romain Francoise  <romain@orebokech.com>
16301
16302         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16303         * gnus-start.el (gnus-subscribe-interactively):
16304         * gnus-uu.el (gnus-uu-grab-articles):
16305         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16306         space.
16307
16308 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16309
16310         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16311         * mm-view.el (mm-view-pkcs7-decrypt):
16312         * gnus-sum.el (gnus-summary-limit-to-extra)
16313         (gnus-summary-respool-article, gnus-read-move-group-name):
16314         * gnus-score.el (gnus-summary-increase-score):
16315         * gnus-util.el (gnus-completing-read-with-default):
16316         * gnus-art.el (gnus-read-save-file-name)
16317         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16318         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16319         * message.el (message-check-news-header-syntax):
16320         Follow convention for reading with the minibuffer.
16321
16322 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16323
16324         * spam-report.el (spam-report-url-ping-plain):
16325         Use gnus-extended-version as User-Agent.
16326
16327         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16328         default value is nil.
16329
16330         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16331         (mm-uu-verbatim-marks-extract): New function.
16332         (mm-uu-extract): New face.
16333         (mm-uu-copy-to-buffer): Use it.
16334
16335         * spam-report.el (spam-report-gmane-ham): Rename from
16336         `spam-report-gmane-unspam'.
16337         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16338         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16339
16340         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16341         Autoload.
16342         (spam-report-gmane-unregister-routine):
16343         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16344
16345 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16346
16347         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16348         (spam-report-gmane-unregister-routine): Add support for gmane
16349         unregistration.
16350
16351         * spam-report.el (spam-report-gmane-unspam)
16352         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16353         (spam-report-gmane): Change to take a single article and do unspam
16354         registration.
16355
16356 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16357
16358         * mm-url.el (mm-url-decode-entities): Fix regexp.
16359
16360 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16363         default to nil, to be able to use Gnus at all.  If the default
16364         switches to something else, then the function should be fixed not
16365         be exceedingly slow.
16366
16367 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16368
16369         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16370         fail hard.
16371
16372         * spam-report.el: Add better Keywords line.
16373
16374         * spam.el: Add Maintainer and better Keywords line.
16375
16376 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * gnus-art.el (gnus-article-replace-part)
16379         (gnus-mime-replace-part): New functions.
16380         (gnus-mime-action-alist, gnus-mime-button-commands)
16381         (gnus-mime-save-part-and-strip): Add file argument.
16382         (gnus-article-part-wrapper): Add interactive argument.
16383
16384         * gnus-sum.el (gnus-summary-mime-map):
16385         Add `gnus-article-replace-part'.
16386
16387 2005-09-19  Didier Verna  <didier@xemacs.org>
16388
16389         The nnml compaction feature:
16390         * nnml.el (nnml-request-compact-group): New function.
16391         * nnml.el (nnml-request-compact): New function.
16392         * gnus-int.el (gnus-request-compact-group): New function.
16393         * gnus-int.el (gnus-request-compact): New function.
16394         * gnus-group.el (gnus-group-compact-group): New function.
16395         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16396         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16397         * gnus-srvr.el (gnus-server-compact-server): New function.
16398         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16399         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16400
16401 2005-09-18  Deepak Goel  <deego@gnufans.org>
16402
16403         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16404         format spec.
16405
16406 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16409
16410 2005-09-15  Romain Francoise  <romain@orebokech.com>
16411
16412         * message.el (message-fill-paragraph): Clarify docstring.
16413
16414 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * gnus-art.el (gnus-mime-display-part): Protect against broken
16417         MIME messages.
16418
16419 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16422         before parsing header.
16423
16424 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16425
16426         * html2text.el (html2text-replace-list): Add new entities.
16427
16428 2005-09-11  Romain Francoise  <romain@orebokech.com>
16429
16430         * message.el (message-alternative-emails): Improve docstring.
16431         (message-setup-1): Call `message-use-alternative-email-as-from'
16432         after `message-setup-hook' to give it precedence over posting
16433         styles, etc.
16434         (message-use-alternative-email-as-from): Add docstring.
16435         Remove the original From header if present.
16436
16437         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16438         (nnml-save-mail): Use it.
16439
16440         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16441         articles.  Add new argument `silent'.
16442         (gnus-uu-mark-all): Report the total number of marked articles.
16443
16444 2005-09-10  Romain Francoise  <romain@orebokech.com>
16445
16446         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16447         (gnus-uu-mark-series): Likewise.
16448
16449 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16450
16451         * spam-report.el (spam-report-gmane): Fix generation of spam
16452         report URL.
16453
16454 2005-09-10  Simon Josefsson  <jas@extundo.com>
16455
16456         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16457         t, based on discussion on the ding list with Robert Epprecht
16458         <epprecht@solnet.ch>.
16459
16460 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * spam-report.el (spam-report-gmane): Make it work without
16463         X-Report-Spam header.  Gmane now only provides Archived-At.
16464         This is only used if `spam-report-gmane-use-article-number' is nil.
16465         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16466
16467         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16468         make `gnus-summary-sort-by-recipient' work with threading.
16469
16470         * nnweb.el (nnweb-google-wash-article): Print a message if article
16471         is not available.
16472
16473 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16474
16475         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16476         change.  Decode text/* parts content before displaying.
16477
16478 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16479
16480         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16481
16482 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16485
16486         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16487         url-package-name, url-package-version,
16488         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16489         w3m-display-inline-images, and w3m-minor-mode-map.
16490
16491 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16492
16493         * message.el (message-tab-body-function): Fix mismatched custom type.
16494
16495         * gnus.el (gnus-group-change-level-function): Ditto.
16496
16497         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16498
16499         * gnus-art.el (gnus-signature-limit)
16500         (gnus-article-mime-part-function): Ditto.
16501
16502 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * mml.el (mml-mode): Silence the byte compiler.
16505
16506         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16507         using `(sit-for 0)' before moving the point to the specified part;
16508         skip unbuttonized parts.
16509         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16510         return to the summary window if gnus-auto-select-part is non-nil.
16511
16512 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16513
16514         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16515         New variables.
16516         (mml-dnd-attach-file, mml-mode): Use them.
16517
16518         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16519         Make fetching article by MID work again for Google Groups.
16520         Add FIXME concerning gnus-group-make-web-group.
16521
16522         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16523         Don't depend on Gnus by using mail-extract-address-components if
16524         gnus-extract-address-components is not bound.
16525
16526 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16527
16528         * gnus-art.el (gnus-mime-display-security): Don't display the
16529         signature, but only the signed part.
16530
16531 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16534
16535         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16536         list, not listp.
16537
16538 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16539
16540         * mm-encode.el (mm-encode-content-transfer-encoding):
16541         Likewise when encoding.
16542
16543         * mm-bodies.el (mm-decode-content-transfer-encoding):
16544         De-canonicalize CRLF for all text content types, not just
16545         text/plain.
16546
16547 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16550         valid article; point arrow and cursor at the MIME button.
16551
16552 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16555         Suggested by Dan Christensen <jdc@uwo.ca>.
16556
16557         * mm-decode.el (mm-save-part): Enable change of prompt.
16558
16559 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16560
16561         * gnus-msg.el (gnus-inews-add-send-actions):
16562         Make `message-post-method' lambda parameter ARG `&optional'.
16563
16564 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * gnus-sum.el (gnus-summary-mime-map):
16567         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16568         gnus-article-jump-to-part.
16569
16570         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16571         (gnus-article-edit-part): Use it.
16572         (gnus-article-part-wrapper): Add no-handle argument.
16573         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16574         New functions.
16575
16576 2005-08-29  Romain Francoise  <romain@orebokech.com>
16577
16578         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16579         docstring.
16580         (gnus-face-from-file): Likewise.
16581
16582 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16583
16584         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16585         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16586         non-nil.
16587         (gnus-auto-select-part): New variable.
16588         (gnus-article-jump-to-part): New function.
16589         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16590         (gnus-mime-delete-part): Allow selecting specified part after
16591         deleting or stripping parts.
16592         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16593         part if argument is bogus.
16594
16595 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16596
16597         * gnus-art.el (w3m-minor-mode-map):
16598         * gnus-spec.el (gnus-newsrc-file-version):
16599         * gnus-util.el (nnmail-active-file-coding-system)
16600         (gnus-original-article-buffer, gnus-user-agent):
16601         * gnus.el (gnus-ham-process-destinations)
16602         (gnus-parameter-ham-marks-alist)
16603         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16604         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16605         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16606         * mm-decode.el (gnus-current-window-configuration):
16607         * mm-extern.el (gnus-article-mime-handles):
16608         * mm-url.el (url-current-object, url-package-name)
16609         (url-package-version):
16610         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16611         (smime-keys, w3m-cid-retrieve-function-alist)
16612         (w3m-current-buffer, w3m-display-inline-images)
16613         (w3m-minor-mode-map):
16614         * mml-smime.el (gnus-extract-address-components):
16615         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16616         (gnus-newsrc-hashtb, message-default-charset)
16617         (message-deletable-headers, message-options)
16618         (message-posting-charset, message-required-mail-headers)
16619         (message-required-news-headers):
16620         * mml1991.el (mc-pgp-always-sign):
16621         * mml2015.el (mc-pgp-always-sign):
16622         * nnheader.el (nnmail-extra-headers):
16623         * rfc1843.el (gnus-decode-encoded-word-function)
16624         (gnus-decode-header-function, gnus-newsgroup-name):
16625         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16626
16627 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16628
16629         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16630         the end of the date treatments.
16631
16632 2005-08-15  Simon Josefsson  <jas@extundo.com>
16633
16634         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16635         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16636         Capello and Romain Francoise.
16637         (pgg-fetch-key-function): Remove, not used?
16638         (pgg-insert-url-with-w3): Require url, to get
16639         url-insert-file-contents regardless of where it is defined.
16640
16641 2005-08-13  Romain Francoise  <romain@orebokech.com>
16642
16643         * message.el (message-cite-original-1): New function.
16644         (message-cite-original): Use it.
16645         (message-cite-original-without-signature): Ditto.
16646
16647 2005-08-08  Romain Francoise  <romain@orebokech.com>
16648
16649         * message.el (message-yank-empty-prefix): New variable.
16650         (message-indent-citation): Use it.
16651         (message-cite-original-without-signature): Respect X-No-Archive.
16652
16653 2005-08-08  Simon Josefsson  <jas@extundo.com>
16654
16655         * pgg.el: Autoload url-insert-file-contents instead of loading
16656         w3/url.
16657         (pgg-insert-url-with-w3): Don't load url here.
16658
16659 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16660
16661         * message.el (message-kill-to-signature): Don't insert newline at
16662         bol.
16663         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16664
16665 2005-08-06  Romain Francoise  <romain@orebokech.com>
16666
16667         * message.el (message-user-fqdn): Fix typo in docstring.
16668
16669 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16670
16671         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16672
16673         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16674
16675 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * mm-bodies.el (mm-encode-body): Use coding system rather than
16678         charset to encode text.
16679
16680         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16681         number of charsets if utf-8 is available (XEmacs).
16682
16683 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16684
16685         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16686         taken from `gnus-button-mid-or-mail-regexp'.
16687         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16688         (gnus-button-alist): Improve regexp for domain part of the MIDs
16689         for news:localpart@domain buttons.
16690         (gnus-button-ctan-directory-regexp): Update.
16691
16692 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * sieve-manage.el (sieve-manage-interactive-login):
16695         Use make-local-variable rather than make-variable-buffer-local.
16696         (sieve-manage-open): Ditto.
16697         (sieve-manage-authenticate): Ditto.
16698
16699         * mml.el (mml-generate-mime-1): Make the content type default to
16700         text/plain if the filename is not specified.
16701
16702 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16705         instead of insert-buffer.
16706
16707         * message.el (message-yank-original): Ditto; set the mark at the
16708         end of the yanked message.
16709
16710 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16713         lines to scroll rather than to stop it.
16714
16715         * mml.el (mml-generate-default-type): Add doc string.
16716         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16717         default to application/octet-stream when determining the content
16718         type if it is not specified for the part or the mml contents; add
16719         a comment about mml-generate-default-type.
16720
16721 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16724         make it default to application/octet-stream when determining the
16725         content type if it is not specified for the external contents.
16726
16727 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16730         segmented parameter but also other parameters might be there.
16731
16732 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * mm-decode.el (mm-display-external): Delete temp file, directory
16735         and buffer immediately if the external process is exited.
16736
16737 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16740         fewer lines than that of scroll-margin.
16741         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16742
16743 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-art.el (gnus-article-next-page): Revert.
16746         (gnus-article-beginning-of-window): New macro.
16747         (gnus-article-next-page-1): Use it.
16748         (gnus-article-prev-page): Ditto.
16749         (gnus-article-edit-part): Use insert-buffer-substring instead of
16750         insert-buffer.
16751         (gnus-article-edit-exit): Ditto.
16752
16753         * gnus-util.el (gnus-beginning-of-window): Remove.
16754         (gnus-end-of-window): Remove.
16755
16756         * lpath.el: Don't bind header-line-format and scroll-margin.
16757
16758 2005-07-25  Simon Josefsson  <jas@extundo.com>
16759
16760         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16761         to have the url package without w3.  Reported by Daiki Ueno
16762         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16763
16764 2005-07-20  Didier Verna  <didier@xemacs.org>
16765
16766         * gnus-diary.el: Remove the description comment (nndiary is now
16767         properly documented in the Gnus manual).
16768         Fix the spelling of "Back End".
16769         * nndiary.el: Ditto.
16770         Fix the copyright notice.
16771
16772 2005-07-18  Romain Francoise  <romain@orebokech.com>
16773
16774         * gnus-sum.el (gnus-summary-to-prefix)
16775         (gnus-summary-newsgroup-prefix): New variables.
16776         (gnus-summary-from-or-to-or-newsgroups): Use them.
16777
16778 2005-07-17  Romain Francoise  <romain@orebokech.com>
16779
16780         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16781         space as it's generally not especially interesting to the user.
16782
16783 2005-07-16  Romain Francoise  <romain@orebokech.com>
16784
16785         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16786         nil to avoid prompting and file modification if one of the
16787         messages at the top of the nnfolder file contains a copyright
16788         notice.
16789         Update copyright notice.
16790
16791         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16792         instead of `current-time-string' as the latter creates a time
16793         string that is not RFC 2822 compliant (it lacks the zone).
16794         Update copyright notice.
16795
16796 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16797
16798         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16799         for text/rtf.  Display default in prompt.  Pass default for M-n.
16800
16801         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16802
16803 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16804
16805         * gnus-msg.el (gnus-button-mailto):
16806         Remove save-selected-window-window hackery because it relies on
16807         save-selected-window internals.
16808
16809 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16812         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16813         (gnus-article-prev-page): Ditto.
16814
16815         * gnus-util.el (gnus-beginning-of-window): New function.
16816         (gnus-end-of-window): New function.
16817
16818         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16819
16820 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16821
16822         * gnus-score.el (gnus-score-edit-all-score):
16823         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16824         gnus-message.
16825
16826 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16827
16828         * gnus-msg.el (gnus-button-mailto):
16829         Remove save-selected-window-window hackery because it relies on
16830         save-selected-window internals.
16831
16832 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16835         add-minor-mode.
16836         (gnus-binary-mode): Ditto.
16837
16838         * gnus-topic.el (gnus-topic-mode): Ditto.
16839
16840 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16841
16842         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16843         (gnus-article-prev-page): Take scroll-margin into consideration.
16844
16845 2005-07-04  Lute Kamstra  <lute@gnu.org>
16846
16847         Update FSF's address in GPL notices.
16848
16849 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16850
16851         * gnus.el (gnus-exit):
16852         * gnus-group.el (gnus-group-icons):
16853         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16854
16855         * gnus-nocem.el (gnus-nocem):
16856         * message.el (message-various, message-buffers, message-sending)
16857         (message-interface, message-forwarding, message-insertion)
16858         (message-headers, message-news, message-mail):
16859         * pgg-gpg.el (pgg-gpg):
16860         * pgg-parse.el (pgg-parse):
16861         * pgg-pgp.el (pgg-pgp):
16862         * pgg-pgp5.el (pgg-pgp5):
16863         * pop3.el (pop3): Finish `defgroup' description with period.
16864
16865 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * gnus-art.el (article-display-face): Improve the efficiency.
16868         (article-display-x-face): Ditto; remove grey x-face stuff.
16869
16870 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * gnus-art.el (article-display-face): Correct the position in
16873         which Faces are inserted.
16874
16875 2005-06-29  Didier Verna  <didier@xemacs.org>
16876
16877         * gnus-art.el (article-display-face): Display faces in correct
16878         order.
16879
16880 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16883         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16884         (gnus-nocem-check-article): Fetch the Type header.
16885         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16886         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16887         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16888         make sure gnus-nocem-hashtb is initialized.
16889         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16890         (gnus-nocem-unwanted-article-p): Ditto.
16891
16892         * pgg.el (pgg-verify): Return the verification result.
16893
16894 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16895
16896         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16897         is ascii.
16898
16899 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16900
16901         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16902         `show-nonbreak-escape'.
16903
16904 2005-06-23  Lute Kamstra  <lute@gnu.org>
16905
16906         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16907
16908         * dig.el (dig-mode):
16909         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16910
16911 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16912
16913         * nnimap.el (nnimap-split-download-body): Fix spellings.
16914
16915 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16916
16917         * gnus-art.el (gnus-article-encrypt-body):
16918         * gnus-cus.el (gnus-score-customize):
16919         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16920         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16921
16922 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16923
16924         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16925         header by looking for magic "MII" at the beginnig.
16926
16927 2005-06-16  Miles Bader  <miles@gnu.org>
16928
16929         * gnus-xmas.el (gnus-xmas-group-startup-message):
16930         Use renamed gnus-splash face.
16931
16932         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16933         (assistant-field-face): New backward-compatibility alias for renamed
16934         face.
16935         (assistant-render-text): Use renamed assistant-field face.
16936
16937         * spam.el (spam): Remove "-face" suffix from face name.
16938         (spam-face): New backward-compatibility alias for renamed face.
16939         (spam-face, spam-initialize): Use renamed spam face.
16940
16941         * message.el (message-header-to, message-header-cc)
16942         (message-header-subject, message-header-newsgroups)
16943         (message-header-other, message-header-name)
16944         (message-header-xheader, message-separator, message-cited-text)
16945         (message-mml): Remove "-face" suffix from face names.
16946         (message-header-to-face, message-header-cc-face)
16947         (message-header-subject-face, message-header-newsgroups-face)
16948         (message-header-other-face, message-header-name-face)
16949         (message-header-xheader-face, message-separator-face)
16950         (message-cited-text-face, message-mml-face):
16951         New backward-compatibility aliases for renamed faces.
16952         (message-font-lock-keywords): Use renamed message faces.
16953
16954         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16955         (sieve-test-commands, sieve-tagged-arguments):
16956         Remove "-face" suffix from face names.
16957         (sieve-control-commands-face, sieve-action-commands-face)
16958         (sieve-test-commands-face, sieve-tagged-arguments-face):
16959         New backward-compatibility aliases for renamed faces.
16960         (sieve-control-commands-face, sieve-action-commands-face)
16961         (sieve-test-commands-face, sieve-tagged-arguments-face):
16962         Use renamed sieve faces.
16963
16964         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16965         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16966         (gnus-group-news-3-empty, gnus-group-news-4)
16967         (gnus-group-news-4-empty, gnus-group-news-5)
16968         (gnus-group-news-5-empty, gnus-group-news-6)
16969         (gnus-group-news-6-empty, gnus-group-news-low)
16970         (gnus-group-news-low-empty, gnus-group-mail-1)
16971         (gnus-group-mail-1-empty, gnus-group-mail-2)
16972         (gnus-group-mail-2-empty, gnus-group-mail-3)
16973         (gnus-group-mail-3-empty, gnus-group-mail-low)
16974         (gnus-group-mail-low-empty, gnus-summary-selected)
16975         (gnus-summary-cancelled, gnus-summary-high-ticked)
16976         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16977         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16978         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16979         (gnus-summary-low-undownloaded)
16980         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16981         (gnus-summary-low-unread, gnus-summary-normal-unread)
16982         (gnus-summary-high-read, gnus-summary-low-read)
16983         (gnus-summary-normal-read, gnus-splash):
16984         Remove "-face" suffix from face names.
16985         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16986         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16987         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16988         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16989         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16990         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16991         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16992         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16993         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16994         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16995         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16996         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16997         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16998         (gnus-summary-normal-ticked-face)
16999         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17000         (gnus-summary-normal-ancient-face)
17001         (gnus-summary-high-undownloaded-face)
17002         (gnus-summary-low-undownloaded-face)
17003         (gnus-summary-normal-undownloaded-face)
17004         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17005         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17006         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17007         (gnus-splash-face):
17008         New backward-compatibility aliases for renamed faces.
17009         (gnus-group-startup-message): Use renamed gnus faces.
17010
17011         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17012         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17013         (gnus-server-agent): Remove "-face" suffix from face names.
17014         (gnus-server-agent-face, gnus-server-opened-face)
17015         (gnus-server-closed-face, gnus-server-denied-face)
17016         (gnus-server-offline-face):
17017         New backward-compatibility aliases for renamed faces.
17018         (gnus-server-agent-face, gnus-server-opened-face)
17019         (gnus-server-closed-face, gnus-server-denied-face)
17020         (gnus-server-offline-face): Use renamed gnus faces.
17021
17022         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17023         Remove "-face" suffix from face names.
17024         (gnus-picon-xbm-face, gnus-picon-face):
17025         New backward-compatibility aliases for renamed faces.
17026
17027         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17028         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17029         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17030         (gnus-cite-11): Remove "-face" suffix from face names.
17031         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17032         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17033         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17034         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17035         New backward-compatibility aliases for renamed faces.
17036         (gnus-cite-attribution-face, gnus-cite-face-list)
17037         (gnus-article-boring-faces): Use renamed gnus faces.
17038
17039         * gnus-art.el (gnus-signature, gnus-header-from)
17040         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17041         (gnus-header-content): Remove "-face" suffix from face names.
17042         (gnus-signature-face, gnus-header-from-face)
17043         (gnus-header-subject-face, gnus-header-newsgroups-face)
17044         (gnus-header-name-face, gnus-header-content-face):
17045         New backward-compatibility aliases for renamed faces.
17046         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17047
17048         * gnus-sum.el (gnus-summary-selected-face)
17049         (gnus-summary-highlight): Use renamed gnus faces.
17050         * gnus-group.el (gnus-group-highlight): Likewise.
17051
17052 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17053
17054         * gnus-sieve.el (gnus-sieve-article-add-rule):
17055         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17056         * spam-stat.el (spam-stat-buffer-change-to-spam)
17057         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17058
17059         * message.el (message-is-yours-p):
17060         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17061
17062 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * mm-view.el (mm-inline-text): Withdraw the last change.
17065
17066 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17069         executing enriched-decode.
17070
17071 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17074         charset of tar files.
17075
17076 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17077
17078         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17079
17080 2005-06-04  Lute Kamstra  <lute@gnu.org>
17081
17082         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17083         information is never recorded.
17084
17085 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17086
17087         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17088
17089 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * pop3.el (pop3-apop): Run md5 in the binary mode.
17092
17093         * starttls.el (starttls-set-process-query-on-exit-flag):
17094         Use eval-and-compile.
17095
17096 2005-05-31  Simon Josefsson  <jas@extundo.com>
17097
17098         * smime.el (smime-replace-in-string): Define.
17099         (smime-cert-by-ldap-1): Use it.
17100
17101 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * gnus-art.el (article-display-x-face): Replace
17104         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17105
17106         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17107         set-process-query-on-exit-flag or process-kill-without-query.
17108
17109         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17110         loop instead of replace-regexp.
17111
17112         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17113         instead of process-kill-without-query if it is available.
17114
17115         * lpath.el: Fbind ldap-search-entries.
17116
17117         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17118         instead of find-file-hooks if it is available.
17119
17120         * mml1991.el: Bind pgg-default-user-id when compiling.
17121
17122         * mml2015.el: Bind pgg-default-user-id when compiling.
17123
17124         * nndraft.el (nndraft-request-associate-buffer):
17125         Use write-contents-functions instead of write-contents-hooks if it is
17126         available.
17127
17128         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17129         instead of find-file-hooks if it is available.
17130
17131         * nntp.el (nntp-open-connection): Replace
17132         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17133         (nntp-open-ssl-stream): Ditto.
17134         (nntp-open-tls-stream): Ditto.
17135
17136         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17137         set-process-query-on-exit-flag or process-kill-without-query.
17138         (starttls-open-stream-gnutls): Use it instead of
17139         process-kill-without-query.
17140         (starttls-open-stream): Ditto.
17141
17142 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17143
17144         * smime.el (smime-cert-by-ldap-1): Don't use
17145         replace-regexp-in-string.
17146
17147 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17148
17149         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17150
17151         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17152         in PEM format.  Adjust to the XEmacs compatibility.
17153
17154 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17157         by `string-to-number'.
17158         * gnus-agent.el (gnus-agent-regenerate-group)
17159         (gnus-agent-fetch-articles): Ditto.
17160         * gnus-art.el (gnus-button-fetch-group): Ditto.
17161         * gnus-cache.el (gnus-cache-generate-active)
17162         (gnus-cache-articles-in-group): Ditto.
17163         * gnus-group.el (gnus-group-set-current-level)
17164         (gnus-group-insert-group-line): Ditto.
17165         * gnus-score.el (gnus-score-set-expunge-below)
17166         (gnus-score-set-mark-below, gnus-summary-score-effect)
17167         (gnus-summary-score-entry): Ditto.
17168         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17169         (gnus-soup-pack): Ditto.
17170         * gnus-spec.el (gnus-xmas-format): Ditto.
17171         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17172         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17173         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17174         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17175         * nndb.el (nndb-get-remote-expire-response): Ditto.
17176         * nndiary.el (nndiary-parse-schedule-value)
17177         (nndiary-string-to-number, nndiary-request-replace-article)
17178         (nndiary-request-article): Ditto.
17179         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17180         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17181         * nneething.el (nneething-make-head): Ditto.
17182         * nnfolder.el (nnfolder-request-article)
17183         (nnfolder-retrieve-headers): Ditto.
17184         * nnheader.el (nnheader-file-to-number): Ditto.
17185         * nnkiboze.el (nnkiboze-request-article): Ditto.
17186         * nnmail.el (nnmail-process-unix-mail-format)
17187         (nnmail-process-babyl-mail-format): Ditto.
17188         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17189         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17190         (nnmh-request-create-group, nnmh-request-list-1)
17191         (nnmh-request-group, nnmh-request-article): Ditto.
17192         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17193         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17194         * nnsoup.el (nnsoup-make-active): Ditto.
17195         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17196         * nntp.el (nntp-find-group-and-number)
17197         (nntp-retrieve-headers-with-xover): Ditto.
17198         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17199         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17200         (pgg-format-key-identifier): Ditto.
17201         * pop3.el (pop3-last, pop3-stat): Ditto.
17202         * qp.el (quoted-printable-decode-region): Ditto.
17203
17204         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17205         of concat.
17206
17207 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17210
17211         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17212
17213         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17214
17215         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17216
17217         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17218
17219         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17220
17221         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17222         (gnus-carpal-mode): Ditto.
17223
17224         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17225         (gnus-browse-mode): Ditto.
17226
17227         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17228
17229         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17230
17231 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17232
17233         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17234
17235 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * gnus-util.el (gnus-run-mode-hooks): New function.
17238
17239         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17240
17241         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17242         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17243
17244 2005-05-27  Lute Kamstra  <lute@gnu.org>
17245
17246         * dns-mode.el (dns-mode): Specify customization group.
17247
17248 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17249
17250         * gnus-agent.el (gnus-agent-make-mode-line-string):
17251         Use mode-line-highlight as mouse-face.
17252
17253 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * canlock.el (canlock): Change the parent group to news.
17256
17257         * deuglify.el (gnus-outlook-deuglify): Add :group.
17258
17259         * dig.el (dig): Add :group.
17260
17261         * dns-mode.el (dns-mode): Add :group.
17262
17263         * encrypt.el (encrypt): Add :group.
17264
17265         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17266         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17267         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17268         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17269         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17270
17271         * gnus-diary.el (gnus-diary): Add :group.
17272
17273         * gnus.el (gnus-group-news-1-face): Add :group.
17274         (gnus-group-news-1-empty-face): Ditto.
17275         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17276         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17277         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17278         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17279         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17280         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17281         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17282         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17283         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17284         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17285         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17286         (gnus-summary-high-ticked-face): Ditto.
17287         (gnus-summary-low-ticked-face): Ditto.
17288         (gnus-summary-normal-ticked-face): Ditto.
17289         (gnus-summary-high-ancient-face): Ditto.
17290         (gnus-summary-low-ancient-face): Ditto.
17291         (gnus-summary-normal-ancient-face): Ditto.
17292         (gnus-summary-high-undownloaded-face): Ditto.
17293         (gnus-summary-low-undownloaded-face): Ditto.
17294         (gnus-summary-normal-undownloaded-face): Ditto.
17295         (gnus-summary-high-unread-face): Ditto.
17296         (gnus-summary-low-unread-face): Ditto.
17297         (gnus-summary-normal-unread-face): Ditto.
17298         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17299         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17300
17301         * hashcash.el (hashcash): New custom group.
17302         (hashcash-default-payment): Add :group.
17303         (hashcash-payment-alist): Ditto.
17304         (hashcash-default-accept-payment): Ditto.
17305         (hashcash-accept-resources): Ditto.
17306         (hashcash-path): Ditto.
17307         (hashcash-extra-generate-parameters): Ditto.
17308         (hashcash-double-spend-database): Ditto.
17309         (hashcash-in-news): Ditto.
17310
17311         * message.el (message-minibuffer-local-map): Add :group.
17312
17313         * netrc.el (netrc): Add :group.
17314
17315         * sieve-manage.el (sieve-manage-log): Add :group.
17316         (sieve-manage-default-user): Diito.
17317         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17318         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17319         (sieve-manage-authenticators): Ditto.
17320         (sieve-manage-authenticator-alist): Ditto.
17321         (sieve-manage-default-port): Ditto.
17322
17323         * sieve-mode.el (sieve-control-commands-face): Add :group.
17324         (sieve-action-commands-face): Ditto.
17325         (sieve-test-commands-face): Ditto.
17326         (sieve-tagged-arguments-face): Ditto.
17327
17328         * smime.el (smime): Add :group.
17329
17330         * spam-report.el (spam-report): Add :group.
17331
17332         * spam.el (spam, spam-face): Add :group.
17333
17334 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17335
17336         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17337         return \n.\n.\n at the end of articles.  Protect against that.
17338         (nntp-with-open-group): Allow debugging.
17339
17340         * nnheader.el (mail-header-set-extra): Make into a function
17341         because I just could't understand how to quote the list properly.
17342
17343         * dns.el (query-dns-cached): New function.
17344
17345 2005-05-26  Lute Kamstra  <lute@gnu.org>
17346
17347         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17348
17349 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17352
17353         * gnus-art.el: Don't autoload mail-extract-address-components.
17354
17355         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17356         eval-and-compile to evaluate it.
17357
17358         * hashcash.el: Don't autoload executable-find.
17359
17360         * nndb.el: Don't declare the nndb back end two or more times; don't
17361         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17362
17363         * nntp.el: Autoload format-spec instead of format; use
17364         eval-and-compile to evaluate autoload forms.
17365
17366 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17367
17368         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17369
17370 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17371
17372         * gnus.el (gnus-version-number): Bump version.
17373
17374 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17375
17376         * gnus.el: No Gnus v0.3 is released.
17377
17378 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17379
17380         * lpath.el (featurep): Bind show-nonbreak-escape.
17381
17382 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * gnus-art.el (gnus-article-edit-part): Disable undo.
17385
17386 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17389         gnus-article-date-lapsed-new-header is t if date timer is active;
17390         skip headers in which the original date value is empty.
17391         (gnus-article-save-original-date): Redefine it as a macro.
17392         (gnus-display-mime): Use it.
17393
17394 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * gnus-art.el (article-date-ut): Support converting date in
17397         forwarded parts as well.
17398         (gnus-article-save-original-date): New function.
17399         (gnus-display-mime): Use it.
17400
17401 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17402
17403         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17404         enclosure element of <item>.
17405
17406 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17407
17408         * message.el (message-kill-buffer-query): Rename from
17409         `message-kill-buffer-query-if-modified'.  Add :version.
17410
17411 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17414         window layout.
17415
17416 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * mml.el: Autoload dnd when compiling.
17419
17420 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17421
17422         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17423         x-dnd-*.
17424
17425 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * qp.el (quoted-printable-encode-region): Save excursion.
17428
17429 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17430
17431         * message.el (message-kill-buffer-query-if-modified): Add new variable
17432         so the user can kill a modified message buffer quickly.
17433         (message-kill-buffer): Use it.
17434
17435 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17436
17437         * lpath.el: Fbind display-time-event-handler; don't fbind
17438         string-to-multibyte.
17439
17440         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17441
17442 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17445         contained in text because xml.el decodes entities) with LFs.
17446
17447 2005-04-11  Lute Kamstra  <lute@gnu.org>
17448
17449         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17450         differently.
17451
17452 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17453
17454         * mm-util.el (mm-detect-coding-region): Typo.
17455
17456 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17459
17460 2005-04-06  Deepak Goel  <deego@gnufans.org>
17461
17462         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17463         user-function allow user modifications of the scores.
17464         (spam-stat-score-buffer-user): New function, to allow
17465         user-computed modifications to the score.
17466         (spam-stat-score-buffer-user-functions): List of additional
17467         scoring functions.
17468         (spam-stat-error-holder): Global temporary error holder.
17469         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17470         variable.
17471
17472 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17473
17474         * gnus-registry.el (gnus-registry-clean-empty-function)
17475         (gnus-registry-trim, gnus-registry-fetch-groups)
17476         (gnus-registry-delete-group): Groups that match
17477         `gnus-registry-ignored-groups' are removed from the registry
17478         entries, not just ignored for splitting.  This helps clean up the
17479         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17480         to get all the groups a message ID is in.
17481
17482         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17483         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17484         (spam-stat-score-buffer-user-functions): Add :number custom type.
17485
17486 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17489         argument in XEmacs.
17490
17491         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17492         (nnrss-request-group): Decode group name first.
17493         (nnrss-request-article): Make a text/plain article if mml-to-mime
17494         failed.
17495         (nnrss-get-encoding): Return a compatible encoding according to
17496         nnrss-compatible-encoding-alist.
17497         (nnrss-find-el): Use consp instead of listp.
17498         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17499
17500 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17503         which Emacs 20 doesn't support.
17504         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17505
17506 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17509         silence the byte compiler inside the defun.
17510
17511         * gnus-demon.el (parse-time-string): Add autoload.
17512
17513         * gnus-delay.el (parse-time-string): Add autoload.
17514
17515         * gnus-art.el (parse-time-string): Add autoload.
17516
17517         * nnultimate.el (parse-time): Require for `parse-time-string'.
17518
17519 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17520
17521         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17522
17523         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17524
17525         * smime.el (smime-ldap-host-list): Add :version.
17526
17527 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17528
17529         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17530         pass it to `gnus-browse-read-group'.
17531         (gnus-browse-read-group): Add NUMBER argument and pass it to
17532         `gnus-group-read-ephemeral-group'.
17533
17534         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17535         argument and pass it to `gnus-group-read-group'.
17536
17537 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17538
17539         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17540         mm-xemacs-find-mime-charset-1 if we have the mule feature
17541         available at runtime.
17542
17543 2005-03-25  Werner Lemberg  <wl@gnu.org>
17544
17545         * nnmaildir.el: Replace `illegal' with `invalid'.
17546
17547 2005-03-23  Lute Kamstra  <lute@gnu.org>
17548
17549         * time-date.el: Add comment on time value formats.
17550         Don't require parse-time.
17551         (with-decoded-time-value): New macro.
17552         (encode-time-value): New function.
17553         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17554         (days-to-time): Return a valid time value when arg is huge.
17555         (time-since): Use time-subtract.
17556         (time-to-number-of-days): Use time-to-seconds.
17557
17558 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17559
17560         * gnus-start.el (gnus-display-time-event-handler):
17561         Check display-time-timer at runtime rather than only at load time
17562         in case display-time-mode is turned off in the mean time.
17563
17564 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17565
17566         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17567         used.
17568
17569         * nneething.el (nneething-map-file-directory): Derive from
17570         `gnus-directory'.
17571
17572         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17573         the To/Cc button.
17574
17575 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17576
17577         * nnmaildir.el (nnmaildir-request-accept-article):
17578         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17579
17580 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17581
17582         * gnus-async.el: Require timer-funcs at compile time when in
17583         XEmacs for `run-with-idle-timer'.
17584
17585 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17586
17587         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17588         autoloaded function.
17589
17590 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17591
17592         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17593
17594 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17595
17596         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17597
17598 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17599
17600         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17601         Add gnus-expert-user to default.
17602
17603 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17604
17605         * nnimap.el (nnimap-open-server): Ditto.
17606
17607         * imap.el (imap-authenticate): Fix typo.
17608
17609 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17610
17611         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17612         buffer (since IMAP server might return FETCH response out of
17613         order, and the nntp buffer must be sorted).
17614
17615 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17616
17617         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17618         comparison on string.
17619
17620         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17621         (gnus-agent-score): Rename category keywords to match gnus-cus.
17622         (gnus-agent-summary-fetch-series): Modify to protect against
17623         gnus-agent-summary-fetch-group clearing processable flags.
17624         (gnus-agent-synchronize-group-flags): Update live group buffer as
17625         synchronization may occur due to the user toggle the plugged
17626         status.
17627         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17628         successfully downloaded.
17629         (gnus-agent-expire-group-1): Avoid using markers when the overview
17630         is in ascending order; greatly improves performance.
17631         (gnus-agent-regenerate-group):
17632         Use gnus-agent-synchronize-group-flags to reset read status in both
17633         gnus and server.
17634         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17635
17636 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * message.el: Don't autoload former message-utils variables.
17639         (message-strip-subject-trailing-was): Change doc string.
17640
17641         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17642         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17643         (nnweb-google-search): Add "hl=en" here.
17644         (nnweb-google-parse-1, nnweb-google-create-mapping):
17645         Don't hardcode URL.
17646
17647 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17648
17649         * message.el (message-get-reply-headers, message-followup):
17650         Mention related variables `message-use-followup-to' and
17651         `message-use-mail-followup-to', in the information buffer.
17652
17653         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17654         of broken groups(-beta).google.com.
17655
17656 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17657
17658         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17659         parameter to invoked gnus-request-move-article; remove the
17660         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17661         all at once instead of once per article.
17662         (gnus-summary-remove-process-mark): Accept a list of articles as
17663         well as a single article for processing.
17664
17665         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17666         parameter.
17667
17668         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17669
17670         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17671
17672         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17673         parameter.
17674
17675         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17676         parameter.
17677
17678         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17679         parameter and remove the gnus-sum-hint-move-is-internal variable.
17680
17681         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17682         parameter.
17683
17684         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17685         parameter.
17686
17687         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17688         parameter.
17689
17690         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17691
17692         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17693         parameter.
17694
17695         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17696         parameter.
17697
17698 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17699
17700         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17701         a more conservative way.
17702
17703 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17704
17705         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17706         buffer, so it moves the window's cursor.
17707
17708 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17709
17710         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17711         `mm-dissect-multipart' and receive the from field as an (optional)
17712         argument from `mm-dissect-multipart'.
17713         (mm-dissect-multipart): Receive the from field as an argument and
17714         pass it on when we call `mm-dissect-buffer' on MIME parts.
17715         Fixes verification/decryption of signed/encrypted MIME parts.
17716
17717 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17718
17719         * gnus-sum.el (gnus-summary-move-article):
17720         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17721         whatever it calls (right now, only nnimap-request-move article
17722         respects it).
17723
17724         * nnimap.el (nnimap-request-move-article):
17725         When gnus-sum-hint-move-is-internal is set, don't do the extra
17726         nnimap-request-article.
17727
17728 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17731
17732         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17733         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17734
17735         * gnus-sum.el (gnus-summary-caesar-message):
17736         Apply `gnus-treat-article' after rotation.
17737
17738         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17739         doc string.
17740
17741 2005-02-22  Simon Josefsson  <jas@extundo.com>
17742
17743         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17744         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17745         <arne@arnested.dk>.
17746         (encrypt): Add password-cache and password-cache-expiry as group
17747         members.
17748
17749 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17750
17751         * smime.el (smime-ldap-host-list): Doc fix.
17752         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17753         cache) password.
17754         (smime-sign-region): Use it.
17755         (smime-decrypt-region): Use it.
17756         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17757         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17758         fails.
17759         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17760         certificate from DER to PEM format rather than calling openssl.
17761
17762         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17763
17764         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17765         for signing/encryption.
17766
17767         * mml.el (mml-parse-1): Use them.
17768
17769 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17770
17771         * nnrss.el (nnrss-verbose): Remove.
17772         (nnrss-request-group): Use `nnheader-message' instead.
17773
17774 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17775
17776         * nnrss.el (nnrss-verbose): New variable.
17777         (nnrss-request-group): Make it say nnrss is requesting a group.
17778
17779 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17780
17781         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17782         Handle news URL with given port correctly.
17783
17784 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17785
17786         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17787         containing special characters.
17788
17789         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17790
17791         * mml.el (mime-to-mml): Ditto.
17792
17793         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17794         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17795         (rfc2047-decode-region): Quote decoded words containing special
17796         characters when rfc2047-quote-decoded-words-containing-tspecials
17797         is non-nil.
17798
17799 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17800
17801         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17802
17803         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17804
17805 2005-02-15  Simon Josefsson  <jas@extundo.com>
17806
17807         * nnimap.el (nnimap-debug): Doc fix.
17808
17809         * imap.el (imap-debug): Doc fix.
17810
17811 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17814
17815 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17816
17817         * gnus.el (spam-contents): Improve docs for spam-contents
17818         parameter in its variable incarnation.
17819
17820 2005-02-14  Simon Josefsson  <jas@extundo.com>
17821
17822         * smime-ldap.el: Use require instead of load-library for ldap.
17823         (smime-ldap-search): Indent.
17824         (smime-ldap-search-internal): Shorten line.
17825
17826         * smime.el (smime-cert-by-dns): Add doc-string.
17827         (smime-cert-by-ldap-1): Indent.
17828
17829         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17830         mml-smime-get-dns-ldap.
17831         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17832
17833 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17834
17835         * smime.el: Require smime-ldap.
17836         (smime-ldap-host-list): New variable.
17837         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17838
17839         * mml-smime.el (mml-smime-encrypt-query): New function.
17840         (mml-smime-encrypt-query): Use it.
17841
17842         * smime-ldap.el: New file.
17843
17844 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17847
17848 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17849
17850         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17851         argument in doc string.  Make query for type more clear.
17852
17853 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17854
17855         * gnus.el (gnus-group-startup-message): Search for gnus images in
17856         etc/images/gnus.
17857         * mm-util.el (mm-image-load-path): Likewise.
17858         * smiley.el (smiley-data-directory): Search for smilies in
17859         etc/images/smilies.
17860
17861 2005-02-09  Kim F. Storm  <storm@cua.dk>
17862
17863         Change Emacs release version from 21.4 to 22.1 throughout.
17864         Change Emacs development version from 21.3.50 to 22.0.50.
17865
17866 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17869
17870         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17871         non-Mule XEmacs as well.
17872         (mm-decompress-buffer): Signal an error intentionally if it does
17873         not decompress compressed data because auto-compression-mode is
17874         disabled.
17875
17876 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17877
17878         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17879         an ID in the registry even if it has no groups.
17880
17881 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17884         merge it into mm-decompress-buffer.
17885         (gnus-mime-copy-part): Use the MIME part charset, the value which
17886         a user specified or gnus-newsgroup-charset for decoding, like
17887         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17888         save-buffer what was used.  Suggested by Kevin Ryde
17889         <user42@zip.com.au>.
17890         (gnus-mime-inline-part): Allow the name parameter as well as the
17891         filename parameter; force decompressing of compressed data; always
17892         display contents being not decoded as unibyte.
17893
17894         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17895         as well as the filename parameter.
17896
17897         * mm-util.el (mm-decompress-buffer):
17898         Merge gnus-mime-jka-compr-maybe-uncompress.
17899         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17900         of compressed data.
17901
17902 2005-02-08  Simon Josefsson  <jas@extundo.com>
17903
17904         * imap.el (imap-log): Doc fix.
17905
17906 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17909         the coding cookies; decompress compressed parts.
17910
17911         * mml.el (mml-generate-mime-1): Add the charset parameter according
17912         to the value which a user specified manually or the coding cookie.
17913
17914         * mm-util.el (mm-string-to-multibyte): New function.
17915         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17916         (mm-coding-system-to-mime-charset): New function.
17917         (mm-decompress-buffer): New function.
17918         (mm-find-buffer-file-coding-system): New function.
17919
17920         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17921         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17922         parts.
17923
17924 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17925
17926         * mm-view.el (mm-display-inline-fontify): Decode a part according
17927         to the charset parameter.
17928
17929 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17932         prefix arg is neither nil nor a number, as info specifies.
17933
17934 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17937         timestamps.
17938
17939 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17940
17941         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17942         groups error checking and notify user.
17943
17944 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17945
17946         * message.el (message-send-mail-function): Check existence of
17947         sendmail-program first before using default value
17948         `message-send-mail-with-sendmail'.  Otherwise use more generic
17949         `smtpmail-send-it'.
17950
17951 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * nntp.el (nntp-request-update-info): Always return nil.
17954
17955 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17956
17957         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17958
17959 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17960
17961         * message.el (message-beginning-of-line): Change the behavior when
17962         invoked between BOL and : so that it first moves backward.
17963
17964 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17967         article buffer when editing of the article is discarded.
17968         (gnus-article-prepare): Revert.
17969
17970 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * gnus-art.el (gnus-article-prepare):
17973         Remove message-strip-forbidden-properties from the local hook.
17974
17975 2005-01-27  Simon Josefsson  <jas@extundo.com>
17976
17977         * password.el (password-cache-add): Only start one timer per key.
17978         Reported by Derek Atkins <warlord@MIT.EDU>.
17979
17980 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17981
17982         * run-at-time.el: Remove.  It is no longer needed as
17983         timer-funcs.el in the xemacs-base package has a working version of
17984         `run-at-time'.
17985
17986         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17987
17988         * password.el: Require timer-funcs instead of run-at-time in
17989         XEmacs.
17990         Remove `password-run-at-time' macro.
17991         (password-cache-add): Use `run-at-time' instead of
17992         `password-run-at-time'.
17993
17994         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17995         Remove `nnheader-cancel-function-timers' alias,
17996         `cancel-function-timers' exists in XEmacs in timer-funcs.
17997
17998         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17999         for `run-with-idle-timer'.
18000
18001         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18002         for `run-at-time'.
18003
18004         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18005         for `with-timeout'.
18006
18007         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18008         the same as for XEmacs 21.4.
18009         No need to ignore `run-with-idle-timer', this function exists in
18010         XEmacs now in timer-funcs.el in the xemacs-base package.
18011         (dgnushack-compile): No need to delete
18012         run-at-time.el from the list of files to compile because it
18013         doesn't exist anymore.
18014
18015 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18018         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18019
18020 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18021
18022         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18023         sensitively.
18024
18025 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18026
18027         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18028
18029 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18032         which will be inserted according to the multibyteness of a buffer
18033         rather than the type of contents.  Suggested by ARISAWA Akihiro
18034         <ari@mbf.ocn.ne.jp>.
18035
18036         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18037         of string which old xml.el may return rather than a string.
18038
18039 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18042
18043 2005-01-16  Simon Josefsson  <jas@extundo.com>
18044
18045         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18046         idn/idna.el isn't available.
18047         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18048         <michael@waxrat.com>.
18049
18050         * hashcash.el: Remove non-FSF copyright header.
18051
18052         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18053         (hashcash-generate-payment): Use it.
18054         (hashcash-generate-payment-async): Use it.
18055
18056 2005-01-15  Simon Josefsson  <jas@extundo.com>
18057
18058         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18059         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18060
18061         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18062         gnus-summary-idna-message.
18063         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18064         (gnus-summary-idna-message): New function.
18065
18066 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18067
18068         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18069         gnus-novice-user.
18070
18071 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * nnrss.el (nnrss-request-delete-group): Delete entries in
18074         nnrss-group-alist as well.
18075         (nnrss-save-server-data): Insert newline.
18076
18077 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18078
18079         * gnus.el (gnus-user-agent): Use list of symbols instead of
18080         symbols.  Display full version number for (S)XEmacs.
18081         Optionally display (S)XEmacs codename.
18082
18083         * gnus-util.el (gnus-emacs-version): Update for new
18084         `gnus-user-agent'.
18085
18086         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18087         Gnus version.
18088
18089 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18090
18091         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18092         which is unreadable in some setups.
18093
18094 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * gnus-spec.el (gnus-update-format-specifications): Flush the
18097         group format spec cache if it doesn't support decoded group names.
18098
18099 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18100
18101         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18102         Allow to apply decay on score files matching a regexp.
18103
18104 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18107         compatibility in %g and %c.
18108
18109 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18112         name for only %g and %c.
18113         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18114         of gnus-tmp-group to decoded group name.
18115         (gnus-group-make-rss-group): Exclude `/'s from group names.
18116
18117 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * nnrss.el (nnrss-get-encoding): Fix regexp.
18120
18121 2004-12-27  Simon Josefsson  <jas@extundo.com>
18122
18123         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18124         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18125         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18126
18127 2004-12-17  Kim F. Storm  <storm@cua.dk>
18128
18129         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18130
18131         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18132
18133 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18134
18135         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18136
18137 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * nnrss.el: Require rfc2047 and mml.
18140         (nnrss-file-coding-system): New variable.
18141         (nnrss-format-string): Redefine it as an inline function.
18142         (nnrss-decode-group-name): New function.
18143         (nnrss-string-as-multibyte): Remove.
18144         (nnrss-retrieve-headers): Decode group name; don't use
18145         nnrss-format-string.
18146         (nnrss-request-group): Decode group name.
18147         (nnrss-request-article): Decode group name; allow a Message-ID as
18148         well as an article number; don't use nnrss-format-string; encode a
18149         Message-ID string which may contain non-ASCII characters; use
18150         mml-to-mime to compose a MIME article.
18151         (nnrss-request-expire-articles): Decode group name.
18152         (nnrss-request-delete-group): Decode group name.
18153         (nnrss-fetch): Clarify error message.
18154         (nnrss-read-server-data): Use insert-file-contents instead of load;
18155         bind file-name-coding-system; use multibyte buffer.
18156         (nnrss-save-server-data): Bind coding-system-for-write to the
18157         value of nnrss-file-coding-system; bind file-name-coding-system;
18158         add coding cookie.
18159         (nnrss-read-group-data): Use insert-file-contents instead of load;
18160         bind file-name-coding-system; use multibyte buffer.
18161         (nnrss-save-group-data): Bind coding-system-for-write to the
18162         value of nnrss-file-coding-system; bind file-name-coding-system.
18163         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18164         make it work with non-ASCII text.
18165         (nnrss-find-el): Make it work with old xml.el as well.
18166
18167 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18168
18169         * nnrss.el (nnrss-get-encoding): New function.
18170         (nnrss-fetch): Use unibyte buffer initially; bind
18171         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18172         decode contents according to the encoding attribute.
18173         (nnrss-save-group-data): Add coding cookie.
18174         (nnrss-mime-encode-string): New function.
18175         (nnrss-check-group): Use it to encode subject and author.
18176
18177 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18178
18179         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18180         imaginary variable.
18181
18182 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18185         correctly even if there are wide characters.
18186
18187 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18188
18189         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18190         downcased symbol names; make a new cache instead of reusing
18191         bbdb-hashtable.
18192
18193 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18196         concatenating segments rather than before concatenating them.
18197         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18198
18199         * message.el (message-get-reply-headers): Bind `extra'.
18200
18201 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18202
18203         * message.el (message-extra-wide-headers): New variable.
18204         (message-get-reply-headers): Use it.
18205
18206 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18209         (gnus-agent-group-pathname): Ditto.
18210
18211         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18212
18213         * gnus-group.el (gnus-group-make-group): Decode group name.
18214         (gnus-group-make-rss-group): Register the group data after opening
18215         the nnrss group.
18216
18217 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18218
18219         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18220         by expiry now get marked as read.
18221
18222 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18225
18226 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18227
18228         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18229         unify Latin characters in XEmacs.
18230         (mm-find-mime-charset-region): Use it.
18231
18232 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * gnus-util.el (gnus-delete-directory): New function.
18235
18236         * gnus-agent.el (gnus-agent-delete-group): Use it.
18237
18238         * gnus-cache.el (gnus-cache-delete-group): Use it.
18239
18240 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18241
18242         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18243         names.
18244
18245 2004-12-16  Simon Josefsson  <jas@extundo.com>
18246
18247         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18248
18249 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18252
18253         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18254         (gnus-group-set-current-level): Decode group name.
18255
18256 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18257
18258         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18259         failed.
18260
18261 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * gnus-group.el (gnus-group-delete-group): Decode group name.
18264         (gnus-group-make-rss-group): Encode group name.
18265         (gnus-group-catchup-current): Decode group name.
18266         (gnus-group-kill-group): Decode group name.
18267
18268 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18269
18270         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18271
18272 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * gnus-group.el (gnus-group-make-rss-group):
18275         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18276
18277         * gnus-start.el (gnus-setup-news): Honor user's setting to
18278         gnus-message-archive-method.  Suggested by Lute Kamstra
18279         <lute@gnu.org>.
18280
18281 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18282
18283         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18284         global counterparts of the buffer-local variables.
18285
18286 2004-11-16  Romain Francoise  <romain@orebokech.com>
18287
18288         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18289         counterparts of the buffer-local variables.
18290
18291 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18292
18293         * message.el (message-forbidden-properties): Fix typo in doc
18294         string.
18295
18296 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18297
18298         * gnus-util.el (gnus-replace-in-string): Add doc string.
18299
18300         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18301         to avoid problems when splitting mails with many recipients.
18302
18303 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18304
18305         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18306         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18307
18308 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18309
18310         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18311         if there is no hashtable in memory or file modification time is
18312         newer than cached timestamp.
18313
18314 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * gnus-sum.el (gnus-summary-limit-to-recipient):
18317         Implement not-matching option.
18318
18319 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18320
18321         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18322         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18323         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18324         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18325         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18326         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18327
18328 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * message.el (message-forward-make-body-mml): Remove headers
18331         according to message-forward-ignored-headers if a message is decoded.
18332
18333 2004-12-02  Romain Francoise  <romain@orebokech.com>
18334
18335         * message.el (message-forward-make-body-plain): Always remove
18336         headers according to message-forward-ignored-headers.
18337
18338 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18339
18340         * spam.el (spam-summary-prepare-exit): Remove the
18341         gnus-summary-limit pop for now, it has problems with ham marks for
18342         me.
18343
18344 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18345
18346         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18347         correctly.
18348
18349 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18350
18351         * format-spec.el (format-spec): Message the char.
18352
18353 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18354
18355         * gnus-art.el (gnus-split-methods): Reformat comments.
18356
18357         * spam.el (spam-summary-prepare-exit): Remove article limits
18358         before exiting the summary buffer.
18359
18360 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18363         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18364
18365         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18366         order to silence the byte compiler.
18367
18368         * spam.el: Fix the way to silence the byte compiler, which
18369         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18370         bbdb-search-simple, spam-BBDB-register-routine,
18371         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18372         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18373         spam-stat-buffer-is-spam, spam-stat-load,
18374         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18375         spam-stat-save and spam-stat-split-fancy.
18376
18377 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18380         which may confuse users.
18381         (canlock-password-for-verify): Ditto.
18382
18383         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18384
18385         * gnus-art.el (gnus-emphasis-alist): Ditto.
18386
18387         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18388
18389         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18390
18391         * gnus-start.el (gnus-save-killed-list): Ditto.
18392
18393         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18394         (gnus-sum-thread-tree-root): Ditto.
18395         (gnus-sum-thread-tree-false-root): Ditto.
18396         (gnus-sum-thread-tree-single-indent): Ditto.
18397
18398         * message.el (message-courtesy-message): Ditto.
18399         (message-archive-note): Ditto.
18400         (message-subscribed-address-file): Ditto.
18401         (message-user-fqdn): Ditto.
18402
18403         * spam-report.el (spam-report-gmane-regex): Ditto.
18404
18405         * spam.el (spam-blackhole-good-server-regex): Ditto.
18406
18407 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * mml.el (mml-preview): Widen the message buffer before copying
18410         the contents to the preview buffer; sort headers before previewing.
18411
18412         * message.el (message-hidden-headers): Fix the way to avoid a bug
18413         in the `repeat' widget in Emacs 21.3 or earlier.
18414
18415 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18416
18417         * message.el (message-hidden-headers): Default to "^References:".
18418         Improve customization type.  Suggested by Reiner Steib
18419         <Reiner.Steib@gmx.de>.
18420
18421 2004-11-25  Romain Francoise  <romain@orebokech.com>
18422
18423         * message.el (message-strip-forbidden-properties): Remove check for
18424         obsolete `message-hidden' text property, hidden headers are not
18425         accessible in the buffer anymore.
18426
18427 2004-11-22  Romain Francoise  <romain@orebokech.com>
18428
18429         * message.el (message-header-format-alist): Add `From' in list
18430         so that it can be sorted.
18431         (message-fix-before-sending): Widen and sort headers before
18432         sending.
18433         (message-hide-headers): Use narrowing to hide headers by moving
18434         them to the top of the buffer and narrowing to the region
18435         underneath.
18436
18437 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18438
18439         * message.el (message-strip-forbidden-properties):
18440         Bind buffer-read-only (etc) to nil.
18441
18442 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18445         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18446
18447 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18448
18449         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18450
18451 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18452
18453         * dns.el (query-dns): Use sit-for to time instead of
18454         accept-process-output, since that doesn't seem to work on udp
18455         sockets.
18456
18457 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18460
18461 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18462
18463         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18464         doc string.  Improve doc string.
18465
18466 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * nntp.el (nntp-request-update-info): Return nil if
18469         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18470         may not call gnus-activate-group which uselessly issues the GROUP
18471         commands for all nntp groups and wastes time.  Reported by Romain
18472         Francoise <romain@orebokech.com>.
18473
18474         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18475
18476 2004-11-15  Simon Josefsson  <jas@extundo.com>
18477
18478         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18479         headers separately.
18480         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18481         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18482
18483 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18484
18485         * gnus-start.el (gnus-convert-old-newsrc):
18486         Assign legacy-gnus-agent to 5.10.7.
18487
18488 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18489
18490         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18491         start of the lines.
18492
18493 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18494
18495         * hashcash.el (hashcash-default-payment): Change default to 20.
18496         (hashcash-default-accept-payment): Change default to 20.
18497         (hashcash-process-alist): New variable.
18498         (hashcash-generate-payment-async): Add.
18499         (hashcash-already-paid-p): Add.
18500         (hashcash-insert-payment): Don't generate payments twice.
18501         (hashcash-insert-payment-async): Add.
18502         (hashcash-insert-payment-async-2): Add.
18503         (hashcash-cancel-async): Add.
18504         (hashcash-wait-async): Add.
18505         (hashcash-processes-running-p): Add.
18506         (hashcash-wait-or-cancel): Add.
18507         (mail-add-payment): New optional argument.  Conditionally start
18508         asynchronous calculation.
18509         (mail-add-payment-async): Add.
18510
18511         * message.el (message-send-mail): Wait for asynchronous hashcash
18512         results.  Don't clobber existing X-Hashcash headers.
18513         (message-setup-1): Call mail-add-payment-async when
18514         message-generate-hashcash is non-nil.
18515
18516 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18517
18518         * message.el (message-use-alternative-email-as-from): Examine the
18519         From header as well; use message-make-from in order to include a
18520         user's full name.
18521
18522 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18525         default; improve customization type.
18526         (gnus-emphasis-custom-with-format): New macro.
18527         (gnus-emphasis-custom-value-to-external): New function.
18528         (gnus-emphasis-custom-value-to-internal): New function.
18529
18530 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18531
18532         * dns.el (query-dns): Resolve reverse addresses.
18533
18534 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18535
18536         * gnus-group.el (gnus-group-get-new-news): Use it.
18537
18538         * gnus-start.el (gnus-check-reasonable-setup): New function.
18539
18540 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18543         "Args out of range" error.  Reported by Arnaud Giersch
18544         <arnaud.giersch@free.fr>.
18545
18546 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18547
18548         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18549
18550 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18551
18552         * spam.el (spam group): Add :version.
18553
18554         * pgg-def.el (pgg group): Add :version.
18555
18556 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * gnus-art.el (gnus-article-edit-article): Don't associate the
18559         article buffer with a draft file.  This is a temporary measure
18560         against the 2004-08-22 change to gnus-article-edit-mode.
18561
18562 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18565         (html2text-format-tags): Remove unused variable `attr'.
18566
18567 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18568
18569         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18570
18571         * tls.el (tls-process-connection-type, tls-success)
18572         (tls-certtool-program): Add :version.
18573
18574         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18575         (starttls-extra-arguments, starttls-process-connection-type)
18576         (starttls-connect, starttls-failure, starttls-success): Add :version.
18577
18578         * spam-stat.el (spam-stat): Add :version.
18579
18580         * sieve.el (sieve): Add :version.
18581
18582         * sha1.el (sha1): Add :version.
18583         (sha1-use-external): Remove redundant version.
18584
18585         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18586         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18587         (nnmail-split-fancy-match-partial-words)
18588         (nnmail-split-lowercase-expanded): Add :version.
18589
18590         * nndiary.el (nndiary): Add :version.
18591
18592         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18593
18594         * mml-sec.el (mml-default-sign-method)
18595         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18596         Add :version.
18597
18598         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18599
18600         * mm-url.el (mm-url-use-external, mm-url-program)
18601         (mm-url-arguments): Add :version.
18602
18603         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18604         (mm-attachment-file-modes, mm-decrypt-option)
18605         (mm-w3m-safe-url-regexp): Add :version.
18606
18607         * message.el (message-cite-prefix-regexp)
18608         (message-sendmail-envelope-from, message-minibuffer-local-map)
18609         (message-user-fqdn, message-completion-alist): Add :version.
18610
18611         * gnus-win.el (gnus-configure-windows-hook)
18612         (gnus-use-frames-on-any-display): Add :version.
18613
18614         * gnus-art.el (gnus-article-address-banner-alist)
18615         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18616         (gnus-treat-from-picon, gnus-treat-mail-picon)
18617         (gnus-treat-x-pgp-sig): Add :version.
18618
18619         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18620         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18621         (gnus-summary-article-delete-hook)
18622         (gnus-summary-display-while-building): Add :version.
18623
18624         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18625         (gnus-get-top-new-news-hook): Add :version.
18626
18627         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18628         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18629
18630         * gnus-registry.el (gnus-registry): Add :version.
18631
18632         * gnus-spec.el (gnus-use-correct-string-widths)
18633         (gnus-make-format-preserve-properties): Add :version.
18634
18635         * gnus.el (gnus-group-charter-alist)
18636         (gnus-group-fetch-control-use-browse-url)
18637         (gnus-install-group-spam-parameters): Add :version.
18638
18639         * gnus-diary.el (gnus-diary): Add :version.
18640
18641         * gnus-delay.el (gnus-delay): Add :version.
18642
18643         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18644         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18645         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18646         Add :version.
18647
18648         * gnus-agent.el (gnus-agent-max-fetch-size)
18649         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18650         (gnus-agent-prompt-send-queue): Add :version.
18651
18652         * deuglify.el (gnus-outlook-deuglify): Add :version.
18653
18654         * html2text.el: Beautify code.  Improve doc strings.
18655         Some checkdoc cleanup.
18656         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18657
18658 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18659
18660         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18661
18662 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18663
18664         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18665         when package is loaded.
18666
18667         * spam.el (spam-summary-score-preferred-header): Add global preference
18668         for people who want to override the default SpamAssassin over
18669         Bogofilter preference (when both are set).
18670         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18671         (spam-user-format-function-S):
18672         Check spam-summary-score-preferred-header.
18673         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18674         (spam-user-format-function-S): Format the score correctly.
18675
18676 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18677
18678         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18679         signature file.  Suggested by Manoj Srivastava
18680         <srivasta@golden-gryphon.com>.
18681
18682         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18683         iso-2022-jp even in the Japanese language environment.
18684         Suggested by Jason Rumney <jasonr@gnu.org>.
18685
18686 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18689         use the same characters as the dummy marks; make it free from
18690         getting affected by the language environment.
18691         (gnus-summary-read-group-1): Update mark positions only when the
18692         format spec is updated.
18693
18694         * gnus-spec.el (gnus-update-format-specifications): Return a list
18695         of updated types.
18696
18697 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18700         of boundp to check if display-warning is available.
18701
18702 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18703
18704         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18705
18706 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * nnspool.el (nnspool-spool-directory): Use news-path if the
18709         news-directory variable is not bound.
18710
18711         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18712         function instead of display-warning if it is not available.
18713
18714 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18715
18716         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18717         v5-10: Use `point-at-bol'.
18718
18719 2004-10-26  Simon Josefsson  <jas@extundo.com>
18720
18721         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18722         <chenggao@gmail.com>.
18723
18724 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18725
18726         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18727         instead.
18728
18729 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18730
18731         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18732         to remove a server from the nnimap-server-buffer-alist.
18733         (nnimap-open-connection, nnimap-close-server): Use it.
18734
18735         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18736
18737 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18738
18739         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18740         running the major-mode function.
18741
18742 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18743
18744         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18745         dummy marks in the right way.
18746
18747 2004-10-18  David Edmondson  <dme@dme.org>
18748
18749         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18750         excessively.
18751
18752 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18753
18754         * gnus-util.el (gnus-split-references): Accept a nil references
18755         string and go on blissfully.
18756
18757         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18758         cases where the references string is non-nil but has no references.
18759
18760         * encrypt.el: Add autoload tags.
18761
18762         * spam.el (spam-resolve-registrations-routine): Remove article
18763         from unregistration list too.  Reported by David Hanak
18764         <dhanak@isis.vanderbilt.edu>
18765
18766 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18767
18768         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18769         nil.  Change custom type.
18770
18771 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18774
18775         * gnus-sum.el (gnus-summary-move-article): Use it.
18776
18777 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18778
18779         * encrypt.el: Add autoload cookies.
18780
18781         * spam.el (spam-backend-article-list-property)
18782         (spam-backend-get-article-todo-list)
18783         (spam-backend-put-article-todo-list)
18784         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18785         Resolve registrations separately.
18786         (spam-register-routine): Format comments.
18787         (spam-unregister-routine, spam-register-routine): Always call with
18788         specific-articles, no default list.
18789         (spam-summary-prepare-exit): Use the spam-classifications function.
18790
18791         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18792         gnus-encrypt.el.
18793
18794         * encrypt.el: Copied from gnus-encrypt.el.
18795
18796         * gnus-encrypt.el: Commented that it's obsolete.
18797
18798 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18801         (gnus-score-save): Use it.
18802
18803         * message.el (message-bury): Use `window-dedicated-p'.
18804
18805 2004-10-15  Simon Josefsson  <jas@extundo.com>
18806
18807         * pop3.el (top-level): Don't require nnheader.
18808         (pop3-read-timeout): Add.
18809         (pop3-accept-process-output): Add.
18810         (pop3-read-response, pop3-retr): Use it.
18811
18812 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18813
18814         * spam.el (spam-register-routine): Move comment.
18815         (spam-verify-bogofilter): Use 'unknown for the initial
18816         spam-bogofilter-valid state, not 'never.
18817
18818         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18819         for netrc-machine.
18820
18821         * nnimap.el (nnimap-open-connection):
18822         Use netrc-machine-user-or-password.
18823
18824 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18825
18826         * gnus-registry.el (gnus-registry-unload-hook):
18827         Set as a variable with add-hook.
18828
18829         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18830         of news-path.
18831
18832         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18833
18834         * spam.el: Delete duplicate `provide'.
18835         (spam-unload-hook): Set as a variable with add-hook.
18836
18837 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18838
18839         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18840         in the doc string.
18841
18842         * message.el (message-ignored-news-headers)
18843         (message-ignored-supersedes-headers)
18844         (message-ignored-resent-headers)
18845         (message-forward-ignored-headers): Improve custom type.
18846
18847 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * message.el (message-tokenize-header): Fix 2004-09-06 change
18850         which used point-min in the wrong place.
18851
18852 2004-10-12  Simon Josefsson  <jas@extundo.com>
18853
18854         * tls.el (tls-certtool-program): New variable.
18855         (tls-certificate-information): New function, based on
18856         ssl-certificate-information.
18857
18858 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18859
18860         * compface.el: Move the version of ELisp-based uncompface program
18861         to the contrib directory because of the copyright problem.
18862
18863 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18864
18865         * message.el (message-kill-buffer): Raise the current frame.
18866
18867 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18868
18869         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18870
18871         * gnus.el (message-y-or-n-p): Autoload.
18872
18873         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18874         (pop3-password-required, pop3-authentication-scheme)
18875         (pop3-leave-mail-on-server): Make customizable.
18876         (pop3): New custom group.
18877         (pop3-retr): Remove `sleep-for' statements.
18878         Suggested by Dave Love <fx@gnu.org>.
18879
18880         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18881         Windows/DOS.
18882
18883         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18884         (imap-parse-body): Fix incorrect use of `assert'.
18885         Suggested by Dave Love <fx@gnu.org>.
18886
18887         * mml.el (mml-minibuffer-read-disposition): Require match.
18888         Suggested by Dave Love <fx@gnu.org>.
18889
18890 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18891
18892         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18893         doc string.
18894
18895 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18898
18899 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18900
18901         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18902         instead of calling `mm-insert-inline', to decode text/* parts
18903         before displaying them.
18904
18905 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18906
18907         * mm-uu.el (mm-uu-text-plain-type): New variable.
18908         (mm-uu-pgp-signed-extract-1): Use it.
18909         (mm-uu-pgp-encrypted-extract-1): Use it.
18910         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18911         bind mm-uu-text-plain-type with that value.
18912         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18913         mm-uu-dissect.
18914
18915 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * gnus-group.el (gnus-update-group-mark-positions):
18918         * gnus-sum.el (gnus-update-summary-mark-positions):
18919         * message.el (message-check-news-body-syntax):
18920         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18921         of string-as-multibyte.
18922
18923 2004-10-05  Juri Linkov  <juri@jurta.org>
18924
18925         * gnus-group.el (gnus-update-group-mark-positions):
18926         * gnus-sum.el (gnus-update-summary-mark-positions):
18927         * message.el (message-check-news-body-syntax):
18928         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18929         8-bit unibyte values to a multibyte string for search functions.
18930
18931 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18934         (mm-uu-dissect-text-parts): New function.
18935
18936         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18937         dissect text parts.
18938
18939         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18940         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18941
18942         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18943
18944         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18945         Use gnus-current-topics instead of gnus-current-topic.
18946
18947 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18948
18949         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18950
18951 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18952
18953         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18954         where approriate.
18955
18956         * nnml.el (nnml-generate-active-info): do.
18957
18958         * nndiary.el (nndiary-generate-active-info): do.
18959
18960         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18961         (gnus-topic-move): do.
18962
18963         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18964         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18965
18966         * gnus-srvr.el (gnus-server-prepare)
18967         (gnus-server-open-all-servers): do.
18968
18969         * gnus-msg.el (gnus-summary-cancel-article)
18970         (gnus-summary-resend-message)
18971         (gnus-summary-mail-crosspost-complaint): do.
18972
18973         * gnus-move.el (gnus-change-server): do.
18974
18975         * gnus-group.el (gnus-group-unmark-all-groups)
18976         (gnus-group-set-current-level): do.
18977
18978 2004-10-04  Simon Josefsson  <jas@extundo.com>
18979
18980         * message.el (message-generate-hashcash): Doc fix.
18981
18982 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18983
18984         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18985         avoid infinite recursion via gnus-get-function.
18986
18987 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18988
18989         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18990
18991         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18992
18993         * nnmail.el (nnmail-split-history): do.
18994
18995         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18996         (nnml-request-delete-group): do.
18997
18998         * nnslashdot.el (nnslashdot-read-groups): do.
18999
19000         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19001         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19002
19003         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19004         (nnspool-sift-nov-with-sed): Use last.
19005         (nnspool-retrieve-headers-with-nov): Use mapc.
19006         (nnspool-request-newgroups): Use dolist.
19007         (nnspool-request-group): Use last.
19008
19009         * nntp.el (nntp-read-server-type): Use dolist.
19010
19011         * nnvirtual.el (nnvirtual-create-mapping)
19012         (nnvirtual-update-read-and-marked): Use dolist.
19013         (nnvirtual-convert-headers): Simplify.
19014
19015 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19016
19017         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19018         Add support for sync'ing tick marks.
19019
19020 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19023         there's no visible header.
19024
19025 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19026
19027         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19028         When necessary, pass full group name to gnus-request-set-marks.
19029
19030 2004-10-01  Simon Josefsson  <jas@extundo.com>
19031
19032         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19033         acroread.
19034
19035 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19036
19037         * spam-report.el (spam-report-gmane): Fix interactive.
19038
19039         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19040
19041         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19042         when writing file.
19043         (gnus-agent-synchronize-flags): Don't default to being
19044         interactive.
19045
19046 2004-09-30  Simon Josefsson  <jas@extundo.com>
19047
19048         * message.el (message-generate-hashcash): Add.
19049         (message-send-mail): Use it, call mail-add-payment.
19050
19051 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19052
19053         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19054
19055 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19056
19057         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19058         gnus-requst-update-info with explicit code to sync the in-memory
19059         info read flags with the marks being sync'd to the backend.
19060
19061         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19062
19063 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19064
19065         * spam.el (spam-verify-bogofilter): Add new function.
19066         (spam-check-bogofilter)
19067         (spam-bogofilter-register-with-bogofilter): Use it.
19068         (spam-verify-bogofilter): Add small fixes.
19069
19070 2004-09-28  Simon Josefsson  <jas@extundo.com>
19071
19072         * hashcash.el (hashcash-generate-payment): Revert.
19073
19074 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19075
19076         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19077         Use gnus-extract-references instead of gnus-split-references.
19078
19079         * gnus-util.el (gnus-extract-references): Add new function, analogous
19080         to gnus-split-references but extracts only the message-ID without
19081         anything extra.
19082
19083         * hashcash.el (hashcash-generate-payment)
19084         (hashcash-check-payment): Do the right thing if hashcash-path is
19085         nil (because the hashcash program could not be found).
19086
19087         * spam.el (spam-use-hashcash): Remove comment.
19088
19089 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19090
19091         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19092         (gnus-cache-enter-article, gnus-cache-remove-article)
19093         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19094
19095         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19096
19097         * gnus-art.el (article-hide-boring-headers)
19098         (article-translate-strings, article-display-face)
19099         (gnus-article-mime-match-handle-first)
19100         (gnus-article-highlight-headers)
19101         (gnus-article-add-buttons-to-head): do.
19102
19103 2004-09-27  Simon Josefsson  <jas@extundo.com>
19104
19105         * hashcash.el: New version, from
19106         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19107         ../contrib/.
19108
19109 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19112
19113 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19114
19115         * gnus-dup.el (gnus-dup-open): Use mapc.
19116         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19117
19118         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19119         Reported by Stefan Wiens <s.wi@gmx.net>.
19120
19121         * gnus.el (gnus-shutdown): Use dolist.
19122
19123         * gnus-undo.el (gnus-undo): Use mapc.
19124
19125         * nnrss.el (nnrss-generate-active): do.
19126
19127         * message.el (message-cite-original-without-signature)
19128         (message-cite-original): Use mapc.
19129         (message-do-actions, message-make-forward-subject): Use dolist.
19130
19131 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19132
19133         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19134         deletion to remove entire duplicate line.  Fixes merged article
19135         number bug.
19136
19137 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19138
19139         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19140         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19141         first ask if you want to open a server and then, even when you
19142         responded with no, asking if you want to synchronize the server's
19143         flags.
19144         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19145         multi-line expressions.
19146         (gnus-agent-synchronize-group-flags): New internal function.
19147         Updates marks in memory (in the info structure) AND in the
19148         backend.
19149
19150         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19151
19152         * nnagent.el (nnagent-request-set-mark):
19153         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19154         method, to ensure that synchronization updates marks in the
19155         backend and in the info (in memory) structure.
19156
19157 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19160         convention fully; don't miss the root article of a thread; make
19161         the X-Draft-From header with correct article numbers.
19162
19163 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19164
19165         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19166         unless plugged.  Disable the agent so that an open failure causes
19167         an error.
19168
19169         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19170         Revert 2004-09-21 change.  The backend must be opened while
19171         synchronizing flags even when the backend stores the flags
19172         locally.
19173
19174 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19175
19176         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19177         in `header' match.  Reported by Svend Tollak Munkejord.
19178
19179         * message.el (message-cite-original): Fix use of
19180         `message-cite-articles-with-x-no-archive'.
19181
19182 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19185         (gnus-window-to-buffer): Ditto.
19186
19187         * mml.el (mml-preview-buffer): New variable.
19188         (mml-preview): Manage window layout with gnus-buffer-configuration.
19189
19190         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19191         X-Draft-From header even if those articles aren't quoted.
19192
19193 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19194
19195         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19196         (gnus-request-set-mark, gnus-request-update-mark): Use new
19197         g-s-t-u-l-m to decide to use backend even when unplugged.
19198
19199 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19202         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19203
19204 2004-09-20  Simon Josefsson  <jas@extundo.com>
19205
19206         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19207         "utf-16-le".
19208
19209 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19210
19211         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19212
19213 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19214
19215         * uudecode.el (uudecode-use-external): Add :version.
19216
19217         * smime.el (smime-CA-file, smime-encrypt-cipher)
19218         (smime-dns-server): Add :version.
19219
19220         * smiley.el (gnus-smiley-file-types): Add :version.
19221
19222         * sha1.el (sha1-use-external): Add :version.
19223
19224         * pgg-def.el (pgg-query-keyserver): Add :version.
19225
19226         * nnmail.el (nnmail-fancy-expiry-targets)
19227         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19228         Add :version.
19229
19230         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19231         (nnimap-retrieve-groups-asynchronous): Add :version.
19232         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19233
19234         * mml.el (mml-content-disposition-parameters)
19235         (mml-insert-mime-headers-always): Add :version.
19236
19237         * mm-util.el (mm-coding-system-priorities): Add :version.
19238
19239         * mm-decode.el (mm-inline-text-html-with-images)
19240         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19241         (mm-verify-option): Add :version.
19242         (mm-text-html-renderer): Change :version.
19243
19244         * message.el (message-fcc-externalize-attachments)
19245         (message-required-headers, message-draft-headers)
19246         (message-subject-trailing-was-query)
19247         (message-subject-trailing-was-ask-regexp)
19248         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19249         (message-mark-insert-end, message-archive-header)
19250         (message-archive-note, message-cross-post-default)
19251         (message-cross-post-note, message-followup-to-note)
19252         (message-cross-post-note-function, message-use-mail-followup-to)
19253         (message-subscribed-address-functions)
19254         (message-subscribed-address-file, message-subscribed-addresses)
19255         (message-subscribed-regexps, message-allow-no-recipients)
19256         (message-yank-cited-prefix, message-signature-insert-empty-line)
19257         (message-hidden-headers, message-hierarchical-addresses)
19258         (message-mail-user-agent, message-use-idna)
19259         (message-valid-fqdn-regexp)
19260         (message-strip-special-text-properties, message-header-synonyms)
19261         (message-beginning-of-line, message-tab-body-function): Add :version.
19262         (message-insert-canlock, message-wide-reply-confirm-recipients):
19263         Change :version.
19264
19265         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19266         and :version.
19267         (mail-source-delete-old-incoming-confirm)
19268         (mail-source-movemail-program): Add :version.
19269
19270         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19271         (gnus-agent-cache, gnus-agent): Change :version.
19272
19273         * gnus-util.el (gnus-use-byte-compile): Change :version.
19274
19275         * gnus-sum.el (gnus-summary-make-false-root-always)
19276         (gnus-summary-default-high-score)
19277         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19278         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19279         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19280         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19281         (gnus-sum-thread-tree-single-indent)
19282         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19283         (gnus-sum-thread-tree-leaf-with-other)
19284         (gnus-sum-thread-tree-single-leaf): Add :version.
19285         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19286         (gnus-article-loose-mime): Change :version.
19287
19288         * gnus-start.el (gnus-backup-startup-file)
19289         (gnus-save-startup-file-via-temp-buffer): Add :version.
19290
19291         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19292         (gnus-server-offline-face): Add :version.
19293
19294         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19295
19296         * gnus-msg.el (gnus-gcc-externalize-attachments)
19297         (gnus-debug-files, gnus-debug-exclude-variables)
19298         (gnus-discouraged-post-methods): Change :version.
19299         (gnus-confirm-mail-reply-to-news)
19300         (gnus-confirm-treat-mail-like-news): Add :version.
19301
19302         * gnus-int.el (gnus-server-unopen-status): Add :version.
19303
19304         * gnus-group.el (gnus-group-jump-to-group-prompt)
19305         (gnus-large-ephemeral-newsgroup)
19306         (gnus-fetch-old-ephemeral-headers): Add :version.
19307
19308         * gnus-fun.el (gnus-x-face-directory)
19309         (gnus-convert-pbm-to-x-face-command)
19310         (gnus-convert-image-to-x-face-command)
19311         (gnus-convert-image-to-face-command): Add :version.
19312
19313         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19314
19315         * gnus-cite.el (gnus-cite-blank-line-after-header)
19316         (gnus-article-boring-faces): Add :version.
19317
19318         * gnus-art.el (gnus-buttonized-mime-types)
19319         (gnus-inhibit-mime-unbuttonizing)
19320         (gnus-treat-display-face)
19321         (gnus-treat-body-boundary): Change :version.
19322         (gnus-body-boundary-delimiter, gnus-picon-databases)
19323         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19324         (gnus-treat-date-english, gnus-treat-fold-headers)
19325         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19326         (gnus-treat-mail-picon, gnus-treat-wash-html)
19327         (gnus-article-encrypt-protocol)
19328         (gnus-use-idna, gnus-article-over-scroll)
19329         (gnus-mime-display-multipart-alternative-as-mixed)
19330         (gnus-mime-display-multipart-related-as-mixed)
19331         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19332         (gnus-ctan-url, gnus-button-ctan-handler)
19333         (gnus-button-handle-ctan-bogus-regexp)
19334         (gnus-button-ctan-directory-regexp)
19335         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19336         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19337         (gnus-button-man-level, gnus-button-emacs-level)
19338         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19339
19340         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19341         (gnus-agent-go-online): Change :version.
19342         (gnus-agent-expire-unagentized-dirs)
19343         (gnus-agent-auto-agentize-methods): Add :version.
19344
19345         * flow-fill.el (fill-flowed-display-column)
19346         (fill-flowed-encode-column): Add :version.
19347
19348         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19349         (gnus-outlook-deuglify-unwrap-max)
19350         (gnus-outlook-deuglify-cite-marks)
19351         (gnus-outlook-deuglify-unwrap-stop-chars)
19352         (gnus-outlook-deuglify-no-wrap-chars)
19353         (gnus-outlook-deuglify-attrib-cut-regexp)
19354         (gnus-outlook-deuglify-attrib-verb-regexp)
19355         (gnus-outlook-deuglify-attrib-end-regexp)
19356         (gnus-outlook-display-hook): Add :version.
19357
19358         * binhex.el (binhex-use-external): Add :version.
19359
19360 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19361
19362         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19363         and `invisible'.
19364
19365 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19366
19367         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19368         in gnus-registry-trim.
19369
19370 2004-09-13  Simon Josefsson  <jas@extundo.com>
19371
19372         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19373
19374         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19375
19376         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19377         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19378         <yamaoka@jpl.org>.
19379         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19380         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19381         <yamaoka@jpl.org>.
19382
19383         * sieve.el (sieve-manage-mode): Ditto.
19384
19385 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19386
19387         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19388
19389 2004-09-11  Simon Josefsson  <jas@extundo.com>
19390
19391         * dns-mode.el: Add.
19392
19393         * mm-view.el (mm-display-dns-inline): Add.
19394
19395         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19396         (mm-automatic-display): Ditto.
19397
19398         * mailcap.el (mailcap-mime-data): Add text/dns.
19399         (mailcap-mime-extensions): Map .soa to text/dns.
19400
19401 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19402
19403         * gnus-art.el (article-decode-mime-words, article-babel)
19404         (gnus-article-highlight-signature, gnus-article-add-buttons)
19405         (gnus-signature-toggle): Remove unnecessary bindings of
19406         `inhibit-read-only' inherited from v5.10 merge.
19407
19408 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19409
19410         * nntp.el (nntp): New customization group.
19411         (nntp-authinfo-file): Add customization group.
19412
19413         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19414
19415         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19416
19417         * gnus.el (to-address, to-list, subscribed)
19418         (large-newsgroup-initial): Ditto.
19419
19420         * flow-fill.el (fill-flowed-display-column)
19421         (fill-flowed-encode-column): Ditto.
19422
19423 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19424
19425         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19426         Use point-min rather than 1.
19427         (message-send-mail): Use buffer-size rather than point-max.
19428
19429         * gnus-sum.el (gnus-summary-search-article-forward):
19430         Signal a specific `search-failed' rather than a generic `error'.
19431
19432         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19433         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19434         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19435
19436 2004-09-10  Simon Josefsson  <jas@extundo.com>
19437
19438         * nndb.el (require): Remove tcp and duplicate cl.
19439
19440 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * gnus-agent.el (directory-files-and-attributes): Move forward.
19443
19444 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19445
19446         * gnus-agent.el (directory-files-and-attributes):
19447         Optionally defined to support XEmacs.
19448
19449 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19450
19451         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19452         to avoid run-time CL dependencies.
19453         (gnus-agent-unfetch-articles): New function.
19454         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19455         article numbers even when local .overview file is missing.
19456         (gnus-agent-read-article-number): New function.  Only accepts
19457         27-bit article numbers.
19458         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19459         Use gnus-agent-read-article-number.
19460         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19461         from backend while recognizing that article numbers in .overview
19462         must be valid.
19463         (gnus-agent-update-files-total-fetched-for):
19464         Use directory-files-and-attributes to improve performance.
19465         * gnus-int.el (gnus-request-move-article):
19466         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19467         improve performance.
19468
19469         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19470         some users confused by references to .newsrc when they only have a
19471         .newsrc.eld file.
19472         (gnus-convert-mark-converter-prompt)
19473         (gnus-convert-converter-needs-prompt): Fix use of property list.
19474         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19475         New function.  Used internally to only display 'gnus converting
19476         files' message when actually necessary.
19477
19478         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19479         methods now autoloaded.
19480
19481 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19484         identifiers.
19485
19486 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19487
19488         * gnus-picon.el: Fix indentation and closing parenthesis.
19489
19490 2004-09-01  Simon Josefsson  <jas@extundo.com>
19491
19492         * message.el (message-canlock-generate): Require sha1, not
19493         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19494         to require within a function.  Sadly, if sha1.el isn't loaded, the
19495         let binding in m-c-g will hide the defcustom definition, which is
19496         bad.)
19497
19498         * canlock.el: Require sha1, not sha1-el.
19499
19500         * message.el: Don't autoload sha1 (there is a autoload cookie in
19501         sha1.el).
19502
19503         * sha1-el.el: Rename to sha1.el.
19504
19505 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19506
19507         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19508
19509 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19510
19511         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19512
19513 2004-08-30  Kim F. Storm  <storm@cua.dk>
19514
19515         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19516
19517         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19518         Add :group 'nnimap.
19519
19520 2004-08-30  Andreas Schwab  <schwab@suse.de>
19521
19522         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19523         ?* and ?\;.
19524
19525         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19526         and ?\' to symbol instead of whitespace.
19527
19528 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19529
19530         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19531
19532         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19533         instead of re-search-forward.
19534
19535         * gnus-uu.el (gnus-uu-save-article): Ditto.
19536         (gnus-uu-post-encode-uuencode): Ditto.
19537
19538         * html2text.el (html2text-clean-list-items): Ditto.
19539         (html2text-clean-dtdd): Ditto.
19540         (html2text-format-tags): Ditto.
19541
19542         * message.el (message-send-mail-with-sendmail): Fix regexp.
19543         (message-fill-field-general): Use search-forward instead of
19544         re-search-forward.
19545         (unbold-region): Ditto.
19546
19547         * nnrss.el (nnrss-request-article): Ditto.
19548
19549         * nnslashdot.el (nnslashdot-request-article): Ditto.
19550
19551         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19552
19553         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19554         "Unrecognized menu descriptor" error in XEmacs.
19555
19556 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19557
19558         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19559         parent article of a sparse article in the thread hashtb.
19560
19561 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19562
19563         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19564         (nnmail-expand-newtext): Lowercase expanded entries if
19565         nnmail-split-lowercase-expanded is non-nil.
19566
19567 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19570
19571         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19572         of gnus-tmp-news-method into string under XEmacs.  It will be
19573         passed to gnus-correct-length which takes only a string argument.
19574
19575 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19576
19577         * gnus-util.el (gnus-bind-print-variables): New macro.
19578         (gnus-prin1): Use it.
19579         (gnus-prin1-to-string): Use it.
19580         (gnus-pp): New function.
19581         (gnus-pp-to-string): New function.
19582
19583         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19584         Replace pp-to-string with gnus-pp-to-string.
19585         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19586         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19587         * gnus-msg.el (gnus-debug): Ditto.
19588         * gnus-score.el (gnus-score-save): Ditto.
19589         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19590         gnus-pp-to-string.
19591         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19592         with gnus-pp.
19593         * score-mode.el (gnus-score-pretty-print): Ditto.
19594         * webmail.el (webmail-debug): Ditto.
19595
19596 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * gnus-art.el (article-display-face, article-display-x-face):
19599         Use buffer-read-only.
19600
19601 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * gnus-art.el (article-hide-list-identifiers):
19604         Bind inhibit-read-only as t.
19605
19606 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19607
19608         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19609
19610 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19611
19612         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19613         (gnus-narrow-to-page): Don't assume point-min == 1.
19614         (gnus-article-edit-mode): Derive from message-mode.
19615
19616         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19617         point-min == 1.
19618
19619         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19620         Disable incorrect use of `assert'.
19621
19622         * message.el (message-mode): Set comment-start-skip.
19623
19624
19625 2004-08-22  Sam Steingold  <sds@gnu.org>
19626
19627         * pop3.el (pop3-leave-mail-on-server): New user variable.
19628         (pop3-movemail): Delete mail only when it is nil.
19629
19630 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19631
19632         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19633
19634         * mml.el (mml-preview): Use `pop-to-buffer'.
19635
19636         * message.el (message-goto-mail-followup-to): Insert after "To".
19637         (message-carefully-insert-headers): Add comment.
19638
19639         * gnus.el: Remove unused variable `gnus-article-check-size'.
19640
19641         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19642
19643         * gnus-art.el (gnus-button-alist):
19644         Improve `gnus-button-handle-library' entry.
19645
19646 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19647
19648         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19649         Use downcase, since XEmacs capitalizes error messages differently.
19650
19651 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19652
19653         * nntp.el: Add (require 'gnus) due to reference to
19654         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19655
19656 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19657
19658         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19659         Bind `mm-fill-flowed'.
19660
19661         * mm-decode.el (mm-dissect-singlepart): Check it.
19662
19663 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19664
19665         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19666         'imap' for netrc parsing.
19667
19668 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19669
19670         * mailcap.el (mailcap-mime-data): Mark as risky.
19671
19672 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19675         may be included in the encoded word.
19676         (rfc2047-encode): Don't append a space if the encoded word
19677         includes close parenthesis.
19678
19679 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19680
19681         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19682         of text within parentheses.
19683
19684 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19685
19686         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19687         (gnus-encrypt-write-file-contents): Make the password key the file
19688         name PLUS the cipher, not just the cipher.  Also remove failed
19689         passwords from the cache.
19690
19691 2004-08-06  Simon Josefsson  <jas@extundo.com>
19692
19693         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19694         Doc fix.
19695
19696 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19699         LWSP.
19700
19701 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19702
19703         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19704         Try to append in-reply-to: data to the references: header.
19705
19706         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19707         (netrc-parse): Use gnus-encrypt.el functions.
19708
19709         * gnus-encrypt.el: Add new file for encryption support; currently
19710         does only a few GPG ciphers and an internal XOR cipher.
19711
19712         * password.el: Add comments on using password-read-and-add.
19713         (password-read-and-add): Add function to read and add the
19714         password to the cache at once.
19715
19716 2004-07-28  Simon Josefsson  <jas@extundo.com>
19717
19718         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19719         parameter (but don't use it, for now).
19720
19721         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19722         instead of hard coding to nil.
19723
19724 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19725
19726         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19727         as mm-inline-image-xemacs does.
19728
19729 2004-07-26  Simon Josefsson  <jas@extundo.com>
19730
19731         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19732         Revert part of 2004-07-17 change below.
19733
19734 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19735
19736         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19737         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19738
19739 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19740
19741         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19742         quotes that actually start with ">" at the beginning of the
19743         lines.
19744
19745 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * rfc2047.el (rfc2047-encode-region): Fix last change.
19748         (rfc2047-encode-parameter): Remove useless concat.
19749
19750 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19753         encode special characters; fix some kind of misconfigured headers;
19754         signal a real error if debug-on-quit or debug-on-error is non-nil.
19755         (rfc2047-encode-max-chars): New variable.
19756         (rfc2047-encode-1): Use it.
19757         (rfc2047-encode-parameter): New function.
19758
19759         * mml.el (mml-insert-parameter): Remove an excessive space.
19760
19761 2004-07-17  Simon Josefsson  <jas@extundo.com>
19762
19763         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19764         Kai Grossjohann <kai@emptydomain.de>.
19765         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19766         (gnus-group-make-menu-bar): Ditto.
19767
19768         * gnus-util.el (gnus-group-server): Add.
19769
19770 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19771
19772         * message.el (message-clone-locals): Clone sendmail and smtp
19773         variables.
19774
19775 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * rfc2047.el (rfc2047-encode-region): Fix last change.
19778
19779 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19780
19781         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19782         characters as non-special.
19783
19784 2004-07-09  Simon Josefsson  <jas@extundo.com>
19785
19786         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19787         Users will lose all flag changes made while unplugged with
19788         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19789         good default.  See numerous reports on ding mailing list.
19790
19791 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19792
19793         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19794         add generate-head-function and generate-article-function to the
19795         rfc822-forward entry.
19796         (nndoc-rfc822-forward-generate-article): New function.
19797         (nndoc-rfc822-forward-generate-head): New function.
19798
19799         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19800
19801 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19802
19803         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19804         respect display group parameter and gnus-summary-expunge-below.
19805         (gnus-articles-to-read): Remove unused reference to display group
19806         parameter.
19807
19808 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19809
19810         * nnheader.el (nnheader-uniquify-message-id): New experimental
19811         variable.
19812         (nnheader-nov-read-message-id): Use it.
19813
19814         * spam-report.el (spam-report-gmane): Add interactive.
19815
19816 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19817
19818         * mm-encode.el (mm-content-transfer-encoding-defaults):
19819         Use qp-or-base64 for the application/* types.
19820
19821 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19822
19823         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19824
19825 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19826
19827         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19828         trim value.
19829
19830 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19831
19832         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19833         New macro and function.
19834         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19835
19836 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19837
19838         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19839         after-load-alist.
19840
19841 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19842
19843         * gnus-group.el (gnus-group-get-new-news-this-group):
19844         Don't update info that isn't there.
19845
19846 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19847
19848         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19849         entry.
19850
19851 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * mm-view.el (mm-inline-render-with-function): Use multibyte
19854         buffer; decode html source by charset.
19855
19856         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19857
19858         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19859         Mule-UCS is loaded under XEmacs.
19860         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19861
19862 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19863
19864         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19865
19866 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19867
19868         * mm-util.el (mm-coding-system-p): Return a coding-system.
19869         (mm-mime-mule-charset-alist): Use shift_jis instead of
19870         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19871         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19872         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19873         instead of japanese-shift-jis and iso-latin-1 respectively in
19874         order to share the default value with both Emacs and XEmacs-mule.
19875         (mm-mule-charset-to-mime-charset):
19876         Make mm-coding-system-priorities effective.
19877         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19878         while predicating of candidates upon the priorities.
19879
19880 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19881
19882         * gnus-sum.el (gnus-summary-make-menu-bar):
19883         Add gnus-uu-invert-processable.
19884
19885         * gnus.el: Autoload gnus-uu-invert-processable.
19886
19887 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19888
19889         * mm-util.el (mm-with-multibyte-buffer): New macro.
19890
19891         * rfc2047.el (rfc2047-encode-string): Use it.
19892         (rfc2047-encode-region): Move point to the end of the region after
19893         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19894
19895 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19896
19897         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19898         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19899
19900 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19903         (gnus-cite-parse): Ignore quoted envelope From_.
19904         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19905
19906 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19907
19908         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19909         invalid addresses.
19910
19911 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19912
19913         * spam.el: Change section markers, revise TODO list.
19914         (spam-backends): Make new master list of all installed backends.
19915         (spam-summary-exit-behavior): Add new variable to determine how
19916         messages moves are done at summary exit.
19917         (spam-move-spam-nonspam-groups-only)
19918         (spam-process-ham-in-nonham-groups)
19919         (spam-process-ham-in-spam-groups): Remove variables, the
19920         spam-summary-exit-behavior variable should be used to manage this
19921         behavior.
19922         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19923         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19924         and spam-old-spam-articles.
19925         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19926         Add empty variables, placeholders for the backends they represent.
19927         (spam-set-difference): Move, unchanged.
19928         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19929         unless the user has a processor variable.
19930         (spam-classifications, spam-classification-valid-p)
19931         (spam-backend-properties, spam-backend-property-valid-p)
19932         (spam-backend-function-type-valid-p)
19933         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19934         (spam-report-articles-gmane, spam-report-articles-resend):
19935         Remove functions, they are not needed.
19936         (spam-install-backend-super, spam-backend-list)
19937         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19938         (spam-backend-function, spam-backend-ham-registration-function)
19939         (spam-backend-spam-registration-function)
19940         (spam-backend-ham-unregistration-function)
19941         (spam-backend-spam-unregistration-function)
19942         (spam-backend-statistical-p, spam-backend-mover-p)
19943         (spam-install-backend-alias, spam-install-checkonly-backend)
19944         (spam-install-mover-backend, spam-install-nocheck-backend)
19945         (spam-install-backend, spam-install-statistical-backend)
19946         (spam-install-statistical-checkonly-backend): Add backend installation
19947         support.
19948         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19949         (spam-group-processor-p): Use the new backend code and respect the
19950         summary exit behavior.
19951         (spam-mark-spam-as-expired-and-move-routine): Remove.
19952         (spam-summary-prepare): Change to use the new spam-old-articles
19953         variable.
19954         (spam-copy-or-move-routine, spam-copy-spam-routine)
19955         (spam-move-spam-routine, spam-copy-ham-routine)
19956         (spam-move-ham-routine): Add code to copy/move ham or spam.
19957         (spam-fetch-field-fast): Improve doc and code, plus allow the
19958         'number request.
19959         (spam-list-of-checks, spam-list-of-statistical-checks):
19960         Remove variables.
19961         (spam-split, spam-find-spam): Use the new backend code.
19962         (spam-registration-functions): Remove variable.
19963         (spam-unregister-routine): Add convenience wrapper.
19964         (spam-log-undo-registration, spam-register-routine)
19965         (spam-log-processing-to-registry)
19966         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19967         where possible.
19968         (spam-check-gmane-xref, spam-check-regex-headers)
19969         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19970         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19971         (spam-check-bogofilter-headers, spam-check-spamoracle)
19972         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19973         (spam-check-crm114-headers): Use the spam-split-group that
19974         spam-split prepares, no need to determine it every time.
19975
19976         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19977         to the nnheader-parse-naked-head call.
19978
19979         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19980
19981         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19982         the nnheader-nov-read-message-id call.
19983
19984 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19985
19986         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19987         gnus-activate-group twice.  Suggested by Markus Peter
19988         <warp@spin.de>.
19989
19990 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * gnus-art.el (gnus-article-time-format): Exchange the order of
19993         day and month in the default value; fix customization type.
19994         (article-date-ut): Use add-text-properties.
19995         (article-make-date-line): Use message-make-date instead of
19996         current-time-string.
19997
19998         * message.el (message-fetch-field): Don't use set-text-properties.
19999         (message-make-date): Simplify.
20000
20001         * messagexmas.el (message-xmas-make-date): New function.
20002         (message-xmas-redefine): Defalias message-make-date to it.
20003
20004 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20005
20006         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20007         (rfc2047-encode-region): Treat text within parentheses as special;
20008         show the original text when error has occurred.
20009
20010         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20011         already-computed method to gnus-activate-group.
20012
20013         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20014         same select-methods identical Lisp objects.
20015
20016         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20017         object when modifying the info.
20018
20019 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20022         gnus-opened-servers since it has never been opened with the new
20023         configuration yet.
20024
20025 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20026
20027         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20028         arg to nnheader-generate-fake-message-id.
20029
20030 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20031
20032         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20033         number and build a fake message ID localized to a group and
20034         article number (so it's repeatable from that point on).
20035         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20036         ID format.
20037
20038         * gnus-sum.el (gnus-get-newsgroup-headers):
20039         Call nnheader-generate-fake-message-id with the article number.
20040
20041 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20042
20043         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20044         end-of-buffer.
20045
20046 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20047
20048         * message.el (message-ignored-supersedes-headers): Add Approved.
20049
20050 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20051
20052         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20053         goto-char.
20054         (rfc2047-encode): Fold the line before encoding.
20055
20056 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20057
20058         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20059         folding -- not all headers can be folded, and this should be done
20060         by the message composition mode.  Probably.  I think.
20061
20062 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20063
20064         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20065         fast.
20066
20067         * gnus-ems.el (gnus-remove-image): Don't use
20068         message-text-with-property; remove only the image found first.
20069
20070         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20071         found first.
20072
20073 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20074
20075         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20076
20077 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20078
20079         * message.el (message-text-with-property): Make it fast and accept
20080         optional arguments.
20081         (message-strip-forbidden-properties): Use it.
20082         (message-fix-before-sending): Follow the m-t-w-p change.
20083
20084         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20085
20086 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20087
20088         * gnus-art.el (article-hide-headers): Don't change the buffer
20089         mistakenly when performing mml-preview even if
20090         gnus-single-article-buffer is nil.
20091
20092 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20093
20094         * message.el (message-expand-name-databases): New user option.
20095         (message-expand-name): Use it.
20096
20097 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20098
20099         * spam.el (spam-report-articles-resend)
20100         (spam-report-resend-register-routine): Allow ham reporting.
20101         (spam-report-resend-register-ham-routine): Add wrapper.
20102         (spam-registration-functions): Add ham resending functions.
20103         (spam-list-of-processors): Add ham resend processor.
20104
20105         * gnus.el (ham-resend-to): Add new group parameter.
20106         (spam-process): Add ham resend option.
20107
20108         * spam-report.el (spam-report-resend): Allow reporting ham.
20109         (spam-report-resend-ham): Add wrapper.
20110
20111 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20112
20113         * message.el (message-cite-articles-with-x-no-archive):
20114         New variable.
20115         (message-cite-original): Use it.
20116
20117 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20118
20119         * message.el (message-cite-original): Respect X-No-Archive.
20120
20121 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20122
20123         * gnus-art.el (article-hide-headers): Refer to the values for
20124         gnus-ignored-headers and gnus-visible-headers in the summary
20125         buffer since a user may have set them as group parameters.
20126
20127 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20128
20129         * assistant.el (assistant-node-name): Add convenience function.
20130         (assistant-render-text, assistant-render-node): Add error handling,
20131         plus handle multiple next nodes.
20132         (assistant-find-next-node): Comment out for now.
20133         (assistant-find-next-nodes): Add function, returns list of next
20134         nodes.
20135
20136 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20137
20138         * mail-source.el (mail-source-directory): Fix doc-string.
20139
20140 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20141
20142         * assistant.el (assistant-render-text, assistant-eval): Add :set
20143         widget type, which is different because it takes and returns a
20144         list.  Much hilarity ensues.
20145
20146 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20147
20148         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20149
20150         * gnus-group.el (gnus-group-get-new-news-this-group):
20151         Add doc-string.
20152
20153         * gnus-start.el (gnus-activate-group): Add doc-string.
20154
20155 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20156
20157         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20158
20159 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20160
20161         * assistant.el (assistant-render-text): Try to add a :set
20162         widget, more to come.
20163
20164         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20165         strings.
20166         (spam-report-articles-resend)
20167         (spam-register-routine): Do registration iff any articles warrant
20168         it.
20169         (spam-summary-prepare-exit): Change log message for nil group
20170         destinations.
20171
20172 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20173
20174         * spam.el (spam-report-resend-register-routine):
20175         Allow spam-report-resend-to to be a group parameter or a global value.
20176
20177 2004-05-26  Simon Josefsson  <jas@extundo.com>
20178
20179         * starttls.el: Merge with my GNUTLS based starttls.el.
20180         (starttls-gnutls-program, starttls-use-gnutls)
20181         (starttls-extra-arguments, starttls-process-connection-type)
20182         (starttls-connect, starttls-failure, starttls-success):
20183         New variables.
20184         (starttls-program, starttls-extra-args): Doc fix.
20185         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20186         New functions.
20187         (starttls-negotiate, starttls-open-stream):
20188         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20189         function if it is set.
20190
20191 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20194         structured fields.
20195
20196 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20197
20198         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20199
20200 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20201
20202         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20203         Add variable.
20204         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20205         assigning the spam-mark to new messages.
20206
20207 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20208
20209         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20210
20211 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20212
20213         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20214
20215         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20216         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20217         default.
20218
20219 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20220
20221         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20222         correct data.
20223
20224 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20225
20226         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20227         (spam-group-processor-p): Fix function.
20228         (spam-group-processor-multiple-p)
20229         (spam-group-spam-processor-report-gmane-p)
20230         (spam-group-spam-processor-report-resend-p)
20231         (spam-group-spam-processor-bogofilter-p)
20232         (spam-group-spam-processor-blacklist-p)
20233         (spam-group-spam-processor-ifile-p)
20234         (spam-group-ham-processor-ifile-p)
20235         (spam-group-spam-processor-spamoracle-p)
20236         (spam-group-spam-processor-crm114-p)
20237         (spam-group-ham-processor-bogofilter-p)
20238         (spam-group-spam-processor-stat-p)
20239         (spam-group-ham-processor-stat-p)
20240         (spam-group-ham-processor-whitelist-p)
20241         (spam-group-ham-processor-BBDB-p)
20242         (spam-group-ham-processor-spamoracle-p)
20243         (spam-group-ham-processor-copy-p): Remove functions with some
20244         prejudice against unneeded code.
20245         (spam-report-articles-resend)
20246         (spam-report-resend-register-routine): Allow the group/topic
20247         spam-resend-to value to override spam-report-resend-to.
20248         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20249         properly now.
20250
20251         * gnus.el (spam-resend-to): Add group/topic parameter.
20252         (spam-process): Move the OBSOLETE processors to the end of the
20253         choices.
20254
20255 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20256
20257         * spam-report.el (spam-report-resend-to, spam-report-resend):
20258         Start with resend-to set to nil, and then ask the user if necessary.
20259         (spam-report-resend): spam-report-resend takes a list of articles, not
20260         separate article numbers.
20261
20262 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20265         addition to emacs-w3m.
20266
20267 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20268
20269         * assistant.el (assistant-authinfo-data): New function.
20270         (assistant-eval): Eval for entire assistant.
20271
20272         * netrc.el (netrc-services-file): New variable.
20273         (netrc-parse-services): New function.
20274         (netrc-find-service-name): New function.
20275         (netrc-find-service-number): New function.
20276         (netrc-port-equal): New function.
20277         (netrc-machine): Use it.
20278
20279         * nnimap.el (nnimap-open-connection): Use netrc.
20280
20281         * gnus-util.el (gnus-netrc-get): Remove aliases.
20282
20283         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20284
20285         * assistant.el (wid-edit): Fix compilation.
20286
20287         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20288
20289 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20290
20291         * gnus-util.el (gnus-set-file-modes): New function.  (small
20292         patch).
20293
20294 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20295
20296         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20297
20298         * assistant.el (assistant-render-node): Fix up rendering and
20299         read-only text.
20300         (assistant-render-node): Reset.
20301         (assistant-make-read-only): Not sticky.
20302
20303 2004-05-20  Danny Siu  <dsiu@adobe.com>
20304
20305         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20306         centered even when gnus-auto-center-summary is t.
20307
20308 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20309
20310         * dns.el (dns-get-txt-answer): New function.
20311         (dns-read-txt): Ditto.
20312         (query-dns): Use it.
20313
20314 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20315
20316         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20317         active for foreign groups even if the group level is higher than
20318         the specified value.
20319
20320 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20321
20322         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20323         non-active groups.
20324
20325         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20326
20327 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20328
20329         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20330
20331 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20332
20333         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20334         (spam-crm114-header, spam-crm114-spam-switch)
20335         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20336         (spam-crm114-positive-spam-header)
20337         (spam-crm114-database-directory, spam-list-of-processors)
20338         (spam-group-spam-processor-crm114-p)
20339         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20340         (spam-generic-score, spam-list-of-checks)
20341         (spam-list-of-statistical-checks, spam-registration-functions)
20342         (spam-check-crm114-headers, spam-crm114-score)
20343         (spam-check-crm114, spam-crm114-register-with-crm114)
20344         (spam-crm114-register-spam-routine)
20345         (spam-crm114-unregister-spam-routine)
20346         (spam-crm114-register-ham-routine)
20347         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20348         From asjo@koldfront.dk (Adam Sjøgren).
20349
20350         * gnus.el: Add spam-use-crm114.
20351
20352         * spam.el (spam-list-of-processors, spam-registration-functions):
20353         Add spam-use-resend.
20354         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20355         (spam-report-articles-gmane): Add doc fix.
20356         (spam-report-articles-resend, spam-report-resend-register-routine):
20357         Add wrappers around spam-report-resend-to.
20358
20359         * spam-report.el (spam-report-resend-to, spam-report-resend):
20360         Add support for resending spam.
20361         (spam-report-gmane): Fix line length >80.
20362
20363         * gnus.el (spam-process): Add spam-use-resend.
20364
20365 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20366
20367         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20368         number of processed spam messages.
20369         (spam-ham-copy-or-move-routine): Return the number of processed
20370         ham messages.
20371         (spam-summary-prepare-exit): Use the above values to decide
20372         whether status messages shouled be displayed.
20373
20374 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20377         `rfc2047-encoding-function-alist' in order to avoid conflicting
20378         with the old version.
20379         (rfc2047-encode-region): Concatenate words containing non-ASCII
20380         characters in structured fields; don't encode space-delimited
20381         ASCII words even in unstructured fields; don't break words at
20382         char-category boundaries.
20383         (rfc2047-encode-1): New function.
20384         (rfc2047-encode): Use it; encode text so that it occupies the
20385         maximum width within 76-column; work correctly on Q encoding for
20386         iso-2022-* charsets.
20387         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20388         sure not to break a line just after the header name.
20389         (rfc2047-b-encode-region): Remove.
20390         (rfc2047-b-encode-string): New function.
20391         (rfc2047-q-encode-region): Remove.
20392         (rfc2047-q-encode-string): New function.
20393
20394         * mm-util.el (mm-replace-in-string): New function.
20395
20396 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20397
20398         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20399         Really get it right.
20400         (gnus-inews-make-draft): Really.
20401
20402 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20403
20404         * nnmh.el (nnmh-request-list-1): Don't check the link count
20405         before descending.  (small patch)
20406
20407 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20408
20409         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20410         stuff.
20411
20412         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20413         Match on real group name.
20414
20415         * gnus-art.el (gnus-signature-limit): Doc fix.
20416
20417         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20418
20419         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20420
20421 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20422
20423         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20424         isn't a string.
20425
20426 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20427
20428         * gnus-draft.el (gnus-draft-send):
20429         Bind rfc2047-encode-encoded-words.
20430
20431         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20432         (rfc2047-encodable-p): Say that =? needs encoding.
20433         (rfc2047-encode-encoded-words): New variable.
20434
20435         * gnus-group.el (gnus-group-select-group): Doc fix.
20436
20437         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20438
20439         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20440         to nil.
20441
20442         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20443
20444         * nnheader.el (nnheader-get-lines-and-char): New function.
20445
20446 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20447
20448         * gnus-msg.el (gnus-summary-followup-with-original):
20449         Document yanking of region when active.
20450
20451 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20452
20453         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20454         groups if the group level is higher than the specified value.
20455
20456 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20457
20458         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20459         (gnus-group-jump-to-group): Add prefix argument using
20460         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20461         non-active group.
20462
20463         * compface.el (uncompface): Be verbose when changing
20464         `uncompface-use-external'.
20465
20466         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20467         handle manual section.
20468
20469 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20470
20471         * gnus-art.el (gnus-button-alist): Revert previous change.
20472
20473 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20474
20475         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20476
20477 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20478
20479         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20480         whether backend can accept message.
20481
20482         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20483
20484 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20485
20486         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20487         Avoid creating directory when nntp-marks-is-evil is true.
20488         Reported by Reiner Steib.
20489
20490 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20491
20492         * gnus-picon.el (gnus-picon-style): New variable.
20493         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20494         (gnus-picon-transform-address): Support `gnus-picon-style'.
20495         From Jesper Harder <harder@ifa.au.dk>.
20496
20497 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20498
20499         * message.el (message-fill-field): Return point.
20500         (message-generate-headers): Go to end of field.
20501
20502         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20503         stuff for non-living groups.
20504
20505 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20506
20507         * gnus-art.el (gnus-article-followup-with-original)
20508         (gnus-article-reply-with-original): gnus-mark-active-p ->
20509         gnus-region-active-p.
20510
20511 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20512
20513         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20514         only when there is spam or ham to be processed.
20515
20516 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20517
20518         * mail-source.el (mail-source-delete-crash-box): Refactor.
20519         (mail-source-fetch): Use it.
20520         (mail-source-fetch-file): Ditto.
20521         (mail-source-fetch-directory): Run postscript in loop.
20522         (mail-source-fetch-pop): Delete.
20523         (mail-source-fetch-maildir): Ditto.
20524         (mail-source-fetch-imap): Ditto.
20525
20526         * imap.el (imap-authenticators): Comment out sasl.
20527
20528         * message.el (message-skip-to-next-address): New function.
20529         (message-fill-header-address): Refactor.
20530         (message-fill-address): Use it.
20531         (message-delete-address): Use it.
20532         (message-fill-header-general): Refactor.
20533         (message-fill-field-address): Rename.
20534         (message-narrow-to-field): Find the start of the header.
20535         (message-header-format-alist): Don't pre-fill.
20536         (message-fill-header): Remove.
20537         (message-insert-header): New function.
20538         (message-shorten-references): Use it.
20539
20540         * rfc2047.el (rfc2047-field-value): Strip props.
20541
20542         * mail-parse.el (mail-header-make-address): New alias.
20543
20544         * ietf-drums.el (ietf-drums-make-address): New function.
20545
20546         * imap.el: Add compiler directives.
20547
20548         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20549
20550         * gnus-art.el (article-decode-idna-rhs): Don't use
20551         message-idna-inside-rhs-p.
20552
20553 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20554
20555         * message.el (message-idna-inside-rhs-p): Remove.
20556         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20557
20558         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20559         false positives.
20560
20561 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20562
20563         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20564
20565 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20566
20567         * nneething.el (nneething-file-name): Don't create spurious
20568         files.
20569
20570         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20571         (gnus-inews-do-gcc): Remove sleep.
20572
20573         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20574         part under point.
20575
20576         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20577         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20578
20579 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20580
20581         * spam.el (spam-summary-prepare-exit): Fix (length).
20582
20583 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20584
20585         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20586         as expired without moving it" message when there are spam
20587         messages left.
20588
20589 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20590
20591         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20592         header is not nil.
20593
20594 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20595
20596         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20597         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20598         (nntp-marks-changed-p): New arg SERVER.
20599         (nntp-request-update-info): Adjust caller.
20600
20601 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20602
20603         * nntp.el (nntp-save-marks): Pass missing arg.
20604
20605 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20606
20607         * nntp.el: Support marks.
20608         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20609         (nntp-marks-modtime, nntp-marks-directory): New variables.
20610         (nntp-request-set-mark, nntp-request-update-info)
20611         (nntp-possibly-create-directory, nntp-marks-changed-p)
20612         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20613         New functions.
20614
20615 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20616
20617         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20618         (gnus-xmas-redefine): Rename.
20619
20620         * gnus-score.el (gnus-score-insert-help):
20621         Use gnus-select-lowest-window.
20622
20623         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20624         appt-select-lowest-window and rename to gnus-select-lowest-window.
20625
20626         * gnus.el: do.
20627
20628 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20629
20630         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20631         encodings of MIME-encoded words, in order to improve
20632         interoperability with several broken MUAs.
20633
20634 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20635
20636         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20637         tags, only when charsets are not specified in headers.
20638         (mm-inline-text-html-render-with-w3m): Ditto.
20639
20640         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20641         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20642
20643 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20644
20645         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20646         instead of MIME-decoded from fields when checking
20647         `gnus-article-address-banner-alist'.
20648
20649 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20650
20651         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20652         description rather than subject.
20653
20654 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20655
20656         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20657
20658 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20659
20660         * gnus.el (gnus-version-number): Bump.
20661
20662 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20663
20664         * gnus.el: No Gnus v0.2 is released.
20665
20666 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20667
20668         * gnus-agent.el (gnus-agent-read-agentview):
20669         Inline gnus-uncompress-range.
20670
20671 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20672
20673         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20674         `exec-installed-p'.
20675
20676 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20677
20678         * gnus.el (spam-process, spam-autodetect-methods):
20679         Add bsfilter and bsfilter-headers.
20680
20681         * spam.el (spam-bsfilter): New customize group.
20682         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20683         (spam-bsfilter-header, spam-bsfilter-probability-header)
20684         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20685         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20686         (spam-bsfilter-database-directory): New options.
20687         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20688         (spam-list-of-statistical-checks, spam-registration-functions):
20689         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20690         (spam-bsfilter-score): New command.
20691         (spam-check-bsfilter-headers, spam-check-bsfilter)
20692         (spam-bsfilter-register-with-bsfilter)
20693         (spam-bsfilter-register-spam-routine)
20694         (spam-bsfilter-unregister-spam-routine)
20695         (spam-bsfilter-register-ham-routine)
20696         (spam-bsfilter-unregister-ham-routine): New functions.
20697         (spam-generic-score): Support bsfilter; Accept an optional argument
20698         to recalcurate spam score even if scoring header has already been
20699         added.
20700         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20701         optional argument to recalcurate spam score even if scoring header
20702         has already been added.
20703
20704 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20705
20706         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20707         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20708         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20709         link is missing.
20710
20711 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20712
20713         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20714         (html2text-get-attr): Rewrite.
20715
20716         * message.el (message-setup-1): Remove redundant put-text-property
20717         on mail-header-separator.
20718
20719 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20720
20721         * gnus-registry.el (gnus-registry-cache-whitespace)
20722         (gnus-registry-action, gnus-registry-spool-action)
20723         (gnus-registry-split-fancy-with-parent): Change message levels
20724         from 5 to 3 or 7, as needed.
20725
20726         * spam.el (spam-summary-prepare-exit)
20727         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20728         (spam-split, spam-find-spam, spam-log-undo-registration)
20729         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20730         level from 5 to 6.
20731
20732 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20733
20734         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20735         2004-03-04 change).
20736
20737 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20738
20739         * sieve-manage.el (sieve-manage-open):
20740         * nnweb.el (nnweb-insert-html):
20741         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20742         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20743         * nnspool.el (nnspool-request-group):
20744         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20745         * nnml.el (nnml-request-update-info):
20746         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20747         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20748         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20749         (nnimap-request-set-mark):
20750         * nnfolder.el (nnfolder-request-update-info):
20751         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20752         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20753         * gnus-uu.el (gnus-uu-find-articles-matching):
20754         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20755         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20756         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20757         * gnus-nocem.el (gnus-nocem-scan-groups):
20758         * gnus-int.el (gnus-start-news-server):
20759         * gnus-group.el (gnus-group-make-kiboze-group)
20760         (gnus-group-browse-foreign-server):
20761         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20762         Use mapc when appropriate.
20763
20764 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20765
20766         FIXME: Make separate entries for each person.
20767
20768         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20769         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20770         <shields@msrl.com>:
20771
20772         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20773         may need for spam sorting and scoring.
20774         (spam-user-format-function-S): Add user format function suitable for
20775         general use.
20776         (spam-article-sort-by-spam-status): Add sorting function for summary
20777         sorting.
20778         (spam-extra-header-to-number): Add function to get a score from a
20779         header.
20780         (spam-summary-score): Add function to get a numeric score from the
20781         headers.
20782         (spam-generic-score): Fix function doc, was in wrong place.
20783         (spam-initialize): Take symbols when it's run, and install the
20784         extra headers that spam-necessary-extra-headers thinks we need.
20785
20786 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20787
20788         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20789         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20790
20791 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20792
20793         * gnus-sum.el (gnus-set-global-variables)
20794         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20795         (gnus-article-get-xrefs, gnus-summary-best-group)
20796         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20797         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20798         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20799         Use with-current-buffer.
20800
20801 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20802
20803         * spam.el (spam-summary-prepare-exit): Simplify logic.
20804         (spam-fetch-article-header): Read the article header if it's not
20805         available.
20806         (spam-list-articles): Simplify logic.
20807         (spam-filelist-register-routine): Fix bug with unregister-list.
20808
20809         * gnus-registry.el: Fix comments at beginning.
20810
20811 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20812
20813         * message.el (message-cater-to-broken-inn): Remove.
20814         (message-shorten-references): Make sure the total folded length of
20815         References is shorter than 998 characters to cater to a bug in INN
20816         2.3.  Also, don't pretend that references aren't folded -- this
20817         hasn't worked for a while.
20818
20819 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20820
20821         * gnus-agent.el (gnus-agentize):
20822         gnus-agent-send-mail-real-function no longer set to current value
20823         of message-send-mail-function but rather a lambda that calls
20824         message-send-mail-function.  The change makes the agent real-time
20825         responsive to user changes to message-send-mail-function.
20826
20827 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20828
20829         * legacy-gnus-agent.el
20830         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20831         help from Florian Weimer <fw@deneb.enyo.de>
20832
20833 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20834
20835         * nnmail.el (nnmail-cache-insert): Revert last change.
20836
20837 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * nnmail.el (nnmail-cache-insert): Always check whether
20840         nnmail-cache-ignore-groups matches a group name.
20841
20842 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20843
20844         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20845         (spam-find-spam, spam-log-processing-to-registry)
20846         (spam-log-registered-p, spam-log-unregistration-needed-p)
20847         (spam-log-undo-registration): Use gnus-message instead of
20848         gnus-error, none of these errors are fatal.
20849
20850         * gnus-registry.el (gnus-registry-clean-empty-function)
20851         (gnus-registry-clean-empty): Remove only empty entries without
20852         extra data.
20853
20854 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20855
20856         * spam-stat.el (spam-stat-buffer-change-to-spam)
20857         (spam-stat-buffer-change-to-non-spam): Change (error) to
20858         (gnus-message 8) invocation.
20859
20860 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20861
20862         * nntp.el (nntp-via-netcat-command): New variable.
20863         (nntp-via-netcat-switches): New variable.
20864         (nntp-open-via-rlogin-and-netcat): New function.
20865         (nntp-open-connection-function): Doc fix.
20866         (nntp-telnet-command): Doc fix.
20867         (nntp-end-of-line): Doc fix.
20868         (nntp-via-rlogin-command): Doc fix.
20869         (nntp-via-user-name): Doc fix.
20870         (nntp-via-address): Doc fix.
20871
20872 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20873
20874         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20875         error in Emacs 21.1.
20876
20877 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20878
20879         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20880
20881 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20882
20883         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20884         (gnus-agent-with-refreshed-group): New macro.
20885         (gnus-agent-rename-group): New function.
20886         (gnus-agent-delete-group): New function.
20887         (gnus-agent-save-group-info): Use gnus-command-method when
20888         `method' parameter is nil.  Don't write nil entries into the
20889         active file.
20890         (gnus-agent-get-group-info): New function.
20891         (gnus-agent-fetch-articles):
20892         Use gnus-agent-update-files-total-fetched-for to increment disk space
20893         used.
20894         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20895         Use gnus-agent-update-view-total-fetched-for to increment disk space
20896         used.
20897         (gnus-agent-get-local): Add optional parameters to avoid calling
20898         gnus-group-real-name and gnus-find-method-for-group.
20899         (gnus-agent-set-local): Delete stored entry if either min, or max,
20900         are nil.
20901         (gnus-agent-fetch-session): Reworded error/quit messages.
20902         On quit, use gnus-agent-regenerate-group to record existance of any
20903         articles fetched to disk before the quit occurred.
20904         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20905         gnus-agent-update-view-total-fetched-for, and
20906         gnus-agent-update-files-total-fetched-for to decrement disk space
20907         used.
20908         (gnus-agent-retrieve-headers):
20909         Use gnus-agent-update-view-total-fetched-for to increment disk space
20910         used.
20911         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20912         with gnus-agent-update-files-total-fetched-for to decrement disk
20913         space and fresh group buffer.
20914         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20915         (gnus-agent-need-update-total-fetched-for): New variable.
20916         (gnus-agent-update-files-total-fetched-for): New function.
20917         (gnus-agent-update-view-total-fetched-for): New function.
20918         (gnus-agent-total-fetched-for): New function.
20919
20920         * gnus-cache.el (gnus-cache-save-buffers):
20921         Use gnus-cache-update-overview-total-fetched-for to change disk space
20922         used by this group.
20923         (gnus-cache-possibly-enter-article):
20924         Use gnus-cache-update-file-total-fetched-for to increment disk space
20925         used by this group.
20926         (gnus-cache-possibly-remove-article):
20927         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20928         used by this group.
20929         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20930         (gnus-cache-rename-group): New function.
20931         (gnus-cache-delete-group): New function.
20932         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20933         (gnus-cache-need-update-total-fetched-for): New variable.
20934         (gnus-cache-with-refreshed-group): New macro.
20935         (gnus-cache-update-file-total-fetched-for): New function.
20936         (gnus-cache-update-overview-total-fetched-for): New function.
20937         (gnus-cache-rename-group-total-fetched-for): New function.
20938         (gnus-cache-delete-group-total-fetched-for): New function.
20939         (gnus-cache-total-fetched-for): New function.
20940
20941         * gnus-group.el: Require gnus-sum and autoload functions to
20942         resolve warnings when gnus-group.el compiled alone.
20943         (gnus-group-line-format): Documented new %F.
20944         (size of Fetched data) group line format; identifies disk space
20945         used by agent and cache.
20946         (gnus-group-line-format-alist): Defined new F format.
20947         (gnus-total-fetched-for): New function.
20948         (gnus-group-delete-group): No longer update
20949         gnus-cache-active-altered as gnus-request-delete-group now keeps
20950         the cache in sync.
20951         (gnus-group-list-active): Let the agent store a server's active
20952         list if currently plugged.
20953
20954         * gnus-int.el (gnus-request-delete-group):
20955         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20956         local disk in sync with the server.
20957         (gnus-request-rename-group):
20958         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20959         local disk in sync with the server.
20960
20961         * gnus-start.el (gnus-get-unread-articles):
20962         Cosmetic simplification to logic.
20963
20964         * gnus-util.el (gnus-rename-file): New function.
20965
20966 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20967
20968         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20969
20970 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20971
20972         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20973         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20974
20975 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20976
20977         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20978         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20979
20980 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20981
20982         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20983
20984 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20985
20986         * spam.el (spam-set-difference): Add function to replace
20987         gnus-set-difference in spam.el.
20988         (spam-summary-prepare-exit): Use spam-set-difference.
20989
20990 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20991
20992         * gnus-registry.el (gnus-registry-cache-file): Update to use
20993         gnus-dribble-directory OR gnus-home-directory OR ~.
20994         (gnus-registry-split-fancy-with-parent): Fix doc.
20995
20996 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * message.el (message-exchange-point-and-mark):
20999         Use message-mark-active-p.  Suggested by Jesper Harder
21000         <harder@ifa.au.dk>.
21001
21002 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21003
21004         * message.el (message-exchange-point-and-mark): Don't activate
21005         region if it was inactive.  Suggested by Hiroshi Fujishima
21006         <pooh@nature.tsukuba.ac.jp>.
21007
21008 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21009
21010         * gnus-art.el (article-display-face): Display Faces in the same
21011         order as X-Faces.
21012
21013 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21014
21015         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21016
21017 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21018
21019         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21020         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21021         (gnus-article-mime-hierarchy): Remove.
21022         (gnus-article-mime-hierarchy-next): Remove.
21023         (gnus-article-mode): Revert 2004-03-19 change.
21024         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21025         (gnus-insert-mime-button): Revert 2004-03-19 change.
21026         (gnus-mime-accumulate-hierarchy): Remove.
21027         (gnus-mime-enter-multipart): Remove.
21028         (gnus-mime-leave-multipart): Remove.
21029         (gnus-mime-display-part): Revert 2004-03-19 change.
21030         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21031
21032         * mml.el (mml-preview): Revert 2004-03-19 change.
21033
21034 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21035
21036         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21037
21038 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21039
21040         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21041         t while entering a file name using the mm-with-multibyte macro.
21042         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21043
21044         * mm-util.el (mm-with-multibyte): New macro.
21045
21046 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21047
21048         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21049         New user option.
21050         (gnus-mime-multipart-functions): Doc and customization fix.
21051         (gnus-article-mime-hierarchy): New variable.
21052         (gnus-article-mime-hierarchy-next): New variable.
21053         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21054         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21055         gnus-article-mime-hierarchy-next to nil.
21056         (gnus-insert-mime-button): Show hierarchy numbers.
21057         (gnus-mime-accumulate-hierarchy): New function.
21058         (gnus-mime-enter-multipart): New function.
21059         (gnus-mime-leave-multipart): New function.
21060         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21061         (gnus-mime-display-alternative): Show hierarchy numbers.
21062
21063         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21064         gnus-article-mime-hierarchy-next to nil.
21065
21066 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21067
21068         * dns.el: Don't require gnus-xmas.
21069
21070 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21071
21072         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21073         inline PGP.
21074         (mml-menu): Disable mml-quote-region if mark is inactive.
21075
21076 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21077
21078         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21079         when the group's active is not available.
21080
21081 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21082
21083         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21084         error.
21085
21086 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21087
21088         * imap.el (imap-store-password): New variable.
21089         (imap-interactive-login): Use it.
21090         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21091
21092 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21093
21094         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21095         window-start and hscroll to summary window.
21096
21097 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21098
21099         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21100         conversion message to newsrc-dribble when an actual conversion is
21101         performed.
21102
21103 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21104
21105         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21106
21107 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21108
21109         * mm-decode.el (mm-complicated-handles): New function reviving
21110         former definition of mm-multiple-handles.
21111
21112         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21113         (gnus-mime-delete-part): Use it.
21114
21115 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21116
21117         * gnus-agent.el (gnus-agent-read-local):
21118         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21119         avoid the implicit assumption that they will always be equal.
21120         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21121         coding-system-for-write, as the with-temp-file macro first prints
21122         to a buffer then saves the buffer.
21123
21124 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21125
21126         * gnus-art.el (gnus-article-edit-part): New function.
21127         (gnus-mime-save-part-and-strip): Use it; do query instead of
21128         signaling an error; don't use mm-multiple-handles.
21129         (gnus-mime-delete-part): Ditto.
21130
21131 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21132
21133         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21134         old file versions.
21135         (gnus-group-prepare-hook): Remove function that converted list
21136         form of gnus-agent-expire-days to group properties.
21137
21138         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21139         (gnus-request-accept-article): Re-indented.
21140
21141         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21142         converters to handle old agent file formats.  Add logic for a
21143         "backup before upgrading warning".
21144         (gnus-convert-mark-converter-prompt): Developers can mark
21145         functions as needing (default), or not needing,
21146         gnus-convert-old-newsrc's "backup before upgrading warning".
21147         (gnus-convert-converter-needs-prompt): Tests whether the user
21148         should be protected from potentially irreversable changes by the
21149         function.
21150
21151         * legacy-gnus-agent.el: New.  Provides converters that are only
21152         loaded when gnus-convert-old-newsrc needs to call them.
21153
21154 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * mail-source.el (mail-source-touch-pop): Doc fix.
21157
21158         * message.el (message-smtpmail-send-it): Doc fix.
21159
21160 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21161
21162         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21163
21164         * nnmail.el (nnmail-split-fancy): do.
21165
21166         * gnus-kill.el (gnus-kill, gnus-execute): do.
21167
21168 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21169
21170         * gnus-sum.el (gnus-widget-reversible-match)
21171         (gnus-widget-reversible-to-internal)
21172         (gnus-widget-reversible-to-external): New functions.
21173         (gnus-widget-reversible): New widget.
21174         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21175
21176 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21177
21178         * gnus-sum.el (gnus-thread-sort-functions)
21179         (gnus-article-sort-functions): Document `(not F)' items.
21180
21181 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21182
21183         * spam.el (spam-use-gmane-xref): Add new backend.
21184         (spam-gmane-xref-spam-group): Add variable to control the name of the
21185         Gmane spam group.
21186         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21187         (spam-regex-headers-spam, spam-regex-headers-ham)
21188         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21189         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21190         backends and checks.
21191         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21192
21193         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21194         an autodetect method.
21195
21196 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21197
21198         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21199         articles are being added to a group.
21200         (gnus-request-replace-article): Inform the agent that articles
21201         need to be uncached as the cached contents are no longer valid.
21202
21203 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21204
21205         * binhex.el: Don't autoload executable-find.
21206
21207         * canlock.el: Don't autoload mail-fetch-field.
21208
21209         * dgnushack.el: Autoload c-mode for XEmacs.
21210
21211         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21212
21213         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21214         rmail-dont-reply-to and rmail-output.
21215
21216         * gnus-score.el: Don't autoload ffap-string-at-point.
21217
21218         * gnus-setup.el: Don't autoload sc-cite-original.
21219
21220         * imap.el: Don't autoload base64-decode-string,
21221         base64-encode-string and md5.
21222
21223         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21224         and rmail-msg-restore-non-pruned-header.
21225
21226         * mm-decode.el: Don't autoload executable-find.
21227
21228         * mm-url.el: Don't autoload executable-find.
21229
21230         * mm-view.el: Don't autoload diff-mode.
21231
21232         * nndb.el: Don't autoload news-reply-mode, news-setup,
21233         cancel-timer and telnet.
21234
21235         * password.el: Don't autoload run-at-time for Emacs.
21236
21237         * sha1-el.el: Don't autoload executable-find.
21238
21239         * sieve-mode.el: Don't autoload c-mode.
21240
21241         * uudecode.el: Don't autoload executable-find.
21242
21243 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21244
21245         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21246         (gnus-agent-possibly-alter-active): Avoid null in numeric
21247         comparison.
21248         (gnus-agent-set-local): Refuse to save null in local object table.
21249         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21250         list of articles that will be marked as unread.
21251
21252 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21253
21254         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21255
21256 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21257
21258         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21259         language tags.
21260
21261 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21262
21263         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21264         Don't bind "obarray".
21265
21266         * gnus-sum.el (gnus-thread-sort-functions):
21267         Add `gnus-thread-sort-by-most-recent-number' and
21268         `gnus-thread-sort-by-most-recent-date'.
21269         Reported by Kai Grossjohann <kai@emptydomain.de>.
21270
21271 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21272
21273         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21274
21275 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21276
21277         * gnus-cus.el (gnus-agent-customize-category):
21278         Remove ignore-errors macro reference that required cl to be loaded at
21279         run-time.
21280
21281         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21282         single-interval range of the form (min . max).  Previously the
21283         range had to look like ((min . max)).  Likewise, return
21284         (min . max) rather than ((min . max)).
21285         (gnus-range-map): Use gnus-range-normalize to accept
21286         single-interval range.
21287
21288         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21289         the cache, but not the agent, now appear with their usual face.
21290
21291         * dgnushack.el (loaddir): New variable that is bound to the
21292         directory containing the dgnushack.el file. Use loaddir, rather
21293         than srcdir, to update load-path. Change lets dgnushack compile
21294         code in directories other than GNUS/lisp.
21295
21296 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * lpath.el: Don't bind w3m-safe-url-regexp.
21299
21300         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21301         w3m-safe-url-regexp variable buffer-local.
21302
21303         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21304
21305 2004-02-27  Simon Josefsson  <jas@extundo.com>
21306
21307         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21308         gnus-group-real-prefix.
21309         (gnus-summary-move-article): Use it, instead of
21310         gnus-group-real-prefix.
21311
21312 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * lpath.el: Bind w3m-safe-url-regexp.
21315
21316         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21317         w3m-safe-url-regexp variable buffer-local and set it as the value
21318         of mm-w3m-safe-url-regexp.
21319
21320         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21321
21322         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21323         parsing gnus-posting-styles when the message is not for replying.
21324
21325         * dgnushack.el: Autoload sgml-mode for XEmacs.
21326
21327         * nnrss.el (nnrss-opml-export):
21328         Use mm-set-buffer-file-coding-system instead of
21329         set-buffer-file-coding-system.
21330
21331 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21332
21333         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21334         of checkdoc.el).
21335         * nnrss.el: do.
21336         * gnus-mlspl.el: do.
21337         * gnus-ml.el: do.
21338         * gnus-srvr.el: do.
21339
21340         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21341
21342 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21343
21344         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21345         Corrections to custom-manual links.
21346
21347         * gnus-art.el (gnus-article): Ditto.
21348
21349         * mm-decode.el (mime-display, mime-security): Ditto.
21350
21351 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21352
21353         * flow-fill.el: Typo.
21354
21355 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21356
21357         * spam-wash.el: New file.
21358
21359 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21360
21361         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21362
21363 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21364
21365         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21366         to be run with new-articles as LIST1, not LIST2.
21367         (spam-registration-functions): Add spam-use-ham-copy as a nil
21368         registration backend.
21369
21370 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21371
21372         * spam-stat.el (spam-stat-washing-hook): New option.
21373         (spam-stat-buffer-words): Use it.
21374         (spam-stat-process-directory, spam-stat-test-directory):
21375         Use insert-file-contents-literally.
21376         (spam-stat-coding-system): New variable.
21377         (spam-stat-load, spam-stat-save): Use it.
21378
21379 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21380
21381         * spam-report.el (spam-report-plug-agent):
21382         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21383
21384 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21385
21386         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21387         Allow / in mailto URLs.
21388
21389 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21390
21391         * spam-report.el (spam-report-process-queue): Fix interactive use.
21392         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21393         (spam-report-unplug-agent): Doc fixes.
21394         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21395         (spam-report-agentize, spam-report-deagentize): Autoload.
21396
21397 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21398
21399         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21400
21401         * message.el (message-setup-fill-variables): Add mml tags to
21402         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21403         <ajk@iu.edu>.
21404         (message-mode): Don't modify paragraph-separate there.
21405
21406 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21407
21408         * compface.el (uncompface-use-external): Default to undecided.
21409         (uncompface-use-external-threshold): New variable.
21410         (uncompface-float-time): New macro.
21411         (uncompface): Determine whether to use the external decoder if
21412         uncompface-use-external is undecided.
21413
21414 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21415
21416         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21417         after images.
21418
21419         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21420
21421 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21422
21423         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21424
21425         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21426
21427         * gnus-sum.el (gnus-summary-limit-to-age)
21428         (gnus-summary-limit-children): do.
21429
21430         * gnus-int.el (gnus-request-scan): do.
21431
21432         * gnus-group.el (gnus-group-suspend): do.
21433
21434         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21435
21436         * gnus-cite.el (gnus-cite-parse-attributions): do.
21437
21438         * gnus-agent.el (gnus-summary-set-agent-mark)
21439         (gnus-agent-regenerate-group): do.
21440
21441         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21442
21443         * binhex.el (binhex-decode-region-internal): do.
21444
21445 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21446
21447         * gnus-fun.el (gnus-face-properties-alist): New user option.
21448         (gnus-display-x-face-in-from): Use it.
21449
21450         * gnus-art.el (article-display-face): Ditto.
21451
21452         * compface.el (uncompface-use-external): Default to nil.
21453
21454 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21455
21456         * nntp.el (nntp-erase-buffer): New function.
21457         (nntp-retrieve-data, nntp-send-command)
21458         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21459         (nntp-possibly-change-group): Use it.
21460
21461         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21462         Use with-current-buffer.
21463
21464 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21465
21466         * compface.el: Merge the ELisp-based uncompface program.
21467         (compface): New customization group.
21468         (uncompface-use-external): New user option.
21469         (uncompface): Call uncompface-internal if uncompface-use-external
21470         is nil.
21471         (uncompface-internal): New function.  Note that there are also
21472         some other functions and variables added for this function.
21473
21474 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21475
21476         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21477         if necessary.
21478
21479 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21480
21481         * spam-report.el (spam-report-unplug-agent)
21482         (spam-report-plug-agent, spam-report-deagentize)
21483         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21484         Add support for the Agent in spam-report: when unplugged, report to a
21485         file; when plugged, submit all the requests.
21486
21487         * spam.el (spam-register-routine): Fix message about
21488         registration.
21489
21490 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21491
21492         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21493         dependencies.
21494         (rfc2047-encode): Use it.
21495
21496         * gnus-art.el (gnus-button-marker-list): Move before first
21497         reference.
21498
21499         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21500         (imap-parse-body): Fix format string mismatch.
21501
21502         * gnus-score.el (gnus-summary-increase-score): do.
21503
21504         * nnrss.el (nnrss-close): New function.
21505
21506 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21507
21508         * nnrss.el (nnrss-make-filename): New function.
21509         (nnrss-request-delete-group, nnrss-read-server-data)
21510         (nnrss-save-server-data, nnrss-read-group-data)
21511         (nnrss-save-group-data): Use it.
21512         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21513         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21514         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21515
21516 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21517
21518         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21519
21520 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21521
21522         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21523         files.
21524
21525         * message.el (message-generate-headers-first): Don't quote nil
21526         and t in docstrings.
21527
21528         * imap.el (imap-id): do.
21529
21530         * gnus-agent.el (gnus-agent-consider-all-articles)
21531         (gnus-agent-queue-mail): do.
21532
21533 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21534
21535         * spam-report.el (spam-report-process-queue): New function.
21536         Process requests from `spam-report-requests-file'.
21537         (spam-report-process-queue): Doc fix.
21538
21539 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21540
21541         * spam.el (spam-register-routine)
21542         (spam-log-processing-to-registry, spam-log-registered-p)
21543         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21544         Change "check" to "spam-check" for semi-clarity.
21545
21546 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21547
21548         * pop3.el: Require nnheader.
21549
21550         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21551
21552         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21553
21554         * gnus-picon.el: Require cl.
21555
21556         * gnus-fun.el: Require gnus-ems and gnus-util.
21557
21558         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21559
21560         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21561
21562         * gnus-art.el (gnus-article-edit-mode): Define before first
21563         reference.
21564
21565 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21566
21567         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21568         (gnus-uu-post-encoded): Use point-at-bol.
21569
21570         * gnus-topic.el (gnus-group-active-topic-p): do.
21571
21572         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21573
21574         * gnus-group.el (gnus-group-kill-region): do.
21575
21576         * gnus-art.el (article-date-ut): do.
21577
21578         * message.el (message-fetch-field): Remove redundant
21579         case-fold-search binding.
21580         (message-narrow-to-field): Simplify.
21581
21582 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21583
21584         * spam.el (spam-directory): Derive from `gnus-directory'.
21585
21586         * spam-report.el (spam-report-url-to-file)
21587         (spam-report-requests-file): New function and variable for offline
21588         reporting.
21589         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21590         and user defined function.
21591         (spam-report-url-ping-mm-url): Remove doubled slash.
21592
21593 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21594
21595         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21596
21597 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21598
21599         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21600         Fix format string mismatch.
21601
21602         * sieve.el (sieve-deactivate-all): do.
21603
21604         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21605
21606         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21607
21608         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21609
21610         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21611
21612 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21613
21614         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21615         the list of checks.
21616
21617 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21618
21619         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21620         padding.
21621
21622 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21623
21624         * mm-view.el (mm-fill-flowed): New variable.
21625         (mm-inline-text): Use it.
21626
21627 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21628
21629         * spam.el (spam-spamassassin-register-ham-routine)
21630         (spam-spamassassin-register-spam-routine): Fix function names.
21631
21632 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21633
21634         * gnus.el (gnus-tmp-grouplens): Remove.
21635         (gnus-summary-line-format): Remove grouplens.
21636
21637         * gnus-group.el (gnus-group-line-format): Ditto.
21638
21639         * gnus-spec.el (gnus-format-specs): Ditto.
21640         (gnus-update-format-specifications): Flush the group format spec
21641         cache if there's the grouplens stuff.
21642         (gnus-parse-simple-format): Replace %l with the empty string.
21643
21644 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21645
21646         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21647         omission.
21648
21649 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21650
21651         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21652         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21653
21654 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21655
21656         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21657         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21658         New macros and functions.
21659         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21660         Handle > NLINK_MAX messages.
21661         * nnmaildir.el (nnmaildir-request-set-mark):
21662         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21663
21664 2004-01-25  Alex Schroeder  <alex@gnu.org>
21665
21666         * spam-stat.el (spam-stat-process-directory-age): New option.
21667         (spam-stat-process-directory): Use it.
21668
21669 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21670
21671         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21672         (spam-stat-save): Accept prefix argument.
21673
21674 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21675
21676         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21677         links" error.
21678
21679 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21680
21681         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21682         the rest of the and/or forms.
21683
21684 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21685
21686         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21687         compatibility with old .newsrc.eld files.
21688
21689         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21690
21691         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21692
21693         * gnus-start.el (gnus-1): do.
21694
21695         * gnus-group.el (gnus-group-line-format-alist): do.
21696
21697         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21698
21699         * gnus-gl.el: Remove.
21700
21701 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21702
21703         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21704         marks consisting of a single range {for example, (3 . 5)} rather
21705         than a list of a single range { ((3 . 5)) }.
21706
21707 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21708
21709         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21710         Use with-current-buffer.
21711         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21712         avoid consing a string.
21713
21714         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21715         Remove obsolete entries for big5 and gb2312.
21716
21717 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21718
21719         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21720         uncompressed list.
21721
21722 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21723
21724         * spam-stat.el (spam-stat-strip-xref): New function.
21725         (spam-stat-process-directory): Use it.
21726
21727         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21728         here -- it's done in message-fetch-field.
21729
21730 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21731
21732         * gnus-agent.el (gnus-agent-queue-mail)
21733         (gnus-agent-prompt-send-queue): New variables.
21734         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21735         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21736         "nndraft:queue" along to gnus-draft-send.
21737         Use gnus-agent-prompt-send-queue.
21738         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21739         is "nndraft:queue".  Suggested by Gaute Strokkenes
21740         <gs234@srcf.ucam.org>
21741
21742         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21743         (agent-enable-undownloaded-faces): Add.
21744         (gnus-agent-cat-groups): Use eval-and-compile, not
21745         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21746         method of gnus-agent-cat-groups even when the buffer has been
21747         evaled.
21748         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21749         delete gnus-agent-save-active-1.
21750         (gnus-agent-save-groups): Delete.  Identical to
21751         gnus-agent-save-active.
21752         (gnus-agent-write-active): No longer adjust agent's copy of active
21753         file as agent's adjustments are now stored in their own
21754         file.  Remove optional parameter.
21755         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21756         servers.  Add use of min/max range limits from server's local
21757         file.
21758         (gnus-agent-save-alist): Remove unused optional argument.
21759         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21760         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21761         (gnus-agent-set-local): A per-server file that keeps min/max range
21762         limits for articles known to the agent.  Provides a fast mechanism
21763         for altering many active ranges.
21764         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21765         active file (local makes it unnecessary).
21766         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21767
21768         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21769         (agent-enable-undownloaded-faces): Add.
21770
21771         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21772         disable it when sending to "nndraft:queue".
21773         (gnus-group-send-queue): Add safety check to avoid sending queue
21774         when unplugged.
21775
21776         * gnus-group.el (gnus-group-catchup): Use new
21777         gnus-sequence-of-unread-articles, not
21778         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21779         numbers of articles.  Use gnus-range-map to avoid having to
21780         uncompress the unread list.
21781         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21782         Fix invalid ange-ftp reference.
21783
21784         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21785         (gnus-sorted-range-intersection): Intersection of two ranges
21786         without requiring that they first be uncompressed.
21787
21788         * gnus-start.el (gnus-activate-group): Unless blocked by the
21789         caller, possibly expand the active range to include both cached
21790         and agentized articles.
21791         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21792         multiple version-dependent converters.
21793         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21794         gnus-agent-save-active.
21795         (gnus-save-newsrc-file): Save dirty agent range limits.
21796
21797         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21798         gnus-agent-possibly-alter-active.
21799         (gnus-adjust-marked-articles): Faster handling of simple lists.
21800
21801 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21802
21803         * spam-stat.el (spam-stat-test-directory): New optional argument
21804         displays a list of files detected.  Suggested by Andrew Cohen
21805         <cohen@andy.bu.edu>.
21806         (spam-stat-buffer-words-with-scores): Don't narrow and change
21807         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21808
21809 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21810
21811         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21812         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21813         (spam-spamassassin-arguments)
21814         (spam-spamassassin-spam-flag-header)
21815         (spam-spamassassin-positive-spam-flag-header)
21816         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21817         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21818         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21819         (spam-list-of-processors, spam-list-of-checks)
21820         (spam-list-of-statistical-checks, spam-registration-functions)
21821         (spam-check-spamassassin-headers, spam-check-spamassassin)
21822         (spam-spamassassin-score)
21823         (spam-spamassassin-register-with-sa-learn)
21824         (spam-spamassassin-register-spam-routine)
21825         (spam-spamassassin-register-ham-routine)
21826         (spam-assassin-register-spam-routine)
21827         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21828         (spam-bogofilter-score): Fix to show article before scoring.
21829
21830 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21831
21832         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21833         default scoring function.
21834         (spam-generic-score): Call spam-spamassassin-score if
21835         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21836         spam-bogofilter-score otherwise.
21837
21838         * gnus.el (spam-process, spam-autodetect-methods):
21839         Add spamassassin and spamassassin-headers.
21840
21841 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21842
21843         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21844         Suppress unnecessary messages.
21845
21846 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21847
21848         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21849         make-hash-table.
21850
21851 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21852
21853         * canlock.el (base64-encode-string): Don't autoload it.
21854
21855 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21856
21857         * run-at-time.el: Remove useless (require 'itimer),
21858         eval-and-compile and (featurep 'xemacs).
21859
21860 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21861
21862         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21863         GROUP is a virtual group.
21864
21865 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21866
21867         * gnus.el: Autoload `message-y-or-n-p'.
21868
21869 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21870
21871         * pgg-parse.el: Remove unnecessary (require 'custom).
21872
21873         * pgg-def.el: do.
21874
21875         * nnmail.el: do.
21876
21877         * gnus-undo.el: do.
21878
21879         * gnus-picon.el: do.
21880
21881         * gnus-util.el: do.
21882
21883 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21884
21885         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21886
21887 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21888
21889         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21890         handle, as well as a list.
21891
21892         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21893         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21894         (mm-w3m-cid-retrieve): Simplify.
21895
21896 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21897
21898         * message.el (message-kill-to-signature): Allow prefix arg to
21899         specify number of lines to keep before signature.
21900
21901 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21902
21903         * message.el (message-kill-to-signature): Change docstring.
21904
21905 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21906
21907         * canlock.el: Always require sha1-el.
21908         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21909
21910         * message.el: Autoload sha1 only when compiling.
21911
21912         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21913         eudc-expand-inline for XEmacs.
21914
21915 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21916
21917         * message.el (message-canlock-generate): Require sha1-el.
21918
21919 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21920
21921         * message.el (message-expand-name): Silence the byte compiler.
21922
21923         * lpath.el: Add detect-coding-system.
21924
21925         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21926         cus-edit.
21927
21928 2004-01-13  Simon Josefsson  <jas@extundo.com>
21929
21930         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21931         Invoke gnus-score-mode.
21932         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21933
21934         * gnus-range.el (gnus-compress-sequence): Doc fix.
21935         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21936
21937 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21938
21939         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21940
21941 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21942
21943         * spam.el (spam-get-article-as-string): Update to use
21944         gnus-request-article-this-buffer, much simpler.
21945         (spam-get-article-as-buffer): Remove.
21946
21947 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21948
21949         * message.el (message-expand-name): Use EUDC if the user uses that.
21950
21951 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21952
21953         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21954         character for the encoding to avoid consing a string.
21955
21956         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21957         unnecessarily.
21958
21959         * mm-util.el (mm-replace-chars-in-string): Remove.
21960
21961         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21962         of mm-replace-chars-in-string.
21963
21964 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21965
21966         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21967
21968         * mm-util.el (mm-subst-char-in-string): Support inplace.
21969
21970         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21971         a new string in every iteration.  Use shy groups.
21972
21973 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21974
21975         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21976         * gnus-soup.el (gnus-soup-group-brew):
21977         * gnus-msg.el (gnus-put-message):
21978         * gnus-move.el (gnus-group-move-group-to-server):
21979         * gnus-kill.el (gnus-batch-score):
21980         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21981         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21982         (gnus-group-update-group, gnus-group-read-group)
21983         (gnus-group-make-group, gnus-group-make-help-group)
21984         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21985         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21986         (gnus-group-sort-by-unread, gnus-group-catchup)
21987         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21988         (gnus-group-yank-group, gnus-group-set-info)
21989         (gnus-group-list-groups):
21990         * gnus.el (gnus-generate-new-group-name):
21991         * gnus-delay.el (gnus-delay-send-queue):
21992         * nnvirtual.el (nnvirtual-catchup-group):
21993         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21994         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21995         (gnus-group-prepare-topics, gnus-topic-check-topology):
21996         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21997         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21998         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21999         (gnus-group-make-articles-read):
22000         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22001         (gnus-group-change-level, gnus-kill-newsgroup)
22002         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22003         (gnus-get-unread-articles, gnus-make-articles-unread)
22004         (gnus-make-ascending-articles-unread): Use accessor
22005         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22006         to get group information for improved readability.
22007
22008
22009 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22010
22011         * gnus-art.el (article-decode-mime-words, article-babel)
22012         (gnus-article-highlight-signature, gnus-article-add-buttons)
22013         (gnus-signature-toggle): Use gnus-with-article-buffer.
22014
22015         * gnus-art.el (gnus-article-highlight-headers)
22016         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22017
22018         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22019         (gnus-article-set-globals, gnus-request-article-this-buffer)
22020         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22021         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22022         (gnus-mime-display-alternative): Use with-current-buffer.
22023
22024 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22025
22026         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22027         also under 80 char limit, and call gnus-error if needed.
22028         (spam-fetch-article-header): Fix - it was a
22029         buffer-local variable (gnus-newsgroup-data).
22030         (spam-find-spam): Use spam-generate-fake-headers, forget about
22031         spam-insert-fake-headers.
22032         (spam-insert-fake-headers): Remove.
22033
22034 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22035
22036         * deuglify.el (gnus-article-outlook-unwrap-lines)
22037         (gnus-outlook-rearrange-article)
22038         (gnus-outlook-repair-attribution-outlook)
22039         (gnus-outlook-repair-attribution-block)
22040         (gnus-outlook-repair-attribution-other): Remove redundant
22041         save-excursion.
22042
22043 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22044
22045         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22046         (spam-fetch-field-subject-fast)
22047         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22048         (spam-fetch-article-header): Add functions to deal with Gnus
22049         internals for fast retrieval of article header data.
22050         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22051
22052 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22053
22054         * pop3.el (pop3-md5): Remove.
22055         (pop3-apop): Replace pop3-md5 with md5.
22056
22057         * mm-bodies.el: base64 is always built-in.
22058
22059         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22060         Use with-current-buffer.
22061
22062 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22063
22064         * canlock.el (canlock-insert-header): Remove excessive grouping in
22065         regexp.
22066
22067         * gnus-sum.el (gnus-summary-read-document): Ditto.
22068
22069         * gnus-uu.el (gnus-uu-part-number): Ditto.
22070
22071         * html2text.el (html2text-remove-tags): Ditto.
22072         (html2text-format-tags): Ditto.
22073         (html2text-format-single-elements): Ditto.
22074
22075         * mml.el (mml-parse-1): Ditto.
22076
22077 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22078
22079         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22080
22081         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22082
22083         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22084
22085         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22086
22087 2003-11-15  Simon Josefsson  <jas@extundo.com>
22088
22089         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22090         (pgg-gpg-lookup-key): Use regexp match instead of
22091         split-string (split-string is different between emacs 21.2 and
22092         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22093
22094 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22095
22096         * gnus-art.el (gnus-mime-view-all-parts)
22097         (gnus-article-part-wrapper, gnus-article-view-part):
22098         Use with-current-buffer.
22099
22100 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22101
22102         * spam.el (spam-disable-spam-split-during-ham-respool)
22103         (spam-spamoracle-database, spam-cache-lookups)
22104         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22105         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22106         (spam-group-ham-marks, spam-group-spam-marks)
22107         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22108         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22109         also add spam-use-blackholes to the statistical checks.
22110         (spam-fetch-field-fast): Add interface to fetching fields, may
22111         become a macro.
22112         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22113         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22114         (spam-insert-fake-headers): Fake an article when needed.
22115         (spam-find-spam): Fake article when possible.
22116         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22117         (spam-check-bogofilter-headers): Use message-fetch-field instead
22118         of nnmail-fetch-field.
22119
22120 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22121
22122         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22123
22124 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22125
22126         * spam.el (spam-split): Do not require spam-use-CHECK to be
22127         enabled if that check is passed to spam-split explicitly; also
22128         fix so 'spam doesn't get converted to spam-split-group when
22129         spam-split-symbolic-return is t.
22130         (spam-find-spam): Find registrations of the article and use those
22131         instead of re-running spam-split to find the spam/ham
22132         classification of the article.
22133         (spam-log-processing-to-registry, spam-log-registered-p)
22134         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22135         Use gnus-error instead of gnus-message.
22136         (spam-log-registration-type): Add function to determine the
22137         classification of a message based on registry entries; will
22138         return nil if both 'spam and 'ham are found.
22139         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22140         a reasonably fast local cache without the loading errors.
22141         (spam-cache-lookups): Set to t by default.
22142         (spam-find-spam): Don't try to guess spam-cache-lookups.
22143         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22144         spam-caches entry.
22145         (spam-filelist-build-cache, spam-filelist-check-cache):
22146         Fix caching of whitelist/blacklist entries.
22147         (spam-check-whitelist, spam-check-blacklist):
22148         Invoke spam-from-listed-p with a type, not a cache variable.
22149         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22150
22151 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22152
22153         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22154
22155         * nnmail.el (nnmail-split-fancy): do.
22156
22157         * mml.el (mml-parse): do.
22158
22159         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22160         (gnus-score-adaptive): do.
22161
22162 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22163
22164         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22165         (gnus-mime-button-map): Don't set keymap parent.
22166         (gnus-button-ctan-directory-regexp): Use shy grouping.
22167         (gnus-prev-page-map): Don't set keymap parent.
22168         (gnus-prev-page-map): Remove duplicated one.
22169         (gnus-next-page-map): Don't set keymap parent.
22170         (gnus-mime-security-button-map): Ditto.
22171
22172         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22173         version number.
22174
22175         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22176
22177 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22178
22179         * canlock.el (canlock-sha1-function): Remove.
22180         (canlock-sha1-function-for-verify): Remove.
22181         (canlock-openssl-program): Remove.
22182         (canlock-openssl-args): Remove.
22183         (canlock-ignore-errors): Remove.
22184         (canlock-sha1-with-openssl): Remove.
22185         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22186         (canlock-verify): Don't use canlock-ignore-errors.
22187
22188         * sha1-el.el (sha1-string-external): Make it can return a string
22189         in binary form.
22190         (sha1-region-external): Ditto.
22191         (sha1-string-internal): Ditto.
22192         (sha1-region-internal): Ditto.
22193         (sha1-region): Ditto.
22194         (sha1-string): Ditto.
22195         (sha1): Ditto.
22196
22197 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22198
22199         * spam.el (spam-report-articles-gmane): New command.
22200
22201 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22202
22203         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22204
22205         * run-at-time.el (run-at-time-saved): Remove.
22206         (run-at-time): Doc fix.
22207
22208 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22209
22210         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22211         (gnus-summary-limit-map): Add it.
22212         (gnus-summary-make-menu-bar): do.
22213
22214 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22215
22216         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22217         Make attempt at some caching support (done for BBDB only now).
22218         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22219         addresses to be checked.
22220         (spam-clear-cache-BBDB): Add function, to be invoked by
22221         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22222         (spam-check-BBDB): Check and use the caches, if
22223         spam-cache-lookups is on, remove superfluous (provide).
22224
22225 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22226
22227         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22228
22229 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22230
22231         * run-at-time.el (run-at-time-saved): Move to after the definition
22232         of `run-at-time'.
22233
22234         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22235
22236 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22237
22238         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22239         mm-w3m-local-map-property.
22240
22241         * mm-view.el (mm-w3m-mode-map): Remove.
22242         (mm-w3m-local-map-property): Remove.
22243         (mm-inline-text-html-render-with-w3m): Don't use
22244         mm-w3m-local-map-property.
22245
22246 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22247
22248         * run-at-time.el: New file.
22249
22250         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22251         under Emacs.
22252
22253         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22254         of gnus-set-text-properties.
22255
22256         * gnus-uu.el (gnus-uu-save-article): Ditto.
22257
22258         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22259
22260         * gnus-cite.el (gnus-cite-parse): Ditto.
22261
22262         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22263         of gnus-.
22264
22265         * gnus-xmas.el (run-at-time): Require run-at-time.
22266
22267         * gnus.el: Change calls to nnheader-run-at-time and
22268         password-run-at-time throughout to use run-at-time directly.
22269
22270         * password.el: Remove definition of run-at-time.
22271
22272         * nnheaderxm.el: Remove definition of run-at-time.
22273
22274 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22275
22276         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22277         in prompt.
22278
22279 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22280
22281         * messagexmas.el (message-xmas-redefine): Alias
22282         `message-make-caesar-translation-table' to
22283         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22284         version.
22285
22286         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22287         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22288         `gnus-xmas-set-text-properties'.
22289         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22290         `gnus-xmas-completing-read'.
22291         (gnus-xmas-completing-read): Removed.
22292         (gnus-xmas-open-network-stream): Removed.
22293
22294         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22295         XEmacs version.
22296
22297         * dns.el (dns-make-network-process): Use `open-network-stream'
22298         instead of `gnus-xmas-open-network-stream'.
22299
22300         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22301
22302         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22303
22304 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22305
22306         * gnus-art.el (gnus-mime-display-alternative)
22307         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22308         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22309         Don't use gnus-local-map-property.
22310
22311         * gnus-util.el (gnus-local-map-property): Remove.
22312
22313         * mm-view.el (mm-view-pkcs7-decrypt):
22314         Replace gnus-completing-read-maybe-default with completing-read.
22315
22316         * gnus-util.el (gnus-completing-read): do.
22317         (gnus-completing-read-maybe-default): Remove.
22318
22319 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22320
22321         * password.el: Only autoload `run-at-time' if not XEmacs.
22322         Only autoload the itimer functions if XEmacs.
22323
22324 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22325
22326         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22327         XEmacsen.
22328
22329         * dgnushack.el: Autoload executable-find for XEmacs.
22330
22331 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22332
22333         * gnus-art.el (gnus-read-string): Remove.
22334         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22335         read-string.
22336
22337 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22338
22339         * netrc.el: Autoload password-read.
22340         (netrc): Add configuration group.
22341         (netrc-encoding-method, netrc-openssl-path):
22342         Add variables for encoding and decoding of files with symmetric
22343         ciphers.
22344         (netrc-encode): Add assistant function to encode a file with
22345         netrc-encoding-method.
22346         (netrc-parse): Add interactive parameter, added optional
22347         decoding if netrc-encoding-method is non-nil but otherwise
22348         behavior is standard.
22349         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22350         Do s/encode/encrypt/ everywhere.
22351
22352         * spam.el: Remove executable-find autoload.
22353
22354 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22355
22356         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22357
22358         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22359
22360 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22361
22362         * gnus-art.el (gnus-treat-ansi-sequences)
22363         (article-treat-ansi-sequences): New variable and function.
22364         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22365
22366         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22367         Use it.
22368
22369 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22370
22371         * mm-util.el (mm-quote-arg): Remove.
22372
22373         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22374         shell-quote-argument.
22375
22376         * gnus-uu.el (gnus-uu-command): do.
22377
22378         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22379
22380         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22381         with make-char.
22382
22383         * mm-util.el (mm-make-char): Remove.
22384
22385         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22386         add-minor-mode.
22387
22388         * gnus-undo.el (gnus-undo-mode): do.
22389
22390         * gnus-topic.el (gnus-topic-mode): do.
22391
22392         * gnus-sum.el (gnus-dead-summary-mode): do.
22393
22394         * gnus-start.el (gnus-slave-mode): do.
22395
22396         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22397
22398         * gnus-ml.el (gnus-mailing-list-mode): do.
22399
22400         * gnus-gl.el (gnus-grouplens-mode): do.
22401
22402         * gnus-draft.el (gnus-draft-mode): do.
22403
22404         * gnus-dired.el (gnus-dired-mode): do.
22405
22406         * gnus-ems.el (gnus-add-minor-mode): Remove.
22407
22408         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22409         Replace gnus-char-width with char-width.
22410
22411         * gnus-ems.el (gnus-char-width): Remove.
22412
22413         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22414         Replace gnus-char-width with char-width.
22415
22416         * gnus-ems.el (gnus-char-width): Remove.
22417
22418         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22419         definition.
22420         Remove Emacs 20 hash table compatibility code.
22421
22422         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22423         20 compatibility code.
22424
22425         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22426
22427         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22428
22429         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22430         Replace with point-at-{eol,bol}.
22431
22432         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22433
22434         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22435
22436         * flow-fill.el (fill-flowed-point-at-bol)
22437         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22438
22439         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22440         Replace with point-at-{eol,bol} throughout all files.
22441
22442 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22443
22444         * ntlm.el (ntlm-string-as-unibyte): New macro.
22445         (ntlm-build-auth-response): Use it.
22446
22447         Remove Emacs 20 stuff:
22448         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22449         (butlast, mapc, remove): Remove the compiler macros.
22450         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22451         of delq and copy-sequence.
22452         * gnus-art.el (popup-menu): Remove the compiler macro.
22453         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22454         Emacs 20.
22455
22456 2004-01-05  Simon Josefsson  <jas@extundo.com>
22457
22458         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22459         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22460         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22461         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22462         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22463         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22464         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22465         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22466         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22467         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22468         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22469         string-xor into ntlm-string-xor.
22470         Suggested by Jesper Harder <harder@myrealbox.com>.
22471
22472         * ntlm.el: Don't include poem.
22473
22474         * md4.el (print-int32, print-string-hexa): Remove.
22475         Suggested by Jesper Harder <harder@myrealbox.com>.
22476
22477         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22478
22479         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22480         probably breaks emacs with DL patch, but do we care? Is anyone
22481         still using the DL stuff?)
22482
22483         * sieve-manage.el: Use the password package.
22484         (sieve-manage-read-passwd): Remove.
22485         (sieve-manage-interactive-login): Use password.  Re-add
22486         condition-case around loop.
22487
22488         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22489         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22490         Use the password package.
22491
22492 2003-02-19  Simon Josefsson  <jas@extundo.com>
22493
22494         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22495         token.
22496
22497 2002-08-07  Simon Josefsson  <jas@extundo.com>
22498
22499         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22500         (sieve-manage-authenticators):
22501         (sieve-manage-authenticator-alist): Add some SASL mechs.
22502         (sieve-sasl-auth): New function.
22503         (sieve-manage-cram-md5-auth):
22504         (sieve-manage-plain-auth): Rewrite using SASL library.
22505         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22506         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22507         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22508         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22509
22510 2004-01-05  Simon Josefsson  <jas@extundo.com>
22511
22512         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22513         New files.
22514
22515 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22516
22517         * gnus-group.el (gnus-no-groups-message): Update.
22518
22519         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22520
22521 2003-11-09  Simon Josefsson  <jas@extundo.com>
22522
22523         * imap.el: Support for ID IMAP extension (RFC 2971).
22524         (imap-local-variables): Add imap-id.
22525         (imap-id): New variable.
22526         (imap-id): New function.
22527         (imap-parse-response): Parse untagged ID response.
22528         * nnimap.el (nnimap-id): New variable.
22529         (nnimap-open-connection): Use it.
22530
22531 2003-12-28  Simon Josefsson  <jas@extundo.com>
22532
22533         * gnus-score.el (gnus-score-edit-all-score): New.
22534         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22535
22536 2004-01-04  Simon Josefsson  <jas@extundo.com>
22537
22538         * password.el: Add.
22539
22540 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22541
22542         * dns.el (dns-query-types): Fix typo.
22543         (dns-query-types): New function.
22544         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22545         PTR and SOA replies, see RFC 1035.
22546
22547 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22548
22549         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22550
22551         * Move to Changelog.2.
22552
22553 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22554
22555         * gnus.el (gnus-version-number): Bump version.
22556
22557 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22558
22559         * gnus.el: No Gnus v0.1 is released.
22560
22561 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22562
22563         * gnus.el: No Gnus v0.0 is released.
22564
22565 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22566
22567         * gnus.el (gnus-version-number): Bump.
22568         (gnus-version): No.
22569
22570 See ChangeLog.2 for earlier changes.
22571
22572   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22573
22574   This file is part of GNU Emacs.
22575
22576   GNU Emacs is free software: you can redistribute it and/or modify
22577   it under the terms of the GNU General Public License as published by
22578   the Free Software Foundation, either version 3 of the License, or
22579   (at your option) any later version.
22580
22581   GNU Emacs is distributed in the hope that it will be useful,
22582   but WITHOUT ANY WARRANTY; without even the implied warranty of
22583   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22584   GNU General Public License for more details.
22585
22586   You should have received a copy of the GNU General Public License
22587   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22588
22589 ;; Local Variables:
22590 ;; coding: utf-8
22591 ;; fill-column: 79
22592 ;; add-log-time-zone-rule: t
22593 ;; End: