(gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
[gnus] / lisp / ChangeLog
1 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4         (gnus-summary-refer-thread): Use it to remove duplicates in the
5         un-threaded view (bug#9053).
6         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
7
8 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
9
10         * nnir.el (nnir-read-server-parm): Use default value from global
11         variable.  Without this the default search engine parameters aren't
12         used at all.
13
14 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * message.el (message-unique-id): Don't use the undocumented return
17         value from (random t) (bug#9118).
18
19 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * message.el (message-auto-save-directory): If the ~/Mail directory
22         doesn't exist, use ~ as the auto-save directory (bug#4432).
23
24         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
25         hasn't already been started.
26
27 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
30
31         * message.el (message-reply): Work around mysterious bug where
32         `message-mode' seems to overwrite the locally bound `subject' variable.
33
34 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
35
36         * nnimap.el (nnimap-request-thread): Ensure search is performed in
37         correct group.
38
39         * gnus-int.el (gnus-request-thread): Add group argument.
40
41         * gnus-sum.el (gnus-summary-refer-thread): Use it.
42
43 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
46
47         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
48         renamed to `debbugs-gnu-*'.
49
50 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
51
52         * plstore.el: Revert the editing feature since it is not urgent.
53         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
54         (plstore-mode-decoded): Remove.
55
56 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
59         isn't very interesting any more, and it leaks potentially secret data.
60         (gnus-debug): Removed.
61
62         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
63         use of :custom-show.
64
65 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
66
67         * plstore.el: Add documentation.
68         (plstore-mode): New mode to edit plstore file.
69         (plstore-mode-toggle-display, plstore-mode-original)
70         (plstore-mode-decoded): New command.
71         (plstore--encode, plstore--decode, plstore--write-contents-functions)
72         (plstore--insert-buffer, plstore--make): New function.
73         (plstore-open, plstore-save): Simplify by using them.
74
75 2011-07-06  Glenn Morris  <rgm@gnu.org>
76
77         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
78
79 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
82         no longer is much used.
83         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
84         Articles".
85
86 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
87
88         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
89         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
90         `notmuch' backend.
91
92 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * mm-decode.el (mm-text-html-renderer): Doc fix.
95
96         * gnus-msg.el (gnus-bug): Fix the MML tag.
97
98         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
99
100 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
101
102         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
103         secondary methods if started with `gnus-no-server'.
104
105 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
106
107         * message.el (message-return-action): Fix typo in docstring.
108
109 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
112         bug reports at once.
113
114         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
115
116 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * nndraft.el: Require gnus-group.
119         (nndraft-request-list): Declare.
120
121         * nndraft.el (nndraft-update-unread-articles): Don't show group having
122         no unread article unless it matches gnus-permanently-visible-groups.
123
124         * nndraft.el (nndraft-update-unread-articles): New function.
125         (nndraft-request-associate-buffer): Use it to update the number of
126         unread articles for the nndraft groups in the group buffer when saving
127         or killing a draft message.
128
129 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
132         systems to binary before writing and reading the mbox files.
133
134         * gnus.el (gnus-summary-line-format): Link to the info node for %U
135         instead of trying to list them all (bug#8978).
136
137 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
138
139         * pop3.el (pop3-open-server): Use :end-of-capability.
140
141 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
144         the id is always a number.
145
146         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
147
148         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
149         debbugs mode, if possible.
150
151 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
152
153         * auth-source.el (auth-source-token-passphrase-callback-function):
154         Reindent.
155         (epg-context-operation): Remove unnecessary autoload.
156
157 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus.el (gnus-list-debbugs): New command.
160
161         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
162         mboxstat instead of the maintbox, since the stat seems to be fuller.
163
164         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
165         summary buffers.
166
167         * message.el (message-get-reply-headers): Delete all duplicates,
168         instead of the first.
169         (message-get-reply-headers): Ensure that we have progress while
170         deleting duplicates.
171
172         * gnus-msg.el (gnus-configure-posting-styles): Get the local
173         gnus-posting-style value from the summary buffer to make it easier to
174         make that a per-buffer conf.
175
176 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
177
178         * nnir.el (nnir-run-imap): Allow halting a search when an article is
179         found by setting `shortcut' in 'query.
180         (nnir-request-article): Use `shortcut' setting when requesting article
181         by Message-ID.
182
183 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
186         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
187         Bring the pseudo-headers back too.
188
189 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
190
191         * auth-source.el (auth-source-token-passphrase-callback-function):
192         Simplify and remove EPA dependency.
193
194 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
195
196         * nnir.el (nnir-request-article): Fix error message text.
197
198 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
199
200         * auth-source.el (plstore-delete): Autoload.
201         (auth-source-plstore-search): Support delete operation.
202         * plstore.el (plstore-delete): New function.
203
204 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
207         mark actually existing articles as unread rather than the ones that
208         active asserts.
209
210 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
211
212         * nntp.el (nntp-record-command):
213         * gnus-util.el (gnus-message-with-timestamp-1):
214         Use format-time-string rather than decoding time stamps by hand.
215         This is simpler and insulates the code from potential changes to
216         current-time format.
217
218 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
221
222 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
223
224         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
225         (plstore-save): Support public key encryption.
226         (plstore--init-from-buffer): New function.
227         (plstore-open): Use it; fix error when opening a non-existent file.
228         (plstore-revert): Use plstore--init-from-buffer.
229
230 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
231
232         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
233
234 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * mml2015.el (mml2015-use): Replace string-match-p with string-match
237         for old Emacsen.
238
239 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
240
241         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
242         is not fully working.
243
244 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * dgnushack.el: Autoload sha1 on XEmacs.
247
248         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
249         quit window configuration.
250
251         * auth-source.el (epg-context-set-passphrase-callback): Remove
252         duplicate autoload.
253
254 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
255
256         * nnir.el (nnir-request-article): Allow requesting articles by
257         Message-ID with nnimap.
258
259         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
260         current server.
261
262 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
263
264         * auth-source.el: Autoload EPA/EPG functions.
265         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
266         changed when EPA/EPG is not available.
267         (auth-source-backend): Rename "arg" member to "data".
268         (auth-source-backend-parse, auth-source-plstore-search)
269         (auth-source-plstore-create): Use it.
270
271 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
272
273         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
274         `gnus-refer-article-methods'.
275
276 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
277
278         * auth-source.el: Require EPA and EPG.
279         (auth-source-passphrase-alist): New variable.
280         (auth-source-passphrase-callback-function)
281         (auth-source-token-passphrase-callback-function): Callbacks for the
282         netrc field encryption (GPG tokens).
283         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
284         Symmetric encryption and decryption of the netrc GPG tokens.
285         (auth-source-netrc-normalize): Use them, simplifying the closure.
286
287 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
290         is available.
291
292 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
295         non-nil, and `nnimap-split-methods' is nil, use the former.
296
297 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
298
299         * plstore.el (plstore-revert): New function.
300         (plstore-open): Use it; hide the buffer from user.
301
302 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
303
304         * auth-source.el (auth-source-backend): New member "arg".
305         (auth-source-backend-parse): Handle new backend 'plstore.
306         * plstore.el: New file.
307
308 2011-06-30  Glenn Morris  <rgm@gnu.org>
309
310         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
311
312 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
315         expiring articles to.
316
317         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
318         variations as ASCII (bug#5458).
319
320 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
323
324 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * message.el (message-point-in-header-p): Tweak the function to default
327         to saying that we're not in the headers if there is no separator at
328         all.  This makes it possible to use the Message version of `M-q' in
329         buffers with no headers (bug#7987).
330         (message-point-in-header-p): Fix last checkin to work with an empty
331         mail-header-separator, too.
332
333         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
334         again, save the choice via customize.
335
336 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * message.el (message-send-mail-function): Add `sendmail-query-once'.
339
340         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
341         ended the connection, bail out before waiting infinitely on a new
342         connection.
343
344 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
345
346         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
347         reports.
348
349         * gnus.el (gnus-bug-package): Use "gnus."
350         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
351
352 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * dgnushack.el: Make the timer warning go away on XEmacs.
355
356         * gnus-art.el (gnus-article-stop-animations): New function to stop any
357         animations going on at article exit time.
358
359         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
360         since removing it breaks people upgrading.
361
362         * shr.el (shr-put-image): Use the new interface for animating images.
363         (shr-put-image): Animate for 60 seconds.
364
365         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
366         avoid compiler warnings.
367
368         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
369         error with `find-file-hooks' on Emacs 22.
370         (with-auth-source-epa-overrides): Ugly hack to Wrap the
371         `find-file-hook' things in `symbol-value' to avoid compilation warnings
372         on all architectures.
373
374         * spam.el (spam-stat): Require in a normal fashion without binding
375         `spam-stat-install-hooks' to avoid compilation warnings.
376
377         * spam-stat.el (spam-stat-install-hooks): Removed.
378         (spam-stat-install-hooks): Don't run automatically.
379
380 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
381
382         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
383         and keystroke.
384
385 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * auth-source.el (auth-source-netrc-cache): Move forward.
388
389 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * proto-stream.el (proto-stream-open-starttls): Use
392         `gnutls-available-p' to see whether we have built-in support.
393
394         * auth-source.el (auth-source-netrc-create): Don't query the bits that
395         we already know.
396         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
397         (auth-source-netrc-create): Don't prompt for the stuff we already know.
398
399 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
402         %S format, since that looks odd.
403         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
404         file, especially when saving.
405
406 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
407
408         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
409         article found.
410
411 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
412
413         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
414         `auth-source-save-secrets' with a more sensitive alist that can be
415         configured per file.  Experimental, so defaults to 'never.
416         (auth-source-netrc-create): Use it.  Still experimental code.
417         (with-auth-source-epa-overrides): Use `find-file-hooks' if
418         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
419
420 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
421
422         * auth-source.el (auth-source-save-secrets): New variable to control if
423         secret tokens should be saved encrypted.
424         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
425         to `auth-source-netrc-normalize'.
426         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
427         on the EPA variables being defined.
428         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
429         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
430         the lexical-let closure.
431         (auth-source-netrc-create): Create "gpg:" tokens according to
432         `auth-source-save-secrets'.
433
434 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * gnus-group.el (gnus-group-update-group): Add new argument
437         `info-unchanged' that stops updating dribble buffer.
438
439         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
440         deletes lines matching to it in dribble buffer.
441
442         * gnus-agent.el (gnus-agent-fetch-group-1):
443         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
444         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
445         * gnus-start.el (gnus-group-change-level):
446         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
447
448         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
449         if newsgroup info is not changed.
450
451         * gnus-group.el (gnus-group-get-new-news-this-group):
452         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
453         Don't update dribble buffer.
454
455 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
456
457         * gnus-registry.el (gnus-registry-remove-ignored): New function to
458         remove entries with groups we ignore.
459
460 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
463         the underline comes at the bottom.
464
465 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
466
467         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
468         `gnus-registry-user-format-function-M' and declare the latter obsolete.
469         (gnus-registry-article-marks-to-names): Rename from
470         `gnus-registry-user-format-function-M2'.
471
472 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
475         ephemeral group.
476
477 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * shr.el (shr-browse-image): Copy the URL if called interactively.
480
481 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
484         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
485         done, then unselected articles may be marked as read.
486
487         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
488         since not doing this seems to lead to a race condition in pop3-logon.
489
490         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
491         so that the call chain it correct when we call "upwards".
492
493         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
494         in read-only groups.
495
496         * gnus-group.el (gnus-group-mark-article-read): Ditto.
497
498         * message.el (message-cite-reply-position): Doc string fix.
499
500         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
501         avoid regexp overflow.
502         (nnimap-transform-split-mail): Ditto.
503
504         * pop3.el (pop3-retr): Error out if the server closes the connection.
505
506 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
507
508         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
509         mm-with-unibyte-current-buffer.  The buffer should not contain any
510         multibyte chars anyway at this stage.
511
512 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
515         at the end of lines.
516
517 2011-05-29  Julien Danjou  <julien@danjou.info>
518
519         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
520
521 2011-05-27  Glenn Morris  <rgm@gnu.org>
522
523         * gnus-group.el (gnus-bug-group-download-format-alist):
524         Use the "maintainer" version of debian reports as well.
525
526 2011-05-26  Glenn Morris  <rgm@gnu.org>
527
528         * gnus-group.el (gnus-bug-group-download-format-alist):
529         Use the "maintainer" version of debbugs.gnu.org reports.
530
531 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
534
535 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
536
537         * gnus-cus.el (gnus-agent-customize-category):
538         * gnus-delay.el (gnus-delay-send-queue):
539         * gnus.el (gnus-other-frame):
540         Don't quote lambda expressions with `quote'.
541
542 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
543
544         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
545         the thread moves us backwards and so we loop forever.
546
547 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
550         whitespace in base64 data lines.
551
552 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
553
554         * gnus-registry.el (gnus-registry-user-format-function-M):
555         Use `mapconcat'.
556         (gnus-registry-user-format-function-M2): Use to see the full text of
557         the marks.  Make "," the mark text separator.
558
559         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
560         authentication with auth-source.
561
562 2011-05-17  Glenn Morris  <rgm@gnu.org>
563
564         * gnus-group.el (gnus-import-other-newsrc-file):
565         Use insert-file-contents.
566
567 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
568
569         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
570         1000 iterations.
571
572 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * nntp.el (nntp-open-connection): Check if process-type is available.
575
576 2011-05-16  Julien Danjou  <julien@danjou.info>
577
578         * shr.el (shr-tag-del): Add support for del tag.
579
580 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * gnus-html.el (gnus-html-put-image): Register a displayer.
583
584         * shr.el (shr-image-displayer): Don't remove text props from alt text.
585
586 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
587
588         * registry.el (prune-factor): New initialization parameter defaulting
589         to 0.1.
590         (registry-prune-hard): Use it.
591
592         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
593         0.1 expicitly.
594
595 2011-05-13  Glenn Morris  <rgm@gnu.org>
596
597         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
598         is bound, since this function requires sendmail.
599
600 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * registry.el (registry-usage-test): Disable pruning test.
603
604 2011-05-11  David Engster  <dengste@eml.cc>
605
606         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
607         Bind set-network-process-option for XEmacs.
608
609 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
610
611         * registry.el (registry-prune-hard-candidates)
612         (registry-prune-soft-candidates): Helper methods for registry pruning.
613         (registry-prune): Use them.  Make the sort function optional.
614
615 2011-05-10  Jim Meyering  <meyering@redhat.com>
616
617         * shr.el (shr-colorize-region): Fix typo "on on -> on".
618
619 2011-05-10  Julien Danjou  <julien@danjou.info>
620
621         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
622         symbol and not a list.
623
624 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * gnus-art.el (gnus-article-mode): Move binding of
627         shr-put-image-function here from gnus-article-prepare-display.
628
629         * shr.el (shr-put-image-function): New variable.
630         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
631         (shr-put-image): Return scaled image.
632
633         * gnus-art.el (gnus-shr-put-image): New function.
634         (gnus-article-prepare-display): Bind shr-put-image-function to it.
635
636         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
637         original ones, as deletable.
638
639 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
640
641         * nntp.el (nntp-open-connection): Set TCP keepalive option.
642
643 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
644
645         * registry.el (registry-full): Add convenience method.  Fix logic.
646         (registry-insert): Use it.  Fix logic here too.
647
648         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
649         `registry-prune' if `registry-full' returns t.
650         (gnus-registry-handle-action)
651         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
652         (gnus-registry-usage-test): Use it.
653
654 2011-05-07  Julien Danjou  <julien@danjou.info>
655
656         * shr.el (shr-link): Make shr-link inherit from link by default.
657
658 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
659
660         * shr.el (shr-urlify, shr-link): Fix shr-link face.
661
662 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
663
664         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
665         error out because the face is not a list.
666
667 2011-05-05  Glenn Morris  <rgm@gnu.org>
668
669         * proto-stream.el (gnutls-negotiate): Fix declarations.
670
671         * gnus-start.el (gnus-propagate-marks): Declare.
672
673 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
674
675         * registry.el (registry-reindex): Fix percentage message.
676
677         * proto-stream.el (network-stream-open-starttls): Adjust to call
678         `gnutls-negotiate' with :process and :hostname arguments.
679
680 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
681
682         * shr.el: Add shr-link face for links.
683         (shr-urlify): Use it.
684
685         * registry.el (registry-insert): Make error message more helpful.
686
687 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * gnus-html.el (gnus-html-schedule-image-fetching):
690         Use url-queue-retrieve, if it exists.
691
692         * shr.el (shr-tag-img): Ditto.
693
694         * gnus.el: Autoload more gnus-agent functions.
695
696         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
697         agent if we haven't already (bug#8502).
698
699         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
700         into the Agent, too.
701
702         * gnus-agent.el (gnus-agent-store-article): New function.
703
704         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
705         and moved from that file for reuse.
706
707         * pop3.el (pop3-open-server): Error messages are "-ERR".
708
709 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
712         (open-tls-stream): Remove superfluous tls/starttls autoloads.
713
714 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
715
716         * gnus.el: No Gnus v0.17 is released.
717
718 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
719
720         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
721         buffer has moved to a different frame.
722
723 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
726         to get the conversion from unibyte to multibyte buffers to work on
727         Emacs 22.
728
729         * nntp.el (nntp-request-article): Slight clean-up.
730
731 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * shr.el (shr-strike-through): New face.
734         (shr-tag-s): Use it to provide <s> support.
735         (shr-tag-s): Remove duplicate definition.
736
737 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
740         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
741
742 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
743
744         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
745         `gnutls-negotiate'.
746         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
747
748 2011-04-23  Glenn Morris  <rgm@gnu.org>
749
750         * gnus-sum.el (gnus-extra-headers): Bump :version.
751
752 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * shr.el (shr-tag-sup): New function.
755         (shr-tag-sub): Ditto.
756
757 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
758
759         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
760         for the case where `gnus-registry-ignored-groups' is a list of lists,
761         and don't call `gnus-parameter-registry-ignore' otherwise.
762
763 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * nnimap.el (nnimap-user): New backend variable.
766         (nnimap-open-connection-1): Use it.
767         (nnimap-credentials): Accept user parameter so it's explicit what user
768         name is desired.
769
770         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
771         default.
772
773         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
774         not gnus-registry.el.
775
776         * gnus-registry.el: Mention in comments how to modify
777         `gnus-extra-headers' for proper recipient tracking and that it may
778         already have To and Cc recently, which it does as of this commit.
779         (gnus-registry-ignored-groups): Remove defcustom.
780         Explain why in comments.
781         (gnus-registry-action): Fix data-header reference to use the extra
782         headers.  Explain in package commentary how to add To and Cc headers to
783         the gnus-extra-headers.
784         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
785         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
786         parameter list or a string list in `gnus-registry-ignored-groups'.
787         Fix logic error.
788
789 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * shr.el (shr-expand-url): Protect against null urls.
792
793 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * shr.el (shr-base): New binding.
796         (shr-tag-base): Keep track of <base>.
797         (shr-expand-url): New function used throughout.
798
799 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
800
801         * gnus-registry.el
802         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
803         (gnus-registry-ignored-groups): New variable.
804         (gnus-registry-ignore-group-p): Use it.
805         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
806         set the destination group to nil (same as delete) if it's ignored.
807
808 2011-04-20  David Engster  <dengste@eml.cc>
809
810         * tests/gnustest-nntp.el: New file for simple NNTP testing.
811
812         * Makefile.in (test-nntp): New rule.
813         (check): Add it.
814         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
815
816 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * gnus-registry.el (gnus-registry-action)
819         (gnus-registry-fetch-header-fast):
820         Don't use mail-header that looks an internal function of mailheader.el.
821
822 2011-04-19  Glenn Morris  <rgm@gnu.org>
823
824         * time-date.el (time-to-days): Remove unused local variables.
825
826 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gnus-registry.el: Eliminate cl functions.
829         (gnus-registry-sort-addresses): New function that replaces mapcan.
830         (gnus-registry-action, gnus-registry-spool-action)
831         (gnus-registry-split-fancy-with-parent)
832         (gnus-registry-fetch-recipients-fast): Use it.
833         (gnus-registry-import-eld): Replace delete* with dolist + delq.
834
835         * registry.el (initialize-instance, registry-lookup)
836         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
837         (registry-lookup-secondary-value, registry-search, registry-delete)
838         (registry-insert, registry-reindex, registry-size, registry-prune):
839         Use eval-and-compile.
840
841 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
842
843         * registry.el (registry-reindex): New method to recreate the secondary
844         registry indices.
845
846         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
847         tracked field changes.
848         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
849         (gnus-registry-action, gnus-registry-spool-action)
850         (gnus-registry-handle-action)
851         (gnus-registry--split-fancy-with-parent-internal)
852         (gnus-registry-split-fancy-with-parent)
853         (gnus-registry-register-message-ids): Add recipient tracking on spool,
854         move, and delete actions, and for fancy splitting with parent.
855         (gnus-registry-extract-addresses)
856         (gnus-registry-fetch-recipients-fast)
857         (gnus-registry-fetch-header-fast): Convenience functions.
858         (gnus-registry-misc-test): ERT test of
859         `gnus-registry-extract-addresses'.
860
861 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
862
863         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
864         Track by subject first, then sender.
865
866 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
867
868         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
869
870         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
871         Lisp.
872
873         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
874         (gnus-draft-send): Use it to avoid popping
875         up frames from gnus-group-send-queue.
876
877 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
878
879         * gnus-registry.el: Updated gnus-registry docs.
880
881 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
882
883         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
884         Fix logic bug.
885         (gnus-registry-post-process-groups): Fix logging of no results and
886         quote sender and subject.
887
888 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889
890         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
891         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
892         gnutls-cli are too slow to be done opportunistically.
893
894         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
895         (gnus-read-active-for-groups): Don't try to finish getting stuff where
896         we had no early-data returned.
897         (gnus-get-unread-articles): Add a sanity check so that we don't issue
898         two async commands to the same server at the same time.
899
900 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
901
902         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
903
904 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
907         "warning" level.
908
909         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
910         (mm-url-insert-file-contents): Don't set the package names.
911
912 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
913
914         * gnus-registry.el (gnus-registry-action): Remove properties and
915         simplify subject in `gnus-registry-handle-action'.
916         (gnus-registry-spool-action): Get subject and sender from message if
917         they are not passed in.
918         (gnus-registry-handle-action): Remove properties and simplify subject
919         consistently.
920
921 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
922
923         * registry.el: Require CL before using defmacro*.
924
925 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * gnus-art.el (article-treat-date): Assume that
928         gnus-article-date-headers may be a group parameter.
929
930 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
931
932         * gnus-registry.el (gnus-registry-handle-action): More debugging.
933
934         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
935         interactively so the newsrc file can contain foreign groups too.
936         Useful for debugging but not much for users.
937
938 2011-04-07  David Engster  <dengste@eml.cc>
939
940         * registry.el (registry-usage-test): Only do
941         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
942         lexical binding.
943
944 2011-04-07  David Engster  <dengste@eml.cc>
945
946         * Makefile.in (check, test-registry): New rules for test-suite.
947
948 2011-04-06  David Engster  <dengste@eml.cc>
949
950         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
951         argument NOERROR for `require', since XEmacs 21.4 does not support it.
952
953 2011-04-06  David Engster  <dengste@eml.cc>
954
955         * registry.el (initialize-instance): Change :after to :AFTER to be
956         compatible with old EIEIO version in XEmacs.
957
958 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
959
960         * gnus-registry.el (gnus-registry-post-process-groups)
961         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
962         and provide better messaging.
963
964 2011-04-06  David Engster  <dengste@eml.cc>
965
966         * Makefile.in (fail-on-warning): New rule to compile with warnings as
967         errors.
968
969         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
970         dgnushack-compile with error-on-warn enabled, and to signal an error if
971         clean compilation failed.
972         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
973         with `byte-compile-error-on-warn'.  Return nil if errors occured.
974
975 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
976
977         * gnus-registry.el: Don't use ERT if it's not available.  Load it
978         unconditionally anyway, discarding errors.
979         (gnus-registry-delete-entries): New convenience function.
980         (gnus-registry-import-eld): Import from old .eld registry.
981
982         * registry.el: Don't use ERT if it's not available.  Load it
983         unconditionally anyway, discarding errors.
984
985         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
986         version from the Claudio Bley GnuTLS patch (extra optional parameters
987         and host name).
988
989 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
990
991         * gnus-registry.el (gnus-registry-fixup-registry): New function to
992         fixup the parameters that can be customized by the user between
993         save/read cycles.
994         (gnus-registry-read): Use it.
995         (gnus-registry-make-db): Use it.
996         (gnus-registry-spool-action, gnus-registry-handle-action):
997         Fix messaging.
998         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
999         Map references to actual group names with sender and subject tracking.
1000         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1001         (gnus-registry-usage-test): Add subject lookup test.
1002
1003         * registry.el (registry-db, initialize-instance): Set up constructor
1004         instead of :initform arguments for the sake of older Emacsen.
1005         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1006         pre-lexbind merge bug.
1007         (registry-usage-test): Use it.
1008         (initialize-instance, registry-db): Move the non-function initforms
1009         back to the class definition.
1010
1011 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1012
1013         * registry.el: New library to manage gnus-registry-style data.
1014
1015         * gnus-registry.el: Use it (major rewrite).
1016
1017         * nnregistry.el: Use it.
1018
1019         * spam.el: Use it.
1020
1021 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1024         marks on non-selected articles.
1025
1026 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1027
1028         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1029         parameter to open-protocol-stream.
1030
1031 2011-04-01  Julien Danjou  <julien@danjou.info>
1032
1033         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1034         fundamental-mode.
1035
1036 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1039         servers.
1040
1041 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1044         made marks not propagate, again.
1045
1046 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1047
1048         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1049         Make this the default type.
1050         (proto-stream-open-plain): Rename from proto-stream-open-default.
1051         (open-protocol-stream, proto-stream-open-starttls)
1052         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1053         with `plain'.
1054
1055         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1056         value.
1057
1058         * nntp.el (nntp-open-connection-function): Document the fact that some
1059         values are not functions but are instead handled specially.
1060         Recognize nntp-open-plain-stream value.
1061         (nntp-open-connection): Recognize that value.
1062
1063 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1066         where it seems to be needed.
1067
1068 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1071         stuff.
1072
1073         * gnus-score.el (gnus-score-string): Fix calling convention of
1074         `gnus-simplify-buffer-fuzzy' after last patches.
1075
1076         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1077         server for articles we didn't get any headers for.  This is a sanity
1078         check.
1079
1080 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1081
1082         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1083         new CAPABILITY, use it.
1084
1085 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1088         downloading anything.
1089
1090         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1091
1092 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1093
1094         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1095         colors.
1096         (gnus-splash-svg-color-symbols): New function.
1097
1098 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1101         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1102         (gnus-simplify-subject-fuzzy): Use the local
1103         gnus-simplify-subject-fuzzy-regex instead of the global one.
1104         This makes using this variable in group parameters work.
1105
1106 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1107
1108         * gnus-registry.el (gnus-registry-unfollowed-groups):
1109         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1110         archive:sent-YYYY-MM-DD groups).
1111         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1112         tracking if there are more than `gnus-registry-max-track-groups'
1113         matches.
1114
1115 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1116
1117         * message.el (message--yank-original-internal): New function to do the
1118         insertion cleanly inside eval in `message-yank-original'.
1119         (message-yank-original): Use it.
1120
1121 2011-03-29  Julien Danjou  <julien@danjou.info>
1122
1123         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1124         local variables disabled rather than `normal-mode'.
1125
1126 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1127
1128         * imap.el (imap-shell-open, imap-process-connection-type):
1129         Use imap-process-connection-type for 'shell' streams as well as
1130         Kerberos, SSL, other subprocesses.
1131
1132 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1133
1134         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1135         with open-network-stream.
1136         (proto-stream-always-use-starttls): Option removed.
1137         (open-protocol-stream): Return a process object by default.  Provide a
1138         new parameter :return-list specifying a list-type return value, which
1139         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1140         :type `network' to `try-starttls', and `network-only' to `default'.
1141         Make `default' the default, for compatibility with open-network-stream.
1142         Handle the no-parameter case exactly as open-network-stream, with no
1143         additional stream processing.  Search plists using plist-get.
1144         Explicitly add :end-of-commend parameter if it is missing.
1145         (proto-stream-open-default): Rename from
1146         proto-stream-open-network-only.  Return 'default as the type.
1147         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1148         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1149         failed.  Always return a list with a (possibly dead) process as the
1150         first element, for compatibility with open-network-stream.
1151         (proto-stream-open-tls): Use plist-get.  Always return a list.
1152         (proto-stream-open-shell): Return `default' as connection type.
1153         (proto-stream-capability-open): Use plist-get.
1154         (proto-stream-eoc): Function deleted.
1155
1156         * nnimap.el (nnimap-stream, nnimap-open-connection)
1157         (nnimap-open-connection-1): Handle renaming of :type parameter for
1158         open-protocol-stream.
1159         (nnimap-open-connection-1): Pass a :return-list parameter
1160         open-protocol-stream to obtain a list return value.  Parse this list
1161         using plist-get.
1162
1163         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1164         for open-protocol-stream.  Accept open-protocol-stream return value
1165         that is a subprocess object instead of a list.  Handle the case of a
1166         dead returned process.
1167
1168 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1169
1170         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1171
1172         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1173
1174 2011-03-21  Julien Danjou  <julien@danjou.info>
1175
1176         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1177         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1178         query.
1179         (mm-inline-text): Render normal text with fontification whenever
1180         possible.
1181
1182         * gnus-sum.el (gnus-summary-save-parts-1):
1183         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1184         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1185         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1186         Use `mm-handle-filename'.
1187
1188         * mm-util.el (mm-handle-filename): New function, return the filename of
1189         an handle.
1190
1191 2011-03-18  Julien Danjou  <julien@danjou.info>
1192
1193         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1194         (gnus-buffer-live-p): Check that buffer is not nil.
1195
1196 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1197
1198         * gnus.el: No Gnus v0.15 is released.
1199
1200 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1203         avoid warning on XEmacs.
1204
1205         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1206         on XEmacs.
1207
1208         * gnus-art.el: Require mouse, which the build bot seems to say is
1209         needed.
1210
1211         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1212
1213         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1214         XEmacs, since it doesn't have url-retrieve-synchronously.
1215
1216         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1217         since assoc-string doesn't exist in XEmacs.
1218
1219 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1220
1221         * gnus-group.el (gnus-group-list-ticked): New function.
1222         (gnus-group-make-menu-bar): Provide a menu entry for it.
1223         (gnus-group-list-map): Provide a binding for it.
1224
1225 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * shr.el (shr-visit-file): New command.
1228
1229         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1230
1231 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1232
1233         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1234         servers.
1235
1236 2011-03-16  Julien Danjou  <julien@danjou.info>
1237
1238         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1239         inline.
1240
1241         * gnus-art.el (article-hide-list-identifiers):
1242         Use gnus-group-get-list-identifiers.
1243
1244         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1245         (gnus-summary-remove-list-identifiers):
1246         Use gnus-group-get-list-identifiers to get regexp.
1247         (gnus-select-newsgroup, gnus-summary-insert-subject)
1248         (gnus-summary-insert-articles):
1249         Call gnus-summary-remove-list-identifiers unconditionally.
1250
1251 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1254         we're selecting a group with unread articles.
1255
1256         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1257
1258         * gssapi.el: New file separated out from imap.el to provide a general
1259         Kerberos 5 connection facility for Emacs.
1260
1261         * message.el (message-elide-ellipsis): Document the format spec
1262         ellipsis.
1263
1264 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1265
1266         * message.el (message-elide-region): Allow the ellipsis to say how many
1267         lines were removed.
1268
1269 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1272         window configurations containing buffers that are now dead.
1273
1274         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1275         parsing to avoid integer overflows.
1276         (nnimap-parse-flags): Simplify the last change.
1277         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1278         too large for 32-bit Emacsen.
1279
1280 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1281
1282         * auth-source.el (auth-source-netrc-create):
1283         * message.el (message-yank-original): Fix use of `case'.
1284
1285 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1286
1287         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1288         XEmacs, which was one character too wide.
1289
1290 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1291
1292         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1293         default number of articles to display.
1294         (gnus-articles-to-read): Use pretty names for prompt.
1295
1296 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * gnus-int.el (gnus-open-server): Ditto.
1299
1300         * gnus-start.el (gnus-activate-group): Give a backtrace if
1301         debug-on-quit is set and the user hits `C-g'.
1302         (gnus-read-active-file): Ditto.
1303
1304         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1305
1306 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1307
1308         * message.el (message-yank-original): Use cond instead of CL case.
1309
1310 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1311
1312         * auth-source.el (auth-source-netrc-create): Use usual format for the
1313         default in prompts.
1314
1315 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * lpath.el: Fbind read-char-choice for XEmacs.
1318
1319 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1320
1321         * auth-source.el (auth-source-netrc-create): Show the default in the
1322         prompt when prompting for token creation.
1323
1324 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1325
1326         * auth-source.el (auth-source-format-prompt): Always convert the value
1327         to a string to avoid evaluating non-string arguments.
1328         (auth-source-netrc-create): Offer default properly, not as initial
1329         content in `read-string'.
1330         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1331         of line to determine if we've been run before.  If so, don't run again,
1332         but print a trivial message to indicate the cache was hit instead.
1333
1334 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1335
1336         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1337         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1338         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1339         Gnus.
1340
1341 2011-03-11  Julien Danjou  <julien@danjou.info>
1342
1343         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1344         modified file".
1345
1346 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1347
1348         * auth-source.el (auth-source-read-char-choice): New function to read a
1349         character choice using `dropdown-list', `read-char-choice', or
1350         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1351         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1352         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1353         (auth-source-netrc-saver): Use it.
1354         (auth-source-pick-first-password): New convenience function.
1355
1356 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1357
1358         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1359         parameter in the credentials.
1360         (nnimap-open-connection-1): Use it after a successful login.
1361         (nnimap-credentials): Add IMAP-specific user and password prompt.
1362
1363         * auth-source.el (auth-source-search): Add :require parameter, taking a
1364         list.  Document it and the :save-function return token.  Pass :require
1365         down.  Change the CREATED message from a warning to a debug statement.
1366         (auth-source-search-backends): Pass :require down.
1367         (auth-source-netrc-search): Pass :require down.
1368         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1369         Change save prompt to indicate all modifications saved here are
1370         deletions.
1371         (auth-source-netrc-create): Take user login name as default in user
1372         prompt.  Move all the save functionality to a lexically bound function
1373         under the :save-function token in the returned list.  Set up clearer
1374         default prompts for user, host, port, and secret.
1375         (auth-source-netrc-saver): New function, intended to be wrapped for
1376         :save-function.
1377
1378 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1381         lines to be spaces instead.
1382
1383 2011-03-07  Julien Danjou  <julien@danjou.info>
1384
1385         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1386         (sieve-sasl-auth): Check that auth-source-search did return something,
1387         or just return an empty string.
1388
1389 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1390
1391         * gnus.el (gnus-interactive): Use read-directory-name.
1392
1393         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1394         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1395         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1396         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1397         Likewise.
1398
1399         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1400
1401 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1404         onto the list of killed groups, too.  This makes killed nnimap groups,
1405         for instance, more reliably not reappear.
1406
1407         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1408         the parent.
1409
1410         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1411
1412         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1413         really have server-side marks.
1414
1415         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1416         since most backends do not usefully have server-side marks.
1417         (gnus-update-read-articles): Propagate marks to all backends that
1418         really have server-side marks.
1419
1420 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1421
1422         * message.el (message-cite-reply-position, message-cite-style):
1423         New variables.
1424         (message-yank-original): Use the new citation styles.
1425
1426 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1427
1428         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1429         buffer-local issue); don't mark it buffer-local when running under
1430         XEmacs.
1431
1432 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1433
1434         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1435         numbers too big to be `read'.
1436
1437 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1438
1439         * password-cache.el (password-in-cache-p): Add autoload.
1440
1441         * message.el (message-options): Make buffer-local two ways to attempt
1442         to fix a XEmacs bug.
1443
1444 2011-03-02  Julien Danjou  <julien@danjou.info>
1445
1446         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1447
1448 2011-03-01  Julien Danjou  <julien@danjou.info>
1449
1450         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1451         group.
1452         (article-hide-list-identifiers): Use list-identifier group parameter.
1453
1454 2011-02-28  Julien Danjou  <julien@danjou.info>
1455
1456         * sieve.el (sieve-buffer-script-name): New local variable to store
1457         sieve script name.
1458         (sieve-edit-script): Store sieve script name.
1459         (sieve-upload): Use sieve script name when uploading.
1460         (sieve-upload): Use substitute-command-keys.
1461         (sieve-edit-script): Use substitute-command-keys.
1462         (sieve-refresh-scriptlist): Use substitute-command-keys.
1463         (sieve-manage-mode-map): Define keymap properly.
1464         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1465         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1466         Remove commented code about cvs.
1467         (sieve-manage-quit): New function.
1468         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1469
1470 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1473
1474 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1475
1476         * auth-source.el (auth-source-search): Cache empty result sets.
1477
1478         * password-cache.el (password-in-cache-p): Convenience function to
1479         check if a key is in the cache, even if the value is nil.
1480
1481         * auth-source.el (auth-source-save-behavior): New variable to replace
1482         `auth-source-never-create'.
1483         (auth-source-netrc-create): Use it.
1484         (auth-source-never-save): Remove.
1485
1486 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1487
1488         * nnimap.el (nnimap-stream): Doc fix.
1489         (nnimap-open-connection-1): Reverse the order of the ports to that the
1490         prompted-for port is first.
1491
1492         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1493         retrieval by the no-group selection.
1494
1495         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1496         numerical parameters.
1497
1498 2011-02-25  Julien Danjou  <julien@danjou.info>
1499
1500         * gnus-gravatar.el: Use gnus-with-article-buffer.
1501
1502         * gnus-art.el (gnus-with-article-buffer): Check that the
1503         gnus-article-buffer is alive.
1504
1505 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1506
1507         * auth-source.el (auth-source-creation-prompts): New variable to manage
1508         creation-time prompts.
1509         (auth-source-search): Document it.
1510         (auth-source-format-prompt): Add utility function.
1511         (auth-source-netrc-create): Don't default the user name to
1512         user-login-name.  Use `auth-source-creation-prompts' and some default
1513         prompts for user, host, port, and password (the default generic prompt
1514         remains ugly).
1515         (auth-source-never-save): Add customizable option to never save info.
1516         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1517         mode excursion.
1518
1519 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1522         argument that XEmacs doesn't support.
1523
1524         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1525         compiled for Emacsen having no `libxml-parse-html-region' support.
1526
1527         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1528
1529         * lpath.el: Bind buffer-save-without-query for XEmacs.
1530
1531 2011-02-23  Julien Danjou  <julien@danjou.info>
1532
1533         * gnus-art.el (article-make-date-line): Ignore errors if time is
1534         invalid and not convertible.
1535         (article-make-date-line): Only add lapsed time if time is not nil.
1536
1537 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1538
1539         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1540         `read-char-choice' for backwards compatibility.
1541         (auth-source-netrc-element-or-first): New function to DTRT for
1542         parameter extraction.
1543         (auth-source-netrc-create): Use it and fix multiple parameter print
1544         bug.  Use the default passed from above (given-default) or the
1545         built-in (user-login-name for :user).
1546
1547 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-start.el (gnus-dribble-read-file):
1550         Set buffer-save-without-query, since we always want to save the dribble
1551         file, probably.
1552
1553         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1554         nnimap.
1555
1556         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1557         -summary- since it's a user-visible variable.
1558
1559         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1560         first time you use the new Gnus.
1561
1562 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1563
1564         * auth-source.el: Don't load netrc.el.
1565         (auth-sources): Search ~/.netrc as well by default.
1566         (auth-source-debug): Add 'trivia option for extra output.
1567         (auth-source-do-trivia): Use it.
1568         (auth-source-search): Simplify logic to use
1569         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1570         appropriate.  Don't keep a running count at this level.  Layer :create
1571         and :delete options appropriately on the first and second passes.
1572         Don't track the backend with the search results.
1573         (auth-source-search-backends): New function to search a list of
1574         backends for a processed spec.
1575         (auth-source-netrc-parse): Cache all netrc files, making
1576         auth-source-netrc-cache an alist keyed by the file name and using the
1577         file mtime as the caching criterion.  Keep the obfuscated data secret
1578         with a lexical bind.
1579         (auth-source-netrc-search): Don't calculate the length of the results
1580         unnecessarily.
1581         (auth-source-search-backends): Fix bug.
1582         (auth-source-netrc-create): Rework prompts.
1583
1584 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1585
1586         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1587         Lower case names of search constraints.
1588         (nnir-run-query): Cache and reuse search constraints for all imap
1589         servers.
1590
1591 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1592
1593         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1594         after exit.
1595         (gnus-setup-message): Define missing variable from last checkin.
1596
1597         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1598         value, show the raw article.
1599
1600 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1601
1602         * gnus.el: No Gnus v0.13 is released.
1603
1604 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1605
1606         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1607         auth-source now accepts numbers.
1608
1609         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1610         spec, too.
1611         (auth-source-ensure-strings): New function.
1612
1613         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1614         (gnus-article-setup-buffer): Always restart the date timer so that user
1615         changes to the frequency is respected.
1616
1617         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1618         port numbers, so make sure it gets that if nnimap-server-port is
1619         explicit.
1620
1621 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1622
1623         * nnimap.el (nnimap-inbox): Doc fix.
1624
1625 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1626
1627         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1628         Autoload.  Add optional arg FRAME, and pass it to color-values.
1629         (color-complement): Caller changed.  Doc fix.
1630         (color-gradient): Rewrite for better clarity and efficiency.
1631
1632 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1633
1634         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1635         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1636         color-lab-to-srgb.
1637
1638 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1639
1640         * color.el: First part of merge from hexrgb.el.
1641         (color-rgb-to-hex): Rename from color-rgb->hex.
1642         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1643         saturation to zero if the value is too small.
1644         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1645         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1646         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1647         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1648         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1649         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1650         (color-cie-de2000): Doc fix.
1651
1652 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1653
1654         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1655         given method as in the group name if we're using an extended method.
1656         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1657         command, if we're using that, instead of waiting for the beginning.
1658
1659         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1660         we're sure to get unique server names, and we don't output two async
1661         commands in the same buffer.  This fixes an NNTP hang for some users.
1662
1663 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1664
1665         * gnus.el: No Gnus v0.11 is released.
1666
1667 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1668
1669         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1670         summary buffer before reading going to the next buffer.  This avoids
1671         putting the point in the group buffer if you `C-g' the command.
1672
1673         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1674         cache (for now) to make ~/.authinfo.gpg files usable.
1675
1676         * nnfolder.el (copyright-update): Define for the compiler.
1677
1678         * auth-source.el (auth-source-search): Fix unbound variable.
1679
1680 2011-02-19  Glenn Morris  <rgm@gnu.org>
1681
1682         * gnus.el (gnus-meta): Doc fix.
1683
1684 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1685
1686         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1687         in case it's not yet loaded.
1688
1689 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1690
1691         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1692         line we're waiting for.
1693
1694 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1695
1696         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1697         face with line-width greater than zero will cause RET in gnus summary
1698         buffer to scroll down article page-wise because auto vscroll happens,
1699         it should be temporalily disabled when doing a scroll-up.
1700
1701 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1702
1703         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1704         outputs from the server.
1705
1706 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1707
1708         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1709         later so that bbdb can hook in easier.
1710
1711 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1712
1713         * auth-source.el (auth-source-search): Don't try to create credentials
1714         if the caller doesn't want that.
1715         (auth-source-search): If we don't find a match, don't bug out on
1716         non-bound variables.
1717         (auth-source-search): Only ask a single backend to create the
1718         credentials.
1719
1720         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1721         logging.
1722         (nnimap-credentials): Protect against auth-source-search returning nil.
1723         (nnimap-request-list): Protect against not being able to open the
1724         server.
1725
1726 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1727
1728         * auth-source.el (auth-source-search): Do a two-phase search, one with
1729         no :create to get the responses from all backends.
1730
1731         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1732         when getting credentials.
1733
1734         * gnus-util.el (gnus-delete-duplicates): New function.
1735
1736 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1737
1738         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1739         a creation default, pass the whole port list down.  It will be
1740         completed.
1741
1742         * auth-source.el (auth-source-search): Updated docs to talk about
1743         multiple creation choices.
1744         (auth-source-netrc-create): Accept a list as a value (from the search
1745         parameters) and do completion on that list.  Keep a separate netrc line
1746         with the password obscured for showing the user.
1747
1748         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1749         first choice to `auth-source-search' so it will be used for entry
1750         creation instead of the server's Gnus-specific name.
1751         (nnimap-credentials): Rely on the auth-source library to select which
1752         port is actually wanted in the new netrc entry, so don't override
1753         `auth-source-creation-defaults'.
1754
1755         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1756         :protocol and accept a missing user, host, or port as a wildcard match.
1757         (auth-source-debug): Default to off.
1758
1759         (auth-source-netrc-search, auth-source-netrc-create)
1760         (auth-source-secrets-search, auth-source-secrets-create)
1761         (auth-source-user-or-password, auth-source-backend, auth-sources)
1762         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1763         instead of :protocol.
1764
1765         * nnimap.el (nnimap-credentials): Pass a port default to
1766         `auth-source-search' in case an entry needs to be created.
1767         (nnimap-open-connection-1): Use :port instead of :protocol.
1768
1769 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * auth-source.el: Bind load-path when loading EIEIO from
1772         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1773         21.4 doesn't support, to `require'.
1774         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1775         delete-dups that is not available in XEmacs 21.4.
1776
1777 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1778
1779         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1780         as EIEIO must also be loaded when auth-source.el is being
1781         byte-compiled.
1782
1783 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1784
1785         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1786
1787         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1788
1789         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1790
1791         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1792
1793         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1794
1795         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1796
1797         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1798
1799         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1800         necessary.
1801
1802 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1803
1804         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1805         nil means that nnimap doesn't get updated.
1806
1807 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1808
1809         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1810         result when the user doesn't want to write to the file.
1811         (auth-source-netrc-search): Expect a synthetic result and proceed
1812         accordingly.
1813         (auth-source-cache-expiry): New variable to override
1814         `password-cache-expiry'.
1815         (auth-source-remember): Use it.
1816
1817         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1818         parameter.  Create entry if necessary by using :create t.
1819         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1820
1821 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1822
1823         * auth-source.el (auth-source-debug): Enable by default and don't
1824         mention the obsolete `auth-source-hide-passwords'.
1825         (auth-source-do-warn): New function to debug unconditionally.
1826         (auth-source-do-debug): Use it.
1827         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1828         and for Secrets API entries when the secrets.el library is not
1829         available.
1830
1831 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1832
1833         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1834         (gnus-summary-exit): Kill the correct article buffer on exit from a
1835         `C-d' group.
1836
1837         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1838         gnus-propagate-marks.
1839
1840         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1841         before killing the buffers so that a non-full window conf gets handled
1842         correctly.
1843         (gnus-summary-exit): Ditto.
1844         (gnus-summary-read-group-1): Ditto.
1845
1846         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1847         async code again so that we can debug it properly.
1848
1849         * message.el (message-reply): Take an optional switch-buffer parameter
1850         so that Gnus window confs are respected better.
1851
1852 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1853
1854         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1855         `plist-get' to accept non-list parameters (XEmacs issue).
1856         Fix docstring.
1857         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1858         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1859         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1860         Login collection is "Login" and not "login".
1861
1862 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1863
1864         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1865         multiple headers.
1866
1867         * nnimap.el (nnimap-inhibit-logging): New variable.
1868         (nnimap-log-command): Don't log login commands.
1869
1870         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1871         to have more parameters.
1872
1873         * nnimap.el (nnimap-send-command): Mark the command time for each
1874         command, so that we don't get NOOPs stepping on our toes.
1875
1876         * gnus-art.el (article-date-ut): Get the date from the Date header on
1877         `t'.
1878
1879 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * auth-source.el (auth-source-search): Use copy-sequence instead of
1882         the cl.el copy-list.
1883
1884 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1885
1886         * imap.el: Bring it back (revert
1887         84d800cd31de3064f0ed39617d725709a2f8f42f).
1888
1889 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1890
1891         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1892         Improve prompt.
1893
1894 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1895
1896         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1897         washing status from the default format.  It isn't very informative.
1898
1899 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1900
1901         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1902         Fix Gcc processing on imap.
1903
1904 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1905
1906         * imap.el: Remove file.  All the functionality is in nnimap.el.
1907
1908 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1909
1910         * message.el (message-bury): Don't pop up a new window when selected
1911         window is dedicated.
1912
1913 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1914
1915         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1916
1917 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1918
1919         * sieve-manage.el: Autoload `auth-source-search'.
1920         (sieve-sasl-auth): Use it.
1921
1922 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1923
1924         * nnimap.el: Autoload `auth-source-forget+'.
1925         (nnimap-open-connection-1): Use it if the connection fails.
1926
1927         * auth-source.el: Require `password-cache'.
1928         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1929         obsolete.
1930         (auth-source-magic): Marker for `password-cache' keys.
1931         (auth-source-do-cache): Update docstring.
1932         (auth-source-search): Use and check cache.
1933         (auth-source-forget-all-cached, auth-source-remember)
1934         (auth-source-recall, auth-source-forget, auth-source-forget+)
1935         (auth-source-specmatchp): Caching support functions.
1936         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1937         Remove and obsolete.
1938         (auth-source-user-or-password): Remove caching to further discourage
1939         using it.  Always hide passwords.
1940
1941         * password-cache.el (password-cache-remove): Accept secrets that are
1942         not strings.
1943
1944 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1945
1946         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1947         code for now, since it doesn't work for all users.
1948
1949 2011-02-09  Julien Danjou  <julien@danjou.info>
1950
1951         * message.el (message-options): Make message-options really buffer
1952         local.
1953
1954 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1955
1956         * mail-source.el: Autoload `auth-source-search'.
1957         (mail-source-keyword-map): Note order matters.
1958         (mail-source-set-1): Get all the mail-source source values and
1959         defaults and search auth-source on those if needed.  This can all
1960         probably be simplified.
1961
1962         * nnimap.el: Autoload `auth-source-search'.
1963         (nnimap-credentials): Use it.
1964         (nnimap-open-connection-1): Ask for the virtual server and physical
1965         address in one shot.
1966
1967         * nntp.el: Autoload `auth-source-search'.
1968         (nntp-send-authinfo): Use it.  Note TODO.
1969
1970 2011-02-08  Julien Danjou  <julien@danjou.info>
1971
1972         * shr.el (shr-tag-body): Add support for text attribute in body
1973         markups.
1974
1975         * message.el (message-options): Make message-options a local variable.
1976
1977 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1978
1979         * auth-source.el (auth-source-secrets-search)
1980         (auth-source-user-or-password): Use `append' instead of `nconc'.
1981         (auth-source-user-or-password): Build return list better and protect
1982         against nil :secret.
1983
1984 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1985
1986         * nnimap.el (nnimap-update-info): Refactor slightly.
1987         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1988         (nnimap-update-info): Clean up slightly.
1989         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1990         characters.
1991         (nnimap-process-quirk): Rename function to avoid collision.
1992         (nnimap-update-info): Fix macrology bug-out.
1993         (nnimap-update-info): Simplify split history test.
1994
1995 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1996
1997         * auth-source.el (top): Require 'eieio unconditionally.
1998         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1999         (auth-source-secrets-search): Limit search when `max' is greater than
2000         number of results.
2001
2002 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2003
2004         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2005         part not returning any data.
2006
2007         * proto-stream.el (open-protocol-stream): Document the return value.
2008
2009 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2010
2011         * auth-source.el (auth-source-secrets-search): Add examples.
2012
2013 2011-02-06  Julien Danjou  <julien@danjou.info>
2014
2015         * message.el (message-setup-1): Handle message-generate-headers-first
2016         set to t.
2017
2018 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2019
2020         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2021         API with a string "secrets:collection-name" and with 'default.
2022         (auth-source-backend-parse): Parse "secrets:collection-name" and
2023         'default.  Recurse on parses instead of repeating code.  Use the
2024         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2025         message when ignoring a source.
2026         (auth-source-search): List ignored search keys at the top level.
2027         (auth-source-netrc-create): Use `case' instead of `cond'.
2028         (auth-source-secrets-search): Created with TODOs.
2029         (auth-source-secrets-create): Created with TODOs.
2030         (auth-source-retrieve, auth-source-create, auth-source-delete)
2031         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2032         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2033         (auth-source-user-or-password-sftp)
2034         (auth-source-user-or-password-smtp): Remove.
2035         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2036         around `auth-source-search'.  Not tested thoroughly.
2037
2038 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2039
2040         * auth-source.el: Bring in assoc and eioeio libraries.
2041         (secrets-enabled): New variable to track the status of the Secrets API.
2042         (auth-source-backend): New EIOEIO class to represent a backend.
2043         (auth-source-creation-defaults): New variable to set prompt defaults
2044         during token creation (see the `auth-source-search' docstring for
2045         details).
2046         (auth-sources): Simplify to allow a simple string as a netrc backend
2047         spec.
2048         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2049         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2050         (auth-source-search): Main auth-source API entry point.
2051         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2052         (auth-source-search-collection): Helper function for searching.
2053         (auth-source-netrc-parse, auth-source-netrc-normalize)
2054         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2055         Supports search, create, and delete.
2056         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2057         backend stubs.
2058         (auth-source-user-or-password): Call `auth-source-search' but it's not
2059         ready yet.
2060
2061 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2062
2063         * message.el (message-setup-1): Remove the read-only stuff, since it
2064         doesn't work under XEmacs, for some reason.
2065
2066         * gnus-sum.el (gnus-user-date): Rename back from
2067         gnus-summary-user-date since user code refers to it.
2068
2069         * shr.el (shr-render-td): Store the actual background colour used.
2070
2071         * message.el (message-setup-1): Don't bind the constant
2072         -forbidden-properties.
2073         (message-setup-1): Revert previous change, since it needs to bind the
2074         props to insert them.
2075         (message-resend): Allow removing the read-only separator line.
2076
2077 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2078
2079         * nnimap.el (nnimap-request-accept-article): Give an error message if
2080         the APPEND wasn't successful.
2081
2082 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2083
2084         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2085         that have no groups.
2086
2087 2011-02-03  Julien Danjou  <julien@danjou.info>
2088
2089         * gnus-draft.el: Remove progn around gnus-draft-setup.
2090
2091 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2092
2093         * gnus-start.el (gnus-read-active-for-groups): This function is never
2094         called with a nil `infos', so clean that up.
2095         (gnus-get-unread-articles): Request active files from primary/secondary
2096         methods that have no groups (yet).
2097
2098 2011-02-03  Julien Danjou  <julien@danjou.info>
2099
2100         * message.el (message-setup-1): Always generate References first.
2101         (message-mail): Return the return value of message-setup, not always t.
2102         (message-setup-1): Insert mail-header-separator with read-only and
2103         intangible properties set.
2104
2105         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2106         user-date in docstring.
2107
2108         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2109
2110         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2111         docstring.
2112
2113         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2114         defcustom, with type and group. Move from gnus-util.el. Rename to
2115         gnus-summary-user-date-format-alist.
2116
2117 2011-02-03  Glenn Morris  <rgm@gnu.org>
2118
2119         * nnimap.el (gnus-fetch-headers): Declare.
2120
2121         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2122
2123 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2124
2125         * message.el (message-forward-make-body-digest-plain)
2126         (message-followup, message-reply): Clean up things noted by Stefan.
2127
2128         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2129         gnus-article-update-date-headers is nil.
2130         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2131         it didn't really work with defcustom.
2132         (article-update-date-lapsed): Make sure the window start doesn't move,
2133         either.
2134
2135 2011-02-01  Julien Danjou  <julien@danjou.info>
2136
2137         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2138         format.
2139
2140         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2141         standard in Emacs nowadays.
2142
2143         * color.el (color-gradient): Add a color-gradient function.
2144
2145 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2146
2147         * message.el (message-expand-name): Don't trust the return value of
2148         bbdb-complete-name.
2149         (message-check-news-header-syntax): Remove unused var `start'.
2150         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2151         (message-inhibit-body-encoding): Move to before first use.
2152         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2153         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2154         (Organization, Message-ID, Date, mh-previous-window-config):
2155         Defvar the vars using dynamic scoping.
2156
2157 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2158
2159         * shr.el (shr-render-td): Only do colours at the final rendering.
2160         Should be slightly faster.
2161         (shr-insert-table): Fix up TD background colours when doing the
2162         vertical padding.
2163
2164         * gnus-art.el (article-date-ut): Protect against articles with no Date
2165         header.
2166         (article-update-date-lapsed): Don't use current-column to find the
2167         horizontal position.  It's fragile in the presence of \003 characters.
2168
2169         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2170
2171 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus-art.el (article-transform-date): Rewrite to still work when
2174         there are several rfc2822 parts.
2175         (article-transform-date): Fix infinite recursion.
2176         (article-date-ut): Replace infinitely many Date headers with a single
2177         one when called interactively.
2178
2179         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2180         secure manner.
2181
2182         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2183         move around by not using save-window-excursion.  It seems to work...
2184
2185 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * gnus-art.el (article-make-date-line): Work for user-defined format.
2188
2189 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2190
2191         * nntp.el (nntp-retrieve-group-data-early)
2192         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2193         fetching functions.
2194
2195         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2196         thoroughly for all backends that have no known groups.  This should
2197         allow new nnml methods to retrieve mail.
2198
2199         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2200         that Gnus doesn't know exists again.
2201
2202         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2203         (gnus-treat-date-ut): Ditto.
2204         (gnus-article-update-date-header): Rename.
2205         (gnus-treat-date-local): Remove.
2206         (gnus-treat-date-english): Remove.
2207         (gnus-treat-date-lapsed): Remove.
2208         (gnus-treat-date-combined-lapsed): Remove.
2209         (gnus-treat-date-original): Remove.
2210         (gnus-treat-date-iso8601): Remove.
2211         (gnus-treat-date-user-defined): Remove.
2212         (gnus-article-date-headers): New variable to control all the date
2213         header options.
2214         (article-date-ut): Rewrite to allow using the new way to format date
2215         headers(s).
2216
2217 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2218
2219         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2220         method.
2221         (nnmail-article-group): A better test for fanciness.
2222
2223         * nnimap.el (nnimap-request-head): Protect against not finding the
2224         article by Message-ID.
2225
2226 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2229         keep point at the "same place".
2230
2231 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2232
2233         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2234         data if the group is unactivated.
2235
2236 2011-01-28  Julien Danjou  <julien@danjou.info>
2237
2238         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2239         (gnus-all-windows-visible-p): Remove old compatibility code.
2240         (gnus-window-top-edge): Add docstring.
2241
2242         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2243
2244 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2245
2246         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2247         older request-update-info.
2248
2249         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2250
2251 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2252
2253         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2254         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2255
2256 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2259         groups.  This makes the nndraft:queue group pop up if it's not already
2260         there.
2261
2262         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2263         messages" logic, which was reversed.
2264
2265         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2266         the "same place" even if point is on the line being replaced.
2267         (article-update-date-lapsed): Allow updating both the combined lapsed
2268         and the lapsed headers.
2269         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2270         (article-make-date-line): Limit the number of segments dynamically to
2271         avoid too-long lines.
2272
2273 2011-01-27  Julien Danjou  <julien@danjou.info>
2274
2275         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2276         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2277
2278 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2281         Use plist-get instead of the cl function getf.
2282
2283 2011-01-27  Glenn Morris  <rgm@gnu.org>
2284
2285         * gnus-util.el (float-time): Get rid of compiler warning, again.
2286
2287 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2288
2289         * shr.el (shr-put-color): Special-case background colours: Do put them
2290         at the blank parts at the front of the lines.
2291
2292         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2293         exit hook to nix out all data on readedness on group exit.
2294
2295         * gnus-util.el (float-time): If float-time is bound, always use it on
2296         all Emacsen.  It's unclear why the subrp check was there.
2297         (time-date): Require to make some autoload issues on XEmacs go away.
2298
2299         * shr.el (shr-put-color): Don't do the box padding in tables, since
2300         they're already padded.
2301
2302 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-art.el (gnus-article-next-page): When the last line of the
2305         article is displayed, scroll down once more instead of going to the
2306         next article at once.
2307         (article-lapsed-string): Refactor out and allow specifying how many
2308         segments you want.
2309         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2310         (gnus-article-update-lapsed-header): New variable.
2311
2312         * shr.el: Revert change that made headings use different-sized faces.
2313         The Emacs display engine isn't advanced enough that, for instance,
2314         tables can comfortably use differently-sized faces.
2315
2316 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2317
2318         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2319         used.
2320         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2321         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2322         we're using an encrypted connection.
2323
2324         * proto-stream.el: Alter the interface functions to also return the
2325         actual stream type used: network or tls.
2326
2327 2011-01-25  Julien Danjou  <julien@danjou.info>
2328
2329         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2330         (mm-display-javascript-inline): New function.
2331
2332         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2333         viewing function.
2334
2335 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * shr.el (shr-expand-newlines): Fix variable name.
2338
2339 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2340
2341         * shr.el (shr-expand-newlines): Make nested boxes work.
2342
2343 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2344
2345         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2346         backgrounds.
2347         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2348         in a more sensible manner.
2349
2350 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2351
2352         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2353         if EPG is loaded.
2354
2355 2011-01-24  Julien Danjou  <julien@danjou.info>
2356
2357         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2358         tags.
2359
2360 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2363         commands.
2364
2365         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2366         in the article buffer.
2367         (gnus-gravatar-insert): Use blank space from the current buffer to
2368         avoid breaking text properties.  This makes X-Sent updating work again.
2369
2370         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2371
2372 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2375         fix the bug in url-http.el instead.
2376
2377         * shr.el (shr-image-fetched): Ditto.
2378
2379         * shr.el (shr-image-fetched): Avoid having point move in the article
2380         buffer.
2381
2382         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2383         buffer after being called.  It's apparently being killed by url.el, and
2384         killing it made point move to end-of-buffer in a random buffer.
2385
2386         * shr.el (shr-image-fetched): Ditto.
2387
2388 2011-01-23  Julien Danjou  <julien@danjou.info>
2389
2390         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2391
2392         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2393         text/x-org.
2394
2395 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2396
2397         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2398         (i.e., nnimap) returning nil as the article number.
2399
2400 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2401
2402         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2403         "DelSp" parameter in RFC3676.
2404
2405 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2406
2407         * message.el (message-check-recipients): Display the encoded version of
2408         the bogus address if they differ.
2409
2410         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2411         after sending.
2412
2413         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2414
2415         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2416
2417         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2418         group buffer after sending the queue.
2419
2420         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2421
2422 2011-01-22  Julien Danjou  <julien@danjou.info>
2423
2424         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2425
2426 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2427
2428         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2429         nested related parts.
2430
2431         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2432         unexpired articles.  This fixes the regression that led expiry marks to
2433         disappear from nnfolder groups.
2434
2435 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2436
2437         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2438         Don't confuse the "ret" of "retrograde" with RET.
2439
2440 2011-01-21  Julien Danjou  <julien@danjou.info>
2441
2442         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2443         than mm-insert-inline.
2444
2445 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2448         Widen article buffer.
2449
2450 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2451
2452         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2453         the temp buffer.
2454         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2455
2456 2011-01-20  Julien Danjou  <julien@danjou.info>
2457
2458         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2459
2460         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2461         than mm-insert-inline to insert inline part: this respect
2462         mm-inline-media-tests displayers.
2463
2464         * mm-view.el (mm-display-shell-script-inline): New function.
2465
2466         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2467
2468         * mm-uu.el (mm-uu-type-alist): Add org block.
2469         (mm-uu-org-src-code-block-extract): New function.
2470
2471         * mm-view.el (mm-display-org-inline): New function.
2472
2473         * mm-decode.el (mm-automatic-display): Add text/org.
2474
2475         * mailcap.el (mailcap-mime-extensions): Add .org.
2476
2477 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2480         gnus-article-add-buttons.
2481
2482 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2483
2484         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2485         From header with a date and "nobody" as the sender.
2486
2487 2011-01-19  Julien Danjou  <julien@danjou.info>
2488
2489         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2490         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2491         if you have the same regexp several times.
2492         (gnus-button-push): Fix matching when regexp is symbol.
2493
2494 2011-01-15  Glenn Morris  <rgm@gnu.org>
2495
2496         * message.el (message-mail): A compose-mail function should
2497         accept headers as strings.
2498
2499 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2500
2501         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2502         Add :vert-only tags.
2503         (message-mail): New arg RETURN-ACTION.
2504         (message-return-action): New var.
2505         (message-bury): Use it.
2506         (message-mode): Make it buffer-local.
2507         (message-send-and-exit): Always call message-bury.
2508
2509         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2510         message-mail.
2511
2512 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * nnimap.el (nnimap-convert-partial-article): Protect against
2515         zero-length body parts.
2516
2517         * mm-decode.el (mm-preferred-alternative-precedence):
2518         Discourage showing empty parts.
2519
2520         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2521         and stuff if the backend didn't return the article number.  This fixes
2522         an Exchange-related nnimap bug.
2523
2524         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2525         group window, because it does the wrong thing when a separate frame
2526         displays the group buffer.
2527
2528         * proto-stream.el (open-protocol-stream): Protect against the low-level
2529         transport functions returning nil.
2530
2531 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2532
2533         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2534         (mml2015-epg-find-usable-secret-key): New function.
2535         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2536         mml2015-epg-find-usable-key (Bug#7797).
2537         (mml2015-epg-encrypt): Ditto.
2538
2539 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * dgnushack.el (rot13-string): Fix the way to get the argument.
2542
2543 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2546
2547 2011-01-03  Glenn Morris  <rgm@gnu.org>
2548
2549         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2550
2551         * sieve.el (sieve-open-server): Give a more explicit error if
2552         sieve-manage-open returns nil.  (Bug#7720)
2553
2554 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2555
2556         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2557
2558 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2561         This avoids sending passwords in plain text over non-encrypted
2562         channels.
2563
2564         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2565
2566         * nnimap.el (nnimap-login): Refactored out into own function, and
2567         implement CRAM-MD5.
2568         (nnimap-wait-for-line): Refactored out.
2569
2570         * mm-view.el (mml-smime): Require.
2571
2572 2010-12-20  David Engster  <deng@eml.cc>
2573
2574         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2575         use EPG to decrypt S/MIME messages instead of openssl.
2576
2577 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2580
2581         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2582         status is the group clearly is unreachable.
2583
2584         * auth-source.el (auth-source-create): Add the optional second
2585         parameter to `local-variable-p' to be compatible with XEmacs.
2586
2587 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2588
2589         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2590         work when using a compressed nnml folder.
2591
2592 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2595         backends after sanitising on entry, because this never makes sense:
2596         If the articles have gone missing, then the data no longer exists on
2597         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2598         overwrite anything anyway.
2599
2600         * shr.el (shr-insert-document): Bind shr-width dynamically to
2601         window-width if it's nil.
2602
2603 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2604
2605         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2606         with the meaning of using the full emacs window width for rendering.
2607
2608 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2609
2610         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2611         case when sender is not given.
2612
2613 2010-12-23  Julien Danjou  <julien@danjou.info>
2614
2615         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2616         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2617         the addresses, otherwise we might misplaced the gravatar.
2618
2619 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2620
2621         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2622         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2623         obsolete in Emacs.
2624
2625 2010-12-20  Julien Danjou  <julien@danjou.info>
2626
2627         * gnus-util.el (gnus-rescale-image): Revert last change.
2628
2629 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2630
2631         * binhex.el: Improve commentary (Bug#7482).
2632
2633 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * gnus-group.el (gnus-group-delete-articles): New command.
2636
2637 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2638
2639         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2640
2641 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2644         here, since it's up to the backends to do CRLF removal if their
2645         protocol has it.
2646
2647         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2648
2649 2010-12-17  Julien Danjou  <julien@danjou.info>
2650
2651         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2652         they are from file. Can also scale up.
2653
2654 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2655
2656         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2657         gnus-use-agent.
2658         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2659
2660         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2661
2662 2010-12-17  Julien Danjou  <julien@danjou.info>
2663
2664         * gravatar.el (gravatar-retrieve-synchronously): New function.
2665         (gravatar-get-data): Make more robust.
2666
2667 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2670
2671 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2674         to really consider the last line.
2675
2676 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2677
2678         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2679         list of recipient keys, or use symmetric encryption if not a list.
2680         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2681         EPA override, replacing the call to `netrc-store-data'.
2682
2683 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2684
2685         * gnus-srvr.el: Avoid passing nil regexp argument to
2686         delete-matching-lines.
2687
2688 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2691         fetching stops when Gnus exits.
2692
2693         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2694         function.
2695         (nnfolder-request-expire-articles): Save all the buffers after doing
2696         expiry.
2697
2698         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2699         the last article", since that led to serious performance regressions
2700         when expiring nnml groups.
2701
2702 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2703
2704         * nnir.el: Improve customizations.
2705
2706 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2709
2710         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2711         group has been killed.
2712         (gnus-group-yank-group): Ditto.
2713
2714         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2715
2716         * nnimap.el (nnimap-request-update-group-status): New function.
2717
2718         * gnus-int.el (gnus-request-update-group-status): New interface
2719         function.
2720
2721         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2722         copying read-ness to the backends.
2723
2724         * nnimap.el (nnimap-quirk): New function.
2725         (nnimap-retrieve-group-data-early): Use it.
2726         (nnimap-quirks): New alist.
2727
2728 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2731         don't delete it within indentation.
2732
2733 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2736         previous line.
2737
2738 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739
2740         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2741         QRESYNC command by deleting a superfluous space which broke Cyrus
2742         servers.  This change will break other servers that are buggy the other
2743         way around.
2744
2745 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2746
2747         * spam.el: Reindent and fix long lines.
2748         (spam-copy-or-move-routine): Exclude invalid move destinations.
2749
2750 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2751
2752         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2753         installed the registry.
2754
2755 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2758
2759 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2760
2761         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2762         groupname doesn't contain "gmane".
2763
2764 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2767         and netrc-bound-and-true-p bindings.
2768         (netrc-parse): Cache the netrc contents.
2769
2770         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2771         (gnus-1): Don't create the nndrafts group twice.
2772         (gnus-setup-news): There's no need to read the active file here, since
2773         that's done again later on a per-backend basis.
2774         (gnus-start-draft-setup): Make sure that the new group is started out
2775         empty.
2776
2777         * gnus-agent.el (gnus-agentize): Don't create the queue group
2778         automatically on startup.  It'll be created later, if needed.
2779
2780         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2781         of automatically subscribed groups.
2782         (gnus-auto-subscribed-categories): New variable.
2783         (gnus-matches-options-n): Use it.
2784         (gnus-default-subscribed-newsgroups): Remove unused variable.
2785         (gnus-start-draft-setup): Message a bit less.
2786
2787 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2788
2789         * nnir.el (nnir-run-imap): Return article list in order of increasing
2790         UID.
2791
2792 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793
2794         * gnus-sum.el (gnus-summary-enter-digest-group):
2795         Mention gnus-auto-select-on-ephemeral-exit.
2796
2797         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2798         convention of the network-only option.
2799
2800 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * proto-stream.el (proto-stream-open-network-only): New function to
2803         have a way to specify non-STARTTLS upgrade connections.
2804
2805 2010-12-10  Julien Danjou  <julien@danjou.info>
2806
2807         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2808         email address is nil.
2809
2810         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2811
2812 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2813
2814         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2815         deletion.
2816         (nnir-run-imap): Only need to parse list once.
2817
2818 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * shr.el (shr-tag-script): Ignore <script>.
2821         (shr-tag-label): Add <label> support.
2822
2823 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2826
2827         * shr.el (shr-image-displayer): Work for images lined side by side.
2828
2829 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2830
2831         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2832         parameter, since XEmacs doesn't accept t as a parameter.
2833
2834 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2835
2836         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2837         ids.
2838         (nnir-run-gmane): Simplify groupspec formatting.
2839         (nnir-request-expire-articles): New function.
2840
2841 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2844         overflow, possibly.
2845
2846         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2847         (shr-render-td): Handle td style="" better.
2848         (shr-tag-table): Use the color from the style sheet.
2849         (shr-render-td): Make sure we copy over all the overlays, too.
2850
2851 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2852
2853         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2854         (nnir-request-article): Improve article retrieval.
2855
2856 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * mm-util.el (mm-extra-numeric-entities): New variable.
2859
2860         * mm-url.el (mm-url-decode-entities):
2861         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2862
2863         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2864
2865 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2866
2867         * message.el: Use completion-at-point.
2868         (message-completion-function): New fun, extracted from message-tab.
2869         (message-mode): Use it for completion-at-point-functions.
2870         (message-tab): Use it and completion-at-point.
2871
2872 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2875         character if a non-breakable character follows.
2876
2877 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2880         any stream.
2881
2882         * shr.el (shr-tag-font): Colorize the region.
2883         (shr-tag-body): Ditto.
2884         (shr-tag-font): Actually let the styles be inherited instead of
2885         overwriting them.
2886         (shr-tag-font): Get the background color right.
2887         (shr-tag-style): Ignore all <style> tags for the moment.
2888
2889         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2890         a Message-ID to avoid having nnimap depend on gnus-sum.
2891
2892         * shr.el (shr-descend): Only colorize something if we have a node that
2893         sets colors.
2894
2895 2010-12-06  Julien Danjou  <julien@danjou.info>
2896
2897         * shr.el (shr-render-td): Render td content with shr-descend, so style
2898         will be applied to <td> too.
2899         (shr-colorize-region): Colorize region even if we only have a background.
2900         (shr-tag-body): Fix color and background color inheritance.
2901         Do not recolorize after shr-generic.
2902         (shr-tag-font): Let shr-generic colorize via inheritance.
2903
2904 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2907
2908 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2909
2910         * nnir.el (nnir-request-move-article): Remove obsolete code.
2911
2912 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2915
2916 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * gnus-sum.el (gnus-summary-respool-article): The completion function
2919         expects a list instead of an alist.
2920
2921         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2922         string as the parameter.
2923
2924         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2925
2926         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2927         styles.
2928         (shr-colorize-region): New function.
2929         (shr-insert-background-overlay): Remove.
2930         (shr-render-td): Background setting should be taken care of on a higher
2931         level.
2932         (shr-tag-body): Use post-hoc colorizations.
2933         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2934         (shr-put-color-1): Don't overwrite old colors.
2935         (shr-colorize-region): When the background color isn't explicit, use
2936         a fixed background.
2937
2938         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2939         nnmail variables.
2940
2941 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2942
2943         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2944         unless necessary.
2945
2946 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2947
2948         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2949         server.
2950
2951 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2954         so that TAB works.
2955
2956         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2957         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2958
2959         * shr.el (shr-urlify): Show the URL before the title to avoid
2960         misleading URLs.
2961
2962 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2963
2964         * shr.el (shr-urlify): Display the title in <a> tags.
2965
2966 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2967
2968         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2969
2970 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2971
2972         * nnir.el: Rearrange code to allow macros to be autoloaded by
2973         gnus-sum.el.
2974         (nnir-retrieve-headers-override-function): Make this variable
2975         customizable.
2976         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2977
2978         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2979         from nnir.el.
2980
2981 2010-12-03  Julien Danjou  <julien@danjou.info>
2982
2983         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2984
2985 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2988         allow optional argument `environment'.
2989
2990 2010-12-03  Glenn Morris  <rgm@gnu.org>
2991
2992         * mm-extern.el (message-goto-body): Update declaration.
2993
2994 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * gnus-util.el (gnus-macroexpand-all): New function.
2997
2998         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2999         instead of macroexpand-all that is unavailable in XEmacs.
3000
3001 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3002
3003         * nnir.el (nnir-summary-line-format): New variable.
3004         (nnir-mode): Use it.
3005         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3006         (nnir-article-ids): Reimplement as defsubst.
3007         (nnir-retrieve-headers): Don't mangle the subject header.
3008         (nnir-run-imap): Use 100 as RSV score.
3009         (nnir-run-find-grep): Fix for full server searching.
3010         (nnir-run-gmane): Better restriction to gmane groups.
3011
3012         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3013         summary buffers.
3014
3015 2010-12-02  Julien Danjou  <julien@danjou.info>
3016
3017         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3018
3019         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3020
3021         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3022         support.
3023
3024 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3025
3026         * nnir.el: Update to handle the registry better.
3027         (autoload): Silence byte-compiler.
3028         (nnir-open-server): Add a hook for nnir groups.
3029         (nnir-request-move-article): Don't mangle the header. Better to use
3030         formating variables (which will be added in the future).
3031         (nnir-registry-action): Update the registry using the original article
3032         group name.
3033         (nnir-mode): Install nnir-specific hooks for updating the registry.
3034
3035         * gnus-sum.el
3036         (gnus-article-original-subject,gnus-newsgroup-original-name):
3037         Remove obsolete variables.
3038         (gnus-summary-move-article): Remove use of obsolete variables.
3039         (gnus-summary-local-variables): Make move and delete hooks local to
3040         summary buffers.
3041
3042 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * rtree.el: New file.
3045
3046 2010-12-01  Julien Danjou  <julien@danjou.info>
3047
3048         * message.el (message-user-organization): Do not use
3049         gnus-local-organization.
3050
3051         * gnus.el: Remove gnus-local-organization.
3052
3053         * gnus-msg.el: Remove nastygram thing.
3054
3055 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3056
3057         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3058         funcall.
3059
3060 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3063         names.
3064
3065         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3066         characters.
3067
3068         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3069         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3070         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3071         (gnus-gravatar-transform-address): Use mail-extract-address-components
3072         that supports non-ASCII names rather than mail-header-parse-addresses.
3073
3074 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * proto-stream.el (open-protocol-stream): All starttls connections are
3077         handled by the network handler.
3078
3079 2010-11-30  Julien Danjou  <julien@danjou.info>
3080
3081         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3082         (nnimap-open-connection-1): Fix PREAUTH.
3083
3084         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3085
3086 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3089         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3090         (shr-insert): Use them.
3091         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3092
3093 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3094
3095         * nnir.el (nnir-request-move-article): Bail out if original group
3096         doesn't support article moves.
3097         (nnir-get-active): Improve active list retrieval.
3098
3099 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3102
3103 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3104
3105         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3106         seem to accept strings-with-numbers as port numbers,
3107
3108 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3109
3110         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3111         change the registry.
3112
3113 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3116         delete-dups that is not available in XEmacs 21.4.
3117
3118         * mm-util.el (mm-delete-duplicates): Add comment.
3119
3120 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3121
3122         * nnir.el (nnir-ignored-newsgroups): New variable.
3123         (nnir-get-active): Use it.
3124
3125 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * proto-stream.el (proto-stream-open-network): Add some comments.
3128
3129         * nntp.el (nntp-open-connection): Provide a :success condition.
3130
3131         * nnimap.el (nnimap-open-connection-1): Ditto.
3132
3133         * proto-stream.el (proto-stream-open-network): See what the response to
3134         the STARTTLS command is.
3135
3136         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3137         backwards compatibility).
3138         (nnimap-open-connection-1): Really respect nnimap-server-port.
3139
3140         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3141         TLS upgrades we don't really care about the identity of the peer.
3142         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3143         that what we've checked for.
3144         (proto-stream-always-use-starttls): Only default to t if
3145         open-gnutls-stream exists.
3146         (proto-stream-open-network): If STARTTLS failed, then just open a
3147         normal connection.
3148         (proto-stream-open-network): Wait until the greeting before doing
3149         STARTTLS.
3150
3151         * nntp.el (nntp-open-connection): Report what the connection error is.
3152
3153         * proto-stream.el (open-protocol-stream): Rename from
3154         open-proto-stream.
3155
3156 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157
3158         * nnimap.el (nnimap-stream): Change default to `undecided'.
3159         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3160         first, and then network.
3161         (nnimap-open-connection-1): Respect nnimap-server-port.
3162         (nnimap-open-connection): Be more backwards-compatible.
3163
3164         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3165         (proto-stream-open-starttls): De-duplicate the starttls code.
3166         (proto-stream-open-starttls): Folded back into the main function.
3167         (proto-stream-open-network): Fix typo in the gnutls path.
3168         (proto-stream-command): Refactor out.
3169
3170         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3171
3172         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3173         starttls.el STARTTLS.
3174
3175         * color.el (color-lab->srgb): Fix function call name.
3176
3177         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3178         if we're using tls.el.
3179         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3180         built in, then don't try to establish a STARTTLS connection.
3181
3182         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3183         servers.
3184
3185         * proto-stream.el (open-proto-stream): Use network, not stream.
3186         (open-proto-stream): Add a way to specify what the end of a command is.
3187
3188         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3189         connections types.
3190         (nntp-open-network-stream): Remove.
3191         (nntp-open-ssl-stream): Remove.
3192         (nntp-open-tls-stream): Remove.
3193         (nntp-ssl-program): Remove.
3194
3195         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3196
3197 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3198
3199         * nnir.el: Fix typos.
3200         (nnir-retrieve-headers-override-function): Rename variable to reflect
3201         new semantics.
3202         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3203         macros.
3204         (nnir-request-article, nnir-request-move-article): Use them.
3205         (nnir-categorize): New function.
3206         (nnir-run-query): Use it.
3207         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3208         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3209         sorted.
3210         (nnir-group-full-name): Use gnus-group-full-name instead.
3211         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3212         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3213
3214 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3217
3218         * proto-stream.el: New library to provide protocol-specific
3219         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3220         protocols.
3221         (open-proto-stream): Complete the documentation.
3222         (proto-stream-open-network): Fix some typos.
3223
3224         * nnimap.el (nnimap-open-connection): Use it.
3225
3226 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3227
3228         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3229         negotiation.
3230
3231 2010-11-26  Julien Danjou  <julien@danjou.info>
3232
3233         * color.el: Rename various rgb functions to srgb.
3234
3235 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3238         names.
3239
3240 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * shr.el (shr-insert): Revert last change.
3243         (shr-find-fill-point): Never leave point being at bol;
3244         relax the kinsoku limitation when rendering tables.
3245
3246 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3249         results from -accept-article.
3250
3251         * shr-color.el: Require cl when compiling.
3252
3253         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3254         checkin.
3255
3256         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3257
3258         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3259
3260         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3261         'add and 'delete to set backend marks.
3262
3263         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3264
3265         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3266
3267         * nntp.el (nntp-request-set-mark): Use it.
3268
3269         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3270
3271         * nnml.el (nnml-request-set-mark): Ditto.
3272
3273         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3274         introduces regressions in article selection.
3275         (nnimap-find-uid-response): New function.
3276         (nnimap-request-accept-article): Use the UID returned, if any.
3277         (nnimap-request-move-article): Use the UID returned, if any.
3278         (nnimap-get-groups): Reimplement to work with folded lines.
3279         (nnimap-find-uid-response): The UID is the last element in the list.
3280         (nnimap-request-set-mark): Extend syntax with 'set.
3281
3282         * nnml.el (nnml-request-set-mark): Ditto.
3283
3284         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3285
3286         * nntp.el (nntp-request-set-mark): Ditto.
3287
3288 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * message.el (message-called-interactively-p): A temporary macro.
3291         (message-goto-body): Use it temporarily.
3292
3293 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3296         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3297         (nnimap-last-response-string): Fix last unfolding fix.
3298
3299 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * shr.el (shr-insert): Fix the way to fold lines.
3302
3303 2010-11-25  Julien Danjou  <julien@danjou.info>
3304
3305         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3306
3307         * color.el: Rename from color-lab.el
3308         (color-rgb->hex): Add.
3309         (color-complement): Add.
3310         (color-complement-hex): Add.
3311
3312         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3313
3314 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3317         don't exist.
3318
3319 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3322         assuming that article displaying or another mml-preview may be
3323         interrupted for an error or for the like.
3324
3325         * shr.el (shr-get-background): Fix argument name.
3326
3327 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3330
3331         * gnus-sum.el (gnus-summary-include-articles): New function.
3332
3333         * message.el (message-goto-body): called-interactively-p needs a
3334         parameter, so use `any'.
3335
3336         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3337         clear marks before moving, since they're synced from the Gnus side
3338         first.
3339
3340         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3341         (gnus-summary-move-article): Copy over all marks before moving, so that
3342         IMAP doesn't think a new article has arrived.
3343
3344 2010-11-24  Julien Danjou  <julien@danjou.info>
3345
3346         * shr.el (shr-insert-background-overlay): Fix typo.
3347         (shr-render-td): Copy the background before rendering.
3348
3349         * shr-color.el (shr-color-visible): Fix docstring.
3350
3351         * shr.el (shr-tag-table): Add bgcolor support.
3352         (shr-render-td): Add bgcolor support.
3353         (shr-get-background): Add.
3354         (shr-insert-foreground-overlay): Use shr-get-background.
3355
3356         * message.el (message-goto-body): Use called-interactively-p.
3357         (message-in-body-p): message-goto-body returns point.
3358
3359 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360
3361         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3362         Fixes something or other in Emacs 23, and is backwards compatible.
3363
3364         * message.el (message-goto-body): Remove the <#secure special-casing,
3365         which is too special.
3366
3367         * shr.el (shr-parse-style): Drop !important from styles.
3368
3369 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3370
3371         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3372         this function to return incorrect results when calling it with an
3373         explicit article argument different from
3374         (gnus-summary-article-number).
3375
3376 2010-11-24  Julien Danjou  <julien@danjou.info>
3377
3378         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3379         (shr-tag-body): Add background support.
3380         (shr-descend): Add background support.
3381         (shr-tag-title): Add.
3382
3383         * shr-color.el (shr-color-visible): Really return original background
3384         if fixed.
3385
3386 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * shr.el (shr-color-check): Protect against non-existent colour names.
3389
3390 2010-11-24  Julien Danjou  <julien@danjou.info>
3391
3392         * color-lab.el: Require 'cl when compiling.
3393
3394         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3395
3396         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3397         matched part.
3398
3399         * color-lab.el: Fix all expt calls to use float type.
3400
3401 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3404         expression to shr-color-check as is.
3405
3406         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3407
3408         * color-lab.el: Add coding cookie.
3409         (float-pi): Use eval-and-compile.
3410
3411         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3412         compiled for Emacsen having no `libxml-parse-html-region' support.
3413
3414 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * shr.el (shr-insert-color-overlay): Split stuff like
3417         "#444444 !important" to find the real colour.
3418         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3419         parse <font color="red"> entries.
3420
3421 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3422
3423         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3424         point when parsing headers.
3425
3426         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3427         is positioned properly when parsing headers.
3428
3429 2010-11-23  Julien Danjou  <julien@danjou.info>
3430
3431         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3432
3433         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3434
3435         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3436
3437         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3438         Use shr-color-hue-to-rgb.
3439         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3440
3441 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * shr.el (shr-color->hexadecimal): Autoload.
3444         (shr-descend): Add color to all tags.
3445
3446 2010-11-22  Julien Danjou  <julien@danjou.info>
3447
3448         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3449         shr-color->hexadecimal.
3450
3451         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3452         RGB() or HSL() color representation.
3453
3454         * shr.el (shr-tag-font): Add.
3455         (shr-tag-color-check): New function to get better colors.
3456         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3457         tag-span.
3458
3459         * shr-color.el: New file.
3460
3461         * color-lab.el: New file.
3462
3463         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3464
3465 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3466
3467         * nnir.el: Fix typo in comments.
3468         (nnir-run-imap): Simplify code. No need to reverse artlist.
3469         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3470
3471 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3474
3475         * nnimap.el (nnimap-get-capabilities): Refactor out.
3476         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3477
3478 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3479
3480         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3481         appearing when `mm-uu-hide-markers' is nil.
3482
3483 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * nnimap.el (nnimap-unselect-group): Make into its own function.
3486         (nnimap-request-rename-group): Unselect group before renaming.
3487         This had gotten lost somewhere.
3488         (nnimap-request-accept-article): Keep track of examined groups, and
3489         unselect the group before APPENDing to read-only groups.
3490         (nnimap-request-move-article): Clear flags before moving so that they
3491         can be re-set later.
3492
3493 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3496         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3497
3498 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-art.el (gnus-mime-display-single)
3501         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3502         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3503         parameter.
3504
3505 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3508         (shr-table-vertical-line): New variable.
3509         (shr-insert-table): Use it.
3510
3511 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * gnus-html.el (gnus-html-wash-images): Don't display images if
3514         gnus-inhibit-images is non-nil; register displayer for cid images.
3515         (gnus-html-display-image): Work for cid image.
3516         (gnus-html-insert-image): Allow arguments.
3517         (gnus-html-put-image): Inhibit read-only.
3518         (gnus-html-prefetch-images): Don't prefetch images if
3519         gnus-inhibit-images is non-nil.
3520
3521 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * shr.el (shr-put-image): Break lines when inserting big pictures.
3524
3525 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3526
3527         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3528         sender, thanks Katsumi Yamaoka.
3529
3530 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3531
3532         * nnir.el (nnir-run-imap): Reverse the article list for each group
3533         rather than the whole list.
3534
3535 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * shr.el (shr-image-displayer): Protect function against non-existent
3538         image source.
3539
3540         * gnus-art.el (gnus-inhibit-images): New user option.
3541         (gnus-mime-display-single): Don't display image if it is non-nil.
3542
3543         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3544         gnus-inhibit-images.
3545
3546         * shr.el (shr-image-displayer): New function.
3547         (shr-tag-img): Use it.
3548
3549 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3550
3551         * mml2015.el (mml2015-epg-sign): Use From header.
3552
3553 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3556
3557         * gnus-util.el (gnus-find-text-property-region): Return markers.
3558
3559         * shr.el (shr-tag-img): Put a displayer in the text property.
3560
3561         * gnus-util.el (gnus-find-text-property-region): New utility function.
3562
3563         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3564         (gnus-html-show-images): Remove.
3565
3566         * gnus-art.el (gnus-article-show-images): New, more general function.
3567
3568         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3569         image url text properties.
3570
3571         * shr.el: Ditto.
3572
3573         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3574         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3575
3576 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3579         work for two or more articles.
3580
3581 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3584         divide an image that's in an html article to two or more when washing
3585         non-ASCII characters in alt text of it.
3586
3587 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3590         smime-decrypt-region using function argument.
3591         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3592
3593         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3594
3595         * smime.el (smime-decrypt-region): Catch it.
3596
3597 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3598
3599         * smime.el (smime-mode-map): Move initialization into declaration.
3600         (gnus-run-mode-hooks): Don't autoload.
3601         (smime-mode): Use define-derived-mode.
3602
3603 2010-11-11  Glenn Morris  <rgm@gnu.org>
3604
3605         * smime.el (from): Restrict declaration to XEmacs.
3606
3607         * nnir.el (gnus-group-topic-name): Autoload.
3608
3609 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * shr.el (shr-insert): Don't break long line if it is because of
3612         kinsoku-bol characters in the line end.
3613
3614 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3615
3616         * nnir.el (nnir-request-move-article): Fix to provide original group
3617         and subject.
3618         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3619         been retrieved.
3620
3621         * gnus-sum.el (gnus-summary-move-article): Use original group and
3622         subject for virtual articles such as those in an nnir summary buffer.
3623
3624 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3627         least 21.5).
3628
3629         * smime.el (from): Declare it again for XEmacs.
3630
3631 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * message.el (message-resend): Don't disable encoding unless it's
3634         already encoded.
3635
3636         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3637         low-numbered articles.
3638
3639 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * rfc2047.el (rfc2047-syntax-table): Simplify.
3642
3643         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3644
3645         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3646         set-char-table-range for XEmacs.
3647
3648 2010-11-10  Glenn Morris  <rgm@gnu.org>
3649
3650         * time-date.el (time-to-seconds): Always an alias on Emacs,
3651         never a real function.
3652         (with-no-warnings): Remove compat stub, now unused.
3653         (time-less-p): Doc fix.
3654         (time-to-number-of-days): Simplify.
3655
3656         * smime.el (from): Remove unused declaration.
3657
3658         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3659         (gnus-float-time): On Emacs, always an alias.
3660
3661         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3662         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3663
3664 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * dgnushack.el: Don't use ignore-errors in the top level form since it
3667         is unavailable in XEmacs even if cl is loaded.
3668
3669         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3670
3671 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * shr.el (browse-url-mailto): Autoload.
3674
3675         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3676
3677         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3678         regexp doesn't need quoting.
3679
3680 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3681
3682         * message.el (message-subject-trailing-was-ask-regexp)
3683         (message-subject-trailing-was-regexp): Match was: in addition to was.
3684
3685 2010-11-09  Glenn Morris  <rgm@gnu.org>
3686
3687         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3688         (nnbabyl-check-mbox): Use point-at-bol.
3689
3690 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3693
3694         * message.el (message-mailto): New function.
3695         (message-mailto): Should accept other parameters.
3696         (message-mailto): Remove since it duplicates browse-url-mailto
3697         functionality.
3698
3699 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3702         methods.
3703         (gnus-read-active-file): Ditto.
3704
3705         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3706         ": " from the prompt.
3707         (gnus-group-make-group): Ditto.
3708
3709 2010-11-07  Glenn Morris  <rgm@gnu.org>
3710
3711         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3712         (gnus-bookmark-kill-line): Use point-at-eol.
3713
3714 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3717         asterisks in From header.
3718
3719 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3722         string to avoid making the From headers syntactically invalid.
3723
3724         * message.el (message-send-mail): Don't insert courtesy messages if the
3725         message already has List-Post and List-ID messages.
3726
3727 2010-11-06  Glenn Morris  <rgm@gnu.org>
3728
3729         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3730         `condition', `type', `length' a prefix.
3731         (gnus-treat-predicate): Update for above name changes.
3732
3733 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3734
3735         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3736         binding.  Handled by `gnus-summary-refer-thread' instead.
3737         (nnir-warp-to-article): New backend function.
3738
3739         * nnimap.el (nnimap-request-thread): Force dependency updating.
3740
3741         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3742         (gnus-summary-refer-thread): Rework to improve thread-referral.
3743
3744         * gnus-int.el (gnus-warp-to-article): New function.
3745
3746         * gnus-sum.el (gnus-summary-article-map): Bind it.
3747
3748 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3749
3750         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3751         gnus-summary-refer-thread.
3752
3753         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3754         headers.
3755         (gnus-summary-limit-include-thread): Prevent articles in thread from
3756         being cut in gnus-cut-threads.
3757         (gnus-summary-refer-thread): Limit retrieved headers to those in
3758         thread.
3759
3760 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3761
3762         * message.el (message-send-mail): Use the value of
3763         message-courtesy-message from the message buffer.
3764
3765         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3766
3767         * shr.el (shr-browse-url): Implement mailto: URLs.
3768
3769         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3770         "raw".
3771
3772         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3773         if it's already selected.
3774
3775         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3776
3777 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3780         to measure the length and truncate alt text.
3781
3782 2010-11-03  Glenn Morris  <rgm@gnu.org>
3783
3784         * nndiary.el (nndiary-generate-nov-databases-1)
3785         (nndiary-generate-active-info): Rename dynamic variable `files' to
3786         something less generic.
3787
3788 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3789
3790         * nnir.el (nnir-request-move-article): Call the underlying backend to
3791         move articles from nnir.
3792
3793 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3796
3797 2010-11-02  Julien Danjou  <julien@danjou.info>
3798
3799         * nnir.el: Remove wais support.
3800
3801 2010-11-02  Glenn Morris  <rgm@gnu.org>
3802
3803         * gnus-html.el: Reorder requirements to quieten compiler.
3804
3805 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3808         properly for XEmacs as well.
3809         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3810         (gnus-article-natural-long-line-p): Use window-width rather than
3811         frame-width.
3812
3813 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3814
3815         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3816         (nnir-read-parms): Don't modify query.
3817         (nnir-run-query): Add ability to search topic on current line.
3818         (nnir-get-active): Clean up.
3819
3820 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3823         degenerate articles.
3824
3825         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3826         (gnus-print-buffer): Just print the buffer as is, without any copying
3827         to a buffer and then re-highlighting.
3828
3829         * nnimap.el (nnimap-request-group): Store the new updated info.
3830         (nnimap-request-group): Select the group when we don't know whether it
3831         exists or not.
3832
3833         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3834         groups.
3835
3836         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3837         groups.
3838
3839         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3840         groups.
3841
3842         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3843         long-lines case by only filling the long lines.
3844
3845         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3846         (bug #7311).
3847
3848 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * shr.el: No need to declare `declare-function' since shr.el is for
3851         only Emacsen that provide `libxml-parse-html-region'.
3852
3853         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3854         effective only in a file it is referred to.
3855
3856 2010-11-01  Glenn Morris  <rgm@gnu.org>
3857
3858         * mm-util.el (gnus-completing-read): Autoload.
3859         (mm-read-coding-system): Simplify Emacs definition.
3860
3861         * nnmail.el (gnus-activate-group):
3862         * nnimap.el (gnutls-negotiate):
3863         * nntp.el (netrc-parse): Fix declarations.
3864
3865 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3868         string-match-p in Emacs >=23.
3869
3870         * gnus-msg.el (gnus-configure-posting-styles)
3871         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3872
3873 2010-11-01  Glenn Morris  <rgm@gnu.org>
3874
3875         * nnir.el (declare-function): Add compat stub.
3876         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3877         (nnir-run-gmane): Require 'mm-url.
3878
3879         * mm-util.el (mm-string-to-multibyte): Simplify.
3880
3881         * shr.el (declare-function): Add compat stub.
3882         (url-cache-create-filename): Declare.
3883         (mm-disable-multibyte, widget-convert-button): Autoload.
3884
3885         * smime.el (ldap-search): Declare.
3886         (smime-cert-by-ldap-1): Require ldap on Emacs.
3887
3888         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3889         (nnimap-keepalive): Use gnus-float-time.
3890
3891         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3892         (mail-source-delete-crash-box): Use gnus-float-time.
3893
3894         * gnus-dired.el (gnus-completing-read): Autoload.
3895
3896         * mm-view.el (gnus-rescale-image): Autoload.
3897
3898         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3899
3900         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3901
3902         * sieve-manage.el: Require 'cl when compiling.
3903
3904         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3905         (gnus-iswitchb-completing-read): Require iswitchb.
3906         (gnus-select-frame-set-input-focus): Silence compiler.
3907
3908 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3909
3910         * message.el (message-subject-trailing-was-query): Change default to t,
3911         since I think that's what most people want.
3912
3913         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3914         appending for easier debugging.
3915         (nnimap-wait-for-connection): Take a regexp.
3916         (nnimap-request-accept-article): Wait for the continuation line before
3917         sending anything unless we're streaming.
3918
3919         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3920         leave the header washing to take place.
3921
3922 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3923
3924         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3925         regular expression match and replace in posting styles.
3926
3927 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3928
3929         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3930         an entire server.
3931         (nnir-get-active): New function.
3932         (nnir-run-imap): Use it.
3933         (nnir-run-gmane): Who knew, gmane search returns an article score!
3934
3935         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3936         server on the current line with nnir.
3937
3938 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3941         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3942         left edge.
3943         (gnus-article-foldable-buffer): Skip past the prefix when determining
3944         raggedness.
3945
3946         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3947         the raw article, and change `C-u g' to show the article without doing
3948         treatments.
3949
3950         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3951         on to `gnus-treat-article'.
3952         (gnus-inhibit-article-treatments): New variable.
3953
3954         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3955
3956         * gnus-art.el (gnus-treatment-function-alist): Have
3957         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3958         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3959         sections.
3960
3961         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3962         parameter.
3963         (gnus-article-fill-cited-long-lines): New function.
3964         (gnus-article-fill-cited-article): Allow filling only long sections.
3965
3966         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3967         and non-punctuation (like after the apostrophe in "'We").
3968
3969         * gnus-sum.el (gnus-summary-select-article): Make sure
3970         gnus-original-article-buffer is alive.
3971
3972         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3973         reflect the order they're in in the digest.
3974
3975         * gnus.el (gnus-group-startup-message): Move point to the start of the
3976         buffer.
3977
3978         * nnimap.el (nnimap-capability): New function.
3979         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3980         is set.
3981
3982 2010-10-31  David Engster  <dengste@eml.cc>
3983
3984         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3985         conform with changes to gnus-completing-read.
3986
3987 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3990
3991 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3992
3993         * nnir.el: Move defvar, defcustom around to keep file organized
3994         and keep byte-compiler quiet.
3995         (nnir-read-parms): Accept search-engine as arg.
3996         (nnir-run-query): Pass search-engine as arg.
3997         (nnir-search-engine): Remove.
3998
3999 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * shr.el (shr-generic): The text nodes should be text, not :text.
4002
4003         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4004         later in the file.
4005
4006 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4007
4008         * nnir.el: General clean up.  Allow searching with multiple engines.
4009         Allow separate extra-parameters for each engine.
4010         Batch queries when possible.
4011         (nnir-imap-default-search-key,nnir-method-default-engines):
4012         Add customize interface.
4013         (nnir-run-gmane): New engine.
4014         (nnir-engines): Use it.  Qualify all prompts with engine name.
4015         (nnir-search-engine): Remove global variable.
4016         (nnir-run-hyrex): Restore for now.
4017         (nnir-extra-parms,nnir-search-history): New variables.
4018         (gnus-group-make-nnir-group): Use them.
4019         (nnir-group-server): Remove in favor of gnus-group-server.
4020         (nnir-request-group): Avoid searching twice.
4021         (nnir-sort-groups-by-server): New function.
4022
4023 2010-10-30  Julien Danjou  <julien@danjou.info>
4024
4025         * gnus-group.el: Remove gnus-group-fetch-control.
4026
4027         * gnus-start.el (gnus-find-new-newsgroups):
4028         Remove gnus-check-first-time-used.
4029
4030         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4031
4032 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4033
4034         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4035         set on groups that don't have \* permanentflags.
4036
4037 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4040         control the background color.
4041         (shr-tag-img): Ignore very small web bug type images.
4042         (shr-put-image): Add help-echo alt texts to the images.
4043         (shr-tag-video): Show the video poster image.
4044
4045 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * shr.el (shr-table-depth): New variable.
4048         (shr-tag-table-1): Only insert the images after the top-level table.
4049
4050         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4051
4052         * gnus-util.el (gnus-list-memq-of-list): New function.
4053
4054         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4055         selected.
4056         (nnimap-unsplittable-articles): New slot.
4057         (nnimap-new-articles): Use it.
4058
4059 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4060
4061         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4062         move to the previous line on `M-g'.
4063
4064 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4067         *-request-group, which seems unnecessary.
4068
4069         * nnimap.el (nnimap-quote-specials): Function copied over from
4070         imap.el.
4071         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4072         they support that.  Suggested by Tom Regner.
4073
4074 2010-10-29  Julien Danjou  <julien@danjou.info>
4075
4076         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4077         defalias.
4078         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4079
4080         * gnus.el: Remove `gnus-nntp-service' variable.
4081         (gnus-secondary-servers): Make obsolete.
4082         (gnus-nntp-server): Make obsolete.
4083
4084         * gnus-start.el (gnus-1): Remove x-splash calls.
4085
4086         * gnus-ems.el (gnus-x-splash): Remove.
4087
4088         * gnus.el (gnus-group-startup-message): Simplify/update code.
4089
4090         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4091         definition.
4092
4093         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4094         capability before doing anything.
4095         (gnus-group-insert-group-line): Remove useless
4096         gnus-group-remove-excess-properties.
4097
4098 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4101
4102 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4105         config after reselecting.
4106
4107 2010-10-28  Julien Danjou  <julien@danjou.info>
4108
4109         * shr.el (shr-put-image): Use point even if only inserting text.
4110         (shr-put-image): Save excursion when inserting alt text on non-graphic
4111         display, so the behaviour is the same when we are on a graphic display.
4112
4113         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4114
4115 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4118         (gnus-mime-copy-part): Check coding system, not charset.
4119         (gnus-mime-view-part-externally): Never remove part.
4120         (gnus-mime-view-part-internally): Don't remove part here.
4121         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4122         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4123         multipart/alternative.
4124
4125         * mm-decode.el (mm-display-part): Take optional arg `force'.
4126
4127 2010-10-26  Julien Danjou  <julien@danjou.info>
4128
4129         * gnus-group.el (gnus-group-default-list-level): Add this function to
4130         compute the default list level.
4131         (gnus-group-default-list-level): Add possibility to use a function.
4132
4133 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4136
4137         * gnus-group.el (gnus-group-completing-read)
4138         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4139         gnus-replace-in-string.
4140
4141 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * shr.el (shr-tag-div): Add.
4144
4145         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4146
4147 2010-10-25  Julien Danjou  <julien@danjou.info>
4148
4149         * gnus-util.el: Remove `gnus-with-local-quit'.
4150
4151         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4152
4153 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4154
4155         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4156         the original article buffer.
4157
4158 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * nnimap.el (nnimap-request-head): New function.
4161         (nnimap-request-move-article): Try to be slighly faster by not
4162         requesting the entire message when moving.
4163         (nnimap-transform-headers): Don't bug out on bodiless articles.
4164         (nnimap-send-command): Have no outstanding messages if the IMAP server
4165         doesn't support streaming.
4166         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4167
4168 2010-10-24  Julien Danjou  <julien@danjou.info>
4169
4170         * message.el (message-default-headers): Fix type.
4171
4172 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4175         prefetching images.
4176
4177         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4178         backend for unknown groups.  This is mainly useful for nnimap groups.
4179
4180         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4181         group isn't covered by the agent.
4182
4183 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4184
4185         * nnir.el (nnir-method-default-engines): New variable.
4186         (nnir-run-query): Use it.
4187         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4188         (gnus-summary-nnir-goto-thread): Change group if needed.
4189
4190         * gnus-group.el (gnus-group-group-map): Add key binding for
4191         gnus-group-make-nnir-group.
4192
4193 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * shr.el (shr-tag-object): Add.
4196
4197         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4198         original article buffer live.
4199         (gnus-summary-select-article-buffer):
4200         Mention gnus-widen-article-buffer.
4201
4202 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4203
4204         * shr.el (shr-tag-strong): Add.
4205
4206 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4207
4208         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4209         group names.  They mess up the group buffer badly.
4210
4211         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4212
4213         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4214         instead of the summary one.
4215
4216 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * mml.el (mml-preview): Work properly when editing article.
4219
4220         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4221         gnus-have-read-active-file if it's already been in.
4222
4223 2010-10-22  Tom Tromey  <tromey@redhat.com>
4224
4225         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4226         gnus-group-completing-read.
4227
4228 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229
4230         * message.el (message-mode-map): Don't bind M-; to comment region, to
4231         allow the global comment-dwim to work.
4232
4233 2010-10-21  Julien Danjou  <julien@danjou.info>
4234
4235         * message.el (message-setup-1): Allow message-default-headers to be a
4236         function.
4237
4238 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * shr.el (shr-tag-table): Simplify.
4241
4242 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4245         to avoid trying to snarf invalid stuff.
4246
4247         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4248
4249         * gnus.el (gnus-message-archive-group): Quote value.
4250         (gnus-message-archive-group): Mark as changed.
4251
4252         * shr.el (shr-add-font): Don't put the font properties on the newline
4253         or the indentation.
4254
4255         * message.el (message-fix-before-sending): Change options when sending
4256         non-printable characters.
4257
4258         * gnus.el (gnus-message-archive-method): Change the default to
4259         monthly outgoing groups.
4260
4261         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4262         that have gotten new numbers.
4263
4264         * nnimap.el (nnimap-request-replace-article): New function.
4265
4266 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4269         (nnrss-request-article): Don't use special html washing code.
4270
4271 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * shr.el (shr-tag-table): Remove useless nconc.
4274
4275 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-art.el (article-wash-html): Simplify and remove the charset
4278         stuff.  Use the normal html rendering code instead of the special html
4279         washing code.
4280
4281         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4282         `gnus-w3m' symbols.
4283         (mm-text-html-washer-alist): Remove.
4284
4285         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4286         (mm-inline-media-tests): Remove use.
4287         (mm-text-html-renderer): Change default to the `shr' symbol.
4288
4289         * mm-view.el (mm-inline-text-html): Remove use.
4290
4291         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4292         `gnus-blocked-images' to be a function.
4293         (gnus-article-wash-function): Remove.
4294
4295 2010-10-20  Julien Danjou  <julien@danjou.info>
4296
4297         * spam.el (spam-list-of-processors): Mark as obsolete.
4298
4299         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4300         (nnimap-insert-partial-structure): Fix boundary detection.
4301
4302 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4303
4304         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4305         run file-truename on remote files.  This can be expensive and even
4306         prevent one from editing drafts if some unrelated buffer has a stale
4307         connection.
4308
4309 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4312         kinsoku-eol regardless of shr-kinsoku-shorten.
4313         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4314         (shr-tag-table): Support caption, thead, and tfoot.
4315
4316 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4319         lines.
4320         (shr-save-contents): New command and keystroke.
4321
4322         * nndoc.el (nndoc-type-alist): Add git support.
4323         (nndoc-git-type-p): New function.
4324         (nndoc-transform-git-article): Ditto.
4325         (nndoc-transform-git-headers): Ditto.
4326         (nndoc-transform-git-headers): Generate Subject headers.
4327
4328         * shr.el (shr-parse-style): New function.
4329         (shr-tag-span): Ditto.
4330
4331         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4332         to `G G' to avoid collisions.
4333
4334 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * shr.el: Load kinsoku if necessary.
4337         (shr-kinsoku-shorten): New internal variable.
4338         (shr-find-fill-point): Make kinsoku shorten text line if
4339         shr-kinsoku-shorten is bound to non-nil.
4340         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4341         shr-indentation too when testing if table is wider than frame width.
4342         (shr-insert-table): Use `string-width' instead of `length' to measure
4343         text width.
4344         (shr-insert-table-ruler): Make sure indentation is done at bol.
4345
4346 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4347
4348         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4349         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4350         undecoded network data.
4351
4352 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4355         name in the mode line spec so that the mode line menu works
4356         (bug #2431).
4357
4358         * message.el (message-get-reply-headers): If we're fed `to-address',
4359         then always use that.
4360
4361         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4362         aren't so wide as to need to switch off the edit menu.
4363
4364         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4365         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4366
4367         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4368         `M-g'.
4369         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4370         the permanent marks.
4371
4372 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4373
4374         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4375         Splitting according to references/in-reply-to obeys the ignore-groups
4376         variable, while splitting by sender and subject do not.
4377
4378 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4381         alist, so that we can look for non-Unicode chars.
4382         (article-translate-strings): Allow both character and string maps.
4383
4384 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * shr.el (shr-insert): Don't insert space behind a wide character
4387         categorized as kinsoku-bol, or between characters both categorized as
4388         nospace.
4389
4390 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4391
4392         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4393         headers to gnus-newsgroup-headers.
4394
4395 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * shr.el (shr-tag-img): Don't align images -- since we're not
4398         rescaling, this often leads to ugly displays.
4399
4400 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4401
4402         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4403         duplicates.
4404
4405 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4406
4407         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4408         call.
4409
4410 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus.el: Autoload gnus-html-show-images.
4413
4414         * nnimap.el: Use nnheader-message throughout.
4415
4416         * shr.el (shr-tag-img): Ignore images with no data.
4417
4418 2010-10-15  Julien Danjou  <julien@danjou.info>
4419
4420         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4421         a possibility to disable format=flow encoding when using hard newlines.
4422
4423 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * shr.el (shr-insert): Remove space inserted before or after a
4426         breakable character or at the beginning or the end of a line.
4427         (shr-find-fill-point): Do kinsoku; find the second best point or give
4428         it up if there's no breakable point.
4429
4430 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * nnimap.el (nnimap-open-connection): Message when opening connection
4433         for debugging purposes.
4434
4435         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4436         on every setup buffer call to allow this to change from article to
4437         article.
4438
4439         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4440         buffers where we have a wide table.
4441
4442 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4443
4444         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4445         uses *-request-thread.
4446
4447 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4450         incantation, which is no longer valid.
4451
4452 2010-10-14  Julien Danjou  <julien@danjou.info>
4453
4454         * shr.el: Fix defcustom type (char -> character).
4455
4456 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4459         programs.
4460
4461 2010-10-14  Julien Danjou  <julien@danjou.info>
4462
4463         * shr.el (shr-tag-a): Use url-link as widget type.
4464
4465         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4466         `gnus-group-get-icon'.
4467
4468 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4471         This should make server editing work better.
4472
4473         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4474
4475         * tls.el (tls-program): Remove spurious %s from openssl.
4476
4477         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4478         (nnimap-parse-flags): Fix regexp.
4479
4480         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4481         probably work for CJVK text, too.
4482
4483         * nnimap.el (nnimap-extend-tls-programs): Remove.
4484         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4485
4486         * tls.el (tls-starttls-switches): Remove starttls hack.
4487         (open-tls-stream): Ditto.
4488         (tls-find-starttls-argument): Ditto.
4489
4490 2010-10-13  Julien Danjou  <julien@danjou.info>
4491
4492         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4493         responses.
4494
4495 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4498
4499         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4500         anything in Emacs.
4501
4502         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4503
4504 2010-10-13  Julien Danjou  <julien@danjou.info>
4505
4506         * shr.el (shr-width): Make shr-width a defcustom with default to
4507         fill-column.
4508         (shr-tag-img): Use shr-width rather than fill-column.
4509
4510 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * dgnushack.el (byte-optimize-apply)
4513         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4514
4515         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4516         position when (X-)Faces exist.
4517         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4518         avatars when called interactively.
4519
4520 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4523         gnus-article-x-face-too-ugly is bound.
4524
4525 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4528
4529         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4530         mailbox that doesn't exist.
4531
4532 2010-10-12  Julien Danjou  <julien@danjou.info>
4533
4534         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4535         (shr-get-image-data): Encode URL properly when fetching from cache.
4536         (shr-tag-img): Use aligned-to spaces to align correctly images.
4537
4538         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4539         before inserting the Gravatar.
4540
4541         * shr.el (shr-tag-img): Add align attribute support for <img>.
4542
4543 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * gnus-gravatar.el (gnus-art): Require.
4546
4547         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4548         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4549         Remove long obsoleted functions.
4550
4551 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4554
4555         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4556
4557         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4558         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4559         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4560         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4561         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4562         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4563         * sieve-manage.el, smime.el, spam.el:
4564         Fix comment for declare-function.
4565
4566 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * nnimap.el (nnimap-request-rename-group): Select group read-only
4569         before renaming it.
4570
4571         * shr.el (shr-insert): Fix up the white space only regexp.
4572
4573         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4574         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4575
4576         * shr.el (shr-current-column): New function.
4577         (shr-find-fill-point): New function.
4578
4579 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4580
4581         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4582         numbers.
4583
4584 2010-10-11  Julien Danjou  <julien@danjou.info>
4585
4586         * shr.el (shr-hr-line): Add.
4587         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4588         display hr lines.
4589         (shr-max-columns): Do not change state to nil if we just inserting
4590         spaces.
4591
4592 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4595         select the last group.
4596
4597 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4600
4601 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4602
4603         * dig.el (dig-mode-map): Declare and define in one step.
4604
4605 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4608         for Gnus.
4609         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4610         (nnimap-update-qresync-info): Mark \Seen articles as read.
4611
4612         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4613         non-variable, too.
4614
4615         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4616         available.
4617         (nnimap-update-info): Rely more on the current active than the param
4618         active to avoid marking articles as read too much.
4619
4620         * auth-source.el (auth-source-create): Use (user-login-name) for the
4621         user name default.
4622
4623         * nnimap.el (nnimap-update-info): If the server doesn't return any
4624         useful info, just use the previous info.
4625         (nnimap-update-info): Prefer old info over start-article.
4626         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4627
4628 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4629
4630         * nnir.el (autoload): Clean up autoloads.
4631         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4632         Use key rather than value.
4633         (nnir-imap-search-other): New variable.
4634         (nnir-read-parm): Use it.
4635         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4636         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4637
4638 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4639
4640         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4641         the process, too.
4642
4643 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * spam.el (gnus-summary-mode-map): Bind to "$".
4646         Suggested by Russ Allbery.
4647
4648         * shr.el: Rework the way things are indented by <li> slightly.
4649
4650         * gnus.el (gnus-group-set-parameter): Fix typo.
4651
4652         * nnimap.el: Start implementing QRESYNC support.
4653
4654 2010-10-09  Julien Danjou  <julien@danjou.info>
4655
4656         * nnir.el (nnir-engines): Fix too many arguments.
4657
4658 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4661         group is the "last", so that the backends like nnfolder actually save
4662         their folders.
4663
4664         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4665         try to use that for the tls stream.
4666         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4667         UIDVALIDITY and find out which groups are read-only and not.
4668         (nnimap-get-flags): Use the same marks parsing code as the rest of
4669         nnimap.
4670
4671 2010-10-09  Julien Danjou  <julien@danjou.info>
4672
4673         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4674
4675         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4676         retrieving gravatars.
4677
4678         * shr.el (shr-table-corner): Add.
4679         (shr-table-line): Add.
4680         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4681
4682 2010-10-08  Julien Danjou  <julien@danjou.info>
4683
4684         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4685
4686 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4687
4688         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4689
4690         * gnus-sum.el (gnus-mark-article-as-unread)
4691         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4692         (gnus-summary-set-bookmark): Use it.
4693
4694         * gnus-msg.el (gnus-setup-message): Use it.
4695
4696         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4697
4698         * gnus.el (gnus-group-remove-parameter): Use it.
4699
4700         * gnus-group.el (gnus-group-make-web-group): Use it.
4701
4702         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4703
4704         * nnregistry.el: Update docs to mention manual.
4705
4706         * gnus-registry.el: Update docs to mention nnregistry.el.
4707         (gnus-registry-initialize): Don't install nnregistry refer method
4708         automatically.
4709         (gnus-registry-install-nnregistry): Remove it.
4710
4711 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * shr.el (shr-insert): Don't insert double spaces.
4714
4715 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * gnus-gravatar.el (gnus-treat-from-gravatar)
4718         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4719         called interactively.
4720
4721         * gnus-art.el (gnus-mime-view-part-externally)
4722         (gnus-mime-view-part-internally): Make predicate function passed to
4723         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4724         of a mime type.
4725
4726         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4727
4728 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * shr.el (require): Require cl when compiling.
4731         (shr-tag-hr): New function.
4732
4733         * nnimap.el (nnimap-update-info): Remove double setting of high.
4734         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4735         This makes nnimap work properly on Courier again.
4736
4737         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4738         the variable for backwards compatibility.
4739
4740         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4741         the file name before using to avoid setting mm-default-directory to
4742         nil.
4743
4744         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4745         bidning gnus-agent variables.
4746
4747         * shr.el (shr-render-td): Use a cache for the table rendering function
4748         to avoid getting an exponential rendering behaviour in nested tables.
4749         (shr-insert): Rework the line-breaking algorithm.
4750         (shr-insert): Don't leave trailing spaces.
4751         (shr-insert-table): Also insert empty TDs.
4752         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4753
4754 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4755
4756         * gnus-sum.el (gnus-number): Rename from `number'.
4757         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4758         (gnus-summary-limit-children): Update uses correspondingly.
4759
4760 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4763         (gnus-gravatar-transform-address): Don't show avatars of people of
4764         which mail addresses match gnus-gravatar-too-ugly.
4765
4766 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * shr.el (shr-table-widths): Expand TD elements to fill available
4769         space.
4770
4771 2010-10-07  Julien Danjou  <julien@danjou.info>
4772
4773         * nnimap.el (nnimap-request-rename-group): Add this method.
4774
4775 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4778         name from XEmacs' function-arglist.
4779
4780         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4781         gravatar under XEmacs.
4782
4783 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4784
4785         * auth-source.el: Update docs with TODO items.
4786
4787         * gnus-sync.el: Update docs to explain state and plans.
4788
4789         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4790         Hooks for mark updates.
4791         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4792
4793         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4794         hooks with arguments, which is needed for mark update hooks.
4795
4796 2010-10-06  Julien Danjou  <julien@danjou.info>
4797
4798         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4799         was matched.
4800
4801         * sieve-manage.el: Update example in `Commentary'.
4802
4803         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4804
4805         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4806         not 2000.
4807         (sieve-manage-authenticate): Re-add function.
4808
4809 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * shr.el (shr-insert): Get 'space transition right.
4812         (shr-render-td): Only delete space at the end of the TD.
4813
4814         * nnimap.el (nnimap-open-connection): Prepare to support
4815         open-gnutls-stream.
4816
4817         * shr.el: Rearrange function order to be more logical.
4818
4819 2010-10-06  Julien Danjou  <julien@danjou.info>
4820
4821         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4822         (nnrss-discover-feed): Remove 404 URL in docstring.
4823
4824         * nnir.el: Fix Swish-E URL.
4825         Fix Namazu URL.
4826
4827         * message.el (message-change-subject): Remove 404 URL in a comment.
4828
4829 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4832         called interactively.
4833
4834         * gnus-util.el (gnus-remove-if): Allow hash table.
4835         (gnus-remove-if-not): New function.
4836
4837         * gnus-art.el (gnus-mime-view-part-as-type)
4838         * gnus-score.el (gnus-summary-score-effect)
4839         * gnus-sum.el (gnus-read-move-group-name):
4840         Replace remove-if-not with gnus-remove-if-not.
4841
4842         * gnus-group.el (gnus-group-completing-read):
4843         Regard collection as a hash table if it is not a list.
4844
4845 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4848
4849         * shr.el: Document the table-rendering algorithm.
4850
4851 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4854         for Emacsen having no `libxml-parse-html-region' support.
4855
4856 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4859         invalid URLs.
4860
4861         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4862         line-broken.
4863         (shr-tag-img): Ignore image fetching errors.
4864         (shr-overlays-in-region): Compute overlay positions correctly.
4865
4866         * mm-decode.el (mm-shr): Require shr.
4867
4868         * gnus-art.el (gnus-blocked-images): Move variable here.
4869
4870         * shr.el (shr-insert-table): Bind free variable.
4871
4872         * mm-decode.el (mm-shr): Bind shr-content-function.
4873
4874         * shr.el (shr-content-function): New variable.
4875
4876         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4877         added for symmetry.
4878
4879         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4880
4881         * gnus-group.el (gnus-group-make-group): Doc fix.
4882
4883         * nnimap.el (nnimap-request-newgroups): Return success.
4884
4885         * shr.el (shr-find-elements): New function.
4886         (shr-tag-table): Put all the images after the table.
4887         (shr-tag-table): Really inhibit images inside the table.
4888         (shr-collect-overlays): Copy over overlays from the TD elements to the
4889         main document.
4890
4891         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4892         gnus-blocked-images.
4893
4894 2010-10-05  Julien Danjou  <julien@danjou.info>
4895
4896         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4897
4898         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4899         (gnus-html-maximum-image-size): Add this function.
4900         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4901
4902         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4903         server-value of the capability is nil.
4904
4905 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4906
4907         * shr.el (shr-tag-em): Add <EM> tag.
4908
4909 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4910
4911         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4912         customizable.
4913
4914         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4915         handing broken links to browse-url.
4916
4917 2010-10-05  Julien Danjou  <julien@danjou.info>
4918
4919         * gnus-util.el (gnus-emacs-completing-read)
4920         (gnus-iswitchb-completing-read): Use autoload rather than require.
4921
4922 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4925         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4926         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4927         iswitchb-temp-buflist for XEmacs.
4928
4929         * gnus-util.el (gnus-completing-read-function): Exclude
4930         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4931         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4932         XEmacs.
4933
4934         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4935         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4936
4937         * gnus-html.el: Don't require help-fns under XEmacs.
4938         (gnus-html-schedule-image-fetching): Work for XEmacs.
4939
4940         * mm-decode.el (mm-shr): Decode contents by charset.
4941
4942 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943
4944         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4945         unknown.
4946
4947         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4948         (shr-get-image-data): Ensure against the cache file missing.
4949
4950         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4951         for data.
4952
4953         * spam-report.el (spam-report-url-ping-plain): Don't query about
4954         killing the process.
4955
4956         * shr.el (shr-render-td): Protect against too-wide text.
4957
4958 2010-10-04  Julien Danjou  <julien@danjou.info>
4959
4960         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4961         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4962
4963         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4964         retrieved.
4965
4966 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * shr.el (browse-url): Require.
4969         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4970         lines.
4971         (shr-show-alt-text, shr-browse-image): New commands.
4972         (shr-browse-url, shr-copy-url): New commands.
4973
4974         * gnus-sum.el (gnus-widen-article-window): New variable.
4975         (gnus-summary-select-article-buffer): Use it.
4976
4977         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4978         without @ signs.
4979
4980 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4981
4982         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4983
4984 2010-10-04  Julien Danjou  <julien@danjou.info>
4985
4986         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4987         for XEmacs.
4988
4989 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4992
4993         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4994         (nnimap-close-server): Implement.
4995
4996         * dgnushack.el (iswitchb): Require to shut up the compiler.
4997
4998         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4999         (shr-insert): Tweak line breaking.
5000         (shr-insert): Handle <pre> better.
5001         (shr-tag-li): Get <li> indentation right.
5002         (shr-tag-li): Get <li> indentation even righter.
5003         (shr-tag-blockquote): Ensure paragraph start.
5004         (shr-make-table): Tweak table generation.
5005         (shr-make-table): Fix typo.
5006
5007         * shr.el: Implement table rendering.
5008
5009 2010-10-04  Julien Danjou  <julien@danjou.info>
5010
5011         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5012
5013 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * shr.el (shr-insert): Use string anchors instead of line anchors.
5016
5017 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * shr.el: Add headings.
5020         (shr-ensure-paragraph): Actually work.
5021         (shr-tag-li): Make <ul> prettier.
5022         (shr-insert): Get white space at the beginning/end of elements right.
5023         (shr-tag-p): Collapse subsequent <p>s.
5024         (shr-ensure-paragraph): Don't insert double line feeds after blank
5025         lines.
5026         (shr-insert): \t is also space.
5027         (shr-tag-s): Fix "s" tag name function.
5028         (shr-tag-s): Fix face prop name.
5029
5030 2010-10-03  Julien Danjou  <julien@danjou.info>
5031
5032         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5033
5034         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5035         gnus-window-inside-pixel-edges.
5036
5037         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5038         gnus-ems.
5039
5040         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5041
5042         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5043         function.
5044
5045         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5046         resize choice.
5047
5048 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5051         beginning of the buffer.
5052
5053         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5054         article buffer again.
5055
5056         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5057
5058         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5059         when it's at the start of the buffer.
5060
5061         * shr.el (shr-tag-blockquote): Convert name.
5062         (shr-rescale-image): Use the right image-size variant.
5063
5064         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5065         buffer isn't shown, then select the current article first instead of
5066         bugging out.
5067         (gnus-summary-select-article-buffer): Show both the article and summary
5068         buffers again.
5069
5070         * shr.el (shr-fontize-cont): Protect against regions with no text.
5071         Rename tag functions to shr-tag-* for enhanced security.
5072         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5073
5074 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5075
5076         * shr.el (shr-insert):
5077         * pop3.el (pop3-movemail):
5078         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5079         loaded.
5080
5081 2010-10-03  Glenn Morris  <rgm@gnu.org>
5082
5083         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5084
5085         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5086
5087         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5088
5089         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5090
5091         * gnus-util.el (gnus-make-local-hook): Simplify.
5092
5093 2010-10-02  Julien Danjou  <julien@danjou.info>
5094
5095         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5096         (gnus-ido-completing-read): New function.
5097         (gnus-emacs-completing-read): New function.
5098         (gnus-completing-read): Use gnus-completing-read-function.
5099         Add gnus-completing-read-function.
5100
5101 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * shr.el (shr-insert-document): Autoload.
5104         (shr-img): Be silent.
5105         (shr-insert): Add a newline after every picture before text.
5106         (shr-add-font): Use overlays for combining faces.
5107         (shr-insert): Pass upwards the text start point.
5108
5109         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5110         possible.
5111         (mm-shr): New function.
5112
5113 2010-10-02  Julien Danjou  <julien@danjou.info>
5114
5115         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5116         should go backward.
5117
5118 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5119
5120         * shr.el (shr): Fix typo in provide call.
5121
5122 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * shr.el: New file.
5125
5126         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5127
5128         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5129         completing read.
5130
5131 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5132
5133         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5134         we're being queried about.  Suggested by Dan Jacobson.
5135
5136         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5137         Suggested by Jason Eisner.
5138
5139         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5140         table, too.  Suggested by Stefan Wiens.
5141         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5142         the table unnecessary.  Suggested by Stefan Wiens.
5143
5144         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5145         longer needed, and probably doesn't work either, as pointed out by
5146         Stefan Wiens.
5147         (gnus-summary-exit): Remove call to the clearing function.
5148         (gnus-summary-exit-no-update): Ditto.
5149
5150         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5151         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5152         Reported by Stefan Monnier.
5153         (gnus-summary-save-in-rmail): Ditto.
5154
5155         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5156         article buffer, instead of both the article buffer and the summary
5157         buffer.  Sort of suggested by Dan Jacobson.
5158
5159         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5160
5161         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5162         Suggested by Dan Jacobson.
5163
5164         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5165         documentation clearer.
5166
5167         * message.el (message-shorten-references): Comment on the number "21".
5168         Suggested by Stefan Monnier.
5169
5170         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5171         Suggested by Dan Jacobson.
5172
5173         * gnus.el (gnus-large-newsgroup):
5174         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5175
5176         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5177         externalize attachments.  Bug reported by Steve Wen.
5178
5179         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5180         really message anything to the user.
5181
5182         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5183         directly.
5184
5185         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5186         messages in empty groups.
5187
5188 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5189
5190         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5191         non-UIDNEXT group.
5192
5193 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5196         not the value from the collection.
5197
5198         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5199         values.  This sometimes happens on some groups that have no info.
5200         (nnimap-request-newgroups): New function.
5201
5202 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5203
5204         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5205         check into `gnus-registry-initialize'.
5206         (gnus-registry-initialize): Ditto.
5207         Fix and extend header docs.
5208
5209 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5212         regexp backtrace overflows.
5213
5214         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5215         for starttls that tls.el implements; i.e. openssl.
5216
5217         * tls.el (tls-starttls-switches): Give up on using starttls with
5218         gnutls-cli.
5219         (tls-program): Add --insecure to be consistent with the defaults from
5220         openssl s_client.  Now all three commands are insecure.
5221
5222 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * lpath.el: Bind completion-styles-alist for XEmacs.
5225
5226         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5227         (gravatar-create-image): New function that's an alias to
5228         gnus-xmas-create-image, gnus-create-image, or create-image.
5229         (gravatar-data->image): Use it.
5230
5231 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5234         install the nnregistry refer method.
5235         (gnus-registry-install-hooks): Use it.
5236         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5237         unfollowed groups.
5238
5239 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5240
5241         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5242         expanding threads.
5243
5244 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * nnir.el: Use the server names without suffixes (bug #7009).
5247
5248         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5249         unencrypted to STARTTLS, if possible.
5250
5251 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5252
5253         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5254         headers before superseding.
5255
5256 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257
5258         * nnrss.el (nnrss-use-local): Add documentation.
5259
5260         * nnimap.el (nnimap-extend-tls-programs): New function.
5261         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5262         (nnimap-wait-for-connection): Accept the greeting from the stupid
5263         output from openssl s_client -starttls, too.
5264
5265         * tls.el (tls-starttls-switches): New variable.
5266         (tls-find-starttls-argument): Use it.
5267         (open-tls-stream): Ditto.
5268
5269         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5270         (netrc-machine): Ditto.
5271
5272         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5273         article number.
5274         (nnimap-split-fancy): New variable.
5275         (nnimap-split-incoming-mail): Use it.
5276
5277         * nntp.el (nntp-server-list-active-group): Document.
5278
5279         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5280         SELECT to get the message-id.
5281
5282         * mail-source.el (mail-sources): Remove webmail support.
5283         (defvar): Ditto.
5284         (mail-source-fetcher-alist): Ditto.
5285         (mail-source-fetch-webmail): Remove.
5286
5287         * webmail.el: Remove -- doesn't seem relevant any more.
5288
5289         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5290
5291         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5292         the \r.
5293
5294 2010-09-30  Julien Danjou  <julien@danjou.info>
5295
5296         * gnus-agent.el (gnus-agent-add-group): Fix call to
5297         gnus-completing-read.
5298
5299 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * nndoc.el (nndoc-retrieve-groups): New function.
5302
5303         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5304         `default', use nnmail-split-methods.
5305         (nnimap-request-article): Downcase the NILs so that they are nil.
5306
5307         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5308         symbol.
5309
5310         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5311         code, since if the user has requested network, that's what they ought
5312         to get.
5313         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5314         (nnimap-split-rule): Mark as obsolete.
5315
5316         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5317         New variable.
5318
5319         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5320         correct slot, too.
5321
5322 2010-09-29  Julien Danjou  <julien@danjou.info>
5323
5324         * gnus.el (gnus-local-domain): Declare variable obsolete.
5325
5326         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5327         Fix history computing.
5328         (gnus-ido-completing-read): Require ido.
5329
5330 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5333         build Gnus.
5334
5335         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5336         when interpreting the structures.
5337         (nnimap-request-accept-article): Add \r\n to the lines to make this
5338         work with Cyrus.
5339
5340         * nndraft.el (nndraft-request-expire-articles): Use the group name
5341         instead if "nndraft".  Fix found by Nils Ackermann.
5342
5343 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5344
5345         * nnregistry.el: Add.
5346
5347 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5348
5349         * nnmail.el (group, group-art-list, group-art):
5350         Remove unneeded directives.
5351
5352 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5355         (mm-mime-charset)
5356         * rfc2047.el (rfc2047-syntax-table)
5357         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5358
5359         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5360         rather than `insert-file-contents' and `eval-region'.
5361
5362         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5363         construction.
5364
5365         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5366
5367         * time-date.el: No need to require cl for Emacs 21.
5368
5369 2010-09-29  Julien Danjou  <julien@danjou.info>
5370
5371         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5372         replacement of `gnus-gravatar-relief' to mimic
5373         `gnus-faces-properties-alist'.
5374         Add :version property.
5375
5376 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * mail-source.el (mail-source-report-new-mail)
5379         * message.el (message-default-mail-headers)
5380         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5381
5382         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5383
5384 2010-09-28  Julien Danjou  <julien@danjou.info>
5385
5386         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5387         mail-address contains the same string as real-name.
5388
5389         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5390         non-blank in header, otherwise it'll get stripped.
5391
5392         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5393         real-name, and then for mail address rather than doing : or , search.
5394
5395 2010-09-27  Julien Danjou  <julien@danjou.info>
5396
5397         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5398         right completing-read function.
5399         (gnus-use-ido): New variable
5400         (gnus-completing-read-with-default): Remove.
5401         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5402         (gnus-agent-add-group):
5403         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5404         * mm-view.el (mm-view-pkcs7-decrypt):
5405         * mm-util.el (mm-codepage-setup):
5406         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5407         * mml-smime.el (mml-smime-openssl-sign-query):
5408         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5409         (mml-insert-multipart):
5410         * gnus-msg.el (gnus-summary-yank-message):
5411         * gnus-int.el (gnus-start-news-server):
5412         * mm-decode.el (mm-interactively-view-part):
5413         * gnus-dired.el (gnus-dired-attach):
5414         * gnus.el (gnus-read-method):
5415         * gnus-bookmark.el (gnus-bookmark-jump):
5416         * gnus-art.el (gnus-mime-view-part-as-type)
5417         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5418         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5419         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5420         * nnmairix.el (nnmairix-create-server-and-default-group)
5421         (nnmairix-update-groups, nnmairix-get-server)
5422         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5423         (nnmairix-get-group-from-file-path):
5424         * nnrss.el (nnrss-find-rss-via-syndic8):
5425         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5426         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5427         (gnus-group-browse-foreign-server):
5428         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5429         (gnus-summary-execute-command, gnus-summary-respool-article)
5430         (gnus-read-move-group-name):
5431         * gnus-score.el (gnus-summary-increase-score)
5432         (gnus-summary-score-effect):
5433         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5434
5435 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5438         x-focus-frame.
5439
5440         * nnimap.el (auth-source-forget-user-or-password)
5441         (auth-source-user-or-password): Autoload.
5442
5443         * message.el (message-from-style, message-interactive)
5444         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5445         (message-yank-prefix, message-indentation-spaces, message-signature)
5446         (message-signature-file): Add comment.
5447
5448 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5451         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5452         new articles.
5453
5454         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5455         parts.
5456         (nnimap-request-article): Work with the t setting, too.
5457
5458         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5459         that you don't get flashes of other buffers.
5460         (gnus-summary-show-complete-article): Intern before setting.
5461
5462 2010-09-27  David Engster  <dengste@eml.cc>
5463
5464         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5465         well as HEADERS.
5466         (nnmairix-retrieve-headers): Provide new argument for the above.
5467
5468 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * gnus-sum.el (gnus-summary-move-article): Don't alter
5471         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5472         group.
5473
5474         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5475
5476         * message.el (message-cite-prefix-regexp): Revert my last edit.
5477
5478         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5479         variable instead of the Gnus variable.
5480
5481         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5482
5483         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5484
5485         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5486         since some servers don't like it.
5487         (nnimap-open-connection): Forget credentials if the server says the
5488         password was wrong.
5489         (nnimap-parse-line): Protect against invalid data.
5490
5491         * gnus-sum.el (gnus-summary-move-article): Add comment.
5492         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5493         nothing alters it while scanning for new messages.
5494
5495         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5496         which may or may not help.
5497         (nnimap-open-connection): If we're doing a stream connection, and then
5498         discover we're on a STARTTLS-capable server, then open a STARTTLS
5499         connection instead.
5500
5501 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * nnimap.el (utf7): Require.
5504
5505         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5506         prefix.
5507
5508 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5509
5510         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5511
5512 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nnimap.el (nnimap-request-accept-article): Message the error on
5515         error.
5516
5517 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5520
5521 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522
5523         * nndoc.el (nndoc-request-list): Return success always.
5524
5525         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5526         `fetch-old' -- we only want to fetch the articles we've requested.
5527         The rest are in the agent, probably.
5528         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5529         disappeared server" to something low.  It's not important.
5530
5531         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5532         arrived before the FETCH data.
5533
5534         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5535         target here, because we don't know the Gnus name of the group.
5536
5537         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5538         for the correct group.
5539
5540         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5541
5542         * gnus.el (gnus): Give a final warning after startup.
5543
5544         * gnus-util.el (gnus-action-message-log): New variable.
5545         (gnus-message): Use it.
5546         (gnus-final-warning): New function.
5547
5548         * nnimap.el (nnimap-open-connection): Record the greeting.
5549         (nnimap): Add greeting.
5550
5551 2010-09-26  Julien Danjou  <julien@danjou.info>
5552
5553         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5554         arguments.
5555         (gnus-html-wash-images): Fix spec computing to include start/end.
5556
5557         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5558
5559 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5562         deletion.
5563         (nnimap-retrieve-headers): Don't select the group, because that's
5564         already done by nnimap-possibly-change-group.
5565
5566         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5567         (gnus-picon-transform-address): Use it.
5568
5569         * mail-source.el (mail-source-value): Revert previous patch.
5570
5571         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5572         on failure.
5573         (nnimap-open-connection): Look up both virtual and physical server name
5574         credentials.
5575
5576         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5577
5578 2009-02-07  Dave Love  <fx@gnu.org>
5579
5580         * tls.el (open-tls-stream): Don't query killing process.
5581
5582 2009-02-08  Dave Love  <fx@gnu.org>
5583
5584         * gnus-win.el (gnus-window-to-buffer-helper)
5585         (gnus-all-windows-visible-p): Function needn't be a symbol.
5586
5587         * mail-source.el (mail-source-value): Function needn't be a symbol.
5588
5589 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * message.el (message-cite-prefix-regexp): Remove } from the cite
5592         prefix.
5593
5594         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5595         highlight again, so that the highlight is correct.
5596
5597         * gnus-picon.el (gnus-picon): Remove again.
5598         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5599
5600         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5601         doing the header highlightling, so that the background colour of the
5602         picon is correct.
5603
5604         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5605         (gnus-picon): Ditto.
5606         (gnus-picon): Reinstate.  The background colour for picons is white.
5607         (gnus-picon-insert-glyph): Make the background white.
5608
5609         * nnml.el (nnml-open-nov): Don't return dead buffers.
5610
5611         * auth-source.el (auth-source-create): Query the user for whether to
5612         store the credentials.
5613
5614         * netrc.el (netrc-store-data): New function.
5615
5616         * auth-source.el (auth-source-user-or-password): Use the existing auth
5617         sources, if any, for creation.
5618
5619         * gnus.el (gnus-group-fast-parameter): Return the last matching
5620         parameter instead of the first matching parameter.
5621
5622 2010-09-26  Julien Danjou  <julien@danjou.info>
5623
5624         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5625
5626 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * mml2015.el (mml2015-use): Remove gpg support.
5629
5630         * mml1991.el (mml1991-function-alist): Remove gpg function.
5631         (mml1991-gpg-sign): Remove.
5632
5633 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5634
5635         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5636         (gnus-browse-unsubscribe-current-group): Document it.
5637         (gnus-browse-unsubscribe-group): Use it.
5638
5639 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640
5641         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5642         address to the To list for easier response.
5643
5644         * gnus.el (gnus-play-startup-jingle): Remove.
5645         (gnus-splash): Don't play jingle.
5646         (gnus): Silence gnus-load message.
5647
5648         * gnus-art.el (gnus-treat-play-sounds): Remove.
5649
5650         * gnus.el (gnus-play-jingle): Remove audio support.
5651
5652         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5653
5654         * earcon.el: Remove -- no users.
5655
5656         * gnus-audio.el: Remove -- no users of this package.
5657
5658         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5659
5660         * gnus-start.el (gnus-setup-news): Remove nocem support.
5661
5662         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5663
5664         * gnus.el (gnus-use-nocem): Remove.
5665
5666         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5667         Remove.
5668
5669         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5670         uses NoCeM any more.
5671
5672         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5673         (gnus-button-ctan-handler): Ditto.
5674         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5675         (gnus-button-ctan-directory-regexp): Ditto.
5676         (gnus-button-handle-ctan): Ditto.
5677         (gnus-button-tex-level): Ditto.
5678         (gnus-button-alist): Remove CTAN stuff.
5679
5680 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5683         nnimap-streaming test.
5684
5685         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5686         servers twice.
5687
5688         * nnimap.el (nnimap-open-connection): Add more error reporting when
5689         nnimap fails early.
5690
5691         * nnheader.el (nnheader-get-report-string): New function.
5692         (nnheader-get-report): Use it.
5693
5694         * gnus-int.el (gnus-check-server): Say what the error was when opening
5695         failed.
5696
5697         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5698         using streaming.
5699
5700 2010-09-25  Julien Danjou  <julien@danjou.info>
5701
5702         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5703         gnus-window-inside-pixel-edges.
5704
5705 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5708
5709         * mm-decode.el (mm-save-part): Allow saving to other directories the
5710         normal Emacs way.
5711
5712         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5713         Suggested by Jay Berkenbilt.
5714
5715         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5716         there isn't a single byte.
5717
5718         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5719         just do it.  It doesn't really seem to matter what the user responds
5720         here, I think, so it's just a confusing question.
5721
5722         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5723         non-streaming case.
5724
5725         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5726         (gnus-article-encrypt-body): Use it.
5727
5728         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5729         keystroke.
5730
5731         * nnimap.el (nnimap-find-wanted-parts-1):
5732         Use gnus-fetch-partial-articles.
5733
5734         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5735
5736         * nnimap.el (nnimap-insert-partial-structure): New function.
5737         (nnimap-get-partial-article): New function.
5738         (nnimap-request-article): Use it.
5739         (nnimap-wait-for-response): Return whether the wait was successful.
5740         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5741         retrieval wasn't successful.
5742         (nnimap-retrieve-group-data-early): Allow throttling servers.
5743         (nnimap-streaming): New variable.
5744         (nnimap-fetch-partial-articles): Remove.
5745
5746         * mm-decode.el (mm-with-part): Protect against killed buffers.
5747
5748         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5749         for prettier summary display.
5750
5751 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5752
5753         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5754
5755 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5758         apparently third-party libraries depend on it.
5759
5760         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5761         before starting negotiation.
5762
5763         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5764         privacy reasons.
5765         (gnus-treat-mail-gravatar): Ditto.
5766
5767         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5768         buffer when inserting images.  Inserting text into the headers, for
5769         instance, can make them invalid.
5770
5771 2010-09-25  Julien Danjou  <julien@danjou.info>
5772
5773         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5774         variables.
5775
5776         * nnheader.el: Remove useless variables news-reply-yank-from and
5777         news-reply-yank-message-id.
5778
5779         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5780         variables.
5781
5782         * mml1991.el: Remove useless mml1991-verbose.
5783
5784         * gnus.el: Remove useless variable gnus-use-generic-from.
5785         Remove obsolete variable gnus-topic-indentation.
5786
5787         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5788
5789         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5790
5791         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5792
5793         * gnus-group.el: Remove useless gnus-group-icon-cache.
5794         Remove useless gnus-ephemeral-group-server.
5795
5796         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5797
5798         * mml2015.el: Remove useless mml2015-verbose.
5799
5800         * mml-smime.el: Remove useless mml-smime-verbose.
5801
5802         * gnus.el: Remove useless gnus-local-domain.
5803
5804         * gnus-gravatar.el (gnus-gravatar-transform-address):
5805         Use gnus-gravatar-size.
5806
5807         * gnus-art.el: Remove useless gnus-treat-translate.
5808
5809 2010-09-24  Julien Danjou  <julien@danjou.info>
5810
5811         * gnus-sum.el: Add support for Gravatars.
5812
5813         * gnus-art.el: Add support for Gravatars.
5814
5815         * gnus-gravatar.el: Add this file.
5816
5817         * gravatar.el: Add this file.
5818
5819 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5820
5821         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5822
5823         * gnus-group.el (gnus-group-fetch-faq): Remove.
5824
5825         * gnus.el (gnus-group-faq-directory): Remove.
5826
5827         * gnus-group.el (gnus-group-fetch-charter): Remove.
5828
5829         * gnus.el (gnus-group-charter-alist): Remove.
5830
5831         * gnus-group.el (gnus-group-archive-directory): Remove.
5832         (gnus-group-recent-archive-directory): Ditto.
5833         (gnus-group-make-archive-group): Remove.
5834
5835         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5836
5837         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5838         use the same article number for all the cached articles.
5839
5840         * nnimap.el (nnimap-command): Register the last command time so
5841         that we can use it for idling NOOPs.
5842         (nnimap-open-connection): Start the keeplive timer.
5843         (nnimap-make-process-buffer): Store all the process buffers.
5844         (nnimap-keepalive): New function.
5845
5846         * starttls.el (starttls-open-stream): Add autoload cookie.
5847
5848 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5849
5850         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5851         handling.
5852
5853 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5856         its data structures.
5857
5858         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5859         instead of the cl.el copy-list.
5860         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5861         equalp.
5862
5863 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5866         and tool-bar-local-item-from-menu.
5867
5868         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5869         mode-line-highlight face for Emacs.
5870
5871         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5872         loading gnus-sum.elc; fix comment for canlock-verify.
5873         (gnus-article-jump-to-part): Use read-number.
5874         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5875         Remove Emacs pre-21 compatible code for help-echo.
5876         (gnus-article-next-page-1): No need to adjust the number of lines.
5877         (gnus-article-describe-bindings): Always use help-buffer.
5878
5879         * gnus-audio.el (gnus-audio-inline-sound)
5880         * gnus-cus.el (gnus-custom-mode)
5881         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5882
5883         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5884
5885         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5886         compatible code.
5887
5888 2010-09-24  Glenn Morris  <rgm@gnu.org>
5889
5890         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5891         visiting the fcc file in rmail-mode.
5892
5893         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5894
5895 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * nnir.el: Silence the byte compiler.
5898
5899         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5900         alias to browse-url-url-encode-chars if any.
5901         (gnus-html-encode-url): Use it.
5902
5903 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5904
5905         * gnus-start.el (gnus-use-backend-marks): New variable.
5906         (gnus-get-unread-articles-in-group): Use it.
5907
5908         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5909         makeover.
5910
5911 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5912
5913         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5914
5915 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5918         Remove.
5919         (gnus-setup-news-hook):
5920         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5921
5922         * gnus-int.el (gnus-request-update-info): Protect against backends not
5923         having the function.
5924
5925         * nnimap.el (nnimap-stream): Mention starttls.
5926         (nnimap-open-connection): Add starttls support.
5927
5928 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5929
5930         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5931
5932 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5933
5934         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5935         BODYSTRUCTUREs.
5936         (nnimap-transform-headers): Unfold quoted {42} headers.
5937
5938         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5939         the info.
5940         (gnus-get-unread-articles): Only call updatep on backends that support
5941         it.
5942
5943         * nnweb.el (nnweb-request-update-info): NOOP.
5944
5945         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5946
5947         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5948         since it only deals with marks.
5949
5950         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5951         gnus-request-marks, and make a new gnus-request-update-info.
5952
5953         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5954         the active instead of the high number, which is usually too low.
5955
5956 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5957
5958         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5959         * encrypt.el: Remove.
5960
5961 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5964         server in symbolic form.
5965
5966         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5967
5968 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5969
5970         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5971         (nnimap-update-info): Fix up code slightly.
5972
5973         * gnus-int.el (gnus-open-server): Add tracing for performance
5974         debugging.
5975
5976         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5977         (gnus-group-insert-group-line): Pass the real group name so that it
5978         gets the right data.
5979
5980         * gnus-start.el (gnus-get-unread-articles): Don't have
5981         `gnus-get-unread-articles-in-group' update info, since that can be
5982         really slow and doesn't seem to be needed?
5983
5984 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5985
5986         * time-date.el (date-to-time): Try using parse-time-string first before
5987         using the slower timezone-make-date-arpa-standard.
5988
5989 2010-09-22  Julien Danjou  <julien@danjou.info>
5990
5991         * gnus-group.el (gnus-group-insert-group-line):
5992         Call gnus-group-highlight-line.
5993         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5994         default hook list.
5995         (gnus-group-update-eval-form): Add new function.
5996         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5997         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5998
5999 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000
6001         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6002         immediate, then expire all articles.
6003         (nnimap-update-info): Fix off-by-one errors.
6004         (nnimap-flags-to-marks): Would return no marks lists for group with no
6005         flags.  Instead return the other data.
6006
6007 2010-09-22  Julien Danjou  <julien@danjou.info>
6008
6009         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6010         Only return an icon.
6011         (gnus-group-insert-group-line): Compute icon to return.
6012
6013         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6014         (gnus-html-image-fetched): Only cache if
6015         gnus-html-image-automatic-caching is set.
6016         (gnus-html-image-fetched): Check for errors.
6017
6018 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6021         once per method on `g'.  This ensures that backends like nnfolder don't
6022         open all their folders.
6023
6024         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6025         (nnimap-request-list): Nix out group in the correct buffer.
6026         (nnimap-parse-flags): Implement by using `read' instead of
6027         hand-parsing.
6028         (nnimap-flags-to-marks): Pass on permanent-flags.
6029         (nnimap-make-process-buffer): Record the server name.
6030         (nnimap-parse-flags): Fix typo.
6031         (nnimap-request-scan): Run split on the server in general, not just a
6032         single group.
6033
6034         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6035         parameter, and propagate this downwards.
6036
6037         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6038         since EXAMINE changes it on the server.
6039
6040         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6041         this command might take a while.
6042
6043 2010-09-22  Julien Danjou  <julien@danjou.info>
6044
6045         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6046         harmful if you have 2 images side-by-side, they can't be properly
6047         update on text deletion.  Using text-property is safer here.
6048         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6049         data.
6050
6051 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6052
6053         * nnimap.el (nnimap-expunge-inbox): Remove.
6054         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6055         (nnimap-expunge): Flip default to t.
6056
6057         * gnus.el (gnus-method-to-server): Don't push things to the cache
6058         unless it's unique.
6059         (gnus-server-to-method): Ditto.
6060
6061 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6062
6063         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6064
6065 2010-09-22  Julien Danjou  <julien@danjou.info>
6066
6067         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6068         get the start of data.
6069         (gnus-html-encode-url): Add this function to encode special chars in
6070         URL.
6071         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6072         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6073
6074         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6075         default.
6076         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6077
6078         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6079         images alt-text.
6080         (gnus-html-put-image): Put alt-text as help-echo.
6081
6082 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6085         * mm-util.el (mm-decompress-buffer)
6086         * nnir.el (nnir-run-find-grep)
6087         * pop3.el (pop3-list): Use 3rd arg of split-string.
6088
6089         * time-date.el (format-seconds): Comment fix.
6090
6091         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6092         and byte-optimize-form-code-walker.
6093         (dgnushack-make-auto-load): Don't advise make-autoload.
6094
6095         * lpath.el: Remove Emacs 21 stuff.
6096
6097 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6100         outside the active range.  Suggested by Dan Christensen.
6101
6102         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6103         slightly later to avoid double-getting it.
6104
6105         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6106         previous patch.
6107
6108         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6109
6110 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6111
6112         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6113
6114 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115
6116         * gnus-int.el (gnus-open-server): Give a better error message in the
6117         "go offline" case.
6118
6119         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6120         marks for nnimap, which is seldom the right thing to do.
6121
6122         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6123         (gnus-same-method-different-name): New function.
6124
6125         * nnimap.el (parse-time): Require.
6126
6127         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6128         method in the presence of many similar methods.
6129
6130         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6131
6132         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6133         nnml-inhibit-expiry.
6134
6135         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6136         find out whether methods are equal.
6137
6138         * nnimap.el (nnimap-find-expired-articles): New function.
6139         (nnimap-process-expiry-targets): New function.
6140         (nnimap-request-move-article): Request the article before looking at
6141         what the Message-ID is.  Fix found by Andrew Cohen.
6142         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6143
6144         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6145         for oldness in addition to being a predicate.
6146
6147         * nnimap.el (nnimap-request-group): When we have zero articles, return
6148         the right data to Gnus.
6149         (nnimap-request-expire-articles): Only delete articles immediately if
6150         the target is 'delete.
6151
6152         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6153         method, this would bug out.
6154
6155         * gnus-group.el (gnus-group-expunge-group): Rename from
6156         gnus-group-nnimap-expunge, and implemented as a normal interface
6157         function.
6158
6159         * gnus-int.el (gnus-request-expunge-group): New function.
6160
6161         * nnimap.el (nnimap-request-create-group): Implement.
6162         (nnimap-request-expunge-group): New function.
6163
6164 2010-09-21  Julien Danjou  <julien@danjou.info>
6165
6166         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6167         (gnus-html-cache-expired): Add new function.
6168         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6169         wethever we should display image for fetch it.
6170         Compute alt-text earlier to pass it to the fetching function too.
6171         (gnus-html-schedule-image-fetching): Change function argument to only
6172         get one image at a time, not a list.
6173         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6174         cache.
6175         (gnus-html-get-image-data): New function to retrieve image data from
6176         cache.
6177         (gnus-html-put-image): Change buffer argument to use image data rather
6178         than file, and place image above region rather than inserting a new
6179         one.  Do not take alt-text as argument, since it's useless now: we place
6180         the image above alt-text.
6181         (gnus-html-prune-cache): Remove.
6182         (gnus-html-show-images): Start to fetch image when we find one, do not
6183         push into a temporary list.
6184         (gnus-html-prefetch-images): Only fetch image if they have expired.
6185         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6186         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6187
6188 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6191
6192 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6193
6194         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6195         spec inser "*" if the group isn't active instead of 0.
6196
6197         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6198         opening the server.
6199         (nnimap-request-delete-group): Implement group deletion.
6200         (nnimap-transform-headers): Return the size of the entire message in
6201         the Bytes header, not just the size of the first part.
6202         (nnimap-request-move-article): When moving an article from nnimap,
6203         request the article first so the accepting form has an article to
6204         accept.  Reported by Dan Christensen.
6205         (nnimap-command): Make sure that the error message doesn't error out.
6206
6207 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6208
6209         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6210         we haven't requested anything.
6211
6212 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6213
6214         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6215         "".  Fix found by Andrew Cohen.
6216
6217         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6218         instead of -encode-string.
6219
6220 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6223
6224         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6225         by mm-subst-char-in-string.
6226
6227 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6230         waiting for the connection string.
6231
6232         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6233         arriving.
6234
6235         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6236         bogus characters.  This allows selecting certain Gmail groups.
6237
6238         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6239         (nnimap-fetch-partial-articles): New variable.
6240         (nnimap-open-connection): When looking for credentials, also use the
6241         nnimap-server-port.
6242         (nnimap-request-article): Return the group/article number, so that Gnus
6243         `^' works as expected.
6244         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6245
6246         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6247         comments.
6248         (gnus-methods-sloppily-equal): New function.
6249         (gnus): When using the development version of Gnus, load the gnus-load
6250         file.
6251
6252         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6253         `gnus-open-server' on each method before trying to scan them etc.
6254         This ensures that all the backend parameters are set correctly.
6255
6256         * nnimap.el (nnimap-authenticator): New variable.
6257         (nnimap-open-connection): Allow anonymous login.
6258         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6259         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6260
6261         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6262         patch, found by Knut Anders Hatlen.
6263
6264 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6265
6266         * gnus-agent.el (gnus-agent-batch-confirmation)
6267         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6268         to gnus-message.
6269         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6270         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6271         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6272         * gnus-int.el (gnus-open-server): Likewise.
6273         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6274         (gnus-score-check-syntax): Likewise.
6275         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6276         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6277         Likewise.
6278         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6279
6280 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6281
6282         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6283         calling conventions so that prefetch doesn't bug out.
6284
6285 2010-09-19  Julien Danjou  <julien@danjou.info>
6286
6287         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6288         rather than `subst-char-in-region' in order to be able to replace ASCII
6289         char by UTF-8 ones.
6290
6291         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6292         than curl.
6293         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6294         the right URL and ALT text on images.
6295         (gnus-html-wash-tags): Fix tag case.
6296         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6297         (gnus-article-html): Add -o display_ins_del=2 option.
6298         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6299
6300 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6303         the extra mail headers, which sometimes seem to happen for unknown
6304         reasons.
6305
6306         * mail-parse.el (mail-header-encode-parameter): Define as
6307         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6308         (or most, perhaps?) mail readers don't understand the latter, but do
6309         understand the former.
6310
6311         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6312         to nil, so that no methods are automatically agentized.  I think this
6313         is probably what most users want.
6314
6315         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6316         from url-retrieve, for instance about invalid URLs.
6317
6318         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6319         groups that have no articles.
6320         (nnimap-request-article): Check that we really got an article when we
6321         requested one.
6322
6323         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6324         doesn't exist.
6325
6326         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6327         nntp buffer so the agent can save it.
6328         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6329         that CRLF doesn't get translated to \n.
6330         (nnimap-open-connection): Don't make 'shell commands only send \n.
6331
6332 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6333
6334         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6335         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6336         Update var name.
6337         (nnml-generate-nov-file): Use dolist.
6338         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6339         Use with-current-buffer.
6340
6341 2010-09-18  Julien Danjou  <julien@danjou.info>
6342
6343         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6344         parallel.
6345
6346 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6349         the range update right.
6350         (nnimap-request-group): Don't make `M-g' bug out on group with no
6351         marks.
6352         (nnoo): Require, so that other packages can require nnimap.
6353         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6354         command we're looking for.  This helps when the server sends more
6355         responses after we've gotten everything we expected.
6356         (nnimap): Add a `newlinep' field to keep track of end-of-line
6357         conventions.
6358         Don't send CRLF to things that don't want it.
6359         (nnimap-request-accept-article): Ditto.
6360
6361 2010-09-18  Julien Danjou  <julien@danjou.info>
6362
6363         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6364         than curl to retrieve images.
6365
6366 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6369         the marks.
6370         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6371         (nnimap-wait-for-connection): New function.
6372         (nnimap-open-connection): If we have PREAUTH, don't query for login
6373         credentials.
6374         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6375         when doing a partial update.
6376
6377 2010-09-18  Julien Danjou  <julien@danjou.info>
6378
6379         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6380         tags.
6381
6382 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * nnimap.el (nnimap-credentials): New function.
6385         (nnimap-open-connection): Use the new function to look for credentials
6386         also on the numeric equivalents of "imap" and "imaps".
6387
6388         * gnus-start.el (gnus-activate-group): Send the info to
6389         gnus-request-group.
6390
6391         * nnimap.el (nnimap-request-group): Have the "check" version of the
6392         function parse flags and update the info, so that a `M-g' get a total
6393         resync of all flags from the group.
6394
6395         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6396         to allow backends to alter the info on group selection.  Also alter all
6397         the backend -request-group functions to take the parameter.
6398
6399         * nnimap.el (nnimap-store-info): New function.
6400         (nnimap-update-info): Store the info for later usage.
6401         (nnimap-request-group): Use the stored info for the dont-check case, so
6402         that we don't retrieve all marks when we enter a group.
6403
6404         * nnimap.el: Use deffoo instead of defun for interface functions.
6405
6406         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6407         update the group info.  This makes the nndraft groups, for instance, go
6408         back to their old behaviour.
6409
6410         * gnus-sum.el (gnus-select-newsgroup): Indent.
6411
6412         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6413         in.
6414         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6415         nothing.
6416
6417         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6418         from methods that are denied.
6419
6420         * gnus-int.el (gnus-method-denied-p): New function.
6421
6422         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6423         store the password instead of netrc.
6424         (nnimap-open-connection): Don't error out when we can't make a
6425         connections.
6426
6427         * auth-source.el (auth-source-create): In the password prompt, say what
6428         we're querying for.  Also prompt for user name if that hasn't been
6429         given.
6430
6431         * nnimap.el (nnimap-with-process-buffer): Remove.
6432
6433 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6434
6435         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6436         method when we're reading from the agent.
6437
6438         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6439
6440         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6441         that's probably most useful for users.
6442
6443         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6444         "failed" all the time.
6445
6446         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6447         ...)) with (with-current-buffer ... ).
6448
6449         * nntp.el (nntp-open-server): Return whether the open was successful or
6450         not.
6451
6452         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6453         select an unread unseen article first.
6454
6455         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6456         /etc/services, supply some sensible port defaults.
6457
6458         * dgnushack.el: Define netrc-credentials.
6459
6460 2010-09-17  Julien Danjou  <julien@danjou.info>
6461
6462         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6463
6464 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6465
6466         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6467         doesn't have any parameters.
6468
6469 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6470
6471         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6472         only upcased checks.
6473
6474         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6475
6476         * nnimap.el (nnimap-open-shell-stream): New function.
6477         (nnimap-open-connection): Use it.
6478         (nnimap-transform-headers): Get the number of lines in each message.
6479         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6480         number of lines.
6481         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6482         problem.
6483
6484         * utf7.el (utf7-encode): Autoload.
6485
6486         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6487         to allow the mail splitting to not return a default group.  This is
6488         useful for nnimap, which will leave unmatched mail in the inbox.
6489
6490         * nnimap.el: Rewritten.
6491
6492         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6493         nnimap usage.
6494
6495         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6496         if the move is internal, so that nnimap can do fast internal moves.
6497
6498         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6499         data.
6500         (gnus-read-active-for-groups): Support finishing the early retrieval of
6501         data.
6502
6503         * gnus-range.el (gnus-range-nconcat): New function.
6504
6505         * gnus-int.el (gnus-finish-retrieve-group-infos)
6506         (gnus-retrieve-group-data-early): New functions.
6507
6508 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6509
6510         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6511         (nnrss-retrieve-groups):
6512         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6513         (pop3-quit): Use with-current-buffer.
6514
6515 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6518         instead of nnheader-accept-process-output.
6519
6520         * dgnushack.el (dgnushack-compile): Add comment.
6521
6522         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6523
6524         * gnus-html.el (gnus-html-schedule-image-fetching)
6525         (gnus-html-prefetch-images): Replace process-kill-without-query by
6526         gnus-set-process-query-on-exit-flag.
6527
6528 2010-09-16  Romain Francoise  <romain@orebokech.com>
6529
6530         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6531
6532 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6535         parameter to unintern is mandatory-ish in Emacs 24.
6536
6537         * gnus-html.el (gnus-html-schedule-image-fetching)
6538         (gnus-html-prefetch-images): Check for curl before using it.
6539
6540         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6541         depend on curl, which isn't essential.
6542
6543         * imap.el: Revert back to version
6544         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6545         seem problematic.
6546
6547 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6548
6549         * gnus-registry.el (gnus-registry-install-shortcuts):
6550         Explicitly pass `obarray' to `unintern' to avoid a warning.
6551
6552 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6555         change.
6556
6557         * nnrss.el (nnrss-request-list): Remove this function and related
6558         functions, including the moreover stuff.
6559
6560 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * nnrss.el (nnrss-retrieve-groups): New function.
6563
6564 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6565
6566         * .dir-locals.el: Add no-byte-compile cookie.
6567
6568 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * time-date.el (format-seconds): Comment fix.
6571
6572         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6573         for back end that doesn't support request-scan.
6574
6575 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576
6577         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6578         then do request scans from the backends.
6579
6580         * netrc.el (netrc-credentials): New conveniency function.
6581
6582         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6583         avoid running a hook per line, since this takes a lot of time,
6584         profiling shows.
6585         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6586         directly if gnus-visual-p is true.
6587
6588 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6591         groups; replace mapcar with dolist which is a bit faster; pass groups
6592         info to gnus-read-active-file-1.
6593         (gnus-read-active-file-1): Scan only specified groups if the new
6594         optional arg `infos' is given.
6595
6596 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6597
6598         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6599
6600         * pop3.el (pop3-movemail): Remove.
6601         (pop3-streaming-movemail): Rename to pop3-movemail.
6602
6603         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6604         don't restrict end-tag searches to the end of the line.
6605
6606 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6609         articles of every unchecked group to t, which means unknown since the
6610         server has never been opened.
6611
6612 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * gnus-html.el (gnus-html-show-alt-text): New command.
6615         (gnus-html-browse-image): Ditto.
6616         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6617         to browse the image directly.
6618         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6619         better.
6620
6621         * gnus-async.el (gnus-async-article-callback):
6622         Call `gnus-html-prefetch-images' unconditionally.
6623
6624         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6625         before feeding URLs to curl.
6626
6627 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6630         internal images as deletable by `W D D'.
6631
6632         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6633         (gnus-async-article-callback): Fix typo.
6634
6635 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636
6637         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6638         current line to work around bugs in the output from w3m.
6639
6640         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6641         for groups that want that.
6642
6643         * nntp.el (nntp-wait-for-string): Supply a timeout for
6644         accept-process-output to ensure progress.
6645
6646         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6647         level to get unread articles from, then use that for foreign groups,
6648         too.
6649
6650         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6651         confuses the rest of the function.
6652
6653         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6654         for the methods that support -retrieve-groups, too.
6655
6656         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6657
6658 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6661         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6662
6663         * pop3.el: Require cl when compiling.
6664         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6665
6666 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667
6668         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6669         that aren't going to be activated.
6670         (gnus-get-unread-articles): Fix up the last commit.
6671
6672         * gnus-html.el (gnus-article-html): Allow calling without specifying
6673         the handle.  In that case, dissect the buffer first.
6674
6675         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6676
6677         * nnimap.el (nnimap-open-connection): Revert the change that would look
6678         into authinfo for imaps instead of imap.
6679
6680         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6681         say that you don't want to call gnus-request-group with don-check, but
6682         do check the reponse.  This is for virtual groups only.
6683         (gnus-get-unread-articles): Count the archive groups as secondary, so
6684         that they're activated the same way as before.
6685
6686         * imap.el (imap-message-map): Removed optional buffer parameter, since
6687         no callers use it.
6688         (imap-message-get): Ditto.
6689         (imap-message-put): Ditto.
6690         (imap-mailbox-map): Ditto.
6691         (imap-mailbox-put): Ditto.
6692         (imap-mailbox-get): Ditto.
6693         (imap-mailbox-get): Revert last change for this function.
6694
6695         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6696         case-insensitively.
6697         (nnimap-debug): Remove.
6698
6699         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6700         callers to use `imap-fetch' instead.  According to the comments, this
6701         should be safe, since all other IMAP clients use the 1:* syntax.
6702         (imap-enable-exchange-bug-workaround): Remove.
6703         (imap-debug): Remove -- doesn't seem very useful.
6704
6705         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6706         mail from a file, and the file doesn't exist.
6707
6708         * imap.el (imap-log): New convenience function used throughout instead
6709         of repeating the same code all over the place.
6710
6711         * pop3.el (pop3-streaming-movemail): Return t for success.
6712
6713         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6714         .authinfo if we're using ssl connection.
6715
6716         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6717         already have if we're in a main Gnus `g' run.
6718
6719         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6720
6721 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6724
6725         * nnmh.el (nnmh-request-list-1): Bind `file'.
6726
6727         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6728         alias to set-process-query-on-exit-flag or process-kill-without-query.
6729         (pop3-open-server): Use it.
6730
6731 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6734         box to the Incoming file.  Fixes mistake in previous checkin.
6735
6736         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6737         request loop (for debugging purposes) removed.
6738
6739         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6740         culprit is more visible.
6741         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6742         (nnml-add-incremental-nov): New functions to do "incremental" nov
6743         updates, where we just append to the end of the existing nov files
6744         without reading/writing them in full.
6745
6746         * mail-source.el (mail-source-delete-crash-box): Really only check the
6747         incoming files once in a while.
6748
6749         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6750
6751         * mail-source.el (mail-source-delete-crash-box): Only check the
6752         incoming files for deletion once per day to save a lot of file
6753         accesses.
6754
6755         * pop3.el (pop3-logon): Fix up unbound variable typo.
6756
6757         * mail-source.el (pop3-streaming-movemail): Autoload.
6758
6759         * pop3.el (pop3-streaming-movemail):
6760         Respect pop3-leave-mail-on-server.
6761
6762         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6763         retrieval.
6764
6765         * pop3.el (pop3-process-filter): Remove unused function.
6766         (pop3-streaming-movemail, pop3-send-streaming-command)
6767         (pop3-wait-for-messages, pop3-write-to-file)
6768         (pop3-number-of-responses): New functions for streaming pop3
6769         retrieval.
6770
6771         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6772         come from no known methods.
6773         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6774         list.
6775
6776         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6777         message sizes.
6778         (pop3-movemail): Use erase-buffer instead of looping and deleting
6779         regions, which seems rather odd.
6780
6781         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6782         file once per `g' run.
6783
6784         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6785         directories.  This makes the draft queue directory work.
6786
6787         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6788         data from the backends, so that we only request the list of groups from
6789         each method once.  This should speed things up considerably.
6790
6791         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6792         detect that it's not implemented.
6793
6794         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6795         we actually do recurse down into the tree, but don't stat all leaf
6796         nodes.
6797
6798         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6799         then say so instead of bugging out.
6800
6801         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6802         files exist before trying to read them.
6803
6804         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6805         around <pre_int>.
6806
6807         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6808
6809         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6810
6811 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * mm-util.el (mm-image-load-path): Just return the image directories,
6814         not all directories in the path in addition to the image directories.
6815         (mm-image-load-path): Maintain a cache of the image directories so that
6816         the `g' command in Gnus doesn't have to stat dozens of directories each
6817         time.
6818
6819         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6820         (gnus-html-wash-tags): Add a new `i' command to insert images.
6821         (gnus-html-insert-image): New command and keystroke.
6822         (gnus-html-redisplay-with-images): New command and keystroke.
6823         (gnus-html-show-images): Rename command.
6824         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6825         spacers.
6826         (gnus-html-wash-tags): Decode entities at the end, so that entities
6827         inside the tags don't mess up the rest of the "parsing".
6828
6829         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6830         so that nnimap methods aren't agentized by default.  There's apparently
6831         many problems related to agent/imap behaviour.
6832
6833         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6834
6835         * gnus-html.el: Doc fix.
6836
6837 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6840         specifier-spec-list for Emacs 21.
6841
6842         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6843         glyph-width and glyph-height instead of display-graphic-p and
6844         image-size; make avoidance of displaying small images work for XEmacs.
6845
6846         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6847         for XEmacs.
6848
6849         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6850         of symbol that holds plist data.
6851         (gnus-process-plist): Remove plist of process after getting it.
6852
6853 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6854
6855         * message.el (message-generate-hashcash): Change default to
6856         'opportunistic if hashcash is installed.
6857
6858         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6859         (gnus-html-put-image): Only call image-size once, since it's somewhat
6860         time-consuming on remote X servers.
6861
6862 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6865         type on data, not a file name.
6866
6867         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6868         window-pixel-edges for Emacs 21.
6869
6870         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6871         decoded contents.
6872         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6873
6874 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6877         group line format, since it isn't very interesting.
6878
6879         * gnus-agent.el (gnus-agent-short-article),
6880         (gnus-agent-long-article): Increase values for these two variables,
6881         since most people are likely to have more network connection and
6882         storage than before.
6883
6884         * gnus.el (gnus-refer-article-method): Change default to 'current.
6885         When referring an article, the common behaviour is to refer it from the
6886         current select method, not the native select method.  The chances of
6887         the native select method having the message in question is rather slim
6888         these days.
6889
6890         * gnus-sum.el (gnus-auto-select-subject): Change default to
6891         `unseen-or-unread'.  I think it's likely that most people want to
6892         select an unseen article over a previously seen, but unread one.
6893
6894         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6895         means that in the article buffer none of the minor mode elements will
6896         be shown, usually, and this is not desirable in most cases.
6897
6898         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6899         that commands like `d' (and the like) go to the next line in the
6900         buffer, instead of the next unread article.  I think this is the
6901         behaviour that is most natural for most users.
6902         (gnus-single-article-buffer): Change default to nil, so that people can
6903         have as many article buffers open as they have summary buffer.  I think
6904         this is the most natural way for the groups to behave.
6905
6906         * message.el (message-generate-new-buffers): Change default to
6907         `unsent', so that all new message buffers start their names with the
6908         string "*unsent", and it's easier to find the buffers if you move from
6909         them.
6910
6911 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6914         small.  They're probably tracking images.
6915         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6916         (gnus-html-rescale-image): Yet another try at getting the image sizing
6917         right.
6918
6919         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6920         nntp-marks-file-name is nil.
6921
6922 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-html.el (gnus-html-wash-tags)
6925         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6926         Better logging.
6927
6928 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6931
6932         * gnus-html.el (gnus-html-wash-tags): Check the value of
6933         gnus-blocked-images in the summary buffer.
6934
6935 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6936
6937         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6938
6939 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6942         like "a", it seems like.
6943         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6944         since it needs to be picked from the correct buffer.
6945
6946         * nnwfm.el: Remove.
6947
6948         * nnlistserv.el: Remove.
6949
6950 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6951
6952         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6953         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6954
6955 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6956
6957         * nnkiboze.el: Remove.
6958
6959         * nndb.el: Remove.
6960
6961         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6962         alt text.
6963         (gnus-html-rescale-image): Try to get the rescaling logic right for
6964         images that are just wide and not tall.
6965
6966         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6967         overshadow variable bindings.
6968
6969 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6970
6971         * gnus-html.el (gnus-html-wash-tags)
6972         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6973         Add extra logging.
6974
6975 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6978         (gnus-max-image-proportion): New variable.
6979         (gnus-html-rescale-image): New function.
6980         (gnus-html-put-image): Rescale images.
6981
6982 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6983
6984         Fix up some byte-compiler warnings.
6985         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6986         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6987         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6988         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6989         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6990         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6991         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6992
6993 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-html.el (gnus-article-html): Decode contents by charset.
6996
6997 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7000         (gnus-html-frame-width, gnus-blocked-images)
7001         * message.el (message-prune-recipient-rules): Add custom version.
7002         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7003
7004         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7005         functions.
7006
7007         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7008         gnus-process-get.
7009
7010 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7011
7012         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7013         instead of lsub directly.
7014
7015 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * nnwarchive.el: Remove.
7018
7019         * gnus-soup.el: Remove.
7020
7021         * nnsoup.el: Remove.
7022
7023         * nnultimate.el: Remove.
7024
7025         * gnus-html.el (gnus-blocked-images): New variable.
7026
7027         * message.el (message-prune-recipients): New function.
7028         (message-prune-recipient-rules): New variable.
7029
7030         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7031         guess whether a long line is natural text or not.
7032
7033         * gnus-html.el (gnus-html-schedule-image-fetching):
7034         Use gnus-process-plist and friends for compatibility.
7035
7036 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7037
7038         * gnus-html.el: Require packages that define macros used in this file.
7039         (gnus-article-mouse-face): Declare to silence byte-compiler.
7040         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7041         process-get.
7042         (gnus-html-put-image): Use plist-get to avoid getf.
7043         (gnus-html-prefetch-images): Use with-current-buffer.
7044
7045 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-ems.el: Provide compatibility functions for
7048         gnus-set-process-plist.
7049
7050         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7051         header-line-format for XEmacs 21.4.
7052
7053         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7054         * gnus.el (gnus-valid-select-methods)
7055         * message.el (message-send-mail-partially-limit)
7056         * mm-decode.el (mm-text-html-renderer)
7057         * mml.el (mml-insert-mime-headers-always)
7058         * smiley.el (smiley-regexp-alist): Bump custom version.
7059
7060 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * gnus-html.el: require mm-url.
7063         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7064         with the url to `url'.
7065         (gnus-html-wash-tags): Support cid: URLs/images.
7066
7067 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7070         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7071         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7072
7073         * gnus-move.el: Remove file, since it doesn't really work.
7074
7075         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7076         UTF-8.  This seems to fix problems with some German web feeds.
7077
7078         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7079         at the top so that the proper colours are applied.
7080
7081         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7082         don't have dots in their names.
7083
7084         * gnus-art.el (gnus-article-view-part): Doc fix.
7085
7086         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7087         XEmacs-compatible.
7088         (gnus-html-put-image): Don't do images on non-graphic displays.
7089
7090         * nnslashdot.el: Remove this unused backend.
7091
7092         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7093         actions.
7094         (gnus-undo-register-1): Revert last change.
7095
7096         * gnus-group.el (gnus-group-completing-read): Protect against not
7097         having completion-styles bound.
7098
7099         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7100         make broken recipients happier.
7101
7102         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7103
7104         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7105         point parameter.
7106
7107         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7108
7109         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7110         completion-styles for group selection.
7111
7112 2009-02-04  Andreas Schwab  <schwab@suse.de>
7113
7114         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7115         headers and regexp-quote the match if necessary.
7116
7117 2009-03-24  Miles Bader  <miles@gnu.org>
7118
7119         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7120         the blinking smiley.
7121
7122 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7123
7124         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7125         blink smiley.
7126
7127 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128
7129         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7130         where the dribbel file lives exists.
7131
7132         * message.el (message-send-mail-partially-limit): Change the default to
7133         nil, since most people don't want this.
7134
7135         * mm-url.el (mm-url-decode-entities): Also decode entities like
7136         &#x3212.
7137
7138 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7139
7140         * gnus-sum.el (gnus-summary-idna-message):
7141         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7142         Hyperlink urls in docstrings with URL `...'.
7143
7144 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7145
7146         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7147         functions.
7148
7149 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7152         say what the mouseover text should be.
7153
7154         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7155         version of the mm-w3m-safe-url-regexp variable to only download images
7156         in the groups where we want that to happen.
7157
7158         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7159
7160         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7161         easier debugging.
7162         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7163         big pictures in the article buffer.
7164
7165         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7166         gnus-article-html.
7167         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7168         w3m.
7169
7170         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7171
7172 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173
7174         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7175         which doesn't exist.
7176
7177         * message.el (message-inhibit-ecomplete): New variable to allow some
7178         function to inhibit ecomplete address storage.
7179         (message-resend): Disable ecomplete message storage when resending
7180         messages.
7181
7182         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7183
7184 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7187         Save excursion while copying, moving, and deleting articles in order to
7188         prevent the cursor from jumping to unforeseen place.
7189
7190 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * lpath.el: No need to bind bookmark-current-buffer,
7193         bookmark-yank-point and bookmark-make-record-function.
7194
7195 2010-08-17  Glenn Morris  <rgm@gnu.org>
7196
7197         * gnus-sync.el: Require gnus components whose functions are used.
7198
7199         * gnus-art.el (bookmark-make-record-function):
7200         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7201         Declare for compiler.
7202
7203         * mm-url.el (mml-compute-boundary): Autoload.
7204
7205 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7208
7209 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7210
7211         Typo fix "hoo4a" -> "hook".
7212
7213         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7214
7215 2010-08-14  Glenn Morris  <rgm@gnu.org>
7216
7217         * gnus-sync.el (gnus-sync): Fix defgroup version.
7218
7219 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7220
7221         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7222
7223         * gnus-sync.el: Fix docs.
7224         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7225         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7226
7227 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7228
7229         Optimizations for gnus-sync.el.
7230
7231         * gnus-sync.el: Add docs about gnus-sync-backend
7232         possibilities.
7233         (gnus-sync-save): Remove unnecessary message.
7234         (gnus-sync-read): Optimize and show what groups were skipped.
7235
7236 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7237
7238         Minor bug fixes for gnus-sync.el.
7239
7240         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7241         Don't read the sync on get-new-news.
7242
7243         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7244         quiet.
7245
7246         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7247         (fix typo).
7248
7249 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7250
7251         Make saving and restoring of hidden threads work with overlays.
7252         Patch applied by Ted Zlatanov.
7253
7254         * gnus-sum.el (gnus-hidden-threads-configuration)
7255         (gnus-restore-hidden-threads-configuration): Update to deal with text
7256         properties, rather than searching for a magic character.
7257
7258 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         New gnus-sync.el library for synchronization of marks.
7261
7262         * gnus-sync.el: New library for synchronization of marks.
7263
7264         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7265         renamed from `gnus-registry-grep-in-list'.
7266
7267         * gnus-registry.el (gnus-registry-follow-group-p):
7268         Use `gnus-grep-in-list'.
7269
7270         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7271
7272 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7275         determining charset of text fails.
7276
7277 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * nnmail.el (nnmail-get-new-mail-1): Revert.
7280
7281         * nnml.el (nnml-active-number): Make sure names of newly created groups
7282         in nnml-group-alist are encoded.
7283
7284 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7287         containing non-ASCII characters in active file for nnml back end.
7288
7289 2010-07-24  David Engster  <dengste@eml.cc>
7290
7291         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7292         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7293
7294 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7295
7296         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7297         tag (Bug#6654).
7298
7299 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7302         the article buffer, not the summary buffer.
7303
7304 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7307         Emacs 23 as well.
7308
7309 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7312         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7313
7314 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7315
7316         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7317         Patch applied by Karl Fogel.
7318
7319         * gnus-sum.el (gnus-summary-bookmark-make-record):
7320         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7321
7322 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7323
7324         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7325         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7326         C-w still not working correctly from Article buffers; Thierry's
7327         patch to fix that will be applied after this.
7328
7329         * gnus-art.el (bookmark-make-record-function): New local variable.
7330
7331         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7332         article buffer.
7333         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7334
7335 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7336
7337         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7338         on changes in bookmark.el.
7339
7340 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7343         `no-log' instead of message not to log prompt string.
7344
7345 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7346
7347         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7348         the *other* type of HTML form submission.
7349
7350 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7351
7352         * auth-source.el (auth-source-pick): If choice does not contain a
7353         questioned keyword, set the check to t.
7354
7355 2010-06-12  Romain Francoise  <romain@orebokech.com>
7356
7357         * gnus-util.el (gnus-date-get-time): Move up before first use.
7358
7359 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7362         (gnus-article-edit-part): Bind it to make last part that is substituted
7363         or deleted visible.
7364         (gnus-mime-display-single): Buttonize part of which id equals to
7365         gnus-mime-buttonized-part-id.
7366
7367 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7368
7369         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7370         (gnus-dd-mmm): Use gnus-date-get-time.
7371         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7372         simplify logic.
7373         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7374         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7375
7376 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7377
7378         * auth-source.el (top): Autoload `secrets-list-collections',
7379         `secrets-create-item', `secrets-delete-item'.
7380         (auth-sources): Fix tag string.
7381         (auth-get-source, auth-source-retrieve, auth-source-create)
7382         (auth-source-delete): New defuns.
7383         (auth-source-pick): Rewrite in order to avoid 2 passes.
7384         (auth-source-forget-user-or-password): New parameter USERNAME.
7385         (auth-source-user-or-password): New parameters CREATE-MISSING and
7386         DELETE-EXISTING.  Retrieve password interactively, if needed.
7387
7388 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7389
7390         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7391         deleting unused directories when gnus-expert-user is t.
7392
7393 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7396         for each temp file when gnus-article-browse-delete-temp is ask.
7397
7398 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7399
7400         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7401         Replace Lisp calls to delete-backward-char by calls to delete-char.
7402
7403 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7404
7405         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7406
7407 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7408
7409         * password-cache.el (password-cache-remove): Fix docstring.
7410
7411 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7414         article unless decoding article to be saved.
7415
7416 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7419         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7420         generated within the mm-with-unibyte-current-buffer macro.
7421
7422 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7425         to nil when we're in a mml-preview buffer and no group is selected.
7426
7427 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7428
7429         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7430         when catching the `C-g'.  Reported by "Leo".
7431
7432 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * message.el (message-forward-make-body-plain)
7435         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7436         multibyte-string-p.
7437
7438         * lpath.el: Revert.
7439
7440 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * message.el (message-forward-make-body-mml): Assume original message
7443         is multibyte string; error on unibyte.
7444         (message-forward-make-body-plain): Ditto; don't add excessive newline
7445         in body end.
7446
7447         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7448
7449 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7450
7451         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7452         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7453
7454 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * mm-extern.el (mm-extern-url): Don't use
7457         mm-with-unibyte-current-buffer.
7458         (mm-extern-cache-contents): Use with-current-buffer instead of
7459         save-excursion + set-buffer.
7460
7461 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * mm-util.el (mm-emacs-mule): Remove.
7464
7465 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7466
7467         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7468         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7469         change.
7470
7471 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7474         bind the default value of enable-multibyte-characters to nil.
7475
7476 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * message.el (message-forward-make-body-plain)
7479         (message-forward-make-body-mml):
7480         Don't use mm-with-unibyte-current-buffer.
7481
7482 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7483
7484         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7485
7486 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7487
7488         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7489         (Bug#5592).
7490
7491 2010-05-07  Julien Danjou  <julien@danjou.info>
7492
7493         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7494         it to mm-pipe-part.
7495
7496         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7497         it is given.
7498
7499 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * binhex.el (binhex-decode-region-internal)
7502         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7503         (dns-query)
7504         * nnweb.el (nnweb-gmane-search)
7505         * pgg-parse.el (pgg-parse-armor)
7506         * pgg.el (pgg-verify-region)
7507         * sha1.el (sha1-string-external)
7508         * uudecode.el (uudecode-decode-region-internal)
7509         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7510         XEmacs.
7511
7512         * gnus-art.el (gnus-article-browse-html-parts)
7513         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7514         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7515         make-temp-file.
7516
7517         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7518         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7519         compiling.
7520
7521         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7522         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7523         XEmacs when compiling.
7524
7525         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7526         gnus-pick-mode-off-hook for XEmacs when compiling.
7527         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7528         gnus-binary-mode-off-hook for XEmacs when compiling.
7529
7530         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7531         Return nil if char-charset is not available.
7532
7533         * imap.el (imap-disable-multibyte)
7534         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7535         macros.
7536
7537         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7538         instead of encode-coding-string.
7539
7540         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7541         'xemacs) instead of mm-emacs-mule to switch function definitions.
7542         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7543
7544         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7545         bind temporary-file-directory for XEmacs;
7546         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7547         timer-set-function for XEmacs 21.4 and SXEmacs;
7548         bind timer-list for XEmacs 21.4 and SXEmacs;
7549         fbind char-charset and find-charset-region for non-Mule XEmacs;
7550         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7551         encode-coding-region and encode-coding-string for XEmacs having no
7552         file-coding feature.
7553
7554 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7555
7556         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7557
7558 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7561         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7562
7563 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7564
7565         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7566         alias `jka-compr-delete-temp-file' no longer exists.
7567
7568 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7569
7570         Use define-minor-mode in Gnus where applicable.
7571         * mml.el (mml-mode): Use define-minor-mode.
7572         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7573         (gnus-undo-mode): Use define-minor-mode.
7574         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7575         (gnus-dead-summary-mode): Use define-minor-mode.
7576         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7577         Initialize in declaration.
7578         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7579         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7580         (gnus-mailing-list-mode): Use define-minor-mode.
7581         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7582         (gnus-draft-mode): Use define-minor-mode.
7583         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7584         (gnus-dired-mode): Use define-minor-mode.
7585
7586 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7587
7588         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7589         handles on recursive mml-to-mime translation and check them for
7590         boundary delimiter collisions.  Reported by Greg Troxel.
7591
7592 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7595
7596 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7597
7598         * mm-util.el (mm-find-buffer-file-coding-system):
7599         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7600
7601 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7602
7603         * message.el (message-generate-headers): Record insertion of optional
7604         headers as well.  Otherwise the check to prevent repeated insertion of
7605         optional headers is a no-op.
7606
7607 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7608
7609         * smime.el: Don't mention CVS.
7610
7611         * nnrss.el (nnrss-fetch): Don't mention CVS.
7612
7613         * nnir.el: Don't mention CVS.
7614
7615 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7616
7617         * gnus-sum.el (gnus-summary-bookmark-make-record):
7618         Add `location' field.
7619
7620 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * lpath.el: Fbind bookmark-default-handler,
7623         bookmark-get-bookmark-record, bookmark-make-record-default,
7624         bookmark-prop-get for Emacs <23 and XEmacs.
7625
7626 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7627
7628         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7629         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7630         Use with-current-buffer to silence the byte-compiler.
7631         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7632         bother to require `gnus'.
7633         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7634
7635 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7636
7637         * gnus-sum.el (gnus-summary-bookmark-make-record)
7638         (gnus-summary-bookmark-jump): New functions.
7639         (gnus-summary-mode): Setup bookmark support.
7640
7641 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7642
7643         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7644         if set.
7645
7646 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7649         gnus-article-browse-html-save-cid-image; make it work recursively for
7650         forwarded messages as well.
7651         (gnus-article-browse-html-parts): Work when prefix arg is given.
7652         (gnus-article-browse-html-article): Doc fix.
7653
7654 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7655
7656         * message.el (message-default-mail-headers):
7657         (message-default-headers): Carry the value mail-default-headers over
7658         into message-default-mail-headers, rather than message-default-headers.
7659
7660 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7661
7662         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7663         charset.
7664
7665         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7666         charset into the <meta> tag when the article is encoded to utf-8.
7667
7668 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-art.el (gnus-article-browse-delete-temp-files):
7671         Delete directories as well.
7672         (gnus-article-browse-html-parts): Work for images that do not specify
7673         file names; delete temp directory when quitting; insert header at the
7674         right place; use file: scheme for image files.
7675
7676 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7677
7678         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7679         (gnus-article-browse-html-parts): Use it to make temporary cid image
7680         files in addition to html file so that browser may display them.
7681
7682 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7685
7686 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7687
7688         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7689
7690 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7691
7692         * auth-source.el (auth-sources): Change default to be simpler.
7693         Explain about Secret Service API sources.  Improve Customize options.
7694         (auth-source-pick): Change to accept any number of search parameters.
7695         Implement fallbacks iteratively, not recursively.  Add scoring on the
7696         second pass and sort by score.  Call Secret Service API when needed.
7697         (auth-source-user-or-password): Use it.  Call Secret Service API
7698         directly when needed to get the user name and the password.
7699
7700 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7701
7702         * message.el (message-interactive): Doc fix.
7703         (message-qmail-inject-args): Reflow.
7704         (message-kill-to-signature): Fix typo in docstring.
7705
7706         * smiley.el (smiley-buffer): Fix typo in docstring.
7707
7708 2010-03-24  Glenn Morris  <rgm@gnu.org>
7709
7710         * mail-source.el (gnus-message): Declare.
7711         (mail-source-delete-old-incoming): Require gnus-util.
7712
7713 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7716
7717         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7718
7719         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7720         password-cache's default if it is not bound.
7721         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7722         password-cache-expiry's default if it is not bound.
7723
7724         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7725         available in Emacs 21.
7726
7727         * lpath.el: Suppress compiler warnings for:
7728         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7729         XEmacs;
7730         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7731         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7732         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7733
7734 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7735
7736         * auth-source.el (auth-sources): Fix up definition so extra parameters
7737         are always inline.
7738
7739 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7740
7741         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7742         wasn't updated after mismatch.  Clear cached mailbox info correctly
7743         when uidvalidity changes.
7744         (nnimap-group-prefixed-name): New function to avoid some code
7745         duplication.
7746         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7747         (nnimap-request-group): Use it.
7748         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7749         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7750         with many imap folders.  This is done by caching the group status from
7751         the imap server persistently in a group parameter `imap-status'.  (This
7752         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7753         but not persistently, so every Gnus startup was still very slow.)
7754
7755 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7756
7757         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7758         delete the extra newline.  Otherwise editing of :string and :number
7759         types don't work.
7760
7761 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7762
7763         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7764         secrets.el dependency.
7765         (auth-sources): Add optional user name.  Add secrets.el configuration
7766         choice (unused right now).
7767
7768 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7769
7770         * gnus-sum.el (gnus-summary-make-menu-bar):
7771         Let `gnus-registry-install-shortcuts' fill in the functions.
7772
7773         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7774         warnings.
7775         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7776         (gnus-registry-install-shortcuts): Populate and use it in a
7777         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7778
7779 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7780
7781         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7782         In-place substitutions for the group name encoding/decoding.
7783         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7784         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7785         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7786         (nnimap-update-unseen, nnimap-request-list)
7787         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7788         (nnimap-request-set-mark, nnimap-split-to-groups)
7789         (nnimap-split-articles, nnimap-request-newgroups)
7790         (nnimap-request-create-group, nnimap-request-accept-article)
7791         (nnimap-request-delete-group, nnimap-request-rename-group)
7792         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7793         `encoded-mbx' for consistency.
7794         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7795         variable `imap-current-mailbox'.
7796
7797         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7798         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7799
7800 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7801
7802         * pop3.el (pop3-display-message-size-flag): Display message size byte
7803         counts during POP3 download.
7804         (pop3-movemail): Use it.
7805         (pop3-list): Implement listing of available messages.
7806
7807 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7808
7809         * nnir.el (nnir-get-article-nov-override-function): New function to
7810         override the normal NOV retrieval.
7811         (nnir-retrieve-headers): Use it.
7812
7813 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7814
7815         * auth-source.el (netrc-machine-user-or-password): Autoload.
7816
7817 2010-03-19  Glenn Morris  <rgm@gnu.org>
7818
7819         Stop message.el from loading about 40 libraries it doesn't always need.
7820         The general approach is to autoload rather than require, and to
7821         require in the specific functions rather than the file.  (Bug#5642)
7822
7823         * gmm-utils.el: Don't require wid-edit.
7824         (widget-create-child-value, widget-convert, widget-default-get):
7825         Autoload.
7826
7827         * gnus-util.el: Don't require time-date, netrc.
7828         (message-fetch-field, gnus-group-name-decode): Declare rather than
7829         autoloading.
7830         (gnus-fetch-field): Require message.
7831         (gnus-decode-newsgroups): Require gnus-group.
7832
7833         * ietf-drums.el: Don't require time-date.
7834
7835         * message.el: Don't require hashcash, canlock, ecomplete.
7836         Do require mail-utils.  Require nnheader only when compiling.
7837         (smtpmail-default-smtp-server): Remove declaration.
7838         (message-send-mail-function): Check smtpmail-default-smtp-server
7839         is bound rather than requiring smtpmail.
7840         (message-auto-save-directory, message-insert-signature):
7841         Use expand-file-name rather than nnheader-concat.
7842         (nnheader-insert-file-contents): Autoload.
7843         (hashcash-wait-async): Declare.
7844         (message-send-mail): Only call gnus-setup-posting-charset if
7845         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7846         (message-send-mail-with-sendmail): Require sendmail.
7847         (canlock-password, canlock-password-for-verify): Declare.
7848         (message-canlock-password): Require canlock.
7849         (nnheader-get-report): Autoload.
7850         (gnus-setup-posting-charset): Declare.
7851         (message-send-news): Require gnus-msg.
7852         (message-make-references, message-make-in-reply-to): Use mail-header-id
7853         rather than the alias mail-header-message-id.
7854         (ecomplete-add-item, ecomplete-save): Declare.
7855         (message-put-addresses-in-ecomplete): Require ecomplete.
7856         (ecomplete-display-matches): Autoload.
7857
7858         * mm-decode.el: Don't require mailcap, gnus-util.
7859         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7860         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7861         Autoload.
7862         (mailcap-mime-extensions): Declare.
7863
7864         * mm-encode.el: Don't require mailcap.
7865         (mailcap-extension-to-mime): Autoload.
7866
7867         * mml-sec.el: Don't require password-cache.
7868
7869         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7870         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7871         (mml-minibuffer-read-type): Require mailcap.
7872         (mml-preview): Require gnus-msg.
7873
7874         * mml1991.el: Require password-cache.
7875         (password-cache-expiry): Remove declaration.
7876
7877         * mml2015.el: Require password-cache.
7878         (password-cache-expiry): Remove declaration.
7879
7880         * nneething.el (mailcap): Require mailcap.
7881
7882         * nnheader.el (declare-function): Add compatibility stub.
7883         (message-remove-header): Declare rather than autoload.
7884         (nnheader-replace-header): Require message.
7885
7886         * nnimap.el (declare-function): Add compatibility stub.
7887         (netrc-parse, netrc-machine-user-or-password): Declare.
7888         (nnimap-open-connection): Require netrc.
7889
7890         * nntp.el (declare-function): Add compatibility stub.
7891         (netrc-parse, netrc-machine, netrc-get): Declare.
7892         (nntp-send-authinfo): Require netrc.
7893
7894         * rfc2047.el: Don't require qp.
7895         (quoted-printable-encode-region, quoted-printable-decode-string):
7896         Autoload.
7897
7898         * sieve-mode.el: Don't require easymenu.
7899         (easy-menu-add-item): Autoload it.
7900
7901         * spam-stat.el (time-to-number-of-days): Autoload it.
7902
7903 2010-03-19  Glenn Morris  <rgm@gnu.org>
7904
7905         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7906
7907 2010-03-18  Glenn Morris  <rgm@gnu.org>
7908
7909         * hashcash.el (declare-function): Remove duplicate definition.
7910
7911 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7912
7913         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7914         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7915         value if any backslash escapes).
7916
7917 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7920         if it is available.  (bug#5647)
7921
7922         * lpath.el: Suppress compiler warning for coding-system-from-name for
7923         Emacs 21 and XEmacs.
7924
7925 2010-03-14  Juri Linkov  <juri@jurta.org>
7926
7927         * hmac-def.el:
7928         * hmac-md5.el:
7929         * netrc.el: Fix keywords.
7930
7931 2010-02-26  Glenn Morris  <rgm@gnu.org>
7932
7933         * message.el (message-send-mail-function): Change the default, so that
7934         it inherits from a customized send-mail-function.  (Bug#5643)
7935
7936 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7937
7938         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7939         shell-command-to-string signals an error (bug#5299).
7940
7941 2010-02-24  Glenn Morris  <rgm@gnu.org>
7942
7943         * message.el (message-smtpmail-send-it)
7944         (message-send-mail-with-mailclient): Doc fixes.
7945
7946 2010-02-16  Glenn Morris  <rgm@gnu.org>
7947
7948         * message.el (message-default-mail-headers): Change the default value
7949         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7950
7951 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7954         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7955
7956 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7957
7958         * time-date.el (date-to-time): Doc fix (Bug#5408).
7959
7960 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7961
7962         * message.el (message-mail): Just pass yank-action on to message-setup.
7963         (message-setup): Handle (FUN . ARGS) form of yank-action.
7964         (message-with-reply-buffer, message-widen-reply)
7965         (message-yank-original): Handle non-buffer values of
7966         message-reply-buffer (Bug#4080).
7967         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7968
7969 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7970
7971         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7972         Fix typo in docstring.
7973
7974 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7975
7976         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7977         response.
7978
7979 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7982
7983         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7984
7985         * message.el (message-check-news-header-syntax): Protect against a
7986         string that `rfc822-addresses' returns when parsing fails.
7987
7988 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7991         (gnus-previous-char-property-change): New functions.
7992
7993         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7994
7995 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7996
7997         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7998         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7999
8000 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8001
8002         * message.el (message-exchange-point-and-mark): Rework last change to
8003         avoid using optional arg of exchange-point-and-mark, for backward
8004         compatibility.
8005
8006 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8007
8008         * message.el (message-exchange-point-and-mark):
8009         Call exchange-point-and-mark with an argument rather than setting
8010         mark-active by hand (Bug#5175).
8011
8012 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * nntp.el (nntp-service-to-port): Work for service expressed with
8015         numeric string; replace [:digit:] with [0-9] for XEmacs.
8016
8017 2009-12-17  Glenn Morris  <rgm@gnu.org>
8018
8019         * gnus-group.el (gnus-bug-group-download-format-alist):
8020         Change emacs entry to debbugs.gnu.org.  Bump :version.
8021
8022 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8025
8026 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * message.el (message-info): Explain why we use `Info-goto-node'.
8029
8030 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8033
8034 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8035
8036         * message.el (message-completion-in-region): New compatibility function.
8037         (message-expand-group): Use it.
8038
8039 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8042         with no unread article should be listed if the 2nd arg `predicate' is
8043         given.
8044
8045 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8048
8049 2009-11-29  Juri Linkov  <juri@jurta.org>
8050
8051         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8052         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8053         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8054
8055 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8056
8057         * sha1.el (sha1-string-external): default-directory "/" in case
8058         otherwise non-existent.  process-connection-type pipe for touch of
8059         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8060
8061 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8062
8063         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8064         it's comms related and sgml-mode.el has "comm" on that basis too.
8065
8066 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8069         containing tspecial characters if they have been already quoted.
8070
8071 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8072
8073         * dns-mode.el (auto-mode-alist): Purecopy string.
8074
8075 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8076
8077         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8078
8079 2009-10-24  Glenn Morris  <rgm@gnu.org>
8080
8081         * gnus-art.el (help-xref-stack-item): Define for compiler.
8082
8083 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8084
8085         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8086
8087 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8090
8091 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8094         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8095
8096 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8099         (gnus-overlays-in): New alias to overlays-in.
8100
8101         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8102         gnus-overlay-get, and gnus-delete-overlay.
8103         (gnus-summary-show-thread): Make it work as well for systems in which
8104         next-single-char-property-change is not available.
8105         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8106
8107         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8108         (gnus-overlay-get): New alias to extent-property.
8109         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8110
8111         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8112         SXEmacs.
8113
8114         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8115         SXEmacs.
8116
8117 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8120
8121 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8122
8123         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8124         and XEmacs that don't have `remove-overlays'.
8125
8126 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8127
8128         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8129         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8130         selective display.  Use overlays instead.
8131
8132 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8133
8134         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8135
8136 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8137
8138         * spam-stat.el (spam-stat-load): Fix typo in message.
8139
8140 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8141
8142         * dig.el (dig-invoke): Fix typo in docstring.
8143         (query-dig): Reflow docstring.
8144
8145 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8146
8147         * gnus-art.el (gnus-article-encrypt-body):
8148         * message.el (message-check-recipients):
8149         * mm-util.el (mm-codepage-setup):
8150         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8151         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8152
8153 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8154
8155         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8156         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8157         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8158         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8159         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8160
8161 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8162
8163         * dig.el: Add "Keywords: comm", as per net-utils.el.
8164
8165 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8166
8167         * dig.el (dig-mode): Use define-derived-mode.
8168
8169 2009-09-19  Glenn Morris  <rgm@gnu.org>
8170
8171         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8172
8173 2009-09-18  Glenn Morris  <rgm@gnu.org>
8174
8175         * gnus-diary.el (gnus-diary-check-message):
8176         * message.el (message-insert-formatted-citation-line):
8177         * nnbabyl.el (top-level):
8178         * nndiary.el (nndiary-schedule):
8179         Fix typos in condition-case handlers.
8180
8181 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8184         configuration that provides the sole article window in a frame;
8185         position point correctly after deleting a part.
8186
8187 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8188
8189         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8190         (spam-resolve-registrations-routine): Use it to unregister articles
8191         that change status.
8192
8193 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8196         with XEmacs.
8197         (parse-time-string-chars): Use it.
8198
8199 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8200
8201         * imap.el (imap-interactive-login): Better messages.
8202         (imap-open): Fix bug with renamed buffer on reconnect.
8203         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8204         for easier debugging and cleaner code.  On successful (guessed based on
8205         server capabilities) secondary authentication, set imap-state
8206         correctly.
8207         (imap-last-authenticator): Define imap-last-authenticator as a variable
8208         to avoid warnings.
8209
8210 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * nnrss.el (nnrss-request-article): Remove binding of
8213         default-enable-multibyte-characters that has gotten needless by
8214         the 2007-07-13 change in rfc2047-encode-message-header.
8215
8216         * mml.el (mml-insert-multipart): Error on the message header.
8217         (mml-insert-part): Error on the message header; position point at
8218         the end of a MIME tag.
8219
8220 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * time-date.el (autoload): Expand define-obsolete-function-alias into
8223         defalias and make-obsolete for old Emacsen that Gnus supports.
8224         (with-no-warnings): Define it for old Emacsen.
8225         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8226         is available.
8227         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8228         float-time is available; suppress compile warning for time-to-seconds.
8229
8230         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8231         (gnus-float-time): Alias to float-time if it exists.
8232
8233         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8234         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8235         float-time is available; suppress compile warning for time-to-seconds.
8236
8237         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8238         XEmacs.
8239
8240 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8241
8242         * imap.el (imap-message-map): Docstring fix.
8243
8244 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8247         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8248         Add the optional argument `encoding' that overrides the default.
8249
8250         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8251         mm-encode-buffer.
8252
8253 2009-09-04  Glenn Morris  <rgm@gnu.org>
8254
8255         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8256         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8257         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8258         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8259         * mm-util.el (mm-with-unibyte-current-buffer)
8260         (mm-find-buffer-file-coding-system):
8261         * yenc.el (yenc-decode-region): Use default-value rather than
8262         default-enable-multibyte-characters.
8263
8264 2009-09-03  Glenn Morris  <rgm@gnu.org>
8265
8266         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8267         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8268         than default-enable-multibyte-characters.
8269
8270 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8271
8272         * gnus-art.el (gnus-article-read-summary-keys):
8273         Fix gnus-buffer-configuration's value temporarily used.
8274
8275 2009-09-02  Glenn Morris  <rgm@gnu.org>
8276
8277         * gnus-util.el (gnus-float-time): New function.
8278         * gnus-delay.el (gnus-delay-article):
8279         * gnus-sum.el (gnus-thread-latest-date):
8280         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8281         * nnspool.el (nnspool-request-newgroups):
8282         Use gnus-float-time rather than time-to-seconds.
8283         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8284
8285         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8286         (gnus-header-subject-face, gnus-header-newsgroups-face)
8287         (gnus-header-name-face, gnus-header-content-face):
8288         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8289         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8290         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8291         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8292         (gnus-cite-face-11):
8293         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8294         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8295         (gnus-server-closed-face, gnus-server-denied-face)
8296         (gnus-server-offline-face):
8297         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8298         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8299         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8300         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8301         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8302         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8303         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8304         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8305         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8306         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8307         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8308         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8309         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8310         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8311         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8312         (gnus-summary-high-undownloaded-face)
8313         (gnus-summary-low-undownloaded-face)
8314         (gnus-summary-normal-undownloaded-face)
8315         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8316         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8317         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8318         (gnus-splash-face):
8319         * message.el (message-header-to-face, message-header-cc-face)
8320         (message-header-subject-face, message-header-newsgroups-face)
8321         (message-header-other-face, message-header-name-face)
8322         (message-header-xheader-face, message-separator-face)
8323         (message-cited-text-face, message-mml-face):
8324         * sieve-mode.el (sieve-control-commands-face)
8325         (sieve-action-commands-face, sieve-test-commands-face)
8326         (sieve-tagged-arguments-face):
8327         * spam.el (spam-face):
8328         Mark face aliases with "-face" in the name as obsolete.
8329
8330 2009-09-01  Glenn Morris  <rgm@gnu.org>
8331
8332         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8333         than goto-line.
8334
8335 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8338         Don't move point if the command is invoked inside the message header.
8339
8340 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8341
8342         * imap.el (imap-send-command): Simplify.
8343         (imap-wait-for-tag): point-max -> buffer-size.
8344
8345 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8346
8347         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8348         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8349         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8350         * nnir.el (nnir-swish-e-index-file):
8351         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8352         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8353         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8354         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8355         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8356         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8357
8358 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8361         Don't save excursion.
8362
8363 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8364
8365         * nnheader.el (nnheader-find-file-noselect):
8366         * mm-util.el (mm-insert-file-contents):
8367         Use (default-value 'major-mode) instead of default-major-mode.
8368
8369 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8370
8371         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8372
8373 2009-08-26  Glenn Morris  <rgm@gnu.org>
8374
8375         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8376         than placing in files.el.
8377
8378 2009-08-25  Glenn Morris  <rgm@gnu.org>
8379
8380         * nnir.el (top-level): Don't require cl at run-time.
8381         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8382         Replace cl-function substitute with gnus-replace-in-string.
8383         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8384         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8385         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8386         simplified expansions.
8387
8388 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8389
8390         * dig.el (dig): Add autoload cookie.
8391
8392 2009-08-22  Glenn Morris  <rgm@gnu.org>
8393
8394         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8395         goto-line.
8396
8397 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8398
8399         * parse-time.el (parse-time-string-chars): Save match data.
8400
8401 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8402
8403         * parse-time.el (parse-time-string-chars): Compute using character
8404         classes, to handle non-ascii characters (Bug#3190).
8405
8406 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8409
8410         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8411         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8412         (gnus-mm-display-part, gnus-mime-display-single)
8413         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8414         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8415
8416         * gnus-sum.el
8417         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8418         (gnus-summary-move-article): Add expirable mark to articles copied or
8419         moved to group that has auto-expire turned on if the option is non-nil.
8420
8421 2009-07-24  Glenn Morris  <rgm@gnu.org>
8422
8423         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8424         Fix typo.  (Bug#3903)
8425
8426 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8429         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8430         that should not be used for draft articles.
8431         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8432         that has no concern in minor mode keys.
8433         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8434         Abolish.
8435
8436 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8439         article without making inquiry to a user for unknown encoding.
8440
8441         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8442         (nnmaildir--scan): Assume i-node and device number that file-attributes
8443         returns might be cons-cell.
8444
8445         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8446
8447         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8448
8449 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8450
8451         * auth-source.el: Remove docs now in auth.texi.  Don't use
8452         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8453         `auth-source-hide-passwords' and use them.
8454
8455 2009-07-15  Glenn Morris  <rgm@gnu.org>
8456
8457         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8458
8459 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8462         excessive whitespace from the default values of title and description.
8463
8464 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8467         mail-fetch-field to fetch Content-Description header in order to
8468         exclude newlines.
8469
8470 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8471
8472         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8473         format used by GnuPG 2.0.11.
8474
8475 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8478         to deleted part.
8479
8480 2009-05-30  David Engster  <dengste@eml.cc>
8481
8482         * nnmairix.el: Remove old documentation in the commentary block.
8483         (nnmairix-request-group): Do not update active file for nnml back ends.
8484         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8485         end so that overview files are ignored.
8486         (nnmairix-update-groups): Make updating the groups more robust by using
8487         marks.
8488         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8489         with dollar characters in message-id.
8490
8491 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8494         2008-12-25 in dns.el.
8495
8496 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8497
8498         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8499         could happen if the text is only composed of spaces and/or tabs.
8500
8501 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8502
8503         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8504         when sending a queued message to avoid extra mml tags.
8505
8506 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8509
8510 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8513         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8514         rmail-toggle-header for XEmacs;
8515         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8516
8517 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-dired.el: Remove autoload for gnus-setup-message.
8520         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8521         displaying Gnus logo; always use compose-mail.
8522
8523 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8526
8527 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8530         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8531         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8532         available.
8533         (gnus-nocem-epg-verify): New function.
8534
8535 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8536
8537         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8538
8539 2009-02-15  Glenn Morris  <rgm@gnu.org>
8540
8541         * gnus-util.el (rmail-insert-rmail-file-header)
8542         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8543         autoloads.
8544         (rmail-default-rmail-file): Remove unnecessary declaration.
8545         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8546
8547 2009-02-14  Glenn Morris  <rgm@gnu.org>
8548
8549         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8550         variable (only used in gnus-util, which declares it anyway).
8551         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8552         which was only needed by gnus-art (changed to not use it any more).
8553         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8554         only used in gnus-util, which autoloads it itself.
8555         (rmail-update-summary): Fix autoload.
8556
8557         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8558         rather than rmail-output-to-rmail-file.
8559
8560 2009-02-07  Glenn Morris  <rgm@gnu.org>
8561
8562         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8563         autoload of function that no longer exists.
8564         (rmail-toggle-header): Declare.
8565         (message-forward-rmail-make-body): Handle mbox Rmail.
8566
8567 2009-01-31  Glenn Morris  <rgm@gnu.org>
8568
8569         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8570         2009-01-09 change.
8571
8572 2009-01-31  Dave Love  <fx@gnu.org>
8573
8574         * imap.el (imap-fetch-safe): Bind debug-on-error.
8575         (imap-debug): Add imap-fetch-safe.
8576
8577 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8578
8579         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8580         (auth-source-forget-all-cached): New convenience function.
8581         (auth-source-user-or-password): Accept list of modes or a single mode.
8582
8583         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8584         auth-source modes.
8585
8586         * netrc.el (netrc-machine-user-or-password): Use list of
8587         auth-source modes.
8588
8589         * nnimap.el (nnimap-open-connection): Use list of
8590         auth-source modes.
8591
8592         * nntp.el (nntp-send-authinfo): Use list of
8593         auth-source modes.
8594
8595 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8596
8597         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8598         now.
8599
8600 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8603         coding system in XEmacs; add a workaround for XEmacs.
8604
8605         * lpath.el: Fbind coding-system-aliasee.
8606
8607 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8610         of current-language-environment.
8611
8612 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8615         available at runtime.
8616
8617 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8620
8621 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8622
8623         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8624         the greatest positive fixnum value doesn't work under an XEmacs with
8625         bignum support; use the most-positive-fixnum constant instead,
8626         available since Emacs 21.1 with cl and XEmacs 21.1.
8627
8628 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8631         XEmacs gets not to work.
8632
8633 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * mm-util.el (mm-coding-system-priorities): Allow the value like
8636         "Japanese (UTF-8)" of current-language-environment.
8637
8638 2009-01-09  Glenn Morris  <rgm@gnu.org>
8639
8640         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8641         with last-command-event.
8642
8643 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8646         in the doc string.
8647
8648         * message.el (message-fix-before-sending): Amend comment.
8649
8650 2009-01-08  Dave Love  <fx@gnu.org>
8651
8652         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8653
8654 2009-01-07  David Engster  <dengste@eml.cc>
8655
8656         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8657         simplified server definitions by converting it via
8658         gnus-server-to-method.
8659
8660 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8663         parameter's operands.
8664
8665 2009-01-06  David Engster  <dengste@eml.cc>
8666
8667         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8668         primary select method (for gnus-group-mark-article-as-read).
8669
8670 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8671
8672         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8673         `(gnus)Face', not `(gnus)X-Face'.
8674
8675 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * mm-util.el (mm-ucs-to-char): New function.
8678
8679         * mm-url.el (mm-url-decode-entities): Use it.
8680
8681         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8682         unicode-to-char.
8683
8684 2009-01-05  Dave Love  <fx@gnu.org>
8685
8686         * time-date.el: Require cl for `declare'.
8687
8688 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8691         Dave Love.
8692
8693 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * message.el (message-fix-before-sending): Add `eight-bit' to
8696         illegible-text check.
8697
8698 2009-01-03  Michael Olson  <mwolson@gnu.org>
8699
8700         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8701         `headers' is nil.  This can occur if the IMAP server does not have
8702         permissions to read messages from a folder, but can write new messages
8703         to the folder.
8704         (nnimap-request-article-part): Do not insert `data' if it is nil.
8705
8706         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8707         characters which will confuse `read', so skip past them.
8708
8709 2009-01-01  Dave Love  <fx@gnu.org>
8710
8711         * imap.el (imap-string-to-integer): Fix typo.
8712         (imap-fetch-safe): New function.
8713         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8714
8715         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8716
8717         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8718         (imap-parse-greeting): Fix doc strings.
8719         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8720         (imap-parse-flag-list): Make messages unique.
8721         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8722
8723         * nnimap.el: Fix author email.
8724         (nnimap-split-rule): Add FIXME comment.
8725         (nnimap-debug): Fix doc string.
8726
8727 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8730
8731 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8734         nslookup if resolv.conf isn't available.
8735         (dns-query): Rename from query-dns.
8736         (dns-query-cached): Rename from query-dns-cached.
8737
8738 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8741         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8742         to check if those variables exist (first appeared in Emacs 18.50).
8743
8744 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * mm-util.el (mm-line-number-at-pos): New function.
8747
8748         * spam-report.el (spam-report-process-queue): Use it.
8749
8750 2008-12-24  David Engster  <dengste@eml.cc>
8751
8752         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8753         parameters that haven't existed as variables as buffer-local variables.
8754
8755 2008-12-23  Dave Love  <fx@gnu.org>
8756
8757         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8758         cadar.
8759
8760         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8761         imap-starttls-p.
8762         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8763
8764 2008-12-22  Dave Love  <fx@gnu.org>
8765
8766         * imap.el: Fix author email.  Doc fixes.
8767         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8768         reply.
8769
8770 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * spam-report.el (spam-report-gmane-max-requests): New constant.
8773         (spam-report-gmane-wait): New variable.
8774         (spam-report-gmane-ham, spam-report-gmane-spam)
8775         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8776         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8777         the server.
8778
8779         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8780         Add explanations.
8781
8782         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8783         nnheader-accept-process-output and nnheader-read-timeout if available.
8784         (pop3-movemail): Use it.
8785
8786         * message.el (message-check-news-body-syntax): Fix signature check if
8787         there's an attachment.
8788
8789 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * mm-util.el: Add comments to the mm- emulating functions.
8792
8793 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8794
8795         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8796         Reported by Stephen Berman <stephen.berman@gmx.net>.
8797
8798 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * mm-util.el (mm-substring-no-properties): New function.
8801         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8802         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8803         (mm-string-to-multibyte): Doc fix.
8804
8805         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8806
8807 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * mml.el (mml-attach-file): Strip text properties from file name.
8810         (Bug#1574)
8811
8812 2008-12-16  Glenn Morris  <rgm@gnu.org>
8813
8814         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8815
8816 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8819         knows since the charset specified might be a bogus alias that
8820         mm-charset-synonym-alist provides.
8821
8822 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8825         "ISO_8859-1".
8826
8827         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8828
8829 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * mm-util.el (mm-charset-eval-alist):
8832         Define it before mm-charset-to-coding-system.
8833         (mm-charset-to-coding-system): Add optional argument `silent';
8834         define it before mm-charset-override-alist.
8835         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8836         default value if it can be used in Emacs currently running;
8837         silence mm-charset-to-coding-system.
8838
8839 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8842         `allow-override' which says whether to use `mm-charset-override-alist'.
8843         (rfc2047-decode-encoded-words): Use it.
8844
8845         * mm-util.el (mm-charset-override-alist): Fix custom type;
8846         add `(gb2312 . gbk)' to choices.
8847
8848 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8851         fast.
8852
8853         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8854
8855         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8856
8857 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8858
8859         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8860         on links.
8861
8862         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8863
8864 2008-12-03  Lute Kamstra  <lute@gnu.org>
8865
8866         * sha1.el: Remove leading * from docstrings of defcustoms,
8867         deffaces, defconsts and defuns.
8868
8869 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8872         users' addresses that don't have domain parts.
8873         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8874         rather than message-narrow-to-head since there will be the message
8875         header separator.
8876
8877 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8878
8879         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8880         since the result is inserted in a unibyte buffer anyway.
8881         (nnimap-demule-use-string-to-multibyte): Remove.
8882         (nnimap-demule): Alias it to mm-string-to-multibyte.
8883
8884 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8887         variable for debugging bug#464 and bug#1174.
8888         (nnimap-demule): Use it.
8889
8890 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8893         score calculation correctly.
8894
8895 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8896
8897         * message.el (message-send-mail): Just set the buffer to unibyte
8898         rather than use mm-with-unibyte-current-buffer which does a lot more.
8899         (message-send-mail-partially): Don't bother with
8900         mm-with-unibyte-current-buffer since it's already been made unibyte by
8901         message-send-mail.
8902
8903 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8904
8905         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8906
8907 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8908
8909         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8910
8911 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8914         require itself and to remove `with-no-warnings'.
8915
8916 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8917
8918         * starttls.el (starttls-any-program-available): Get the name of the
8919         available TLS layer program.
8920         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8921         well as the host name in the "opening" message.
8922
8923         * auth-source.el (auth-source-cache, auth-source-do-cache)
8924         (auth-source-user-or-password): Cache passwords and logins by default,
8925         allow override with `auth-source-do-cache'.
8926         (auth-source-forget-user-or-password): Allow users to remove cache
8927         entries if needed.
8928
8929 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8930
8931         * md4.el (md4-buffer): Fix typo in docstring.
8932         (md4, md4-64): Doc fixes.
8933         (md4-pack-int32): Reflow docstring.
8934
8935 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8936
8937         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8938         condition-case to only the forward-sexp call.
8939
8940 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8941
8942         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8943         quotes contained.  Make it more robust regardless by an extra
8944         condition-case wrapper.
8945
8946 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8949
8950 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * nnml.el (nnml-request-expire-articles): Check if the function set to
8953         `nnmail-expiry-target' returns the symbol `delete'.
8954
8955         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8956
8957         * nnmail.el (nnmail-expiry-target): Fix custom type.
8958
8959 2008-10-02  Glenn Morris  <rgm@gnu.org>
8960
8961         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8962         Silence compiler warning.
8963
8964 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8965
8966         * tls.el (open-tls-stream): Show the actual command being
8967         executed, instead of the format string.
8968
8969 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * lpath.el: Fbind codepage-setup for Emacs 23.
8972
8973 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8974
8975         * mml.el (mml-menu): Don't assume mml2015 is bound.
8976
8977 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8980         exists.
8981
8982 2008-09-27  Glenn Morris  <rgm@gnu.org>
8983
8984         * gnus-util.el (mail-header-remove-comments): Autoload it.
8985
8986 2008-09-27  Andreas Schwab  <schwab@suse.de>
8987
8988         * gnus-util.el (gnus-split-references): Strip comments.
8989         (gnus-parent-id): Likewise.
8990
8991 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * message.el (message-confirm-send): Fix version.
8994
8995 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * message.el (message-idna-to-ascii-rhs-1): Use
8998         mail-extract-address-components rather than mail-header-parse-addresses
8999         that is an alias by default to ietf-drums-parse-addresses that does not
9000         support non-ASCII names in headers' contents.
9001
9002 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9003
9004         * message.el (message-confirm-send): Fix variable documentation to
9005         avoid the "y/n" wording.
9006
9007 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9008
9009         * message.el (message-set-auto-save-file-name): Save to a different
9010         filename so multiple messages (especially drafts) can be recovered.
9011
9012 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9013
9014         * message.el (message-confirm-send): Add appropriate version.
9015
9016 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9017
9018         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9019         defvar.
9020
9021 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9022
9023         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9024         (mm-pkcs7-enveloped-magic): Ditto.
9025
9026 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9027
9028         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9029         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9030
9031 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9032
9033         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9034         default, it's better.
9035
9036 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9037
9038         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9039         summary line gnus-number property and ignore them (with a warning
9040         message).
9041
9042 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9045         macro caddr in the interactive form since it won't be expanded.
9046
9047 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9050         `charset'; fix name of function called recursively.
9051         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9052
9053 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9056         (gnus-mime-set-charset-parameters): New function.
9057         (gnus-mime-view-part-as-charset): Use it to correctly display part
9058         specifying wrong charset.
9059
9060 2008-09-08  David Engster  <dengste@eml.cc>
9061
9062         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9063         in completing-read for back end server.
9064
9065 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9066
9067         * message.el (message-confirm-send): New variable to confirm sending a
9068         message.
9069         (message-send): Use it.
9070
9071 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9072
9073         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9074
9075 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9078
9079 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9080
9081         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9082         prevent tracking too many groups.
9083         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9084         Use it.
9085
9086 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9087
9088         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9089         moving point to the bottom of the window in order to avoid recentering.
9090
9091 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9094
9095         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9096         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9097         (gnus-article-beginning-of-window): Fix calculation.
9098
9099 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * gnus-msg.el (gnus-summary-supersede-article)
9102         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9103         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9104         message header.
9105
9106 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9107
9108         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9109         pending output coming after the status change.
9110
9111 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9112
9113         * message.el:
9114         * gnus-start.el:
9115         * gnus-registry.el: Remove VMS support.
9116
9117 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9120         macro.
9121         (rfc2104-hash): Use it.
9122
9123 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9126         (gnus-summary-sort-by-most-recent-date): New commands.
9127         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9128         and menu entries.
9129
9130 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9133         don't redisplay article for raw contents; remove plural articles stuff.
9134
9135         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9136         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9137         on gnus-summary-save-article; display results properly.
9138
9139 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * lpath.el: No need to fbind ns-focus-frame.
9142
9143 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9146
9147 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * gnus-art.el (gnus-summary-save-in-pipe):
9150         Consider gnus-save-all-headers.
9151
9152 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9153
9154         * gnus-util.el (ns-focus-frame): Remove declaration.
9155         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9156         like x.
9157
9158 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9159
9160         * rfc2104.el (rfc2104-zero): Delete defconst.
9161         (rfc2104-hex-alist): Likewise.
9162         (rfc2104-hex-to-int): Delete func.
9163         (rfc2104-hexstring-to-bitstring): Likewise.
9164         (rfc2104-nybbles): New defconst.
9165         (rfc2104-hash): Rewrite for speed.
9166
9167 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * tls.el (open-tls-stream): Make it work with the 2nd argument
9170         BUFFER that is a string but does not exist as a buffer object, as
9171         mentioned in the doc-string.
9172
9173 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9176         SXEmacs.
9177
9178 2008-07-16  Glenn Morris  <rgm@gnu.org>
9179
9180         * gnus-util.el (ns-focus-frame): Declare for compiler.
9181
9182 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9185         set as a group parameter.
9186         (gnus-summary-save-in-pipe): Work when it is called independently.
9187         (gnus-summary-pipe-to-muttprint): Don't modify
9188         gnus-summary-pipe-output-default-command.
9189
9190 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9191
9192         * message.el (message-send-mail-with-sendmail):
9193         Display the error message.
9194
9195 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-art.el (gnus-default-article-saver):
9198         Add gnus-summary-save-in-pipe to choices.
9199         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9200         gnus-summary-pipe-output-default-command as the default command.
9201         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9202         instead of gnus-last-shell-command.
9203
9204         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9205         New user option.
9206         (gnus-summary-muttprint-program): Mention the value will be changed.
9207         (gnus-summary-save-article): Force showing of all headers.
9208         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9209
9210 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9211
9212         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9213
9214 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9215
9216         * nnimap.el (nnimap-id):
9217         * sieve-manage.el (sieve-manage-open): Doc fixes.
9218
9219 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9220
9221         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9222         if available.
9223
9224 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9225
9226         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9227
9228         * nnkiboze.el (nnkiboze-generate-group):
9229         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9230
9231         * nnmairix.el: Require CL.
9232
9233 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * dgnushack.el: Autoload get-display-table and put-display-table for
9236         XEmacs 21.5.
9237
9238         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9239         21.4 and SXEmacs.
9240
9241 2008-06-15  David Engster  <dengste@eml.cc>
9242
9243         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9244
9245 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9246
9247         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9248         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9249         runtime choice under XEmacs.
9250
9251         * gnus-sum.el (gnus-summary-set-display-table):
9252         Use `gnus-put-display-table', `gnus-get-display-table',
9253         `gnus-set-display-table' for the display table, instead of `aset'.
9254
9255         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9256         Use `gnus-put-display-table', `gnus-get-display-table',
9257         `gnus-set-display-table' for the display table.
9258
9259 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * nnmairix.el: Add autoloads.
9262
9263 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * nnmairix.el (nnmairix-delete-recreate-group)
9266         (nnmairix-update-and-clear-marks): Fix error messages.
9267
9268 2008-06-14  David Engster  <dengste@eml.cc>
9269
9270         * nnmairix.el: Upgrade to version 0.6.
9271         (nnmairix-group-toggle-propmarks-this-group)
9272         (nnmairix-group-toggle-readmarks-this-group)
9273         (nnmairix-group-delete-recreate-this-group)
9274         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9275         (nnmairix-remove-tick-mark-original-article): New commands.
9276         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9277         (nnmairix-propagate-marks-to-nnmairix-groups)
9278         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9279         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9280         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9281         functions needed for marks propagation and manipulation of read marks.
9282         (nnmairix-update-groups): New function.
9283         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9284         (nnmairix-determine-original-group-from-registry)
9285         (nnmairix-determine-original-group-from-path)
9286         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9287         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9288         New helper functions.
9289         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9290         keystrokes for new commands.
9291         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9292         (nnmairix-request-group): Check allow-fast group parameter.
9293         (nnmairix-request-create-group): Set allow-fast group parameter if
9294         nnmairix-allowfast-default is set.
9295         (nnmairix-close-group): Propagate marks upon closing if needed.
9296         (nnmairix-group-toggle-threads-this-group): Use new.
9297         nnmairix-group-toggle-parameter helper function.
9298         (nnmairix-search): Better check for empty search result.
9299         (nnmairix-goto-original-article): Use new helper functions for
9300         determining original article.
9301         (nnmairix-show-original-article): Make sure message-id is in brackets.
9302         (nnmairix-call-mairix-binary): Change variable name.
9303         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9304         helper function.
9305         (nnmairix-widget-toggle-activate): Fix doc string.
9306
9307 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * nnir.el: Require edmacro when compiling with XEmacs.
9310         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9311         available in Emacs 21.
9312
9313 2008-06-11  Glenn Morris  <rgm@gnu.org>
9314
9315         * gnus-util.el (x-focus-frame):
9316         * gnus.el (image-size):
9317         * mm-decode.el (image-size): Declare.
9318
9319         * gnus-picon.el (declare-function): Add compat definition.
9320         (image-size): Declare.
9321
9322         * gnus-group.el (tool-bar-map):
9323         * gnus-sum.el (tool-bar-map): Define for compiler.
9324
9325         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9326
9327         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9328
9329         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9330         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9331         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9332         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9333         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9334         * sieve-manage.el, spam-report.el, spam.el:
9335         Remove unnecessary eval-and-compile of autoloads.
9336
9337 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9338
9339         * auth-source.el: Precise Tramp doc.
9340
9341 2008-06-07  Glenn Morris  <rgm@gnu.org>
9342
9343         * nnmairix.el: Remove unnecessary eval-when-compile.
9344
9345 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * lpath.el: Fbind propertize for XEmacs 21.4.
9348
9349 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * nnir.el: Move here from ../contrib.
9352
9353 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9354
9355         * gnus-util.el (gnus-read-shell-command): New function.
9356         * mm-decode.el (mm-pipe-part):
9357         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9358
9359 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9362
9363 2008-06-03  Glenn Morris  <rgm@gnu.org>
9364
9365         * pop3.el (nnheader-accept-process-output): Autoload it.
9366
9367 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9370         are not 2-digit hexadecimal characters that follow `%'s.
9371
9372 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * message.el (message-bogus-recipient-p): Fix type in doc string.
9375         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9376         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9377         Improve custom options.
9378         (message-bogus-recipient-p): Adjust accordingly.
9379
9380 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9381
9382         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9383         long-form month and day names.
9384
9385 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * dgnushack.el: Autoload debug, eudc-expand-inline and
9388         pgg-snarf-keys-region for XEmacs.
9389
9390         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9391
9392         * nnmairix.el: Require edmacro when compiling with XEmacs.
9393
9394 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9397         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9398
9399 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9400
9401         * auth-source.el: Add more docs.
9402
9403         * netrc.el (netrc-machine): Always match if the port is not given.
9404
9405 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9408         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9409         retrieval faster in some cases, but might make CPU usage larger.
9410         If this has any bad side effects, we might revert this change.
9411
9412         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9413         seems to make mail retrieval much, much faster.
9414         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9415         unconditionally.
9416
9417         * gnus-draft.el (gnus-group-send-queue):
9418         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9419
9420 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9423
9424         * message.el (message-bogus-address-regexp): Fix and improve custom
9425         type.
9426         (message-setup-hook): Add message-check-recipients as custom option.
9427
9428 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9429
9430         * message.el (message-cite-function): Remove bogus autoload which crept
9431         in during merge from v5-10.
9432
9433 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9434
9435         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9436
9437         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9438
9439         * auth-source.el: Preliminary Tramp docs.
9440         (auth-sources): Change the default auth-sources to use
9441         EPA .gpg files.
9442
9443 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9444
9445         * nntp.el: Autoload `auth-source-user-or-password'.
9446         (nntp-send-authinfo): Use it.
9447
9448         * nnimap.el: Autoload `auth-source-user-or-password'.
9449         (nnimap-open-connection): Use it.
9450
9451         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9452         for the gnus-message function.
9453         (auth-source-user-or-password): Use it.
9454
9455 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9456
9457         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9458         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9459         (rfc2104-hash): Use it.
9460
9461 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9462
9463         * gnus-art.el (gnus-article-toggle-truncate-lines):
9464         Don't use `iff' in docstring.
9465
9466 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9467
9468         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9469
9470         * gnus-util.el (gnus-extract-address-component-name)
9471         (gnus-extract-address-component-email): Convenience functions around
9472         `gnus-extract-address-components'.
9473
9474         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9475         Use `gnus-extract-address-component-email' to fix bug of comparing full
9476         sender name to `user-mail-address'.
9477
9478 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9479
9480         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9481         catch/throw to optimize.
9482         (gnus-registry-find-keywords): Just use member to find a keyword.
9483
9484 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9485
9486         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9487         is current before calling gnus-server-prepare.
9488         (gnus-server-setup-buffer, gnus-server-update-server)
9489         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9490
9491 2008-05-04  Juri Linkov  <juri@jurta.org>
9492
9493         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9494         (mailcap-file-default-commands): Use mailcap-replace-in-string
9495         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9496         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9497
9498 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9499
9500         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9501
9502 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9503
9504         * gnus.el: Bump version to 0.11.
9505
9506 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9507
9508         * gnus.el: No Gnus v0.10 is released.
9509
9510 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9511
9512         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9513         hooks.
9514         (gnus-update-read-articles): Speed up non-marks-using users.
9515         (gnus-use-marks): Define gnus-use-marks.
9516         (gnus-propagate-marks): Rename variable to something more sensible.
9517
9518 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9519
9520         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9521         (gmm-image-load-path-for-library): Fix typos in docstrings.
9522         (gmm-message): Reflow docstring.
9523
9524 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9525
9526         * mail-source.el (mail-source-set-1, mail-source-bind):
9527         Move auth-source code out of the macro to clean it up and fix bugs.
9528
9529 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9530
9531         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9532         by sender if it's equal to user-mail-address, it's likely to be
9533         useless.
9534
9535         * mail-source.el (mail-source-bind): Don't use user or password if they
9536         are not bound.  Unintern them if they are nil.  Don't use server unless
9537         it's bound, and default it to empty string otherwise.
9538
9539 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9540
9541         * mail-source.el: Load auth-source.el.
9542         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9543         get user name or password, if auth-sources is set up.
9544
9545         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9546         strategy of splitting with parent.
9547         (gnus-registry-split-fancy-with-parent)
9548         (gnus-registry-post-process-groups): Use it and fix prior
9549         bug (returning a list as the split result).
9550
9551         * auth-source.el (auth-sources): Remove server parameter.
9552         (auth-source-pick, auth-source-user-or-password)
9553         (auth-source-user-or-password-imap)
9554         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9555         (auth-source-user-or-password-sftp)
9556         (auth-source-user-or-password-smtp): Remove server parameter.
9557
9558 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9559
9560         * smime.el (smime-sign-region, smime-encrypt-region)
9561         (smime-decrypt-region):
9562         Remove redundant calls to `generate-new-buffer-name'.
9563
9564 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9565
9566         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9567         Don't use QP for message/rfc822.
9568         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9569
9570 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9571
9572         * sieve-manage.el (sieve-string-bytes): Remove.
9573         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9574         correct byte-length only if the process's coding-system is the same as
9575         the one used internally by Emacs to represent strings.
9576
9577 2008-04-22  Juri Linkov  <juri@jurta.org>
9578
9579         * mailcap.el (mailcap-file-default-commands): New function.
9580
9581 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * message.el (message-signature-separator, message-cite-function):
9584         Change custom version.
9585
9586 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9587
9588         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9589         commands.
9590         (tls-checktrust): Ditto.
9591
9592 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9593
9594         * mm-decode.el (mm-display-external): Make temp file read-only.
9595
9596 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9599         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9600         `C-c C-f d'.
9601
9602 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9603
9604         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9605
9606 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * gnus.el: Bump version to 0.9.
9609
9610 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * gnus.el: No Gnus v0.8 is released.
9613
9614 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9615
9616         * mail-source.el (mail-source-value):
9617         Prefer fboundp to functionp so it works with macros as well.
9618
9619 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9620
9621         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9622         Fix last change in case the element is not even a symbol.
9623
9624 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9625
9626         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9627         Prefer fboundp to functionp so it works with macros as well.
9628
9629 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9630
9631         * auth-source.el: Add docs.
9632         (auth-sources): Modify format to support server.
9633         (auth-source-pick, auth-source-user-or-password)
9634         (auth-source-user-or-password-imap)
9635         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9636         (auth-source-user-or-password-sftp)
9637         (auth-source-user-or-password-smtp): Add server parameter.
9638
9639 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9640
9641         * gnus-registry.el: Initialize the registry when gnus-registry-install
9642         is t.
9643
9644 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * compface.el (uncompface): Make buffer unibyte.
9647
9648 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9649
9650         * mail-source.el (mail-source-value):
9651         Prefer fboundp to functionp so it works with macros as well.
9652
9653 2008-04-05  Glenn Morris  <rgm@gnu.org>
9654
9655         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9656
9657 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9658
9659         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9660         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9661
9662         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9663         multibyteness after rather than before erasing it.
9664
9665         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9666         mm-with-multibyte.
9667         (gnus-request-article-this-buffer): Make sure the proper decoding is
9668         used if gnus-original-article-buffer happens to be unibyte.
9669
9670         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9671         default-enable-multibyte-characters.
9672
9673         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9674         default-enable-multibyte-characters.
9675
9676         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9677
9678         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9679
9680 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9681
9682         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9683         Fix last change in case the element is not even a symbol.
9684
9685 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9686
9687         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9688         (imap-message-copyuid-1): Use it.
9689         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9690         J. Williams in
9691         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9692
9693         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9694         imap-enable-exchange-bug-workaround.
9695         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9696
9697 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9698
9699         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9700         a 100 byte status-checks into a 2-3MB transfer for each group.
9701         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9702         to enable bug workaround or not.
9703         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9704
9705 2008-03-31  Glenn Morris  <rgm@gnu.org>
9706
9707         * message.el (mml2015-use): Declare for compiler.
9708         (message-info): Require mml2015 when appropriate.
9709
9710 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9713         whitespace.
9714
9715 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9716
9717         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9718         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9719         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9720         (nntp-service-to-port): New function.
9721         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9722         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9723         (nntp-open-netcat-stream): New function.
9724         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9725
9726 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9727
9728         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9729
9730 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9731
9732         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9733
9734 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9735
9736         * dns.el (dns-write): Use set-buffer-multibyte.
9737
9738 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9739
9740         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9741
9742 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * message.el (message-signature-separator): Change default.
9745         Improve custom type.
9746         (message-cite-function): Change default to
9747         message-cite-original-without-signature.
9748
9749         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9750         toggle.
9751
9752         * message.el (message-check-news-body-syntax): Fix signature check.
9753         (message-setup-1): Mark buffer as unmodified _after_ running
9754         message-setup-hook and handling message-alternative-emails.
9755         (message-shorten-references): Be more strict when building list of
9756         valid references to comply with GNKSA.
9757
9758         * gnus-group.el (gnus-read-ephemeral-bug-group)
9759         (gnus-read-ephemeral-debian-bug-group)
9760         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9761
9762         * message.el (message-info): Don't use booleanp which isn't supported
9763         in Emacs 21 and XEmacs.
9764
9765 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9768         gnus-group-gmane-group-download-format.
9769         (gnus-group-read-ephemeral-gmane-group): Rename from
9770         gnus-group-read-ephemeral-gmane-group.
9771         (gnus-read-ephemeral-gmane-group-url): Rename from
9772         gnus-group-read-ephemeral-gmane-group-url.
9773         (gnus-bug-group-download-format-alist): New variable.
9774         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9775         (gnus-read-ephemeral-emacs-bug-group): New commands.
9776
9777 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9780         (gnus-visible-headers): Improve custom type.
9781
9782 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * mml.el (mml-menu): Add workarounds for XEmacs.
9785
9786         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9787         X-Boundary header.
9788
9789         * message.el (message-simplify-recipients): Fix previous commit.
9790
9791 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9792
9793         * mm-util.el (mm-set-buffer-multibyte): New function.
9794         * mm-decode.el (mm-copy-to-buffer): Use it.
9795
9796         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9797         Prefer fboundp to functionp so it works with macros as well.
9798
9799 2008-03-19  Glenn Morris  <rgm@gnu.org>
9800
9801         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9802         Accidentally removed in the sync process with Emacs.
9803
9804 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * message.el (message-alter-recipients-discard-bogus-full-name):
9807         New function.
9808         (message-alter-recipients-function): New variable.
9809         (message-get-reply-headers): Use it.
9810         (message-replace-header): New helper function.
9811         (message-recipients-without-full-name): New variable.
9812         (message-simplify-recipients): New command.
9813
9814         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9815
9816         * message.el (message-info): Handle EasyPG manual.
9817
9818         * mml.el (mml-menu): Add entry for EasyPG.
9819
9820 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9821
9822         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9823         parameter.
9824
9825         * message.el (message-disassociate-draft): Specify drafts group name
9826         fully.
9827
9828 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9829
9830         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9831         Eliminate unnecessary duplicates from the match list.
9832
9833 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9836
9837         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9838
9839         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9840         args of `how-many' of which the XEmacs version doesn't take; declare
9841         Info-index-next as function.
9842
9843 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * gnus-score.el (gnus-score-headers): Fix handling of
9846         gnus-inhibit-slow-scoring.
9847
9848         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9849         string.
9850         (gnus-button-url-regexp): Improve handling of parenthesis.
9851         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9852         (gnus-button-handle-info-keystrokes): Handle index entries.
9853
9854 2008-03-15  Glenn Morris  <rgm@gnu.org>
9855
9856         * parse-time.el (parse-time-string): Simplify.
9857
9858 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9861         Incoming* files.
9862
9863 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9864
9865         * auth-source.el (auth-sources): Rename from auth-source-choices.
9866         (auth-source-pick): Use it.
9867
9868 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9869
9870         * binhex.el (binhex-decode-region-internal):
9871         * uudecode.el (uudecode-decode-region-internal):
9872         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9873         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9874         setting default-enable-multibyte-characters.
9875
9876 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9877
9878         * auth-source.el (auth-source-protocols)
9879         (auth-source-protocols-customize, auth-source-choices): Add and
9880         modified variable customizations and defaults.
9881         (auth-source-pick, auth-source-user-or-password)
9882         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9883         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9884         (auth-source-user-or-password-sftp)
9885         (auth-source-user-or-password-smtp): Use new variables and provide an
9886         interface to netrc.el.
9887
9888 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9891         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9892         Make sure the nntp port to specify is a string.
9893
9894 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9895
9896         * nntp.el: Use with-current-buffer.
9897         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9898         dubious mm-with-unibyte-current-buffer.
9899         (nntp-with-open-group-function): New function extracted from
9900         nntp-with-open-group macro.
9901         (nntp-with-open-group): Use the function, so it's easier to debug.
9902         Add indentation and debugging info.
9903         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9904         Recommend the use of the netcat alternatives.
9905
9906         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9907         Avoid mm-string-as-multibyte as well.
9908
9909         * nnweb.el (nnweb-insert-html):
9910         Remove use of nnheader-string-as-multibyte.
9911
9912         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9913         (nnheader-string-as-multibyte): Remove.
9914
9915         * mm-view.el: Use inhibit-read-only.
9916         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9917         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9918         or unibyte-string.
9919
9920         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9921         (mm-uu-yenc-extract): Use with-current-buffer.
9922
9923         * gnus-soup.el (gnus-soup-send-packet): Don't use
9924         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9925
9926         * nnmh.el: Use with-current-buffer.
9927         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9928         mm-string-as-multibyte on the output of mm-encode-coding-string.
9929
9930         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9931         (nnimap-request-move-article): Use with-current-buffer.
9932
9933         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9934         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9935         conversion uses string-make-unibyte rather than string-as-unibyte.
9936
9937         * gnus-msg.el: Use with-current-buffer.
9938
9939         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9940
9941 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9942
9943         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9944         string for caching if it is 'PIN.
9945
9946 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * lpath.el: Consider the case without Emacs/W3.
9949
9950 2008-03-08  Glenn Morris  <rgm@gnu.org>
9951
9952         * time-date.el (date-to-time, time-subtract, time-add)
9953         (safe-date-to-time): Doc fixes.
9954
9955 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9956
9957         * mail-source.el (mail-source-delete-old-incoming-confirm):
9958         Change default to nil.
9959         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9960
9961 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * lpath.el: Rearrange.
9964
9965         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9966         (gnus-article-goto-prev-page): Work for articles having ^L's.
9967
9968         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9969
9970         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9971
9972 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9973
9974         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9975         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9976         (gnus-bookmark-jump): Adjust some variable names.
9977
9978 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9979
9980         * auth-source.el: New package.
9981         (auth-source-choices): Add customization entry point variable.
9982
9983         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9984         bug.
9985
9986 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9987
9988         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9989         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9990         (gnus-registry-install-shortcuts): Rename from
9991         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9992         the `gnus-registry-mark-map' keymap dynamically from
9993         `gnus-registry-marks'.  The generated functions update the summary line
9994         when a registry mark is added or deleted, and will call
9995         `gnus-registry-install-p' (see the comments in the code).
9996         (gnus-registry-user-format-function-M): Use concat intelligently.
9997
9998         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9999         the registry mark functions.
10000
10001 2008-03-05  Glenn Morris  <rgm@gnu.org>
10002
10003         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10004         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10005         gnus-art.
10006         (top-level): No need to load own source when compiling.
10007
10008 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10011         Suggested by <chris.anderton@zetnet.co.uk>.
10012
10013 2008-03-04  Glenn Morris  <rgm@gnu.org>
10014
10015         * gnus-sum.el (top-level): No need to require gnus when compiling,
10016         since unconditionally required near start of file.
10017         (gnus-summary-display-while-building): Move definition before use.
10018
10019 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10020
10021         * gnus-registry.el (gnus-registry-user-format-function-M):
10022         Add formatting function.
10023
10024 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10025
10026         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10027         with plists.
10028         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10029         Use new format.
10030
10031 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10034         `where-is-internal' that returns a range of key sequences.
10035
10036 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10037
10038         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10039
10040         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10041         (gnus-summary-jump-to-group): Consider windows on other displayed
10042         frames as well.  Similar changes might be needed elsewhere, but that's
10043         the one I've bumped into during my use.
10044
10045         * nndoc.el (nndoc-oe-dbx-type-p):
10046         * gnus-msg.el (gnus-debug):
10047         * gnus-group.el (gnus-update-group-mark-positions):
10048         Use mm-string-to-multibyte.
10049
10050 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10053         doesn't handle NotDashEscaped.
10054
10055         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10056         (mml-dnd-attach-options): Fix typo in custom choice.
10057
10058         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10059         Change nndoc-article-type to mbox.
10060         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10061
10062         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10063         to nil, instead of html2text.
10064
10065         * imap.el (imap-debug): Add `imap-ping-server'.
10066
10067         * gnus-bookmark.el: Add FIXMEs.
10068
10069         * message.el (message-form-letter-separator)
10070         (message-send-form-letter-delay): New variables.
10071         (message-send-form-letter): Use them.  New command to send form
10072         letters.  Requested by Uwe Siart.
10073         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10074
10075 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * Update copyright years.
10078
10079 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         Sync from EMACS_22_BASE.
10082
10083         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10084
10085 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10086
10087         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10088         empty author.
10089
10090 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10091
10092         * gnus-registry.el (gnus-registry-marks): Add variable for
10093         customization of marks and their appearance.
10094         (gnus-registry-read-mark): Use it.
10095         (gnus-registry-do-marks): Add utility function to loop through
10096         `gnus-registry-marks'.
10097         (gnus-registry-install-shortcuts-and-menus): Add function to install
10098         shortcuts and menus.
10099         (gnus-registry-initialize): Use it.
10100         (gnus-registry-default-mark): Clarify documentation.
10101
10102 2008-02-29  Glenn Morris  <rgm@gnu.org>
10103
10104         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10105         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10106         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10107         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10108         Change defcustom :version from 23.0 to 23.1.
10109
10110 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10111
10112         * gnus-registry.el (gnus-registry-follow-group-p)
10113         (gnus-registry-post-process-groups): Add functions to aid registry
10114         splitting and improve logging.  Clarify behavior in function
10115         documentation.
10116         (gnus-registry-split-fancy-with-parent): Use them.
10117
10118 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10119
10120         * gnus-art.el: Use with-current-buffer.
10121
10122 2008-02-27  David Engster  <dengste@eml.cc>
10123
10124         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10125         Express real group name in the response.
10126
10127 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10130         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10131         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10132         autoload gnus-registry-fetch-group when compiling.
10133         (nnmairix-request-group-with-article-number-correction):
10134         Remove unreferenced argument passed to nnmairix-call-backend.
10135
10136 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10139         (mm-uu-extract): Improve face for low color ttys.
10140         Reported by Sascha Wilde.
10141
10142 2008-02-27  Glenn Morris  <rgm@gnu.org>
10143
10144         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10145         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10146         variables to defconsts.  Convert comments to doc-strings.
10147         (nnmairix-last-server, nnmairix-current-server): Convert from free
10148         variables to defvars.  Convert comments to doc-strings.
10149         (gnus-registry-fetch-group): Autoload.
10150         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10151         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10152         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10153         caddr.
10154         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10155         nnmairix-request-group-with-article-number-correction call.
10156         (nnmairix-fast, nnmairix-group): New, less general names, for free
10157         variables passed from nnmairix-request-group to
10158         nnmairix-request-group-with-article-number-correction.  Declare.
10159         (nnmairix-request-group-with-article-number-correction):
10160         Use nnmairix-fast, nnmairix-group rather than fast, group.
10161
10162 2008-02-26  David Engster  <dengste@eml.cc>
10163
10164         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10165         version 0.5.
10166
10167 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10168
10169         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10170         instead of making an extra function call.  Don't add the current group
10171         to articles only when they have the group.  Use
10172         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10173         Reported by David <de_bb@arcor.de>.
10174
10175 2008-02-24  Miles Bader  <miles@gnu.org>
10176
10177         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10178         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10179         (mm-find-mime-charset-region):
10180         * mm-bodies.el (mm-encode-body):
10181         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10182
10183 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10186         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10187
10188 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * mail-source.el (mail-source-delete-incoming): Change default.
10191         Supplement doc string.
10192
10193         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10194
10195 2008-02-14  Glenn Morris  <rgm@gnu.org>
10196
10197         * time-date.el (format-seconds): New function.
10198
10199 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * nnmail.el (nnmail-message-id-cache-file): Derive from
10202         `gnus-home-directory'.
10203
10204 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10207         Document negative prefix.
10208
10209         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10210
10211 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * message.el (message-unsent-separator): Add the Exim bounce
10214         separator.
10215
10216 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10217
10218         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10219         list.
10220         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10221         recipient/signer list.
10222
10223 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * Makefile.in (datarootdir): Define.
10226         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10227         name that might contain whitespace.
10228
10229 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10232         fbound (Emacs 23 unicode), signal an error.
10233
10234 2008-02-08  Glenn Morris  <rgm@gnu.org>
10235
10236         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10237
10238 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10239
10240         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10241         ports to the calls to `netrc-machine-user-or-password' in addition to
10242         "imap" and "imaps".
10243
10244 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10245
10246         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10247
10248         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10249
10250 2008-02-01  Kenichi Handa  <handa@m17n.org>
10251
10252         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10253         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10254         (rfc2104-hash): Convert the result of concat to unibyte string.
10255
10256 2008-02-01  Dave Love  <fx@gnu.org>
10257
10258         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10259         coding-system-for-read.
10260         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10261
10262 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10265         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10266         <hanche@math.ntnu.no>.
10267
10268 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10271
10272         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10273
10274 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10275
10276         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10277         * message.el (message-beginning-of-line): Use featurep instead of bound
10278         tests in order to resolve conditionals at compile time.
10279
10280 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10281
10282         * mail-source.el (mail-sources): Add `group' choice.
10283
10284         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10285         parameter `in-group' to control into which group the articles go.
10286         Add treatment of `group' mail-source.
10287
10288 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10291
10292         * mm-decode.el (mm-dissect-buffer): Decode description.
10293
10294         * mml.el (mml-to-mime): Encode message header first.
10295
10296 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10299         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10300
10301         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10302         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10303
10304 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10305
10306         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10307
10308 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10311         prefix keys.
10312         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10313         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10314         gnus-xmas.el.
10315
10316         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10317         (gnus-xmas-article-describe-bindings): New function.
10318         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10319         gnus-xmas-article-describe-bindings.
10320
10321         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10322
10323 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10324
10325         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10326         Add new variables for article mark management.
10327         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10328         list of extra data entries which, when present, will indicate that the
10329         article ID should not be trimmed from the registry.
10330         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10331         functions.
10332         (gnus-registry-read-mark): New function to read a mark name from the
10333         user.
10334         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10335         (gnus-registry-set-article-mark-internal): New functions to add and
10336         remove marks.
10337         (gnus-registry-get-article-marks): New function to show the marks for
10338         an article, or retrieve them for further use.
10339
10340 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10343         keys when no argument is given.
10344
10345 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * imap.el (imap-ping-server): New variable.
10348         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10349         (imap-ping-server): Minor doc string fixes.
10350
10351 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10352
10353         * imap.el (imap-ping-server): New function.
10354         (imap-opened): Call imap-ping-server.
10355
10356 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10357
10358         * gnus-sum.el (gnus-article-sort-by-random)
10359         (gnus-thread-sort-by-random): Fix doc strings.
10360         Reported by jidanni@jidanni.org.
10361
10362 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gnus-art.el (gnus-article-describe-bindings): New function.
10365         (gnus-article-read-summary-keys): Use it.
10366         (gnus-article-mode-map): Bind `C-h b' to it.
10367
10368 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10371         XEmacs.
10372         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10373         Protect against non-character events.
10374
10375         * lpath.el: Fbind map-keymap for Emacs 21.
10376
10377 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10380         New command.
10381         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10382         instead of END.  Change name of the temp file.
10383         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10384         customizable.
10385
10386 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10389         bind `S W' to gnus-article-wide-reply-with-original; set default
10390         binding to gnus-article-read-summary-send-keys.
10391         (gnus-article-read-summary-keys): Fix the order of keys; display
10392         continuation keys correctly in the echo area; describe bindings
10393         correctly when keys end with `C-h'.
10394         (gnus-article-read-summary-send-keys): New function.
10395         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10396         Work for gnus-article-read-summary-send-keys; display continuation keys
10397         correctly in the echo area.
10398         (gnus-article-reply-with-original): Ignore prefix argument.
10399         (gnus-article-wide-reply-with-original): New function.
10400
10401         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10402         Emacs 21.
10403
10404 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10407         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10408
10409 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10410
10411         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10412         (gnus-group-read-ephemeral-gmane-group): New command.
10413
10414 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10415
10416         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10417
10418 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * message.el (message-send-mail-function): Increase custom version.
10421
10422         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10423         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10424
10425 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10426
10427         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10428         for the cases where imap-authenticate is called with a nil buffer
10429         parameter.
10430
10431 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10434         html parts correctly; support forwarded messages.
10435         (gnus-article-browse-html-article): Remove work buffers.
10436
10437         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10438         compiling.
10439         (netrc-bound-and-true-p): New macro.
10440         (netrc-parse): Use it instead of bound-and-true-p that is not available
10441         in XEmacs 21.4.
10442
10443 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10444
10445         * gnus-registry.el (gnus-registry-mark-article)
10446         (gnus-registry-article-marks): Add functionality to mark articles
10447         through the Gnus registry.
10448
10449         * encrypt.el: Clarify documentation for the new pgg method.
10450         (encrypt-file-alist): Add PGG option.
10451         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10452         functionality.  Abstract password key and messaging to external
10453         functions.
10454         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10455         (encrypt-message-method-and-cipher): Add new convenience external
10456         functions.
10457         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10458         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10459
10460         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10461         (netrc-parse): Use encrypt-file-alist to determine if
10462         encrypt-find-model or encrypt-insert-file-contents should be used.
10463
10464         * encrypt.el: Clarify documentation.  Load password-cache or
10465         password, whichever one is found first, instead of autoloading.
10466
10467 2007-12-19  Glenn Morris  <rgm@gnu.org>
10468
10469         * mml.el (message-options-set, message-narrow-to-head)
10470         (message-in-body-p, message-mail-p, message-encode-message-body):
10471         Autoload.
10472         (message-remove-header, message-narrow-to-headers-or-head)
10473         (message-subscribed-p, message-make-mail-followup-to)
10474         (message-position-on-field, message-news-p)
10475         (message-options-set-recipient, message-generate-headers)
10476         (message-sort-headers): Declare as functions.
10477
10478 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10481         convention in doc string.
10482
10483 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10486         title to html parts.
10487         (gnus-article-browse-html-article): Pass message header to it.
10488
10489         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10490
10491 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10494         or password compatible with XEmacs.
10495
10496 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10499         format document.
10500         (gnus-mime-delete-part): Don't write description line if empty.
10501         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10502
10503 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10504
10505         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10506         (gnus-summary-mark-read-and-unread-as-read)
10507         (gnus-summary-mark-current-read-and-unread-as-read)
10508         (gnus-summary-mark-unread-as-ticked): Doc fix.
10509         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10510
10511 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10514         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10515
10516 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10517
10518         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10519         yes-or-no-p.
10520
10521 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * mm-decode.el (mm-add-meta-html-tag): New function.
10524         (mm-save-part-to-file, mm-pipe-part): Use it.
10525
10526         * gnus-art.el (gnus-article-browse-delete-temp-files):
10527         Use gnus-y-or-n-p instead of y-or-n-p.
10528         (gnus-article-browse-html-parts): Work with message/external-body; use
10529         mm-add-meta-html-tag.
10530
10531 2007-12-11  Glenn Morris  <rgm@gnu.org>
10532
10533         * gnus-cache.el: Require gnus-sum not just when compiling.
10534
10535         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10536
10537         * gnus-int.el (gnus-server-opened, gnus-status-message):
10538         Move definitions before use.
10539
10540         * mm-decode.el: Require gnus-util.
10541         (mm-remove-part): Only call delete-annotation on XEmacs.
10542
10543         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10544
10545         * nnmail.el: Require gnus-int.
10546
10547         * spam.el: Move `require's before `eval-when-compile's.
10548
10549         * gnus-ems.el (gnus-alive-p):
10550         * gnus-fun.el (message-goto-eoh):
10551         * gnus-util.el (gnus-group-name-decode):
10552         * mail-source.el (gnus-compress-sequence):
10553         * message.el (Info-goto-node, format-spec):
10554         * mm-bodies.el (message-options-get):
10555         * mm-decode.el (mm-view-pkcs7):
10556         * mm-util.el (gmm-write-region):
10557         * mml-smime.el (mml-compute-boundary)
10558         (gnus-completing-read-with-default):
10559         * mml.el (widget-button-press, gnus-make-hashtable):
10560         * mml1991.el (mm-decode-content-transfer-encoding)
10561         (mm-encode-content-transfer-encoding)
10562         (message-options-get, message-options-set):
10563         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10564         * nnfolder.el (gnus-request-group):
10565         * nnheader.el (ietf-drums-unfold-fws):
10566         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10567         * smime.el (gnus-run-mode-hooks):
10568         * spam-stat.el (gnus-message): Autoload.
10569
10570         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10571         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10572         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10573         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10574         Add declare-function compatibility definition.
10575
10576         * gnus-cache.el (nnvirtual-find-group-art):
10577         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10578         (gnus-add-image, gnus-add-wash-type):
10579         * gnus-group.el (nnkiboze-score-file):
10580         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10581         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10582         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10583         (message-tokenize-header, gnus-get-buffer-create)
10584         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10585         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10586         * gnus.el (gnus-group-decoded-name):
10587         * mail-source.el (imap-capability):
10588         * mm-bodies.el (message-options-set):
10589         * mm-decode.el (gnus-configure-windows):
10590         * mm-extern.el (message-goto-body):
10591         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10592         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10593         (epg-sub-key-validity, message-options-set):
10594         * mml.el (widget-event-point, gnus-configure-windows):
10595         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10596         * mml2015.el (epg-check-configuration, epg-configuration)
10597         (message-options-set):
10598         * nndb.el (nndb-request-article):
10599         * nnfolder.el (gnus-request-create-group):
10600         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10601         * nnmaildir.el (gnus-group-mark-article-read):
10602         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10603         * rfc1843.el (message-fetch-field):
10604         * spam.el (gnus-extract-address-components):
10605         Declare as functions.
10606
10607 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10610
10611         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10612
10613         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10614         bind show-trailing-whitespace for XEmacs.
10615
10616 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10619         new no-op macro for backward compatibility.
10620
10621         * imap.el (imap-string-to-integer): New function.
10622
10623 2007-12-09  Glenn Morris  <rgm@gnu.org>
10624
10625         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10626
10627         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10628         * message.el, mm-view.el, sieve-manage.el, smime.el:
10629         Add declare-function compatibility definition.
10630
10631         * gnus-art.el (w3-region, w3m-region, Info-menu):
10632         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10633         * gnus-sum.el (gnus-get-predicate):
10634         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10635         * message.el (mail-abbrev-in-expansion-header-p):
10636         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10637         (w3m-detect-meta-charset, w3m-region):
10638         * sieve-manage.el (password-read, password-cache-add)
10639         (password-cache-remove):
10640         * smime.el (password-read-and-add): Declare as functions.
10641
10642 2007-12-08  David Kastrup  <dak@gnu.org>
10643
10644         * gnus-sum.el (gnus-summary-simplify-subject-query):
10645         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10646         `message'.
10647
10648 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10651         it to bind idna-program, installation-directory, defined-colors, and
10652         face-attribute for XEmacs of the version that compiles defcustom forms.
10653
10654 2007-12-07  Glenn Morris  <rgm@gnu.org>
10655
10656         * gnus-art.el (article-make-date-line): Revert previous change.
10657
10658 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10661
10662 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10663
10664         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10665         Call gnus-add-to-range ranges only once with a prepared article-list.
10666
10667 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10668
10669         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10670         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10671         group names with backslashes.
10672         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10673
10674 2007-12-06  Deepak Goel  <deego3@gmail.com>
10675
10676         * gnus-art.el (article-make-date-line):
10677         * gnus-start.el (gnus-load):
10678         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10679
10680 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-art.el (gnus-use-idna)
10683         * gnus-start.el (gnus-site-init-file)
10684         * message.el (message-use-idna)
10685         * mm-uu.el (mm-uu-hide-markers)
10686         * smiley.el (smiley-style): Revert changes that suppress warnings.
10687
10688 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10691         specify charset to html source.
10692         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10693
10694 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10697         idna-program in order to suppress byte compile warning issued by XEmacs
10698         that came to byte compile the default value section of defcustom forms
10699         recently.
10700
10701         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10702         value of installation-directory.
10703
10704         * message.el (message-use-idna): Don't directly refer to the value of
10705         idna-program.
10706
10707         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10708
10709         * smiley.el (smiley-style): Don't directly call face-attribute.
10710
10711 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10714
10715         * gnus-dired.el: Reduce Gnus dependencies.
10716         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10717         Don't require.  Use autoloads instead.
10718         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10719         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10720         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10721         (gnus-dired-mode): Adjust doc string.
10722         (gnus-dired-mail-mode): New variable.
10723         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10724         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10725         (gnus-dired-mail-buffers): New function.  Return mail or message
10726         composition buffers.
10727         (gnus-dired-attach): Use it.
10728         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10729         NO-DECODE.
10730         (gnus-dired-print): Use `gnus-print-buffer' depending on
10731         `gnus-dired-mail-mode'.
10732
10733 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * rfc2047.el (rfc2047-encoded-word-regexp)
10736         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10737         explaining what regexp patterns are for.
10738
10739 2007-12-04  Glenn Morris  <rgm@gnu.org>
10740
10741         * password.el: Move to password-cache.el.
10742
10743         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10744         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10745         * mml-smime.el (password-read, password-cache-add)
10746         (password-cache-remove):
10747         No need to autoload, since mml-sec requires password.
10748
10749         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10750         * message.el (gnus-extract-address-components):
10751         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10752
10753         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10754         password.
10755
10756 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * mailcap.el: Reduce dependencies.
10759         (mail-header-parse-content-type): Autoload.
10760         (mailcap-delete-duplicates): New alias.
10761         (mailcap-mime-info): Add optional argument NO-DECODE.
10762         (mailcap-mime-types): Use mailcap-delete-duplicates.
10763
10764         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10765
10766 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10767
10768         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10769         (imap-parse-status): Upcase status-att for servers that sends them
10770         lower-case (e.g., MS Exchange 2007).
10771
10772 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10773
10774         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10775         function.
10776
10777         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10778         (gnus-uu-yenc-article): New function.
10779
10780         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10781
10782         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10783
10784 2007-12-02  Glenn Morris  <rgm@gnu.org>
10785
10786         * binhex.el (binhex): New custom group.
10787         (binhex-decoder-program, binhex-decoder-switches)
10788         (binhex-use-external): Move to the binhex custom group.
10789
10790         * uudecode.el (uudecode): New custom group.
10791         (uudecode-decoder-program, uudecode-decoder-switches)
10792         (uudecode-use-external): Move to the uudecode custom group.
10793
10794         * netrc.el (top-level): Don't load `encrypt' features.
10795         (netrc-parse): Don't use encrypt.
10796         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10797
10798         * encrypt.el: Remove file.
10799
10800 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10803         matches on patches.
10804
10805         * gnus-art.el (gnus-article-browse-html-article):
10806         Mention `mm-text-html-renderer' in the doc string.
10807
10808         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10809         string.  Add comments.
10810
10811         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10812         if rhs is ASCII.
10813
10814 2007-12-01  Glenn Morris  <rgm@gnu.org>
10815
10816         * mail-source.el (top-level): Require format-spec before
10817         eval-when-compile.
10818
10819 2007-11-30  Glenn Morris  <rgm@gnu.org>
10820
10821         * encrypt.el: Require password, rather than autoloading password-read.
10822
10823 2007-11-29  Glenn Morris  <rgm@gnu.org>
10824
10825         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10826         (sasl-make-client, sasl-next-step, sasl-step-data)
10827         (sasl-step-set-data): Declare as functions.
10828
10829 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10832
10833 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10834
10835         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10836         certs should be verified and what is to be done in the event of a
10837         verification failure.
10838
10839         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10840         caller can indicate whether the cache should be disregarded for this
10841         call.  This way the result of the call is reproducible at all times and
10842         can be considered a canonical server name for the supplied method.
10843         (gnus-agent-method-p): Canonicalize server names by pushing their
10844         method through `gnus-method-to-server' using the no-cache argument.
10845
10846         * gnus-srvr.el (gnus-server-insert-server-line):
10847         Call `gnus-method-to-server' with `no-cache' argument.
10848
10849         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10850         gnus-agent-possibly-synchronize-flags as this should be called when the
10851         server is actually being opened.
10852         (gnus-agent-possibly-synchronize-flags)
10853         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10854         flags file of an agentized server to the latter function.
10855
10856         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10857         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10858         after a connection has been established successfully.
10859
10860 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-art.el (article-display-face): Force to display face if called
10863         interactively; check if gnus-article-x-face-too-ugly matches author.
10864         (article-display-x-face): Display face even if From header is missing
10865         as article-display-face does.
10866
10867 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10868
10869         * hashcash.el (message-narrow-to-headers-or-head)
10870         (message-fetch-field, message-goto-eoh)
10871         (message-narrow-to-headers): Declare as functions.
10872
10873 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10874
10875         * mail-source.el (mail-sources): Default to fetch from file for
10876         compatibility with default of nnmail-spool-file.
10877
10878 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10881         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10882         to look for encoded word that should be encoded again.
10883         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10884         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10885         encoding pattern.
10886         (rfc2047-decode-region): Switch strict regexp and loose one according
10887         to rfc2047-allow-irregular-q-encoded-words.
10888
10889 2007-11-25  Romain Francoise  <romain@orebokech.com>
10890
10891         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10892
10893 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * tls.el (tls-program): Provide more custom choices from
10896         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10897         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10898
10899 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10902         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10903
10904         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10905         `nnmail-spool-file'.
10906
10907         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10908         `nnmail-spool-file'.
10909
10910         * gnus-move.el (gnus-change-server): Ditto.
10911
10912         * gnus-kill.el (gnus-batch-score): Ditto.
10913
10914         * gnus-cache.el (gnus-jog-cache): Ditto.
10915
10916         * gnus-msg.el (gnus-summary-reply):
10917         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10918
10919 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10922         version.  Minor improvement to doc strings.
10923         (tls-program): Add comment.
10924
10925 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10926
10927         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10928         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10929         mismatch between the hostname provided in the certificate and the name
10930         of the host connnecting to.
10931         (open-tls-stream): Use them.  Check certificates against trusted root
10932         certificates.
10933
10934 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * gnus-cache.el (gnus-cache-generate-nov-databases):
10937         Use nnml-generate-nov-databases-directory instead of
10938         nnml-generate-nov-databases-1.
10939
10940 2007-11-24  Glenn Morris  <rgm@gnu.org>
10941
10942         * message.el (message-tool-bar-retro): Update for rename
10943         mail_send.xpm->mail-send.xpm.
10944
10945 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10948         `smime-ldap-search' for Emacs 22 and up.
10949
10950 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10951
10952         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10953
10954         * message.el (message-send-mail-function): Fix error convention.
10955         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10956         (message-widen-reply, message-send-mail, message-talkative-question)
10957         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10958         (message-clone-locals, message-send-news): Use with-current-buffer.
10959         (message-insert-or-toggle-importance): Remove unused var `valid'.
10960         (message-make-references): Remove unused var `new-references'.
10961         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10962
10963 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10964
10965         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10966         (spam-split-symbolic-return-positive): Reflow docstring.
10967         (spam-backends, spam-summary-exit-behavior)
10968         (spam-mark-ham-unread-before-move-from-spam-group)
10969         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10970         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10971         (spam-clear-cache, spam-backend-check, spam-install-backend)
10972         (spam-install-statistical-backend, spam-list-of-processors)
10973         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10974         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10975         (spam-check-crm114, spam-initialize, spam-unload-hook):
10976         Fix typos in docstrings.
10977
10978 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10981         been checked if they have never been read and those group levels are
10982         higher than the one that a user specified.
10983
10984 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10987         foreign groups unless a group level is specified by a user.
10988         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10989
10990 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * message.el (message-send-mail-function): Require sendmail.
10993
10994 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * message.el (message-send-mail-function): Check for smtpmail too.
10997
10998         * utf7.el (utf7-encode, utf7-decode): Use coding system
10999         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11000
11001         * message.el (message-send-mail-function): New function.
11002         (message-send-mail-function): Set default using
11003         message-send-mail-function.  Adjust doc string.
11004         (message-send-mail-with-mailclient): New function.
11005
11006 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11007
11008         * smime.el (from):
11009         * rfc2047.el (message-posting-charset):
11010         * qp.el (mm-use-ultra-safe-encoding):
11011         * pop3.el (parse-time-months):
11012         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11013         * nnml.el (files):
11014         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11015         (jka-compr-compression-info-list, ange-ftp-path-format)
11016         (efs-path-regexp):
11017         * nndiary.el (files):
11018         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11019         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11020         (epg-digest-algorithm-alist, inhibit-redisplay)
11021         (password-cache-expiry):
11022         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11023         (pgg-output-buffer, password-cache-expiry):
11024         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11025         (efs-path-regexp):
11026         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11027         (inhibit-redisplay):
11028         * mm-uu.el (file-name, start-point, end-point, entry)
11029         (gnus-newsgroup-name, gnus-newsgroup-charset):
11030         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11031         (latin-unity-ucs-list):
11032         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11033         (mm-uu-binhex-decode-function):
11034         * message.el (gnus-message-group-art, gnus-list-identifiers)
11035         (rmail-enable-mime-composing, gnus-local-organization)
11036         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11037         (gnus-read-active-file, facemenu-add-face-function)
11038         (facemenu-remove-face-function, gnus-article-decoded-p)
11039         (tool-bar-mode):
11040         * mail-source.el (display-time-mail-function):
11041         * gnus-util.el (nnmail-pathname-coding-system)
11042         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11043         (gnus-original-article-buffer, gnus-user-agent)
11044         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11045         (xemacs-codename, sxemacs-codename, emacs-program-version):
11046         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11047         * gnus-start.el (gnus-agent-covered-methods)
11048         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11049         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11050         (gnus-newsgroup-headers, gnus-group-list-mode)
11051         (gnus-group-mark-positions, gnus-newsgroup-data)
11052         (gnus-newsgroup-unreads, nnoo-state-alist)
11053         (gnus-current-select-method, mail-sources)
11054         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11055         (nnmail-spool-file, gnus-cache-active-hashtb):
11056         * gnus-mh.el (mh-lib-progs):
11057         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11058         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11059         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11060         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11061         (gnus-group-buffer):
11062         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11063         (font-lock-set-defaults):
11064         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11065         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11066         (gnus-summary-post-menu, total-parts, type, condition, length):
11067         * gnus-agent.el (gnus-agent-read-agentview):
11068         * flow-fill.el (show-trailing-whitespace):
11069         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11070         eval-and-compile wrappers for byte compiler pacifiers.
11071
11072         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11073         (mm-display-inline-fontify): Check for featurep 'xemacs not
11074         extent-list.
11075
11076         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11077         itimer-list.
11078         (mm-create-image-xemacs): Only do something for XEmacs.
11079         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11080
11081         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11082
11083         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11084         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11085
11086 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11087
11088         * nnimap.el (nnimap-split-download-body):
11089         * gnus-demon.el (gnus-demon):
11090         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11091
11092 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11095         New macros.
11096         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11097         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11098         copy data from unibyte buffer to multibyte current buffer.
11099         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11100         to copy data from unibyte current buffer to multibyte buffer.
11101         (nntp-make-process-buffer): Make process buffer unibyte.
11102
11103         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11104
11105 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11106
11107         * pop3.el (pop3-open-server): Accept and process data more robustly at
11108         connexion start to avoid spurious "POP SSL connexion failed" errors.
11109
11110 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11113         read group names.
11114
11115 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11118
11119 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11122         (nnmail-save-active): Use a unibyte buffer when saving active file,
11123         which may contain non-ASCII group names.
11124
11125         * nnml.el (nnml-request-group): Decode group names in messages.
11126
11127 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * message.el (message-citation-line-function)
11130         (message-insert-formatted-citation-line): Fix spelling of
11131         `message-insert-formated-citation-line'.
11132
11133 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11136
11137 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11140         nnmail-pathname-coding-system.
11141
11142         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11143         that a user enters; decode group names in messages.
11144
11145         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11146
11147 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11150
11151         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11152
11153         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11154         risky local variable.
11155
11156         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11157
11158 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11159
11160         * encrypt.el: Improve documentation to fix function name typo.
11161         Reported by Daiki Ueno <ueno@unixuser.org>.
11162
11163 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11166         even if the point is not in the last page of an article.
11167         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11168         back to the previous page.
11169
11170 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11173
11174 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11177
11178 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11179
11180         * message.el (message-check-news-body-syntax):
11181         Avoid mm-string-as-multibyte.
11182         (message-hide-headers): Don't assume (point-min)==1.
11183
11184 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * message.el (message-remove-blank-cited-lines): Fix if remove is
11187         given.
11188         (message-bogus-address-regexp): New variable.
11189         (message-bogus-recipient-p): New function.
11190         (message-check-recipients): New command.
11191         (message-syntax-checks): Add `bogus-recipient'.
11192         (message-fix-before-sending): Add `bogus-recipient'.
11193
11194         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11195         (gnus-treat-body-boundary): Don't test window-system.
11196
11197 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11198
11199         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11200
11201 2007-10-28  Miles Bader  <miles@gnu.org>
11202
11203         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11204         at compile-time too.
11205
11206 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * gnus-msg.el (gnus-message-setup-hook):
11209         Add `message-remove-blank-cited-lines' to options.
11210
11211 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * message.el (message-remove-blank-cited-lines): New function.
11214         Suggested by Karl Plästerer.
11215
11216 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11219         mapc.
11220
11221         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11222         (top-level): Use mapc to set functions to be traced for debugging.
11223
11224         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11225         called for effect with while loop.
11226
11227         * message.el (message-talkative-question): Replace mapcar called for
11228         effect with mapc.
11229
11230         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11231         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11232         called for effect with dolist.
11233
11234         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11235
11236         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11237         gnus-extra-headers and nnmail-extra-headers.
11238
11239         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11240         called for effect with dolist.
11241         (top-level): Use mapc to set functions to be traced for debugging.
11242
11243         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11244         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11245         dolist.
11246
11247         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11248         Replace mapcar called for effect with mapc.
11249         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11250         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11251         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11252         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11253
11254         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11255         remove-if that's a cl function.
11256
11257         * webmail.el (webmail-debug): Replace mapcar called for effect with
11258         dolist.
11259
11260         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11261         with mapc.
11262
11263 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11266         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11267         with while loop.
11268
11269         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11270         functions from article-* functions.
11271         (gnus-multi-decode-header): Replace mapcar called for effect with
11272         dolist.
11273
11274         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11275         (gnus-bookmark-show-details): Replace mapcar called for effect with
11276         while loop.
11277
11278         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11279         called for effect with while loop.
11280
11281         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11282         with dolist.
11283
11284         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11285         Replace mapcar called for effect with dolist.
11286
11287         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11288
11289         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11290         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11291         Replace mapcar called for effect with dolist.
11292         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11293         mapc.
11294
11295         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11296         Replace mapcar called for effect with dolist.
11297         (gnus-topic-list): Replace mapcar called for effect with mapc.
11298
11299         * gnus.el: Use mapc instead of mapcar to add autoloads.
11300
11301 2007-10-23  Richard Stallman  <rms@gnu.org>
11302
11303         * gnus-group.el (gnus-group-highlight): Mark as risky.
11304
11305 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * gnus.el (gnus-server-to-method): Return method found first in
11308         gnus-newsrc-alist.
11309
11310         * gnus-art.el (gnus-article-highlight-signature)
11311         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11312         button overlay without the front stickiness.
11313
11314 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11315
11316         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11317         overview buffer needed a catch to receive its throw.
11318         (gnus-agent-flush-cache): Declare as interactive to make this function
11319         easier to use.
11320
11321 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11324         `next-line'.
11325
11326 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11329         exclude address matching message-dont-reply-to-names.
11330
11331 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * gnus-util.el (gnus-string<): New function.
11334
11335         * gnus-sum.el (gnus-article-sort-by-author)
11336         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11337
11338 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11341         the frame-focus tag is set in gnus-buffer-configuration.
11342
11343 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11346         the front stickiness.
11347
11348 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11351         url pattern; remove duplicate one.
11352         (gnus-article-extend-url-button): New function.
11353         (gnus-article-add-buttons): Use it.
11354         (gnus-button-push): Use concatenated url that it makes.
11355
11356 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11357
11358         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11359
11360 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11361
11362         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11363         Don't hardcode point-min==1.
11364
11365 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11368         Fix comment about "iso8859-1".
11369
11370 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11371
11372         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11373         ones returned from the verify-function.
11374
11375         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11376         Call mml2015-extract-cleartext-signature if extraction failed.
11377
11378 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11379
11380         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11381         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11382         failed.
11383
11384 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11387
11388 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11391         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11392         recommends to use EasyPG instead of PGG.
11393
11394         * pgg.el: Revert to revision 6.23.2.16.
11395
11396         * pgg-def.el: Revert to revision 6.6.2.14.
11397
11398         * pgg-gpg.el: Revert to revision 6.23.2.34.
11399
11400 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11401
11402         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11403         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11404         thread for both the null and zero (kill/expire thread) universal prefix
11405         cases.
11406         (gnus-summary-expire-thread): Add new function to expire a thread,
11407         using gnus-summary-kill-thread.
11408         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11409         shortcuts for gnus-summary-expire-thread.
11410         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11411         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11412
11413 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11414
11415         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11416         extras value, so an extras entry can be deleted.
11417         (gnus-registry-delete-extra-entry): Use it.
11418         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11419         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11420         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11421         storage through the gnus-registry, and provide an appropriate API for
11422         it.
11423
11424 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11427         Suggested by Leo <sdl.web@gmail.com>.
11428
11429         * gnus.el: Do.
11430
11431 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11434         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11435
11436         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11437
11438         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11439         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11440
11441 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11444         newline.
11445         (nnmbox-request-accept-article): Don't change article in source buffer;
11446         narrow to header to use message-fetch-field rather than
11447         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11448         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11449         as delimiters; make sure article ends with newline.
11450         (nnmbox-delete-mail): Correct last position of article to be deleted;
11451         ignore X-Gnus-Newsgroup header in article body.
11452         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11453         positions; make sure article ends with newline.
11454
11455         * message.el (message-display-abbrev): Don't infloop when a user
11456         inserts SPC in the beginning of header.
11457
11458         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11459         coding-system-for-read and coding-system-for-write for XEmacs having no
11460         file-coding feature.
11461
11462         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11463
11464 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11465
11466         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11467         list of groups not followed by default.  Fix type to be regexp.
11468         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11469
11470 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11471
11472         * hmac-def.el (define-hmac-function): Switch from old-style to
11473         new-style backquotes.
11474
11475         * md4.el (md4-make-step): Likewise.
11476
11477 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11480         raw-text coding system when saving .newsrc file, which may contain
11481         non-ASCII group names.
11482
11483 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-cus.el (gnus-score-extra): New widget.
11486         (gnus-score-extra-convert): New function.
11487         (gnus-score-customize): Use it for Extra.
11488
11489 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11490
11491         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11492         (mml2015-mailcrypt-clear-verify): Use it.
11493         (mml2015-gpg-clear-verify): Use it.
11494         (mml2015-pgg-clear-verify): Use it.
11495         (mml2015-epg-clear-verify): Replace the current part with the output
11496         from GnuPG; don't extract the plaintext by itself.
11497
11498         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11499         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11500         mml2015-clear-verify-function; don't touch the armor headers or
11501         dash-escaped text here.
11502
11503 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11506         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11507         parts, or application/octet-stream as a last resort.
11508         (gnus-mime-view-part-as-type): Don't toggle display.
11509         (gnus-mime-view-part-as-charset): Don't turn off display before
11510         querying charset.
11511
11512         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11513         stuff to undisplayer function in Emacs.
11514         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11515
11516         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11517         text/calendar parts.
11518
11519 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11522         decoding text/calendar parts.
11523
11524         * message.el (message-forward-make-body-mime): Always mark body as
11525         having no illegible text; remove signed-or-encrypted argument.
11526         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11527
11528         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11529         (mml-generate-mime-1): Don't encode body if it is specified to be in
11530         raw form; don't make buffer be unibyte when inserting multibyte string.
11531
11532 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11533
11534         * sha1.el: Fix up comment style.
11535         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11536         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11537
11538         * hex-util.el: Fix up comment style.
11539         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11540
11541         * gnus-salt.el: Use with-current-buffer.
11542         (gnus-pick-setup-message): Fix long-standing typo.
11543
11544 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * imap.el (imap-logout-timeout): New variable.
11547         (imap-logout, imap-logout-wait): New functions.
11548         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11549
11550         * nnimap.el (nnimap-logout-timeout): New server variable.
11551         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11552         nnimap-logout-timeout.
11553
11554         * gnus-art.el (gnus-article-summary-command-nosave)
11555         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11556
11557 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus.el (gnus-maximum-newsgroup): New variable.
11560
11561         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11562         according to gnus-maximum-newsgroup.
11563
11564         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11565         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11566         Limit the range of articles according to gnus-maximum-newsgroup.
11567
11568 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11569
11570         * gnus-art.el (gnus-sticky-article): Fix problems described in
11571         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11572         Don't perform gnus-configure-windows here; reuse existing sticky
11573         article buffer.
11574
11575         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11576         it doesn't exist in gnus-article-mode.
11577
11578 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11581         (gnus-agent-decoded-group-name): New function.
11582         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11583         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11584
11585 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11586
11587         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11588         Add binding for gnus-sticky-article.
11589         (gnus-summary-exit): Don't kill sticky article buffers.
11590
11591         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11592         article buffer.
11593         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11594         (gnus-kill-sticky-article-buffers): New commands.
11595
11596 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * nntp.el (nntp-xref-number-is-evil): New server variable.
11599         (nntp-find-group-and-number): If it is non-nil, don't trust article
11600         numbers in the Xref header.
11601
11602 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * gnus-agent.el (gnus-agent-read-group): New function.
11605         (gnus-agent-flush-group, gnus-agent-expire-group)
11606         (gnus-agent-regenerate-group): Use it.
11607         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11608         nnmail-pathname-coding-system.
11609
11610 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11613
11614         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11615         that are unread as unread, and also as selected so that information of
11616         marks having been changed by a user may be updated when exiting group.
11617
11618 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11619
11620         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11621
11622 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11625         calculated ignoring signature parts to gnus-treat-article.
11626
11627 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11630         a point here in order to keep the window start.
11631         (gnus-insert-mime-security-button): Make a button overlay without the
11632         front stickiness.
11633         (gnus-mime-display-security): Goto the end of a button.
11634
11635         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11636
11637 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11640         group-name-at-point.
11641         (gnus-group-completing-read): New function that offers decoded
11642         non-ASCII group names for completion.
11643         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11644         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11645         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11646         (gnus-group-fetch-control): Use it.
11647         (gnus-fetch-group): Use group-name-at-point for the initial value
11648         rather than the default value; use gnus-alive-p.
11649
11650         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11651         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11652         (gnus-summary-post-news): Use gnus-group-completing-read.
11653
11654         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11655         (gnus-read-move-group-name): Decode group name for completion.
11656
11657 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11658
11659         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11660         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11661         Yamaoka slightly modified the code).
11662
11663 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11666         (nnmail-split-incoming): Bind it.
11667
11668         * nnml.el (nnml-group-name-charset): New function.
11669         (nnml-decoded-group-name): Use it; don't decode group name if
11670         nnmail-group-names-not-encoded-p is non-nil.
11671         (nnml-encoded-group-name): New function.
11672         (nnml-group-pathname): Inline nnml-decoded-group-name.
11673         (nnml-request-expire-articles): Decode group name in message.
11674         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11675         nnmail-pathname-coding-system.
11676         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11677         not decoded ones according to nnmail-group-names-not-encoded-p.
11678         (nnml-generate-active-info): Use nnml-encoded-group-name.
11679
11680 2007-08-08  Glenn Morris  <rgm@gnu.org>
11681
11682         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11683         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11684         doc-strings and comments.
11685
11686 2007-07-25  Glenn Morris  <rgm@gnu.org>
11687
11688         * Relicense all FSF files to GPLv3 or later.
11689
11690 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * gnus-sum.el (gnus-summary-move-article):
11693         Make gnus-summary-respool-article work.
11694
11695 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11698         string.
11699
11700 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11701
11702         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11703         that should be ignored when comparing distant RSS articles with local
11704         ones.
11705         (nnrss-make-hash-index): New function.  Create a hash index according
11706         to the ignored fields.
11707         (nnrss-check-group): Use it.
11708
11709 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11712
11713         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11714
11715         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11716         the new optional argument ENCODED is non-nil.
11717         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11718         coding system for encoding group name.
11719         (gnus-group-make-rss-group): Pass un-encoded group name to
11720         gnus-group-make-group.
11721         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11722         encoded.
11723
11724         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11725         Encode group name to which articles are moved or copied.
11726         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11727         coding system for encoding Newsgroup, Followup-To and Xref headers.
11728
11729         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11730         marks; use nnheader-file-coding-system to write a file.
11731         (nnagent-retrieve-headers): Bind file-name-coding-system to
11732         nnmail-pathname-coding-system.
11733
11734         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11735
11736         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11737         (nnml-request-article, nnml-request-create-group)
11738         (nnml-request-rename-group, nnml-find-id)
11739         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11740         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11741         (nnml-save-marks): Use nnml-group-pathname instead of
11742         nnmail-group-pathname.
11743
11744         (nnml-request-create-group, nnml-request-expire-articles)
11745         (nnml-request-move-article, nnml-request-delete-group)
11746         (nnml-deletable-article-p, nnml-possibly-create-directory)
11747         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11748         (nnml-open-marks): Bind file-name-coding-system to
11749         nnmail-pathname-coding-system.
11750
11751         (nnml-request-article): Pass server argument to nnml-find-group-number.
11752         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11753         Pass server argument to nnml-possibly-create-directory.
11754         (nnml-request-accept-article): Pass server argument to
11755         nnml-active-number and nnml-save-mail.
11756         (nnml-find-group-number): Pass server argument to nnml-find-id.
11757         (nnml-request-update-info): Pass server argument to
11758         nnml-marks-changed-p.
11759
11760         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11761         (nnml-save-mail, nnml-active-number): Add server argument.
11762
11763         (nnml-request-delete-group): Warn if group is missing.
11764         (nnml-get-nov-buffer): Decode group name.
11765         (nnml-generate-active-info): Encode group name.
11766         (nnml-open-marks): Decode group name in messages.
11767
11768 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11771         if it is not specified.
11772         (gnus-article-pipe-part, gnus-article-save-part)
11773         (gnus-article-interactively-view-part, gnus-article-copy-part)
11774         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11775         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11776         (gnus-article-replace-part, gnus-article-delete-part)
11777         (gnus-article-view-part-as-type): Pass raw prefix argument to
11778         gnus-article-part-wrapper.
11779
11780 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-agent.el (gnus-agent-save-active):
11783         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11784
11785         * gnus-cache.el (gnus-cache-save-buffers)
11786         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11787         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11788         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11789         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11790         (gnus-cache-generate-active, gnus-cache-rename-group)
11791         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11792         (gnus-cache-update-overview-total-fetched-for):
11793         Bind file-name-coding-system to nnmail-pathname-coding-system.
11794         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11795         New variables.
11796         (gnus-cache-decoded-group-name): New function.
11797         (gnus-cache-file-name): Use it.
11798         (gnus-cache-generate-active): Use non-decoded group name for active.
11799
11800         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11801         right place.
11802         (gnus-write-active-file): Don't break non-ASCII group names.
11803
11804         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11805         nnmail-pathname-coding-system.
11806
11807         * lpath.el: Bind default-file-name-coding-system,
11808         file-name-coding-system and language-info-alist for XEmacs.
11809
11810         * gnus-uu.el (gnus-uu-decode-save): Typo.
11811
11812 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11815
11816 2007-07-14  David Kastrup  <dak@gnu.org>
11817
11818         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11819         finishing actions if we did not edit the article.
11820
11821 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11824         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11825         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11826         (gnus-agent-flush-group, gnus-agent-flush-cache)
11827         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11828         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11829         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11830         (gnus-agent-regenerate-group)
11831         (gnus-agent-update-files-total-fetched-for)
11832         (gnus-agent-update-view-total-fetched-for):
11833         Bind file-name-coding-system to nnmail-pathname-coding-system.
11834         (gnus-agent-group-pathname): Don't encode file names by
11835         nnmail-pathname-coding-system.
11836         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11837         coding-system-for-write instead of buffer-file-coding-system to
11838         gnus-agent-file-coding-system.
11839
11840         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11841         Decode group name.
11842
11843         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11844
11845         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11846         (gnus-read-newsrc-el-file): Make group names unibyte.
11847
11848         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11849         nnmail-pathname-coding-system.
11850
11851         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11852         (nnrss-request-delete-group): Bind file-name-coding-system to
11853         nnmail-pathname-coding-system.
11854         (nnrss-read-server-data, nnrss-read-group-data):
11855         Bind file-name-coding-system correctly.
11856         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11857
11858         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11859         (nntp-server-to-method-cache): New variable.
11860         (nntp-group-pathname): New function that decodes non-ASCII group names.
11861         (nntp-possibly-create-directory, nntp-marks-changed-p)
11862         (nntp-save-marks, nntp-open-marks): Use it.
11863         (nntp-possibly-create-directory, nntp-open-marks):
11864         Bind file-name-coding-system to nnmail-pathname-coding-system.
11865         (nntp-open-marks): Decode group names when bootstrapping marks.
11866
11867         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11868         Newsgroups and Folowup-To headers.
11869
11870 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11873         (gnus-server-closed-face, gnus-server-denied-face)
11874         (gnus-server-offline-face): Remove variable.
11875         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11876
11877         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11878         of modifying message-stack directly for XEmacs.
11879
11880         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11881         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11882         if the coding-system argument is nil for XEmacs.
11883
11884         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11885         mm-charset-override-alist.
11886
11887         * rfc2047.el: Don't require base64; require rfc2045 for the function
11888         rfc2045-encode-string.
11889         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11890         to quote the parameter value.
11891
11892 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11895         form in gnus-group-name-charset-method-alist.
11896
11897         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11898         overrides the default layout edit-form.
11899
11900         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11901
11902         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11903
11904 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11907         as unfetched articles.
11908
11909 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11912
11913 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11916         original back end that keeps marks in the local system.
11917
11918 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11921         arg of pop-to-buffer for XEmacs.
11922         (gnus-article-read-summary-keys): Ditto; don't restore window
11923         configuration if summary command ends up with neither article buffer
11924         nor summary buffer; describe bindings if summary keys end with C-h.
11925
11926 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * message.el (message-fix-before-sending): Skip raw message part to be
11929         forwarded while checking illegible text.
11930         (message-forward-make-body-mime, message-forward-make-body):
11931         Mark signed or encrypted raw message as having no illegible text.
11932
11933 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11936         (gnus-message-with-timestamp-1): New macro.
11937         (gnus-message-with-timestamp): New function.
11938         (gnus-message): Use them.
11939
11940         * nnheader.el (nnheader-message): Use them.
11941
11942 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11945         .newsrc.eld file.
11946
11947 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * gnus-agent.el (gnus-agent-fetch-headers)
11950         (gnus-agent-retrieve-headers):
11951         Bind gnus-decode-encoded-address-function to identity.
11952
11953         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11954         available also when the server returns simply a dot.
11955
11956         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11957
11958 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11961
11962 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * gnus-ems.el (gnus-x-splash): Make it work.
11965
11966         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11967         from being used.
11968
11969         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11970
11971 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11974         4th and the 5th arguments.
11975
11976         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11977         the front stickiness.
11978         (gnus-article-summary-command-nosave): Correct the order of the
11979         arguments passed to pop-to-buffer.
11980         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11981         summary command ends up with the article buffer.
11982
11983         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11984         the same faces.
11985
11986 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11987
11988         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11989
11990 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11991
11992         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11993         * gnus-sum.el (gnus-summary-highlight):
11994         * pgg.el (pgg-sign-region, pgg-sign):
11995         * mail-source.el (mail-source-delete-old-incoming-confirm):
11996         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11997
11998 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * gnus-art.el (gnus-mime-view-part-externally)
12001         (gnus-mime-view-part-internally): Fix predicate function passed to
12002         completing-read.
12003
12004         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12005
12006         * gnus.el (gnus-update-message-archive-method): Add :version.
12007
12008 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus.el (gnus-update-message-archive-method): New variable.
12011
12012         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12013         according to gnus-message-archive-method if
12014         gnus-update-message-archive-method is non-nil.
12015
12016 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12019         Suggested by Loic Dachary <loic@dachary.org>.
12020         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12021
12022 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * message.el (message-pop-to-buffer): Add switch-function argument.
12025         (message-mail): Pass switch-function argument to it.
12026
12027 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12030         Improve doc string.
12031
12032 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12035         (gnus-header-content)
12036         * gnus-cite.el (gnus-cite-10)
12037         * gnus-srvr.el (gnus-server-closed)
12038         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12039         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12040         (gnus-group-mail-3-empty, gnus-group-mail-low)
12041         (gnus-group-mail-low-empty, gnus-splash)
12042         * message.el (message-header-to, message-header-cc)
12043         (message-header-subject, message-header-other, message-header-name)
12044         (message-header-xheader, message-separator, message-cited-text)
12045         (message-mml): Lighten colors of faces used for dark background.
12046
12047 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12048
12049         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12050         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12051
12052 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * message.el (message-narrow-to-headers-or-head):
12055         Ignore mail-header-separator in the body.
12056
12057 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12060         same as window size.
12061
12062 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12063
12064         * message.el (message-font-lock-keywords): Use message-header-xheader
12065         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12066         ahead of the anything pattern, to get it recognised.
12067
12068 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12071         spam.el loads uses it in the compiled defadvice form.
12072
12073 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12074
12075         * gnus-sum.el (gnus-articles-to-read)
12076         (gnus-summary-insert-old-articles): Don't truncate group name for
12077         `read-string'.
12078
12079         * gnus-util.el (gnus-limit-string): Delete this function.
12080
12081         * gnus-sum.el (gnus-simplify-subject-fully):
12082         Use `truncate-string-to-width' instead.
12083
12084 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12085
12086         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12087         Tell if, on summary exit, the next group has to be selected.
12088         (gnus-summary-exit): Use it.
12089
12090 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12093         non-break space.
12094
12095 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12098         Check if group is not a directory.
12099         (nnfolder-request-expire-articles): Don't delete articles if the target
12100         group is not available.
12101
12102         * nnml.el (nnml-request-create-group): Properly check if group is not a
12103         file.
12104         (nnml-request-expire-articles): Don't delete articles if the target
12105         group is not available.
12106
12107         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12108         Don't quote characters that are within parentheses.
12109
12110 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12113         (gnus-handle-ephemeral-exit): Select article according to it.
12114
12115 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * message.el (message-insert-formated-citation-line): Remove newline.
12118         (message-citation-line-format): Add final \n here so that the user can
12119         avoid a blank line.
12120
12121 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12122
12123         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12124         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12125         Update lanl/arXiv support.
12126
12127 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * gnus.el: Bump version number.
12130
12131 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12132
12133         * gnus.el (gnus-version-number): Bump version.
12134
12135 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12136
12137         * gnus.el: No Gnus v0.6 is released.
12138
12139 2007-04-27  Didier Verna  <didier@xemacs.org>
12140
12141         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12142         * gmm-utils.el (gmm-regexp-concat): ... here.
12143         * message.el: Don't require 'gnus-util.
12144         (message-dont-reply-to-names): Handle name change above.
12145         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12146
12147 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12150         since the initial value varies according to the system.
12151
12152 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12155
12156 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12157
12158         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12159
12160 2007-04-24  Didier Verna  <didier@xemacs.org>
12161
12162         Improve the type of gnus-ignored-from-addresses.
12163         * gnus-util.el (gnus-orify-regexp): New function.
12164         * message.el (gnus-util): Require it.
12165         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12166         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12167         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12168
12169 2007-04-24  Didier Verna  <didier@xemacs.org>
12170
12171         * gnus-sum.el:
12172         * gnus-utils.el: Fix some trailing whitespaces.
12173
12174 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12177         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12178         article's Message-ID; refer parent article in summary buffer.
12179
12180         * message.el (message-bounce): Call mime-to-mml.
12181
12182         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12183         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12184         optimize and/or forms properly.
12185
12186 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12189         URL.
12190
12191 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12194
12195 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12198         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12199         displayed of multipart/alternative part if it is invoked from summary
12200         buffer.
12201
12202         * mm-view.el (mm-inline-text-html-render-with-w3m)
12203         (mm-inline-text-html-render-with-w3m-standalone)
12204         (mm-inline-render-with-function): Use mail-parse-charset by default.
12205
12206 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12207
12208         * parse-time.el (parse-time-string-chars): Check if CHAR
12209         is less than the length of parse-time-syntax.
12210
12211 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12214         from gnus-newsgroup-processable.
12215
12216 2007-04-16  Didier Verna  <didier@xemacs.org>
12217
12218         * gnus-msg.el (gnus-configure-posting-styles):
12219         Handle message-signature-directory properly with :file syntax.
12220         Reported by "Leo".
12221
12222 2007-04-11  Didier Verna  <didier@xemacs.org>
12223
12224         New user option: message-signature-directory.
12225         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12226         * message.el (message-insert-signature): Ditto.
12227         * message.el (message-signature-file): Doc update.
12228         * message.el (message-signature-directory): New.
12229
12230 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * gnus-msg.el (gnus-inews-yank-articles):
12233         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12234
12235 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * message.el (message-yank-original): Make sure cited text ends with
12238         newline; don't exchange point and mark.
12239
12240 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12241
12242         * tls.el (open-tls-stream): Properly handle case where there
12243         is no associated buffer.
12244
12245 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12246
12247         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12248         message-yank-original, make sure (< mark TEXT point).
12249
12250 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * message.el (message-fill-column): New variable.
12253         (message-mode): Use it.  Add comment on a possible new hook.
12254
12255         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12256         (nnmail-get-new-mail): Reformat.
12257
12258         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12259
12260         * gmm-utils.el: Fix Commentary.
12261         (gmm-tool-bar-from-list): Fix typo in doc string.
12262
12263 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12264
12265         * message.el (message-yank-original): Don't switch point and mark
12266         unnecessarily to put point and mark as documented.
12267
12268 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12269
12270         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12271         from the message heads.
12272
12273 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12274
12275         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12276         article buffer does not have a window.  This may not be the best
12277         solution but is certainly better than setting the start of the null,
12278         that is the current, window.
12279
12280 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12283         (gnus-draft-setup): Run it.
12284
12285         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12286         gnus-score-fast-scoring.  Allow regexp.
12287         (gnus-score-headers): Use it.
12288
12289         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12290         XEmacs.
12291
12292         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12293         string.
12294         (gnus-button-alist): Also catch `<f1> k ...'.
12295         (gnus-treat-display-x-face): Fix doc string.
12296
12297 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12298
12299         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12300         evaluation of gnus-extended-version to ensure correct generation of the
12301         User-Agent header when message-generate-headers-first is used.
12302
12303 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12304
12305         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12306         hashcash-path is nil.  Don't call callback with incorrect number of
12307         parameters if val is 0.
12308
12309 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12310
12311         * message.el (message-required-news-headers):
12312         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12313
12314 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12315
12316         * tls.el (open-tls-stream): In handshake-waiting loop,
12317         don't wait more if there is output available to process.
12318
12319 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12320
12321         * tls.el (tls-program): Doc fix.
12322
12323 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * message.el (message-generate-new-buffers): Change the meaning of the
12326         nil value; add `standard' to the choices; treat t as `unique'; improve
12327         doc string.
12328         (gnus-select-frame-set-input-focus): Autoload.
12329         (message-buffer-name): Search for the existing message buffer if
12330         message-generate-new-buffers is nil or `standard'; treat the value t of
12331         message-generate-new-buffers as `unique'.
12332         (message-pop-to-buffer): Raise the frame already displaying the message
12333         buffer; clear the echo area after querying.
12334         (message-setup): Pass the `continue' argument to compose-mail.
12335         (message-mail): Prefer `switch-function' if it is given; search for the
12336         existing message buffer if the `continue' argument is non-nil; pass
12337         continue and switch-function arguments to compose-mail by way of
12338         message-setup.
12339         (message-mail-other-window): Adjust argument of message-setup.
12340         (message-mail-other-frame): Ditto.
12341
12342 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12345         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12346         to turn font-lock on when turning gnus-message-citation-mode on.
12347
12348 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12349
12350         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12351         (mml-smime-function-alist): New variable; add epg as the backend.
12352         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12353         mml-smime- functions instead.
12354         * mm-view.el: Require smime.
12355
12356 2007-03-05  Didier Verna  <didier@xemacs.org>
12357
12358         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12359         instead of just inheritance for posting styles.
12360         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12361
12362 2007-02-24  Chris Moore  <dooglus@gmail.com>
12363
12364         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12365         * pgg-pgp.el (pgg-pgp-encrypt-region):
12366         * pgg-gpg.el (pgg-gpg-encrypt-region):
12367         Check pgg-encrypt-for-me if no other recipients.
12368
12369 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12370
12371         * tls.el (tls-certtool-program): Fix custom type.
12372
12373 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12376         and point-at-eol instead of line-(beginning|end)-position.
12377
12378         * assistant.el (assistant-parse-buffer): Ditto.
12379
12380         * netrc.el (netrc-parse-services): Ditto.
12381
12382 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12383
12384         * mml2015.el (mml2015-epg-find-usable-key): New function.
12385         (mml2015-epg-sign): Use it.
12386         (mml2015-epg-encrypt): Use it.
12387
12388 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * message.el (message-make-in-reply-to): Quote name containing
12391         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12392         if there are special characters.  Reported by NAKAJI Hiroyuki
12393         <nakaji@jp.freebsd.org>.
12394
12395 2007-02-27  Didier Verna  <didier@xemacs.org>
12396
12397         Include the group parameters as well as the topic ones in the
12398         inheritance filter process.
12399         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12400         argument GROUP-PARAMS-LIST.
12401         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12402
12403 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * nntp.el (nntp-never-echoes-commands)
12406         (nntp-open-connection-functions-never-echo-commands): New variables.
12407         (nntp-send-command): Use them.
12408
12409 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12410
12411         * mml2015.el (mml2015-epg-verify): Simplify.
12412
12413 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * mml.el (mml-content-disposition-alist): New user option.
12416         (mml-content-disposition): New function.
12417         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12418         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12419
12420 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12421
12422         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12423         verification.
12424
12425 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12426
12427         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12428         articles posted in the last 24 hours.
12429
12430 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12431
12432         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12433
12434 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12435
12436         * nntp.el (nntp-send-command): Don't wait for echoes when
12437         nntp-open-ssl-stream is used.
12438
12439 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12442         (gnus-message-add-citation-keywords)
12443         (gnus-message-remove-citation-keywords): Remove.
12444         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12445         directly, make the variables in font-lock-defaults buffer-local, add
12446         gnus-message-citation-keywords to them and then update the value of
12447         font-lock-keywords.
12448
12449 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * message.el (message-cite-original-1): Don't call
12452         gnus-article-highlight-citation.
12453
12454         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12455         citations; fix line count.
12456
12457 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12460         (gnus-message-add-citation-keywords)
12461         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12462         versions of font-lock-add-keywords and font-lock-remove-keywords to
12463         work with XEmacs correctly.
12464
12465 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * gnus-cite.el (gnus-cite-face-list): Set the values of
12468         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12469         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12470         (gnus-message-cite-prefix-regexp): New variable.
12471         (gnus-message-search-citation-line): Use it; protect against long
12472         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12473         the 0th match data for Emacs.
12474         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12475         (gnus-message-add-citation-keywords): Append keywords rather than
12476         prepending; emulate font-lock-add-keywords if it is not available.
12477         (gnus-message-remove-citation-keywords):
12478         Emulate font-lock-remove-keywords if it is not available.
12479
12480         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12481
12482         * message.el (message-cite-prefix-regexp): Set the value of
12483         gnus-message-cite-prefix-regexp.
12484
12485 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12486
12487         * nnweb.el (nnweb-google-parse-1): Update parser.
12488
12489 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12490
12491         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12492
12493 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12494
12495         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12496         regexp.
12497
12498 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12501         string-to-multibyte.
12502         (uudecode-decode-region-internal): Use it.
12503
12504         * lpath.el: Fbind string-as-multibyte for XEmacs.
12505
12506 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12509         Fix custom choice.
12510
12511         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12512
12513 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12514
12515         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12516
12517         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12518         `write-region' to respect `mm-inhibit-file-name-handlers'.
12519
12520 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12523         Use gnus-home-directory instead of "~/" or "$HOME".
12524
12525 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12526
12527         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12528         to mention filename.
12529         Add comments at beginning regarding usage.
12530         (encrypt-write-file-contents): Change interactive so a string is
12531         acceptable.  If the file has no associated model, show an error instead
12532         of a nonsense prompt.
12533
12534 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12535
12536         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12537         Thanks to Yoshihiko Yamada for kind notification of this typo.
12538
12539 2007-01-12  Kenichi Handa  <handa@m17n.org>
12540
12541         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12542         multibyte buffer.
12543
12544 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * gnus-score.el (gnus-score-fast-scoring): New variable.
12547         (gnus-score-headers): Use it.
12548
12549         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12550
12551         * message.el (message-cite-original-1):
12552         Call gnus-article-highlight-citation if requested.
12553         (message-make-from): Allow name and address as optional arguments.
12554
12555         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12556
12557         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12558         bugs to doc string.
12559         (gnus-button-alist): Add mid\\|message-id.
12560         (gnus-button-fetch-group): Extend for use in
12561         `browse-url-browser-function'.
12562         (gnus-button-url-regexp): Try to catch paired parentheses like in
12563         Wikipedia URLs.
12564
12565         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12566         Suggested by Simon Krahnke <overlord@gmx.li>.
12567
12568 2007-01-13  Romain Francoise  <romain@orebokech.com>
12569
12570         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12571         Update copyright.
12572
12573 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12574
12575         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12576
12577 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12578
12579         * gnus-registry.el (gnus-registry-unfollowed-groups)
12580         (gnus-registry-split-fancy-with-parent): Fix documentation.
12581
12582 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12583
12584         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12585         from nnweb groups.
12586
12587 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12588
12589         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12590         Xref urls.  Erase buffer before requesting head.
12591
12592         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12593
12594 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12597         customizable.
12598
12599 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12600
12601         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12602         no signing key is found.
12603         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12604         no encrypting and/or signing key is found.
12605
12606 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12609
12610 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12611
12612         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12613         headers read from disk with the ones newly found in the current search.
12614         This should no longer cause problems, because the article numbers in
12615         Gmane's `nov.php' output are ignored since the previous change.
12616
12617 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12618
12619         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12620
12621 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12624         replace-regexp-in-string; bind url-version; fbind display-images-p and
12625         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12626         find-face and set-itimer-function for Emacs; bind itimer-list for
12627         Emacs.
12628
12629         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12630
12631 2007-01-01  Romain Francoise  <romain@orebokech.com>
12632
12633         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12634
12635 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12636
12637         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12638         `define-minor-mode' macro definition expanded properly.
12639         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12640         exclude it there.
12641
12642         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12643         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12644         `fboundp' test.
12645         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12646         This is OK to autoload in (S)XEmacs now.
12647
12648 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12649
12650         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12651         keystroke.
12652         (gnus-summary-limit-to-singletons): Fix typo.
12653
12654         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12655         else fails.
12656
12657 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12658
12659         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12660         docstring.
12661
12662         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12663         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12664         (gnus-summary-insert-dormant-articles): Fix typo in message.
12665
12666 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12669         nil for XEmacs.
12670         (gnus-message-citation-mode): Don't autoload in XEmacs.
12671
12672         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12673
12674 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12675
12676         * nnimap.el (nnimap-expunge-search-string):
12677         Mention nnimap-search-uids-not-since-is-evil in docstring.
12678
12679 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12680
12681         * spam.el: Revert to make-obsolete-variable because
12682         define-obsolete-variable-alias is not supported in Emacs 21.
12683
12684         * spam.el (spam-ifile-path, spam-ifile-database-path)
12685         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12686         make-obsolete-variable.
12687         (spam-bsfilter-path, spam-bsfilter-program)
12688         (spam-spamassassin-path, spam-spamassassin-program)
12689         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12690         Don't use "path" inappropriately.
12691         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12692         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12693         variable names.
12694
12695 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12696
12697         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12698         summary buffer.
12699
12700         * password.el (password-cache-remove): Use clear-string to burn
12701         password, if available.
12702
12703 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12706
12707         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12708
12709         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12710         (gnus-message-highlight-citation): Move defcustom here from
12711         gnus-cite.el.
12712         (gnus-message-citation-mode): Autoload.
12713
12714         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12715         checks to make it compile with XEmacs.
12716         (gnus-message-citation-mode): New minor mode.
12717         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12718         (gnus-message-highlight-citation): New variables.
12719         (gnus-message-search-citation-line)
12720         (gnus-message-add-citation-keywords)
12721         (gnus-message-remove-citation-keywords)
12722         (turn-on-gnus-message-citation-mode)
12723         (turn-off-gnus-message-citation-mode): New functions.
12724
12725 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12726
12727         * gnus-cite.el: Enable highlighting of different citation levels in
12728         message-mode.
12729
12730 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * message.el (message-make-fqdn): Fix comment.
12733         (message-bogus-system-names): Add ".local".
12734
12735         * spam.el (spam-ifile-path, spam-ifile-program)
12736         (spam-ifile-database-path, spam-ifile-database)
12737         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12738         Don't use "path" inappropriately.
12739         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12740         strings.
12741         (spam-check-ifile, spam-ifile-register-with-ifile)
12742         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12743         Use new variable names.
12744
12745         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12746         (gnus-treat-display-smileys): Simplify using
12747         gnus-image-type-available-p.
12748
12749         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12750         available.
12751
12752         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12753         Use `display-images-p' if available.
12754
12755 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12758         one after turning on the buffer's multibyteness instead of decoding
12759         them directly in the unibyte buffer that causes unexpected conversion
12760         in Emacs 23 (unicode).
12761
12762 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12763
12764         * message.el (message-generate-hashcash): Fix custom type.
12765
12766 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12769
12770 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12773         disconnect icons.  Add help text.
12774
12775 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12776
12777         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12778         negated to be consistent with the others we handle.
12779
12780 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781
12782         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12783         version of gnus-summary-buffer to something, so that we can use two
12784         article buffers at the same time.
12785
12786 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12787
12788         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12789         trigger all the extra headers.
12790         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12791         sorting.
12792
12793 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12794
12795         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12796         solid groups.
12797
12798 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12799
12800         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12801
12802 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * legacy-gnus-agent.el: Add Copyright notice.
12805
12806 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12807
12808         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12809
12810 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12811
12812         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12813
12814         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12815         to make it work reliably in CVS Emacs.
12816         (gnus-summary-limit-strange-charsets-predicate)
12817         (gnus-summary-limit-to-predicate): New functions.
12818
12819 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12820
12821         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12822         specifying array size.
12823         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12824         array if it is too small.
12825         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12826         (gnus-sort-threads-loop): New function.
12827
12828 2006-12-06  Chris Moore  <dooglus@gmail.com>
12829
12830         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12831         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12832
12833 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12834
12835         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12836         options.
12837
12838 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12839
12840         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12841         DOS-ing the recipient.
12842
12843         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12844         the headers when creating the mapping to avoid mismappings.
12845         (nnweb-gmane-create-mapping): Always nix out old mapping.
12846
12847 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12850         and mm-verify-option to never.
12851
12852 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * message.el (message-signed-or-encrypted-p): New function.
12855         (message-forward-make-body): Use it.
12856
12857         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12858         Replace encode-coding-string with mm-encode-coding-string.
12859
12860 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * nneething.el (nneething-decode-file-name):
12863         Replace decode-coding-string with mm-decode-coding-string.
12864
12865         * gnus-int.el (gnus-open-server): Say failed server's name.
12866
12867 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12868
12869         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12870         strings to a single string.  Quote `errors-file-name'.
12871         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12872         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12873         Adjust calls.  Use `shell-quote-argument'.
12874
12875 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12876
12877         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12878         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12879
12880         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12881         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12882         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12883         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12884         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12885         (gnus-subscribe-newsgroup, gnus-1):
12886         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12887         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12888         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12889         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12890
12891 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12892
12893         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12894         keystroke.
12895         (gnus-summary-limit-to-bodies): Implement headersp.
12896
12897 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12898
12899         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12900
12901 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12904
12905 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12906
12907         * message.el (message-generate-hashcash): Expand range of values to
12908         include `opportunistic'.
12909         (message-send-mail): Use it.
12910
12911 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12912
12913         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12914         and comment it.
12915
12916         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12917
12918 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * gnus-util.el (gnus-extract-address-components): Improve comment.
12921
12922 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * gnus-util.el (gnus-extract-address-components): Work with address in
12925         which the name portion contains @.
12926
12927         * lpath.el: Fbind custom-autoload.
12928
12929 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * gnus.el (gnus-start): Move custom group up.
12932         (gnus-select-method): Don't autoload, but make it available for
12933         `customize-variable'.
12934         (gnus-getenv-nntpserver): Don't autoload.
12935
12936 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12937
12938         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12939
12940 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * message.el (message-sendmail-extra-arguments): New variable.
12943         (message-send-mail-with-sendmail): Use it.
12944
12945 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12948         mm-with-unibyte-current-buffer to make string unibyte.
12949
12950         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12951         mm-string-as-multibyte.
12952
12953 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12954
12955         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12956         Reported by Werner Koch <wk@gnupg.org>.
12957
12958 2006-11-14  Daiki Ueno  <ueno@p360>
12959
12960         * mml2015.el: Autoload epa-select-keys when compiling.
12961
12962 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12963
12964         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12965         message-options.
12966         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12967
12968 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12969
12970         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12971         EasyPG (< 0.0.6).
12972         (mml2015-always-trust): New user option.
12973         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12974         prompt.
12975
12976 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * nntp.el (nntp-authinfo-force): New variable.
12979         (nntp-send-authinfo): Use it.
12980
12981 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12984         decode encoded words.  Improve prompt.  Add comment about forwarding.
12985         (message-replacement-char): Move up.
12986
12987 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12988
12989         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12990         instead of gnus-intersection because arguments of gnus-sorted-nunion
12991         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12992
12993 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12996         (message-simplify-subject-functions):
12997         Enable message-strip-subject-encoded-words by default.
12998
12999 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * message.el (message-strip-subject-encoded-words): New function.
13002         (message-simplify-subject-functions): New variable.
13003         (message-simplify-subject): Use it.  Fix typo in doc string.
13004         Support message-strip-subject-encoded-words.
13005
13006 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13007
13008         * gnus-diary.el (gnus-diary-delay-format-function):
13009         * nndiary.el (nndiary-reminders):
13010         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13011
13012 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus-art.el (article-hide-boring-headers): Fetch date from
13015         gnus-original-article-buffer to avoid problems with localized date
13016         strings.
13017
13018 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13021
13022 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13025         New variables.
13026         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13027         (mm-charset-synonym-alist): Move some entries to
13028         mm-codepage-iso-8859-list.
13029         (mm-charset-synonym-alist, mm-charset-override-alist):
13030         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13031
13032 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13035
13036 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13037
13038         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13039         with Emacs 21 and XEmacs.
13040
13041 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13042
13043         * spam.el (spam-parse-address): New function for better parsing,
13044         catching errors, etc.
13045         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13046
13047 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * mm-view.el: Add interactive arg to html2text autoload.
13050
13051 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13054
13055 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13058         New variables.
13059         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13060         (mm-charset-synonym-alist): Move some entries to
13061         mm-codepage-iso-8859-list.
13062
13063         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13064
13065 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * message.el (message-citation-line-format)
13068         (message-insert-formated-citation-line): Fix implementation of %E, %N
13069         and %n according to the doc string.
13070
13071 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13072
13073         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13074         Use car-safe to avoid bad parses.
13075
13076 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13079         names.
13080
13081         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13082
13083 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13086         header.
13087
13088         * message.el (message-draft-headers): Add Date.
13089         (message-headers-to-generate): Fix typo in docstring.
13090
13091         * nndraft.el (nndraft-required-headers): New variable.
13092         (nndraft-generate-headers): Use it.
13093
13094         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13095
13096 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13097
13098         * gnus-registry.el (gnus-registry-wash-for-keywords)
13099         (gnus-registry-find-keywords): New functions to allow easy searching of
13100         articles that are in the registry.
13101
13102 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13103
13104         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13105         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13106         Reported by Damien Elmes <damien@repose.cx>.
13107
13108 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * gnus.el (gnus-mime): Remove unused custom group.
13111
13112 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13113
13114         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13115         "blank line" when searching for end of armor headers.
13116
13117 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * gmm-utils.el (gmm-write-region): Fix variable name.
13120
13121 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * gmm-utils.el (gmm-write-region): New function based on compatibility
13124         code from `mm-make-temp-file'.
13125
13126         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13127
13128         * nnmaildir.el (nnmaildir--update-nov)
13129         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13130         Use `gmm-write-region'.
13131
13132 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13135         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13136
13137         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13138
13139         * message.el (message-replacement-char): New variable.
13140         (message-fix-before-sending): Use it.
13141         (message-simplify-subject): New function to remove duplicate code.
13142         (message-reply, message-followup): Use it.
13143
13144         * gnus-sum.el (gnus-summary-make-menu-bar):
13145         Clarify gnus-summary-limit-to-articles.
13146
13147 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-util.el (gnus-with-local-quit): New macro.
13150
13151         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13152
13153 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13154
13155         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13156         ignore non-string data.
13157
13158 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13159
13160         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13161         non-string data (needs to be done in the registry too).
13162
13163 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13164
13165         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13166         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13167         (gnus-registry-split-fancy-with-parent)
13168         (gnus-registry-fetch-simplified-message-subject-fast)
13169         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13170         Remove text properties on ingress into the registry and when it's saved.
13171         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13172         registry from entries with no groups.
13173
13174 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13175
13176         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13177         function to remove string properties.
13178
13179 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * gmm-utils.el (gmm): Adjust custom version.
13182
13183         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13184         Adjust custom version.
13185
13186         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13187
13188 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * gnus-art.el (gnus-insert-prev-page-button)
13191         (gnus-insert-next-page-button): Simplify.  Reformat.
13192
13193 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13194
13195         * gnus-art.el (gnus-insert-prev-page-button)
13196         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13197
13198 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13199
13200         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13201
13202 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13203
13204         * gnus-art.el (gnus-insert-mime-button)
13205         (gnus-insert-mime-security-button):
13206         Apply gnus-article-button-face to MIME and security buttons.
13207
13208 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13211         readable.
13212
13213 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13216
13217 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13218
13219         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13220         `browse-url-of-file' instead of `browse-url'.
13221
13222 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13223
13224         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13225         regexp.  Articles containing quotation were cut prematurely.
13226
13227 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * message.el (message-cite-original-1): Use nobody by default for the
13230         value of From header.
13231         (message-reply): Ditto.
13232
13233 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13234
13235         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13236         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13237         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13238
13239 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13242         mails in the doc string.  Add some URLs in comment.
13243         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13244
13245 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13248         backslashes handling and the way to find boundaries of quoted strings.
13249
13250 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13251
13252         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13253         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13254         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13255         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13256
13257 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13260         doc string.
13261         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13262
13263 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * lpath.el: Fbind epg-check-configuration.
13266
13267 2006-09-06  Simon Josefsson  <jas@extundo.com>
13268
13269         * mml2015.el (mml2015-use): Doc fix, mention epg.
13270
13271 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13272
13273         * mml2015.el (mml2015-use): Default to epg, if available.
13274
13275 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13276
13277         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13278         message-sender.
13279         (mml1991-epg-encrypt): Ditto.
13280         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13281         message-sender.
13282         (mml2015-epg-encrypt): Ditto.
13283
13284 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13285
13286         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13287         several common directories.
13288
13289 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13290
13291         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13292         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13293
13294 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * gnus-art.el (article-decode-encoded-words): Make it fast.
13297
13298 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13301
13302         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13303         in quoted string into `\'.
13304
13305 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13308         Use standard-syntax-table.
13309
13310 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gnus-art.el (gnus-decode-address-function): New variable.
13313         (article-decode-encoded-words): Use it to decode headers which are
13314         assumed to contain addresses.
13315         (gnus-mime-delete-part): Remove useless `or'.
13316
13317         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13318         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13319         (gnus-nov-parse-line): Use it to decode From header.
13320         (gnus-get-newsgroup-headers): Ditto.
13321         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13322
13323         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13324         (mail-decode-encoded-address-string): New alias.
13325
13326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13327         New function.
13328         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13329         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13330         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13331         (rfc2047-decode-string): Ditto.
13332         (rfc2047-decode-address-region): New function.
13333         (rfc2047-decode-address-string): New function.
13334
13335 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * message.el (message-caesar-buffer-body): Allow rotating headers.
13338
13339         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13340
13341         * message.el (message-insert-formated-citation-line): Fix %f.
13342         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13343
13344 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13347         (gnus-bookmark-mouse-available-p): New macro.
13348         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13349         (gnus-bookmark-bmenu-show-infos): Use it.
13350         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13351         (gnus-bookmark-bmenu-hide-infos): Ditto.
13352         (gnus-bookmark-remove-properties): New function.
13353         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13354         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13355         (gnus-bookmark-write-file): Bind coding-system-for-write.
13356         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13357         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13358         group before selecting it.
13359         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13360         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13361         quit-window if it is not available; use gnus-mouse-2 and bind it to
13362         gnus-bookmark-bmenu-select-by-mouse.
13363         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13364         (gnus-bookmark-bmenu-select-by-mouse): New function.
13365
13366 2006-08-13  Romain Francoise  <romain@orebokech.com>
13367
13368         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13369         space.
13370
13371 2006-08-10  Romain Francoise  <romain@orebokech.com>
13372
13373         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13374         (dns-mode-soa-auto-increment-serial): New user option.
13375         (dns-mode-soa-maybe-increment-serial): New function.
13376         (dns-mode): Add the latter to `write-contents-functions'.
13377
13378 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * compface.el (uncompface): Use binary rather than raw-text-unix.
13381
13382 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * compface.el (uncompface): Make sure the eol conversion doesn't take
13385         place when communicating with the external programs.
13386         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13387
13388 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13391
13392 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13393
13394         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13395         Make it more robust by parsing author and date independently.
13396
13397 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13400
13401 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13402
13403         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13404         first matching secret key.
13405         (mml2015-epg-encrypt): Ditto.
13406
13407         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13408         first matching secret key.
13409         (mml1991-epg-encrypt): Ditto.
13410
13411         * mml2015.el (mml2015-encrypt-to-self): New user option.
13412         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13413         mml2015-epg-encrypt-to-self is set.
13414
13415         * mml1991.el (mml1991-encrypt-to-self): New variable.
13416         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13417         mml1991-epg-encrypt-to-self is set.
13418
13419         * mml2015.el (mml2015-signers): New user option.
13420         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13421         (mml2015-epg-encrypt): Allow to select signing keys.
13422
13423         * mml1991.el (mml1991-signers): New variable.
13424         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13425         (mml1991-epg-encrypt): Allow to select signing keys.
13426
13427 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * nnheader.el (nnheader-insert-head): Make it work even if the file
13430         uses CRLF for the line-break code.
13431
13432 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13433
13434         * mml2015.el: Require mml-sec instead of password.
13435         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13436         (mml2015-cache-passphrase): Inherit the default value from
13437         mml-secure-cache-passphrase.
13438         (mml2015-passphrase-cache-expiry): Inherit the default value from
13439         mml-secure-passphrase-cache-expiry.
13440
13441         * mml1991.el: Require mml-sec instead of password.
13442         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13443         (mml1991-cache-passphrase): Inherit the default value from
13444         mml-secure-cache-passphrase.
13445         (mml1991-passphrase-cache-expiry): Inherit the default value from
13446         mml-secure-passphrase-cache-expiry.
13447
13448         * mml-sec.el: Require password.
13449         (mml-secure-verbose): New user option.
13450         (mml-secure-cache-passphrase): New user option.
13451         (mml-secure-passphrase-cache-expiry): New user option.
13452
13453 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13454
13455         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13456         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13457         andreas@altroot.de (Andreas Vögele).
13458
13459         FIXME: Use `tiny change'?
13460
13461 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13462
13463         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13464         workaround for the url package included with Emacs.
13465
13466         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13467
13468 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13471         correctly.  This fixes a bug caused by the 2006-05-12 change.
13472
13473 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13474
13475         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13476         some information about the error when saying that the `bogus' mail
13477         group will be used.
13478
13479 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13482         string.
13483
13484 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13485
13486         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13487
13488 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13489
13490         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13491
13492 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13493
13494         * mml1991.el (mml1991-function-alist): Add epg.
13495         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13496         (mml1991-epg-encrypt): New functions.
13497
13498 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13499
13500         * mml2015.el (mml2015-verbose): New variable.
13501         (mml2015-cache-passphrase): Ditto.
13502         (mml2015-passphrase-cache-expiry): Ditto.
13503         (mml2015-function-alist): Add epg.
13504         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13505         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13506         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13507         New functions.
13508
13509 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13510
13511         * message.el (message-cite-original-1): Preserve region when removing
13512         quoted text due to X-No-Archive in order to avoid bogus attribution
13513         when citing multiple messages.
13514
13515 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13516
13517         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13518         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13519
13520 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * gnus-diary.el (gnus-user-format-function-d)
13523         (gnus-user-format-function-D): Autoload.
13524
13525         * imap.el (Commentary): Fix typo.
13526
13527         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13528         2006-04-22 contribution.
13529
13530 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13531
13532         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13533         It didn't really fix the bogosity I'm seeing with solid web groups.
13534
13535 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13536
13537         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13538         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13539         created using server names.  If we use the feature without declaring
13540         it, Gnus does not properly manage server and group state.
13541
13542         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13543         bound.
13544
13545 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13546
13547         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13548         looking up the method using GROUP's prefix before inventing a new one.
13549         It is used on killed/unknown groups in various places where returning
13550         an all-new method isn't expected by the caller.
13551
13552         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13553         and match semantics of gnus-group-real-prefix.
13554
13555 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13556
13557         * nnmail.el (nnmail-broken-references-mailers): New variable.
13558         (nnmail-ignore-broken-references): New function generalizing
13559         nnmail-fix-eudora-headers.
13560         (nnmail-fix-eudora-headers): Now obsolete.
13561
13562         * gnus-art.el (gnus-button-handle-custom):
13563         Support `customize-apropos*'.
13564
13565 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13566
13567         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13568
13569         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13570         articles.
13571
13572 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * message.el (message-cite-reply-above): New variable.
13575         (message-yank-original): Use it.
13576
13577 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13580
13581 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13582
13583         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13584         as read.
13585
13586         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13587
13588 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13591         (gnus-bookmark-default-file): Use gnus-directory.
13592         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13593         Remove "*" in doc string.
13594         (gnus-bookmark-write-file): Simplify.
13595         (gnus-bookmark-maybe-sort-alist): Use `when'.
13596         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13597         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13598         Add FIXME about Emacs 21 and XEmacs compatibility.
13599         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13600         compatibility.
13601         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13602         compatibility.
13603         (gnus-bookmark-menu-heading): Fix version.
13604
13605 2006-06-19  Bastien Guerry  <bzg@altern.org>
13606
13607         * gnus-bookmark.el: New file.
13608
13609 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * message.el (message-syntax-checks): Doc fix.
13612
13613 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13614
13615         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13616         unsubscribed groups as if they were killed ones.  It causes duplicate
13617         entries in gnus-newsrc-alist.
13618
13619 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * message.el (message-syntax-checks): Doc fix.
13622         (message-send-mail): Add check for continuation headers.
13623         (message-check-news-header-syntax): Fix regexp used to check for
13624         continuation headers.
13625
13626 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13629
13630 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13633
13634 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13637         default-truncate-lines.
13638
13639 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13642         to fill the utf-8 entry.
13643
13644         * lpath.el: Fbind unicode-precedence-list.
13645
13646 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13647
13648         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13649
13650 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13651
13652         * gnus-agent.el (directory-files-and-attributes): Move all the way
13653         forward (the third and final move).
13654         (gnus-agent-read-agentview): Trap reconstruction errors due to
13655         nonexistent directory.  Handle by returning nil.
13656
13657 2006-05-30  Didier Verna  <didier@xemacs.org>
13658
13659         * message.el (message-dont-reply-to-names): Update the custom type.
13660         * message.el (message-dont-reply-to-names): New defsubst: potentially
13661         convert a list of regexps into a single one.
13662         * message.el (message-get-reply-headers): Use it.
13663         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13664
13665 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * gnus-agent.el (directory-files-and-attributes): Move forward.
13668
13669 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * gnus-ml.el (gnus-mailing-list-subscribe)
13672         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13673         (gnus-mailing-list-message): Fix doc strings.
13674
13675 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13676
13677         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13678         of doing it manually.
13679
13680 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13683         comment.
13684
13685 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13686
13687         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13688         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13689         (gnus-agent-read-local): All symbols allocated in my-obarray.
13690         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13691         (gnus-agent-regenerate-group): Check numeric names to see if they are
13692         messages or groups.
13693         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13694         better way of do this...)
13695
13696         * gnus-cache.el (gnus-agent-total-fetched-for):
13697         Ignore 'dummy.group' (there should be a better way of do this...)
13698
13699 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13702         (gnus-saved-headers): Ditto.
13703         (gnus-default-article-saver): Mention functions may have properties.
13704         (gnus-article-save): Override gnus-save-all-headers and
13705         gnus-saved-headers by :headers property which saver function may have.
13706         (gnus-summary-save-in-file): Add :headers property.
13707         (gnus-summary-write-to-file): Ditto.
13708
13709         * gnus-sum.el (gnus-summary-save-article): Bind
13710         gnus-prompt-before-saving to t when saving many articles in a file;
13711         always show all headers.
13712
13713         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13714
13715 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13718         marks.
13719
13720         * message.el (message-indent-citation): Add optional arguments to allow
13721         using it outside of message buffers.
13722
13723         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13724         (gnus-article-treat-unfold-headers): Use it.
13725         (gnus-article-truncate-lines): New variable.
13726         (gnus-article-mode): Use it.
13727         (gnus-article-toggle-truncate-lines): New function.
13728
13729         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13730         Add gnus-article-toggle-truncate-lines.
13731
13732         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13733         coding system in XEmacs, use binary.
13734
13735 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13738         after-load-alist.
13739
13740         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13741         this function should save decoded articles.
13742         (gnus-summary-write-to-file): Use property to specify this function
13743         should save decoded articles and specify gnus-summary-save-in-file
13744         should be used to save articles other than the first one when saving
13745         many articles.
13746         (gnus-summary-save-body-in-file): Use property to specify this
13747         function should save decoded articles.
13748         (gnus-summary-write-body-to-file): Use property to specify this
13749         function should save decoded articles and specify
13750         gnus-summary-save-body-in-file should be used to save articles other
13751         than the first one when saving many articles.
13752
13753         * gnus-sum.el (gnus-summary-save-article): Simplify.
13754
13755 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-art.el (gnus-default-article-saver):
13758         Add gnus-summary-write-body-to-file.
13759         (gnus-article-save-coding-system): Don't use coding system object
13760         in XEmacs.
13761         (gnus-read-save-file-name): Add optional `dir-var' argument which
13762         specifies directory in which files are saved; work even if optional
13763         `variable' argument is not specified.
13764         (gnus-summary-write-to-file): Read file name.
13765         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13766         (gnus-summary-write-body-to-file): New function.
13767
13768         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13769         (gnus-summary-local-variables): Add it.
13770         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13771         (gnus-summary-save-article): Remove optional `decode' argument;
13772         determine whether to decode articles by the value of
13773         gnus-default-article-saver; when saving many files using
13774         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13775         it first and use gnus-summary-save-in-file or
13776         gnus-summary-save-body-in-file thereafter unless
13777         gnus-prompt-before-saving is always; move point to article which
13778         will be saved.
13779         (gnus-summary-save-article-file): Revert.
13780         (gnus-summary-write-article-file): Revert.
13781         (gnus-summary-save-article-body-file): Revert.
13782         (gnus-summary-write-article-body-file): New function.
13783
13784 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-art.el (gnus-default-article-saver): Doc fix.
13787         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13788         from gnus-summary-save-article-coding-system, and default to a
13789         certain coding system.
13790         (gnus-output-to-file): Add coding cookie and encode text according
13791         to gnus-article-save-coding-system; don't use mm-append-to-file.
13792
13793         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13794         gnus-art.el and rename to gnus-article-save-coding-system.
13795         (gnus-summary-save-article): Require gnus-art; don't show all
13796         headers if it decodes articles; don't add coding cookie here;
13797         don't bind mm-text-coding-system-for-write.
13798         (gnus-summary-save-article-file): Save decoded articles.
13799         (gnus-summary-write-article-file): When saving many files, use
13800         gnus-summary-write-to-file first and gnus-summary-save-in-file
13801         thereafter unless gnus-prompt-before-saving is always.
13802         (gnus-summary-save-article-body-file): Save decoded articles.
13803
13804         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13805
13806 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * nnrss.el (nnrss-check-group): Bind hash-index.
13809
13810 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13811
13812         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13813         its hash index.  Store this hash in `nnrss-group-data'.
13814         (nnrss-read-group-data): Update accordingly.
13815
13816 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13819         entry.
13820
13821         * gnus-sum.el (gnus-summary-make-menu-bar):
13822         Add gnus-article-browse-html-article.
13823
13824 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13825
13826         * gnus-sum.el (gnus-summary-mime-map):
13827         Add gnus-article-browse-html-article.
13828
13829         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13830
13831 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13832
13833         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13834         suitable coding systems in customize.
13835
13836 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13837
13838         * mail-source.el (mail-sources): Fix custom type.
13839
13840 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13843         (gnus-summary-expire-articles-now): Shorten prompt.
13844
13845         * gmm-utils.el (wid-edit): Require.
13846         (defun-gmm): Rename from `gmm-defun-compat'.
13847         (gmm-image-search-load-path): Use it.
13848         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13849
13850 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * gnus-sum.el (gnus-summary-save-article-coding-system):
13853         New variable.
13854         (gnus-summary-save-article): Add optional `decode' argument.
13855         If it is set and gnus-summary-save-article-coding-system is non-nil,
13856         save decoded article.
13857         (gnus-summary-write-article-file): Save decoded article if
13858         gnus-summary-save-article-coding-system is non-nil.
13859
13860         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13861         type.
13862
13863 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13866
13867 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13870         first to test gnus-single-article-buffer which may be buffer-local.
13871
13872         * gnus-sum.el (gnus-summary-setup-buffer):
13873         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13874         group; make gnus-article-buffer, gnus-article-current, and
13875         gnus-original-article-buffer always buffer-local.
13876         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13877         group.
13878         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13879
13880 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13881
13882         * nnml.el (nnml-request-compact-group): Compressed files might not
13883         have .gz extension.
13884
13885 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13886
13887         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13888         (mm-copy-to-buffer): Use with-current-buffer.
13889         (mm-display-part): Simplify.
13890         (mm-inlinable-p): Add optional arg `type'.
13891
13892 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13893
13894         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13895         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13896         Try harder to show the attachment internally or externally using
13897         gnus-mime-view-part-as-type.
13898
13899 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * message.el (message-from-style, message-signature-separator)
13902         (message-user-organization-file, message-send-mail-function)
13903         (message-citation-line-function, message-yank-prefix)
13904         (message-indent-citation-function, message-signature)
13905         (message-signature-file, message-signature-insert-empty-line):
13906         Remove autoloads.
13907
13908         * gnus-art.el (gnus-buttonized-mime-types):
13909         Remove "multipart/signed".  Revert 2006-04-26 change.
13910
13911 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13912
13913         * gnus.el (gnus-version-number): Bump version.
13914
13915 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13916
13917         * gnus.el: No Gnus v0.5 is released.
13918
13919 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13920
13921         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13922         fetching articles by message-id.
13923
13924 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13925
13926         * message.el (hashcash): Require hashcash as normal.
13927
13928         * ecomplete.el (ecomplete-highlight-match-line):
13929         Use point-at-eol.
13930         (ecomplete-highlight-match-line): Use `highlight', because that
13931         face exists in both Emacs and XEmacs.
13932
13933         * message.el (message-display-abbrev): Use point-at-bol.
13934
13935         * mail-source.el: Don't require timer/timer-funcs.
13936
13937         * gnus-async.el: Ditto.
13938
13939         * password.el: Ditto.
13940
13941         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13942
13943         * mm-url.el: Ditto.
13944
13945         * gnus-xmas.el: Don't require timer-funcs.
13946
13947         * mm-util.el: Require timer/timer-funcs.
13948
13949 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13950
13951         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13952         Close.
13953
13954 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13957         unibyte after clear-decrypt function runs.
13958
13959         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13960         returns as a unibyte string.
13961
13962 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * lpath.el: Revert.
13965
13966         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13967         (pgg-gpg-process-sentinel): Revert.
13968
13969         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13970         (pgg-pgp-lookup-key): Revert.
13971
13972         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13973         (pgg-pgp5-lookup-key): Revert.
13974
13975         * pgg.el (pgg-fetch-key): Revert.
13976
13977 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * lpath.el: Fbind string-as-multibyte for XEmacs.
13980
13981         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13982         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13983         (mml1991-pgg-encrypt): Ditto.
13984
13985         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13986         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13987         a multibyte buffer.
13988
13989         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13990         (pgg-pgp-lookup-key): Ditto.
13991
13992         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13993         (pgg-pgp5-lookup-key): Ditto.
13994
13995         * pgg.el (pgg-fetch-key): Ditto.
13996
13997 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * message.el (message-user-organization-file): Check several
14000         locations of the organization file.
14001
14002         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14003         Add gnus-article-view-part-as-type.
14004
14005         * gnus-art.el (gnus-article-view-part-as-type): New function.
14006
14007         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14008         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14009
14010         * mml.el: Simplify autoload.
14011         (mml-mode): defvar dnd-protocol-alist instead of using
14012         symbol-value.
14013         (mml-default-directory): New variable.
14014         (mml-minibuffer-read-file): Use it.
14015         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14016
14017         * message.el (message-citation-line-format): New variable.
14018         (message-insert-formated-citation-line): New function.
14019         (message-citation-line-function):
14020         Add `message-insert-formated-citation-line' to custom type.
14021
14022         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14023         to doc string.
14024
14025         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14026         depending on mm-verify-option.
14027
14028 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14031         binding pgg-* variables; reimplement the section which prevents
14032         MIME header from being signed.
14033         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14034         pgg-text-mode; remove a blank line at the top of body.
14035
14036         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14037         lines at the top of body; use gnus-newsgroup-charset if there's no
14038         Charset header.
14039
14040 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * message.el (message-self-insert-commands): Doc fix.
14043
14044         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14045         (mm-uu-pgp-encrypted-test): Ditto.
14046         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14047         between header and body; return application/pgp-encrypted handle
14048         if decryption failed; decode decrypted body by charset.
14049
14050         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14051         element match to application/pgp-*.
14052
14053 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14054
14055         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14056         HTML.
14057
14058 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14059
14060         * mail-source.el (mail-source-call-script): Message the error
14061         string.
14062
14063 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14064
14065         * gnus-util.el (gnus-byte-compile): Use it.
14066
14067 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14068
14069         * gnus-util.el (kill-empty-logs): New function.
14070
14071 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14072
14073         * message.el (message-mail-alias-type): Doc fix.
14074         (message-mail-alias-type-p): New function.
14075         (message-send): Use it.
14076         (message-mode): Ditto.
14077         (message-strip-forbidden-properties): Ditto.
14078
14079         * ecomplete.el (ecomplete-database-file-coding-system):
14080         New variable.
14081         (ecomplete-save): Use it.
14082         (ecomplete-setup): Use it.
14083
14084 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * message.el (message-self-insert-commands): New variable.
14087         (message-strip-forbidden-properties): Use it.
14088
14089 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14090
14091         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14092         that doesn't make XEmacs choke.
14093
14094 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-util.el (gnus-replace-in-string):
14097         Prefer replace-regexp-in-string over of replace-in-string.
14098
14099 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * gnus-util.el (gnus-select-frame-set-input-focus):
14102         Use select-frame-set-input-focus if it is available in XEmacs; use
14103         definition defined in Emacs 22 for old Emacsen.
14104
14105         * dgnushack.el: Autoload unmorse-region for XEmacs.
14106
14107         * lpath.el: Bind cursor-in-non-selected-windows and
14108         select-frame-set-input-focus for XEmacs.
14109
14110 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14113
14114 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         * gnus-registry.el (gnus-registry-cache-save): Remove text
14117         properties when saving via the temp buffer.
14118
14119 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * message.el (message-generate-hashcash): Honor custom type.
14122
14123 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14124
14125         * message.el (message-generate-hashcash): Default to non-nil when
14126         hashcash is found.
14127
14128         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14129         (gnus-refer-thread-limit): Increase default to 500.
14130
14131         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14132
14133         * flow-fill.el (fill-flowed): Allow delete-space.
14134
14135 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14138         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14139         Remove autoloads.
14140
14141 2006-04-18  Simon Josefsson  <jas@extundo.com>
14142
14143         * message.el (message-generate-hashcash): Default to.
14144
14145 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14148         concatenating segments rather than before concatenating them.
14149
14150 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14153
14154 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14155
14156         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14157
14158         * message.el (message-forward-make-body-plain):
14159         Allow message-forward-ignored-headers to be a list.
14160         (message-remove-ignored-headers): Factor out into function.
14161         (message-forward-make-body-mml): Use it.
14162
14163         * imap.el (imap-quote-specials): New function.
14164         (imap-login-auth): Quote specials.
14165
14166         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14167         (rfc2231-parse-string): Allow concatanation of parameters that
14168         aren't contiguous.  The test case is
14169           (mail-header-parse-content-type "message/external-body;
14170             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14171             access-type=LOCAL-FILE;
14172             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14173
14174 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14175
14176         * nntp.el (nntp-accept-process-output): Return the value of
14177         `nnheader-accept-process-output'.
14178
14179 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14180
14181         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14182         (gnus-button-alist): Recognize more diff formats.
14183         (gnus-button-patch): Strip directory.
14184
14185 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14188         Emacs 22 when setting focus.
14189
14190 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14191
14192         * gnus-art.el (gnus-article-treat-types): Do treatment of
14193         text/x-verbatim parts.
14194         (gnus-button-patch): New command.
14195
14196         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14197         addresses that contain invalid characters.
14198
14199 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14200
14201         * message.el (message-put-addresses-in-ecomplete):
14202         Use gnus-replace-in-string.
14203         (message-is-yours-p): Use the more correct
14204         mail-header-parse-address instead of
14205         mail-extract-address-components.
14206         (message-put-addresses-in-ecomplete): Fix typo.
14207
14208         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14209         keystroke.
14210
14211         * gnus-art.el (gnus-treatment-function-alist): Change order of
14212         newsgroups/generic header folding to avoid double-folding.
14213
14214         * message.el (message-hidden-headers): Add X-Draft-From.
14215
14216         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14217         New command.
14218         (gnus-summary-repeat-search-article-backward): New command.
14219
14220         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14221         groups in the parent topic.
14222
14223 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14224
14225         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14226         (spam-extra-header-to-number): Return the CRM114 number as a
14227         number instead of a string.
14228
14229 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14230
14231         * gnus-art.el (gnus-face-properties-alist): Move here from
14232         gnus-fun.
14233
14234         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14235
14236 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14237
14238         * message.el (message-strip-forbidden-properties): Only display on
14239         self-insert-command.
14240
14241         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14242         reindent.
14243         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14244
14245 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14246
14247         * smiley.el (smiley-style): Fix typo.
14248
14249 2006-03-23  Kenichi Handa  <handa@m17n.org>
14250
14251         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14252         instead of set-buffer-multibyte.
14253
14254 2006-03-23  Kenichi Handa  <handa@m17n.org>
14255
14256         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14257         buffer and then decode the buffer text if necessary.
14258         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14259         first, and after mm-encode-body, change the buffer to unibyte.
14260
14261 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14262
14263         * hashcash.el (hashcash-insert-payment-async-2):
14264         Use message-goto-eoh instead of doing it manually.
14265         (mail-add-payment): Use message-narrow-to-header instead of trying
14266         to do the same itself.
14267
14268         * message.el (message-hidden-headers): Add Face.
14269
14270         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14271         reparenting code.
14272         (gnus-summary-reparent-children): Refactored out code.
14273         (gnus-summary-thread-map): New keystroke.
14274         (gnus-summary-reparent-children): Make into command.
14275
14276         * smiley.el (smiley-style): Default to `medium' if using a large
14277         font.
14278
14279         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14280         does it itself.
14281
14282         * message.el (message-point-in-header-p): Simplify definition.
14283
14284 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14285
14286         * nnagent.el (nnagent-request-set-mark): Silence log file
14287         writing.
14288         (nnagent-request-set-mark): Use write-region instead of
14289         append-to-file.
14290
14291         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14292         strange select method.
14293
14294         * ecomplete.el (ecomplete-display-matches): Get highlightling
14295         right.
14296         (ecomplete-display-matches): Use literals.
14297         (ecomplete-display-matches): Disable message logging.
14298
14299         * message.el (message-display-abbrev): Small optimization.
14300
14301         * ecomplete.el (ecomplete-display-matches): Allow automatic
14302         display.
14303
14304         * message.el (message-strip-forbidden-properties):
14305         Display abbrevs.
14306         (message-display-abbrev): Get automatic display right.
14307
14308         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14309         keystrokes.
14310
14311 2006-04-13  Romain Francoise  <romain@orebokech.com>
14312
14313         TODO: Backport to v5-10!
14314
14315         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14316         Move here (and rename) from gnus-registry.el.
14317
14318         * gnus-registry.el: Require gnus-util.
14319         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14320
14321 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14322
14323         * gnus-group.el (gnus-group-catchup-current):
14324         Change if-then-else-if-then-else into cond.
14325         (gnus-group-catchup): Indent.
14326         (group-name-at-point): New function.
14327         (gnus-fetch-group): Provide default from thing at point.
14328
14329 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14330
14331         * message.el (message-display-abbrev): Fix regexp.
14332
14333         * ecomplete.el (ecomplete-highlight-match-line):
14334         Reimplement choosing.
14335         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14336         dead variables.
14337
14338         * message.el (message-newline-and-indent): Remove debugging.
14339         (message-display-abbrev): Use new implementation.
14340
14341 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14342
14343         * gnus-art.el (gnus-article-mode):
14344         Set cursor-in-non-selected-windows to nil.
14345
14346         * smiley.el: Revert previous change.
14347         (smiley-data-directory): defvar it before using it in the
14348         defcustom of `smiley-style'.
14349
14350 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14351
14352         * message.el (message-newline-and-indent): New function.
14353
14354         * ecomplete.el: Implement more bits.
14355
14356         * message.el (message-put-addresses-in-ecomplete): Clean up the
14357         string.
14358
14359         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14360
14361         * gnus-sum.el (gnus-summary-save-parts):
14362         Bind gnus-summary-save-parts-counter and use it to make unique file
14363         names.
14364
14365         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14366
14367         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14368         parameter to say whether to actually parse the individual
14369         addresses.
14370
14371         * message.el (message-put-addresses-in-ecomplete): New function.
14372         (ecomplete): Require.
14373         (message-mail-alias-type): Add ecomplete as an option.
14374
14375 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14376
14377         * flow-fill.el (fill-flowed): Remove trailing space from blank
14378         quoted lines.
14379
14380 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * smiley.el (smiley-style): Move definition later to avoid a
14383         compilation warning.
14384
14385 2006-04-12  Kenichi Handa  <handa@m17n.org>
14386
14387         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14388         buffer and then decode the buffer text if necessary.
14389         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14390         first, and after mm-encode-body, change the buffer to unibyte.
14391         Use mm-disable-multibyte instead of set-buffer-multibyte.
14392
14393 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14396         Content-Type header instead of Content-Disposition header.
14397         (gnus-mime-inline-part): Ditto.
14398         (gnus-mime-view-part-as-charset): Ignore charset that the part
14399         specifies.
14400
14401         * mm-decode.el (mm-display-part): Work with external parts and
14402         usual parts similarly.
14403
14404         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14405         instead of gnus-display-mime.
14406
14407         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14408         instead of with-temp-buffer.
14409
14410         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14411         tag to summarized topics part in order to encode non-ASCII text.
14412
14413 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14414
14415         * smiley.el (smiley-style): New variable.
14416         (smiley-directory): New function.
14417         (smiley-data-directory): Derive from `smiley-style' using
14418         `smiley-directory'.
14419         (smiley-regexp-alist): Add new entries.
14420
14421         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14422         (gnus-article-browse-delete-temp): Add :version.
14423
14424 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14425
14426         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14427         the sieve region.
14428
14429 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14430
14431         * gnus.el (gnus-version-number): Bump version.
14432
14433 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14434
14435         * gnus.el: No Gnus v0.4 is released.
14436
14437 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14438
14439         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14440         layout.
14441
14442         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14443         unknown charset.
14444
14445         * message.el (message-header-synonyms): Add Original-To to the
14446         default.
14447
14448         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14449         optional parameter.
14450
14451 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14452
14453         * gnus-fun.el (gnus): Require it for gnus-directory.
14454
14455 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14458
14459 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14460
14461         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14462
14463 2006-04-05  Simon Josefsson  <jas@extundo.com>
14464
14465         * password.el (password-reset): New function.
14466
14467 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14468
14469         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14470         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14471
14472 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14473
14474         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14475         Some whitespace was matched into the url, which broke browsing hits
14476         > 100 when mm-url-use-external was nil.
14477
14478 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14481         Check gnus-extra-headers for 'Newsgroups.
14482
14483         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14484         bound.
14485
14486 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14487
14488         * pgg-gpg.el: Clean up process buffers every time gpg processes
14489         complete.
14490
14491 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14494         doc string.
14495
14496 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14497
14498         * pgg-gpg.el (pgg-gpg-process-filter)
14499         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14500
14501         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14502         lines, temporary fix.
14503
14504 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14507
14508 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14509
14510         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14511         default-enable-multibyte-characters.  This reverts the change from
14512         revision 6.17 which is no longer necessary because the passphrase
14513         is sent separately now.  GnuPG messages are unreadable under
14514         multibyte locales with default-enable-multibyte-characters set to
14515         nil.
14516
14517 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * message.el (message-tool-bar-gnome): Move "spell".
14520
14521 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14524         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14525         instead.
14526
14527 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14528
14529         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14530         Improve newsgroups handling for NNTP overviews which don't include
14531         Newsgroups.
14532
14533 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14534
14535         * message.el (message-resend): Bind message-generate-hashcash to nil.
14536
14537 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14538
14539         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14540         when searching for already-paid recipients.
14541
14542 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14543
14544         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14545         passphrases when it is not needed.
14546         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14547         passphrase stuff from gpg, should only be necessary when you use
14548         gpg with a smartcard.
14549
14550 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * mml.el (mml-insert-mime): Ignore cached contents of
14553         message/external-body part.
14554
14555         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14556         (mm-insert-part): Ditto.
14557
14558 2006-03-23  Simon Josefsson  <jas@extundo.com>
14559
14560         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14561         Reiner.
14562         (pgg-gpg-use-agent-p): Use it again.
14563
14564 2006-03-23  Simon Josefsson  <jas@extundo.com>
14565
14566         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14567         older emacsen.
14568         (pgg-gpg-use-agent-p): Don't use it.
14569
14570 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14571
14572         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14573         if we can.
14574
14575 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14576
14577         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14578         (pgg-gpg-update-agent): New function.
14579         (pgg-gpg-use-agent-p): New function.
14580         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14581         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14582         (pgg-gpg-sign-region): Use it.
14583
14584 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14587         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14588
14589 2006-03-21  Simon Josefsson  <jas@extundo.com>
14590
14591         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14592         <wilde@sha-bang.de>.
14593         (pgg-gpg-use-agent): New variable.
14594         (pgg-gpg-process-region): Use it.
14595         (pgg-gpg-encrypt-region): Likewise.
14596         (pgg-gpg-encrypt-symmetric-region): Likewise.
14597         (pgg-gpg-decrypt-region): Likewise.
14598         (pgg-gpg-sign-region): Likewise.
14599         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14600
14601 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14602
14603         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14604
14605         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14606         Add comment on version.
14607
14608 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * smiley.el: Add missing test smiley.
14611
14612 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * mm-decode.el (mm-with-part): New macro.
14615         (mm-get-part): Use it; work with message/external-body as well.
14616         (mm-save-part): Treat name and filename equally.
14617
14618         * mm-extern.el (mm-extern-cache-contents): New function.
14619         (mm-inline-external-body): Use it; force the part to be displayed;
14620         move undisplayer added to the cached handle to the parent.
14621
14622         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14623         (gnus-mime-view-part-as-type): Work with message/external-body.
14624
14625         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14626
14627 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14628
14629         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14630         images in image-load-path.  [Sync with image.el, revision 1.60, in
14631         Emacs.]
14632
14633 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14636         path rather than symbol.  Always return list of directories.
14637         Guarantee that image directory comes first.  [Sync with image.el,
14638         revision 1.59, in Emacs.]
14639
14640         * message.el (message-make-tool-bar): Adjust to new API of
14641         `gmm-image-load-path-for-library'.
14642
14643         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14644
14645         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14646
14647 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14648
14649         * gnus-art.el (gnus-article-only-boring-p):
14650         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14651         intangible text.
14652         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14653
14654 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14655
14656         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14657         Use `defun' instead of `gmm-defun-compat'.
14658
14659 2006-03-14  Simon Josefsson  <jas@extundo.com>
14660
14661         * message.el (message-unique-id): Don't use message-number-base36
14662         if (user-uid) is a float.
14663         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14664
14665 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14668
14669         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14670         empty line between a part and a message part.
14671
14672 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * smiley.el: Add more test smileys.
14675         (smiley-data-directory, smiley-regexp-alist)
14676         (gnus-smiley-file-types): Fix doc strings.
14677         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14678         adding new elements.
14679         (smiley-mouse-map): Unused code.  Make it a comment.
14680
14681 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14684         scan latest NoCeM messages instead of old ones.
14685         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14686         delimiters that are recently used.
14687         (gnus-nocem-load-cache): Add autoload cookie.
14688
14689         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14690
14691         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14692         level which is larger than gnus-use-nocem is specified.
14693
14694         * gnus-group.el (gnus-group-get-new-news): Ditto.
14695
14696 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14697
14698         * gnus-util.el (gnus-tool-bar-update): New function.
14699
14700         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14701         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14702
14703         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14704
14705         * gnus-group.el (gnus-group-redraw-when-idle)
14706         (gnus-group-redraw-check): Remove.
14707         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14708
14709 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14712         if optional last element is specified in splits (FIELD VALUE...).
14713
14714 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14715
14716         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14717         to gmm-image-load-path-for-library.  Call with no-error argument.
14718         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14719
14720         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14721
14722         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14723
14724         * gmm-utils.el (gmm-image-load-path): Remove alias.
14725
14726 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * gmm-utils.el (gmm-image-load-path): Add alias.
14729
14730         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14731         nnml-generate-nov-databases-1.
14732         (nnml-generate-nov-databases): Use it.
14733         (nnml-generate-nov-databases-directory): Document no-active
14734         argument.
14735
14736         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14737         directory if path is t.  Add no-error.
14738
14739         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14740         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14741
14742         * gnus-art.el (gnus-article-browse-delete-temp-files):
14743         Simplify resetting gnus-article-browse-html-temp-list.
14744
14745         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14746         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14747         Add example to docstring.  Rename local variables.  Move error
14748         checks to default case in cond and simplify.
14749
14750 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14753         handle is multipart when calling it recursively.
14754         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14755
14756 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14757
14758         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14759         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14760
14761 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14764         is loaded.
14765
14766         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14767         loaded.
14768
14769 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14772         to "Emacs 23 (unicode)" in doc string.
14773
14774         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14775         "Emacs 23 (unicode)" in comment.
14776
14777 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14780
14781         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14782         characters 160 through 255 in Emacs 23.
14783
14784 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14785
14786         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14787         gnus-article-browse-html-temp.
14788         (gnus-article-browse-delete-temp): Make it customizable.
14789         Add `file'.  Adjust doc string.
14790         (gnus-article-browse-delete-temp-files): Add argument.
14791         Allow query for each file.  Adjust doc string.
14792         (gnus-article-browse-html-parts):
14793         Add `gnus-article-browse-delete-temp-files' to
14794         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14795
14796 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14797
14798         * gnus-art.el (gnus-article-browse-html-temp)
14799         (gnus-article-browse-delete-temp): New variables.
14800         (gnus-article-browse-delete-temp-files): New function.
14801         (gnus-article-browse-html-parts): Use it.
14802
14803 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14804
14805         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14806
14807         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14808         string.
14809
14810         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14811         gnus-summary-insert-new-articles when unplugged.
14812         Remove gnus-summary-search-article-forward.
14813
14814         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14815         display-visual-class instead of display-color-cells.
14816
14817 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * dgnushack.el: Autoload customize-group for XEmacs.
14820
14821         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14822         message/* containing non-ASCII text properly.
14823
14824 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * message.el: Require gmm-utils, remove autoloads.
14827         (message-tool-bar): Set default based on
14828         gmm-tool-bar-style.
14829         (message-tool-bar-gnome): Add gmm-customize-mode.
14830
14831         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14832         gmm-tool-bar-style.
14833         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14834
14835         * gnus-group.el (gnus-group-tool-bar): Set default based on
14836         gmm-tool-bar-style.
14837         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14838
14839         * gmm-utils.el (gmm-image-directory): Rename variable from
14840         gmm-image-load-path.
14841         (gmm-image-load-path): Use gmm-image-directory.
14842         (gmm-customize-mode): New function.
14843         (gmm-tool-bar-style): New variable.
14844
14845         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14846         gnus-group-redraw-line-number.
14847         (gnus-group-redraw-check): Simplify.
14848         (gnus-group-tool-bar-update): Remove redraw check.
14849         (gnus-group-make-tool-bar): Add redraw check.
14850
14851 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14852
14853         * gnus-art.el (gnus-button): Add missing parentheses.
14854
14855 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * lpath.el: Fbind line-number-at-pos.
14858
14859 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14862
14863 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * gnus-art.el (gnus-button): New face.
14866         (gnus-article-button-face): Use it.
14867
14868         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14869         Add gnus-summary-next-page.  Re-order.
14870
14871         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14872         next-node are now included.
14873         (gnus-group-redraw-line-number): New internal variable.
14874         (gnus-group-redraw-check): Helper function for updating the tool
14875         bar.
14876         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14877
14878         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14879
14880         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14881         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14882         Use it to match format of Spamassassin 3.0 and later.
14883         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14884         (spam-check-bogofilter)
14885         (spam-bogofilter-register-with-bogofilter): Fix args of
14886         `gnus-error' calls.
14887
14888 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14891         unnecessary interaction when sending queued mails.
14892         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14893
14894 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14895
14896         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14897         first or last are nil.
14898
14899 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14900
14901         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14902
14903 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14904
14905         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14906
14907 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14908
14909         * dns.el (query-dns): Protect more against buggy tcp output.
14910
14911 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14912
14913         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14914         nov.php.
14915
14916 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14917
14918         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14919         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14920         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14921         output on the server side.
14922         (nnweb-google-create-mapping): Update regexps and add some
14923         progress indication.
14924
14925 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * gnus-group.el (gnus-group-tool-bar-gnome):
14928         Fix gnus-agent-toggle-plugged.  Re-order icons.
14929         (gnus-group-tool-bar-gnome):
14930         Add gnus-group-{prev,next}-unread-group.
14931         (gnus-group-tool-bar-gnome): Re-order icons.
14932
14933         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14934         Move gnus-summary-insert-new-articles.
14935
14936         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14937         Fix comments.
14938
14939         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14940         also available in Emacs 21.3.
14941
14942         * message.el (message-fix-before-sending): Change "Emacs 22" to
14943         "Emacs 23 (unicode)" in comment.
14944
14945         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14946         "Emacs 23 (unicode)" in comment.
14947
14948         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14949         comment.
14950         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14951
14952         * mm-view.el (mm-fill-flowed): Add :version.
14953
14954 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14957         and load-path.
14958
14959 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * message.el: Autoload gmm-image-load-path.
14962         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14963         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14964         consitency.
14965
14966         * gmm-utils.el (gmm-image-load-path): Also search in
14967         "../etc/images".  Don't set gmm-image-load-path if we don't find
14968         the image.
14969
14970 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * gmm-utils.el (gmm-image-load-path): Don't make
14973         `gmm-image-load-path' include subdirectories which the second arg
14974         `image' might specify.
14975
14976         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14977         subdirectory to icon file names.
14978
14979         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14980
14981 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14984         gmm-image-load-path calls.
14985
14986         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14987
14988         * message.el (message-make-tool-bar): Ditto.
14989
14990         * mml.el (mml-preview): Add comment concerning tool bar icons.
14991
14992         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14993         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14994
14995         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14996         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14997
14998         * message.el (message-tool-bar-gnome): Use new icon names.
14999         (message-make-tool-bar): Use `gmm-image-load-path'.
15000
15001         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15002         New functions from MH-E.
15003         (gmm-image-load-path): New variable from MH-E.
15004         (gmm-image-load-path): New function from MH-E.  Add arguments
15005         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15006         *-image-load-path-called-flag.
15007
15008 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15009
15010         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15011
15012 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15013
15014         * nnimap.el (nnimap-request-move-article): Change folder back to
15015         source group before deleting.
15016
15017 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15018
15019         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15020
15021         * gnus-art.el (mm-url-insert-file-contents-external):
15022         Autoload mm-url.
15023
15024         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15025
15026 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15029         coding system which mm-charset-to-coding-system returns for a
15030         given charset is valid.
15031
15032 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15033
15034         * html2text.el (html2text-remove-tag-list):
15035         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15036
15037 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15038
15039         * gnus-cus.el: Revert 2005-10-17 change.
15040
15041 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * gnus-art.el (article-strip-banner):
15044         Call article-really-strip-banner only when the regexp match is made.
15045
15046 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (article-strip-banner):
15049         Use gnus-extract-address-components instead of
15050         mail-header-parse-addresses to make it work with non-ASCII text;
15051         remove mail-encode-encoded-word-string.
15052
15053         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15054         values which are surrounded with \"...\"; make it never cause a
15055         Lisp error; give up parsing of parameters if it failed in
15056         extracting type.
15057
15058 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15059
15060         * smime.el (smime-cert-by-ldap-1): Fix bug where
15061         `smime-ldap-search' returns results without userCertificates.
15062
15063 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15066
15067 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * spam.el (spam-check-spamassassin-headers): Adapt format for
15070         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15071         <ari@mbf.ocn.ne.jp>.
15072         (spam-list-of-processors): Add spam-use-gmane.
15073
15074 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15077         make-temp-file; make it work with XEmacs as well.
15078
15079         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15080         mm-make-temp-file.
15081
15082         * mm-decode.el (mm-display-external): Use the 3rd arg of
15083         mm-make-temp-file.
15084         (mm-create-image-xemacs): Ditto.
15085
15086 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15089         with message-narrow-to-headers.
15090         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15091         (gnus-draft-check-draft-articles): New function.
15092         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15093
15094 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * gnus-art.el (gnus-article-browse-html-parts):
15097         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15098         Don't use suffix argument for mm-make-temp-file for Emacs 21
15099         compatibility.  Remove useless `format'.
15100
15101 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15102
15103         * nnweb.el (nnweb-google-wash-article): Update regexps.
15104         (nnweb-group-alist): Use defvoo instead of defvar.
15105
15106 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15109         re-loading nn* modules.
15110
15111 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15112
15113         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15114         for `tool-bar-mode' and don't check it's default-value.
15115
15116         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15117
15118         * message.el (message-make-tool-bar): Ditto.
15119
15120         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15121         `substring'.  Shorten tmp-file name.
15122
15123         * gnus.el: Remove bogus comment.
15124
15125 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15126
15127         * gnus-art.el (gnus-article-browse-html-parts): New function.
15128         (gnus-article-browse-html-article): New function for viewing html
15129         articles with a browser.
15130
15131 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15132
15133         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15134         in elisp.
15135         (pgg-gpg-encrypt-symmetric-region): Ditto.
15136         (pgg-gpg-sign-region): Ditto.
15137
15138         * pgg-def.el (pgg-text-mode): New variable.
15139
15140         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15141         (mml2015-pgg-encrypt): Ditto.
15142
15143         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15144         (mml1991-pgg-encrypt): Ditto.
15145
15146 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * nnfolder.el (nnfolder-insert-newsgroup-line):
15149         Use message-make-date instead of current-time-string.
15150
15151         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15152         to gnus-decoded which mm-uu might set.
15153
15154 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15157         don't decode quoted parameters; remove misimported Emacs code.
15158         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15159         (rfc2231-decode-encoded-string): Don't use split-string which
15160         behaves differently according to Emacs version; use
15161         mm-decode-coding-region to convert charset to coding-system.
15162         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15163         (rfc2231-encode-string): Remove misimported Emacs code.
15164
15165 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15168         when calling mail-header-parse-content-type.
15169         (article-de-quoted-unreadable): Ditto.
15170         (article-de-base64-unreadable): Ditto.
15171         (article-wash-html): Ditto.
15172
15173         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15174         calling mail-header-parse-content-type and
15175         mail-header-parse-content-disposition.
15176         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15177         mail-header-parse-content-type.
15178
15179         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15180         insert charset and format parameters; encode description after
15181         inserting it to buffer.
15182         (mml-insert-parameter): Fold lines properly even if a parameter is
15183         segmented into two or more lines; change the max column to 76.
15184
15185         * rfc1843.el (rfc1843-decode-article-body): Don't use
15186         ignore-errors when calling mail-header-parse-content-type.
15187
15188         * rfc2231.el (rfc2231-parse-string): Return at least type if
15189         possible; don't cause an error even if it fails in parsing of
15190         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15191         (rfc2231-encode-string): Don't break lines at the beginning, leave
15192         it to mml-insert-parameter.
15193
15194         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15195         calling mail-header-parse-content-type.
15196
15197 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * spam-report.el (spam-report-gmane-use-article-number):
15200         Improve doc string.
15201         (spam-report-gmane-internal): Check if a suitable header was found
15202         in the article.
15203
15204 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15207         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15208
15209 2006-02-05  Romain Francoise  <romain@orebokech.com>
15210
15211         Update copyright notices of all files in the gnus directory.
15212
15213 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15214
15215         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15216
15217 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15220         segmented lines of parameter value to cope with Thunderbird 1.5
15221         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15222         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15223         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15224
15225 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15226
15227         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15228         parts.
15229
15230 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15231
15232         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15233         there's only one active file for all servers.
15234         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15235         solid groups.  Gnus might have used a FAST request to select the group.
15236         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15237         and nnweb-search redundantly in the active file.
15238         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15239         (nnweb-request-create-group): Don't use ARGS.
15240         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15241         initialisations.  Let nnoo do the work.
15242
15243 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15246         Say the part has been decoded.
15247
15248         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15249
15250 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15251
15252         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15253         mailcap-viewer-test-cache when there's no 'test clause, since that
15254         will invert the meaning of a "nil" test previously determined by
15255         mailcap-mailcap-entry-passes-test.
15256
15257 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15260         compiling.
15261
15262         * gnus-sum.el: Ditto.
15263
15264         * message.el: Don't bind tool-bar-map when compiling.
15265
15266 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15267
15268         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15269
15270 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15271
15272         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15273         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15274         current Google Groups.
15275
15276 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15279         and tool-bar-mode.
15280
15281         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15282         and tool-bar-mode.
15283
15284         * message.el (message-tool-bar-update): Simplify.
15285         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15286
15287         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15288         gnus-summary-buffer.
15289         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15290         gnus-summary-reply.
15291
15292         * gmm-utils.el (gmm): Add :version.
15293
15294 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * Makefile.in (clean): New rule.
15297         (distclean): Use it.
15298
15299 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15300
15301         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15302         Don't autoload.
15303
15304 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * gmm-utils.el (gmm-verbose): Add :group.
15307
15308 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15309
15310         * message.el: Change some comments WRT tool-bars.
15311
15312         * gnus-sum.el (gnus-summary-tool-bar)
15313         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15314         (gnus-summary-tool-bar-zap-list): New variables.
15315         (gnus-summary-make-tool-bar): Complete rewrite using
15316         `gmm-tool-bar-from-list'.
15317
15318         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15319         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15320         New variables.
15321         (gnus-group-make-tool-bar): Complete rewrite using
15322         `gmm-tool-bar-from-list'.
15323         (gnus-group-tool-bar-update): New function.
15324
15325         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15326
15327 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15330         is dissected into a single part of which the type is the same as
15331         the given one; decode charset.
15332
15333 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15334
15335         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15336         into alists as symbol not string, since that's what
15337         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15338         look for.
15339
15340 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15341
15342         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15343         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15344
15345         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15346
15347 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15350         (gnus-xmas-mime-security-button-menu): New function.
15351
15352         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15353         (gnus-mime-security-button-menu): New definition.
15354         (gnus-mime-security-button-map): Use them.
15355         (gnus-mime-security-button-menu): New function.
15356         (gnus-insert-mime-security-button): Addition to help echo.
15357         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15358         (gnus-mime-security-pipe-part): New functions.
15359
15360         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15361         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15362
15363         * mm-decode.el (mm-handle-set-disposition): Remove.
15364         (mm-handle-set-description): Remove.
15365
15366 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15369         (mm-w3m-standalone-supports-m17n-p): New function.
15370         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15371         w3m usage.
15372
15373         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15374         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15375
15376 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * message.el (message-tool-bar-zap-list):
15379         Use gmm-tool-bar-zap-list as custom type.
15380         (message-tool-bar-update): New function.
15381         (message-tool-bar, message-tool-bar-gnome)
15382         (message-tool-bar-retro): Add message-tool-bar-update.
15383         (message-tool-bar-gnome): Add flyspell-buffer.
15384
15385         * gnus-util.el (gnus-error): Describe `args'.
15386
15387         * gmm-utils.el (gmm-error): Describe `args'.
15388         (gmm-tool-bar-zap-list): New widget.
15389         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15390
15391 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15394         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15395         the number of recursive calls.
15396
15397         * mm-decode.el (mm-handle-set-disposition): New macro.
15398         (mm-handle-set-description): New macro.
15399
15400 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15403         encoding.
15404
15405 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * message.el (message-tool-bar-zap-list, message-tool-bar)
15408         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15409         (message-tool-bar-local-item-from-menu): Remove.
15410         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15411         (message-make-tool-bar): New function.
15412         (message-mode): Use `message-make-tool-bar'.
15413
15414         * gmm-utils.el: New file.
15415         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15416         (gmm-lazy): New widget copied from `nnmail.el'.
15417         (gmm-tool-bar-from-list): New function for creating customizable
15418         tool bars.
15419         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15420         output.
15421         (gmm): Add :prefix to defgroup.
15422
15423 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15424
15425         * gmm-utils.el (gmm-widget-p): New function.
15426
15427 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * mml.el (mml-attach-file): Describe `description' in doc string.
15430         (mml-menu): Add Emacs MIME manual and PGG manual.
15431
15432 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15433
15434         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15435
15436 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15437
15438         * nntp.el (nntp-end-of-line): Doc fix.
15439
15440 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15441
15442         * imap.el (imap-open): Handle case where buffer is a buffer
15443         object.
15444
15445 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15446
15447         * gnus-delay.el (gnus-delay): Don't autoload.
15448         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15449         to be re-loaded when customizing the `gnus-delay' group.
15450
15451 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15452
15453         * message.el (message-insert-citation-line): Use newlines.
15454
15455 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15456
15457         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15458         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15459         these routines, so the passphrase can be managed externally and
15460         passed in to the system.
15461         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15462         pgg-add-passphrase-to-cache function.
15463
15464         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15465         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15466         these routines, so the passphrase can be managed externally and
15467         passed in to the system.
15468         (pgg-pgp5-sign-region): Use new name of
15469         pgg-add-passphrase-to-cache function.
15470
15471 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15472
15473         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15474         part of the decoded armor to find the key-identifier.
15475         (pgg-gpg-lookup-key-owner): New function to return the
15476         human-readable identifier of a key owner.
15477         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15478         itself.
15479         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15480         the key value) if we have a key and can match it against a secret
15481         key.  Also, added a note pointing out fact that the prompt only
15482         indicates the first matching key.
15483
15484         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15485         pgg-decrypt-region.
15486         (pgg-add-passphrase-to-cache): Rename from
15487         `pgg-add-passphrase-cache' to reduce confusion (all callers
15488         changed).
15489         (pgg-remove-passphrase-from-cache): Rename from
15490         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15491         changed).
15492         (pgg-read-passphrase, pgg-add-passphrase-cache)
15493         (pgg-remove-passphrase-cache): Add informative docstrings.
15494         (pgg-decrypt): Convey provided passphrase in subordinate call to
15495         pgg-decrypt-region.
15496
15497 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15498
15499         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15500         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15501         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15502         'passphrase' argument, so the passphrase can be managed externally
15503         and then passed in to the system.
15504
15505         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15506         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15507         so the passphrase cache can be used reliably with identifiers
15508         besides a pgp packet's key id.
15509
15510         * pgg-gpg.el (pgg-gpg-encrypt-region)
15511         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15512         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15513         these routines, so the passphrase can be managed externally and
15514         passed in to the system.
15515
15516         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15517         'notruncate' argument, so the passphrase cache can be used
15518         reliably with identifiers besides a pgp packet's key id.
15519
15520 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15521
15522         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15523         symmetric encryption.
15524         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15525         encrypted session key.
15526         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15527         message ask for the passphrase in a proper way.
15528
15529         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15530         New user commands for symmetric encryption.
15531
15532 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15535
15536         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15537
15538 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15539
15540         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15541
15542 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * mm-decode.el (mm-inlined-types): Add application/pgp.
15545         (mm-automatic-display): Ditto.
15546
15547         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15548         part as text.
15549
15550 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * nnrss.el: Update copyright.
15553         (nnrss-opml-import): Query whether to subscribe to each entry.
15554
15555         * gnus-art.el:
15556         * gnus-sum.el:
15557         * gnus-xmas.el:
15558         * messagexmas.el:
15559         * mm-uu.el:
15560         * mm-view.el: Update copyright.
15561
15562 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * message.el (message-info): New function.
15565         (message-mode-menu): Add it.
15566         Update copyright.
15567
15568         * ChangeLog: Fix and update copyright.
15569
15570 2006-01-13  Romain Francoise  <romain@orebokech.com>
15571
15572         * message.el (message-forward-subject-name-subject): Prefer the
15573         address to 'nowhere' if the sender has no name.
15574         Fix typo.  Update copyright year.
15575
15576 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-art.el (article-wash-html):
15579         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15580         (gnus-article-wash-html-with-w3m-standalone): New function.
15581
15582         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15583         mm-inline-text-html-render-with-w3m-standalone.
15584         (mm-text-html-washer-alist): Map w3m-standalone to
15585         gnus-article-wash-html-with-w3m-standalone.
15586         (mm-inline-text-html-render-with-w3m-standalone): New function.
15587
15588 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15589
15590         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15591         Improve LaTeX.
15592
15593 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15596         (nnrss-request-article): Render text/plain parts as HTML.
15597
15598         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15599         the buffer.
15600
15601 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15602
15603         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15604         custom definition of `gnus-posting-styles'.
15605
15606         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15607         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15608
15609 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15610
15611         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15612         Use nntp for bug archive.
15613
15614 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15617         parts.
15618         (nnrss-normalize-date): New function converts ISO 8601 date into
15619         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15620         (nnrss-check-group): Use it.
15621
15622 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15625
15626         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15627         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15628         (nnrss-insert-w3): Ditto.
15629
15630 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15633         the articles to be forwarded including the case where neither a
15634         number of articles nor a region is specified.
15635
15636 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * nnrss.el (nnrss-request-article): Fix last change; fill
15639         text/plain parts.
15640
15641 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15644         in text/plain part.
15645         (nnrss-check-group): Don't add excessive newline to dc:subject.
15646
15647 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15648
15649         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15650         article.
15651
15652 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15655         (nnml-use-compressed-files, nnml-save-mail): Support other
15656         comression programs such as bzip2.
15657
15658 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15659
15660         * dns.el (query-dns): Make sure we check the buffer size before
15661         removing tcp headers.
15662
15663 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15666         remove MIME buttons associated with multipart/alternative parts.
15667         (gnus-mime-display-alternative): Tag buttons using `article-type'
15668         text property.
15669
15670         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15671         associated with multipart/alternative parts.
15672
15673         * gnus-art.el (gnus-signature-separator): Fix custom type.
15674
15675         * mm-decode.el (mm-inlined-types): Fix custom type.
15676         (mm-keep-viewer-alive-types): Ditto.
15677         (mm-automatic-display): Ditto.
15678         (mm-attachment-override-types): Ditto.
15679         (mm-inline-override-types): Ditto.
15680         (mm-automatic-external-display): Ditto.
15681
15682 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15683
15684         * spam-report.el (spam-report-user-mail-address)
15685         (spam-report-user-agent): New variables.
15686         (spam-report-url-ping-plain): Use spam-report-user-agent.
15687
15688 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15689
15690         * gnus-art.el (gnus-button-handle-custom): Do not just use
15691         `customize-apropos' for any "M-x customize-*" button but the
15692         function called for.  Accept both the function name and its
15693         argument in order to achieve this.
15694         (gnus-button-alist): Remove support for "custom:" URL's.
15695         Pass function name to `gnus-button-handle-custom' in case of "M-x
15696         customize-*" buttons.
15697
15698 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15701         multipart/alternative and add xref to mm-discouraged-alternatives
15702         in doc string.
15703
15704         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15705         gnus-buttonized-mime-types in doc string.
15706
15707 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15708
15709         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15710         Suggest image/.* in the doc string.
15711
15712 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15713
15714         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15715         message-marks (Debian bug #342521).
15716
15717 2005-12-12  Simon Josefsson  <jas@extundo.com>
15718
15719         * password.el (password-read-from-cache): Add.
15720         (password-read): Use it.
15721
15722 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * rfc2047.el (rfc2047-charset-to-coding-system):
15725         Recognize us-ascii as a MIME charset.
15726
15727         * mm-bodies.el (mm-decode-content-transfer-encoding):
15728         Protect against the case where the 2nd arg TYPE is nil.
15729
15730 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15731
15732         * pop3.el (pop3-stream-type): Fix custom version.
15733
15734         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15735
15736 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15737
15738         * mm-decode.el (mm-display-external): Add missing cdr.
15739
15740 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15743         RFC1524) if it is in mailcap or add a suffix according to
15744         mailcap-mime-extensions when generating a temp filename; postpone
15745         deleting a temp file for 2 seconds for some wrappers, shell
15746         scripts, and so on, which might exit right after having started a
15747         viewer command as a background job.
15748
15749 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15750
15751         * nntp.el (nntp-marks-directory): Fix custom group.
15752
15753         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15754         steps when < 10.
15755
15756         * gnus-start.el (gnus-no-server-1):
15757         Mention `gnus-level-default-subscribed' in doc string.
15758
15759 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15760
15761         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15762         parens.
15763
15764 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * gnus-xmas.el (gnus-use-toolbar): Revert.
15767         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15768         gnus-use-toolbar is default.
15769
15770         * messagexmas.el (message-use-toolbar): Revert.
15771         (message-setup-toolbar): Use global default-toolbar if
15772         message-use-toolbar is default.
15773
15774 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15777         according to default-toolbar-visible-p.
15778
15779         * messagexmas.el (message-use-toolbar): Ditto.
15780
15781 2005-11-26  Dave Love  <fx@gnu.org>
15782
15783         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15784         (tls-program, tls-success): Provide openssl alternative.
15785
15786         * starttls.el: Doc fixes.
15787         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15788         SERVICE to PORT.
15789
15790         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15791         port null or service name.
15792         (starttls-negotiate): Autoload.
15793
15794 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * message.el (message-kill-to-signature): Fix interactive spec.
15797
15798 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * pop3.el (pop3-open-server): Recognize a string as a service name.
15801
15802 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15803
15804         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15805
15806 2005-11-23  Dave Love  <fx@gnu.org>
15807
15808         Add pop3s, pop3/starttls.
15809
15810         * pop3.el (pop3-authentication-scheme): Clarify doc.
15811         (open-tls-stream, starttls-open-stream): Autoload.
15812         (pop3-stream-type): New.
15813         (pop3-open-server): Use it.
15814
15815         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15816         for POP.
15817         (mail-source-keyword-map): Add :stream for POP.
15818         (mail-source-fetch-pop): Use pop3-stream-type.
15819
15820 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15823         of current-time-string.
15824
15825 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15826
15827         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15828         date header.
15829
15830 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15831
15832         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15833         it can seriously impact performance as it bypasses the agent's
15834         local caches.
15835
15836 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15837
15838         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15839         must be explicitly online rather than "not explicitly offline" for
15840         its flags to be synchronized.
15841
15842         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15843         that gnus-uu-unmark-thread will function correctly.
15844
15845         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15846         1024K is instead displayed as 1M.
15847
15848 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15849
15850         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15851
15852 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15853
15854         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15855
15856 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15857
15858         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15859         error message to display actual error condition.
15860         (gnus-agent-save-local): Avoid saving symbols that are bound to
15861         nil as they simply result in a warning message in
15862         gnus-agent-read-local.
15863
15864 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15867         rather than make-variable-buffer-local for file-precious-flag.
15868
15869 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15870
15871         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15872         for duplicates which are removed.  The invalid sort check then
15873         triggers a rescan after the sort as sorting may have moved
15874         duplicate entries such that they can be cheaply detected.
15875
15876 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15879
15880 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15881
15882         * gnus-agent.el (gnus-agent-article-alist-save-format):
15883         Change internal variable to a custom variable.  Change default value
15884         from compressed(2) to uncompressed(1).
15885         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15886         support for uncompressed agentview files.  Taken together, reading
15887         the agentview file should now be 6-7 times faster.
15888
15889 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15890
15891         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15892         as a buffer-local variable.  This avoids creating truncated
15893         dribble files as a result of a hang up, eg.
15894
15895 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15896
15897         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15898         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15899         XEmacs.
15900
15901 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * gnus-start.el (gnus-start-draft-setup):
15904         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15905
15906         * gnus.el (gnus-splash): Change custom group.
15907         (gnus-group-get-parameter, gnus-group-parameter-value):
15908         Describe allow-list argument.
15909
15910         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15911         string.
15912
15913 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15914
15915         * gnus-art.el (gnus-default-article-saver): Add user-defined
15916         `function' to custom type.
15917
15918 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15919
15920         * imap.el (imap-open): Handle case where buffer is a buffer
15921         object.
15922
15923 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15924
15925         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15926         long lines.
15927         (gnus-cache-delete-group): Wrap doc strings.
15928
15929         * gnus-agent.el (gnus-agent-rename-group)
15930         (gnus-agent-delete-group): Wrap doc strings.
15931
15932 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * messagexmas.el (message-use-toolbar): Change the valid values
15935         into default, top, bottom, left, and right.
15936         (message-toolbar-thickness): New variable.
15937         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15938         well.
15939         (message-setup-toolbar): Make it work.
15940
15941         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15942         (gnus-use-toolbar): Change the valid values into default, top,
15943         bottom, left, and right.
15944         (gnus-toolbar-thickness): New variable.
15945         (gnus-xmas-setup-toolbar): New function.
15946         (gnus-xmas-setup-group-toolbar): Use it.
15947         (gnus-xmas-setup-summary-toolbar): Use it.
15948
15949 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15950
15951         * gnus-start.el (gnus-1): Add "native" to
15952         gnus-predefined-server-alist.
15953
15954         * gnus.el (gnus-method-to-server): Don't add "native" to the
15955         lists here, because that leads to problems when
15956         gnus-select-method is bound.
15957
15958 2005-11-09  Simon Josefsson  <jas@extundo.com>
15959
15960         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15961         use (not sort-by-date) instead.
15962
15963 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15964
15965         * gnus-delay.el (gnus-delay-group): Don't autoload.
15966         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15967         to be re-loaded when customizing the `gnus-delay' group.
15968
15969 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15970
15971         * message.el: Revert last changes.
15972         (message-insert-citation-line): Use newlines.
15973
15974 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15975
15976         * message.el (message-courtesy-message)
15977         (message-mark-insert-begin, message-mark-insert-end)
15978         (message-elide-ellipsis, message-cancel-message)
15979         (message-add-header, message-change-subject)
15980         (message-cross-post-followup-to-header)
15981         (message-cross-post-insert-note, message-reduce-to-to-cc)
15982         (message-widen-reply, message-delete-not-region)
15983         (message-kill-to-signature, message-insert-signature)
15984         (message-insert-importance-high, message-insert-importance-low)
15985         (message-insert-or-toggle-importance)
15986         (message-insert-disposition-notification-to)
15987         (message-indent-citation, message-yank-original)
15988         (message-cite-original-without-signature, message-cite-original)
15989         (message-insert-citation-line, message-position-on-field)
15990         (message-fix-before-sending, message-send-mail-partially)
15991         (message-send-mail, message-send-mail-with-sendmail)
15992         (message-send-mail-with-qmail, message-send-news)
15993         (message-check-news-header-syntax, message-generate-headers)
15994         (message-insert-courtesy-copy, message-fill-address)
15995         (message-fill-header, message-shorten-references)
15996         (message-setup-1, message-cancel-news)
15997         (message-forward-make-body-plain, message-forward-make-body-mime)
15998         (message-forward-make-body-mml, message-encode-message-body)
15999         (message-forward-make-body-digest-plain)
16000         (message-forward-make-body-digest-mime)
16001         (message-use-alternative-email-as-from): Insert `hard-newline'
16002         instead of ordinary newlines.
16003
16004 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * message.el (message-generate-headers): Downcase the argument
16007         given to message-check-element.
16008
16009 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16010
16011         * nntp.el (nntp-authinfo-rejected): New error condition.
16012         (nntp-wait-for): Use new error condition to signal authentication
16013         error.
16014         (nntp-retrieve-data): Rethrow new error condition to break out of
16015         recursive call to nntp-send-authinfo.
16016
16017 2005-11-08  Romain Francoise  <romain@orebokech.com>
16018
16019         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16020         (gnus-summary-exit-map): Bind to `Z p'.
16021         (gnus-summary-make-menu-bar): Add menu item.
16022
16023 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16026         (gnus-treat-*): Add `first' in all doc strings.
16027
16028         * gnus-group.el (gnus-group-compact-group): Fix typo.
16029
16030 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * gnus.el (gnus-parameters-case-fold-search): New variable.
16033         (gnus-parameters-get-parameter): Use it.
16034
16035         * gnus-score.el (gnus-home-score-file): Doc fix.
16036
16037 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16038
16039         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16040
16041 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * mm-util.el (mm-special-display-p): New function.
16044
16045         * mml.el (mml-preview): Use it; doc fix.
16046
16047 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16048
16049         * imap.el (imap-open): Handle case where buffer is a buffer object.
16050
16051 2005-10-29  Romain Francoise  <romain@orebokech.com>
16052
16053         * message.el (message-fix-before-sending): Fix comment.
16054
16055 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16056
16057         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16058
16059 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16060
16061         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16062         Used in gnus-score.el.
16063
16064 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16065
16066         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16067
16068 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16069
16070         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16071         whitespace removed in revision 7.8.  Use concatenated string to
16072         protect trailing whitespace.
16073
16074 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16075
16076         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16077         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16078         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16079         Courier IMAP ("some version from 2004").  Mostly based on similar
16080         code in the same function.
16081
16082 2005-10-26  Didier Verna  <didier@xemacs.org>
16083
16084         * gnus-group.el (gnus-group-compact-group): Invalidate original
16085         article buffer.
16086         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16087         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16088         NOV database and in article itself.
16089         Invalidate article backlog.
16090
16091 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16094
16095 2005-10-26  Simon Josefsson  <jas@extundo.com>
16096
16097         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16098         part of 2004-07-25 change.
16099
16100 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * message.el (message-display-completion-list): New function.
16103         (message-expand-group): Use it; make sure the Completions buffer
16104         is modifiable.
16105 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16106
16107         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16108         user-mail-name is an empty string.
16109
16110 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16111
16112         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16113         depending on gnus-score-decay-constant.
16114
16115         * encrypt.el (encrypt-insert-file-contents)
16116         (encrypt-write-file-contents): Don't use `gnus-message'.
16117
16118         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16119         arguments.
16120         (mm-uu-type-alist): Add message-marks and insert-marks.
16121         Pass arguments to mm-uu-verbatim-marks-extract.
16122         (mm-uu-hide-markers): New variable.
16123         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16124
16125         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16126         (gnus-convert-image-to-face-command): Use "convert" by default to
16127         allow other input image formats.
16128         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16129         accordingly.
16130
16131 2005-10-23  Simon Josefsson  <jas@extundo.com>
16132
16133         * imap.el (imap-gssapi-program): Align command line parameters
16134         with latest GNU SASL.
16135         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16136
16137 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16138
16139         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16140         HTML.
16141         (nnslashdot-request-article): Ditto.
16142
16143         * lpath.el (featurep): Add nobreak-char-display.
16144
16145 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16146
16147         * mail-source.el (mail-source-fetch-pop): Require pop3.
16148         (mail-source-check-pop): Ditto.
16149
16150 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16153         errors.
16154
16155 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16156
16157         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16158         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16159
16160         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16161
16162         * mm-bodies.el (mm-decode-string):
16163         Call `mm-charset-to-coding-system' with allow-override argument.
16164
16165 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16168         (rfc2047-charset-to-coding-system): New function.
16169         (rfc2047-decode-encoded-words): New function.
16170         (rfc2047-decode-region): Use them.
16171         (rfc2047-decode-cte): Remove.
16172         (rfc2047-parse-and-decode): Remove.
16173         (rfc2047-decode): Remove.
16174
16175 2005-10-15  Kenichi Handa  <handa@m17n.org>
16176
16177         * rfc2047.el (rfc2047-decode-cte): New function.
16178         (rfc2047-decode-region): Change the way to decode successive
16179         encoded-words: decode B- or Q-encoding in each encoded-word,
16180         concatenate them, and decode it as charset.
16181
16182 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * lpath.el: Fbind codepage-setup for XEmacs.
16185
16186 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16187
16188         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16189         widget-move-and-invoke.
16190         (gnus-custom-mode): Use gnus-custom-map.
16191
16192 2005-10-15  Bill Wohler  <wohler@newt.com>
16193
16194         * message.el (message-tool-bar-map): Rename image file from
16195         mail_send to mail/send.
16196
16197 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16198
16199         * message.el (message-expand-group): Pass the common
16200         prefix substring of completion to `display-completion-list'.
16201
16202 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * mml-sec.el (mml-secure-method): New internal variable.
16205         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16206         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16207         New functions using mml-secure-method.
16208
16209         * mml.el (mml-mode-map): Add key bindings for those functions.
16210         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16211         Harder <harder@myrealbox.com>.
16212         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16213         Goto end of message if point is the headers of the message.
16214
16215         * message.el (message-in-body-p): New function.
16216
16217         * assistant.el: Autoload gnus-util and netrc.
16218
16219         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16220         Use `mm-charset-override-alist' only when decoding.
16221
16222         * mm-bodies.el (mm-decode-body):
16223         Call `mm-charset-to-coding-system' with allow-override argument.
16224
16225         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16226         `filename' from Content-Disposition if Content-Type doesn't
16227         provide `name'.
16228         (gnus-mime-view-part-as-type): Set default instead of
16229         initial-input.
16230
16231 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16232
16233         * format-spec.el (format-spec): Propagate text properties of % spec.
16234
16235 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16236
16237         * gnus-art.el (gnus-treat-predicate): Add `first'.
16238
16239 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16242         (mm-charset-override-alist): New variable.
16243         (mm-charset-to-coding-system): Use it.
16244         (mm-codepage-setup): New helper function.
16245         (mm-charset-eval-alist): New variable.
16246         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16247         Warn about unknown charsets.
16248
16249         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16250
16251 2005-10-04  David Hansen  <david.hansen@gmx.net>
16252
16253         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16254         (nnrss-check-group): Ditto.
16255
16256 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16257
16258         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16259         Rename x-gnus-verbatim to x-verbatim.
16260         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16261
16262         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16263         x-verbatim.
16264
16265         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16266
16267         * gnus-util.el (gnus-remove-duplicates): Remove.
16268
16269         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16270         instead of gnus-remove-duplicates.
16271
16272         * message.el (message-remove-duplicates): Remove.
16273         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16274         message-remove-duplicates.
16275
16276         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16277         available, else use implementation from `delete-dups'.
16278
16279         * message.el (message-insert-expires): New function.
16280         (message-mode-map): Add key binding.
16281         (message-mode-field-menu): Add menu entry.
16282         (message-mode): Document it.
16283         (message-make-expires-date): Use `message-make-date'.
16284
16285 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16286
16287         * message.el (message-make-expires-date): New function.
16288
16289 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * Makefile.in (list-installed-shadows): New entry.
16292         (install): Use it.
16293         (remove-installed-shadows): New entry.
16294
16295         * dgnushack.el (dgnushack-default-load-path): New variable.
16296         (dgnushack-find-lisp-shadows): New function.
16297         (dgnushack-remove-lisp-shadows): New function.
16298
16299 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * Makefile.in (install-el-elc): New entry.
16302         (install): Use it so that .el files are necessarily installed.
16303
16304 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16307
16308 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16309
16310         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16311         function rather than the diff-mode.el package.
16312         (mm-display-external): Use with-current-buffer.
16313         (mm-viewer-completion-map, mm-viewer-completion-map):
16314         Move initialization inside declaration.
16315
16316 2005-09-29  Simon Josefsson  <jas@extundo.com>
16317
16318         * spam.el: Load hashcash when compiling, to avoid warnings.
16319         Don't autoload mail-check-payment.
16320         (spam-check-hashcash): Define unconditionally, since hashcash.el
16321         is part of Gnus now.  Ignore errors from payment checking.
16322
16323 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * message.el (message-bold-region, message-unbold-region):
16326         Rename from `bold-region' and `unbold-region'.
16327
16328         * message.el: Remove useless autoloads.
16329
16330 2005-09-28  Simon Josefsson  <jas@extundo.com>
16331
16332         * message.el (message-use-idna): Default to t.
16333         (message-use-idna): Test whether encoding works too.  Doc fix.
16334
16335 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * nntp.el (nntp-warn-about-losing-connection): Remove.
16338
16339 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16342         customizable.  Change default value.
16343         (mm-uu-diff-groups-regexp): Change default value.
16344         (mm-uu-type-alist): Add doc string.
16345         (mm-uu-configure): Add doc string.  Make it interactive.
16346         (mm-uu-tex-groups-regexp): New variable.
16347         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16348         (mm-uu-type-alist): Add LaTeX documents.
16349         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16350         of "text/verbatim".
16351         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16352
16353         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16354         instead of "text/verbatim".
16355
16356         * message.el (message-mark-inserted-region)
16357         (message-mark-insert-file): Use slrn style marks when called with
16358         prefix argument.
16359
16360 2005-09-27  Simon Josefsson  <jas@extundo.com>
16361
16362         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16363
16364 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16365
16366         * message.el (message-remove-duplicates): New function.
16367         Implementation borrowed from `gnus-remove-duplicates'.
16368         (message-idna-to-ascii-rhs): Also encode idna addresses in
16369         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16370         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16371         only ask about the same idna domain once per header and also tell
16372         in what header to replace the idna domain.
16373
16374         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16375         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16376         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16377         a header is decoded and not just the last one.
16378
16379 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16382         has been decoded.
16383
16384         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16385         (mm-insert-part): Don't modify text if it has been decoded.
16386
16387         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16388         decoded.
16389
16390         * mm-view.el (mm-inline-text): Don't strip text props unless
16391         decoding enriched or richtext parts.
16392
16393 2005-09-25  Romain Francoise  <romain@orebokech.com>
16394
16395         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16396         * gnus-start.el (gnus-subscribe-interactively):
16397         * gnus-uu.el (gnus-uu-grab-articles):
16398         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16399         space.
16400
16401 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16402
16403         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16404         * mm-view.el (mm-view-pkcs7-decrypt):
16405         * gnus-sum.el (gnus-summary-limit-to-extra)
16406         (gnus-summary-respool-article, gnus-read-move-group-name):
16407         * gnus-score.el (gnus-summary-increase-score):
16408         * gnus-util.el (gnus-completing-read-with-default):
16409         * gnus-art.el (gnus-read-save-file-name)
16410         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16411         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16412         * message.el (message-check-news-header-syntax):
16413         Follow convention for reading with the minibuffer.
16414
16415 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16416
16417         * spam-report.el (spam-report-url-ping-plain):
16418         Use gnus-extended-version as User-Agent.
16419
16420         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16421         default value is nil.
16422
16423         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16424         (mm-uu-verbatim-marks-extract): New function.
16425         (mm-uu-extract): New face.
16426         (mm-uu-copy-to-buffer): Use it.
16427
16428         * spam-report.el (spam-report-gmane-ham): Rename from
16429         `spam-report-gmane-unspam'.
16430         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16431         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16432
16433         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16434         Autoload.
16435         (spam-report-gmane-unregister-routine):
16436         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16437
16438 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16439
16440         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16441         (spam-report-gmane-unregister-routine): Add support for gmane
16442         unregistration.
16443
16444         * spam-report.el (spam-report-gmane-unspam)
16445         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16446         (spam-report-gmane): Change to take a single article and do unspam
16447         registration.
16448
16449 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16450
16451         * mm-url.el (mm-url-decode-entities): Fix regexp.
16452
16453 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16454
16455         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16456         default to nil, to be able to use Gnus at all.  If the default
16457         switches to something else, then the function should be fixed not
16458         be exceedingly slow.
16459
16460 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16461
16462         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16463         fail hard.
16464
16465         * spam-report.el: Add better Keywords line.
16466
16467         * spam.el: Add Maintainer and better Keywords line.
16468
16469 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16470
16471         * gnus-art.el (gnus-article-replace-part)
16472         (gnus-mime-replace-part): New functions.
16473         (gnus-mime-action-alist, gnus-mime-button-commands)
16474         (gnus-mime-save-part-and-strip): Add file argument.
16475         (gnus-article-part-wrapper): Add interactive argument.
16476
16477         * gnus-sum.el (gnus-summary-mime-map):
16478         Add `gnus-article-replace-part'.
16479
16480 2005-09-19  Didier Verna  <didier@xemacs.org>
16481
16482         The nnml compaction feature:
16483         * nnml.el (nnml-request-compact-group): New function.
16484         * nnml.el (nnml-request-compact): New function.
16485         * gnus-int.el (gnus-request-compact-group): New function.
16486         * gnus-int.el (gnus-request-compact): New function.
16487         * gnus-group.el (gnus-group-compact-group): New function.
16488         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16489         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16490         * gnus-srvr.el (gnus-server-compact-server): New function.
16491         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16492         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16493
16494 2005-09-18  Deepak Goel  <deego@gnufans.org>
16495
16496         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16497         format spec.
16498
16499 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16502
16503 2005-09-15  Romain Francoise  <romain@orebokech.com>
16504
16505         * message.el (message-fill-paragraph): Clarify docstring.
16506
16507 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * gnus-art.el (gnus-mime-display-part): Protect against broken
16510         MIME messages.
16511
16512 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16513
16514         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16515         before parsing header.
16516
16517 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16518
16519         * html2text.el (html2text-replace-list): Add new entities.
16520
16521 2005-09-11  Romain Francoise  <romain@orebokech.com>
16522
16523         * message.el (message-alternative-emails): Improve docstring.
16524         (message-setup-1): Call `message-use-alternative-email-as-from'
16525         after `message-setup-hook' to give it precedence over posting
16526         styles, etc.
16527         (message-use-alternative-email-as-from): Add docstring.
16528         Remove the original From header if present.
16529
16530         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16531         (nnml-save-mail): Use it.
16532
16533         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16534         articles.  Add new argument `silent'.
16535         (gnus-uu-mark-all): Report the total number of marked articles.
16536
16537 2005-09-10  Romain Francoise  <romain@orebokech.com>
16538
16539         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16540         (gnus-uu-mark-series): Likewise.
16541
16542 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16543
16544         * spam-report.el (spam-report-gmane): Fix generation of spam
16545         report URL.
16546
16547 2005-09-10  Simon Josefsson  <jas@extundo.com>
16548
16549         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16550         t, based on discussion on the ding list with Robert Epprecht
16551         <epprecht@solnet.ch>.
16552
16553 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16554
16555         * spam-report.el (spam-report-gmane): Make it work without
16556         X-Report-Spam header.  Gmane now only provides Archived-At.
16557         This is only used if `spam-report-gmane-use-article-number' is nil.
16558         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16559
16560         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16561         make `gnus-summary-sort-by-recipient' work with threading.
16562
16563         * nnweb.el (nnweb-google-wash-article): Print a message if article
16564         is not available.
16565
16566 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16567
16568         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16569         change.  Decode text/* parts content before displaying.
16570
16571 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16572
16573         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16574
16575 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16578
16579         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16580         url-package-name, url-package-version,
16581         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16582         w3m-display-inline-images, and w3m-minor-mode-map.
16583
16584 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16585
16586         * message.el (message-tab-body-function): Fix mismatched custom type.
16587
16588         * gnus.el (gnus-group-change-level-function): Ditto.
16589
16590         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16591
16592         * gnus-art.el (gnus-signature-limit)
16593         (gnus-article-mime-part-function): Ditto.
16594
16595 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * mml.el (mml-mode): Silence the byte compiler.
16598
16599         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16600         using `(sit-for 0)' before moving the point to the specified part;
16601         skip unbuttonized parts.
16602         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16603         return to the summary window if gnus-auto-select-part is non-nil.
16604
16605 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16608         New variables.
16609         (mml-dnd-attach-file, mml-mode): Use them.
16610
16611         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16612         Make fetching article by MID work again for Google Groups.
16613         Add FIXME concerning gnus-group-make-web-group.
16614
16615         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16616         Don't depend on Gnus by using mail-extract-address-components if
16617         gnus-extract-address-components is not bound.
16618
16619 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16620
16621         * gnus-art.el (gnus-mime-display-security): Don't display the
16622         signature, but only the signed part.
16623
16624 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16627
16628         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16629         list, not listp.
16630
16631 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16632
16633         * mm-encode.el (mm-encode-content-transfer-encoding):
16634         Likewise when encoding.
16635
16636         * mm-bodies.el (mm-decode-content-transfer-encoding):
16637         De-canonicalize CRLF for all text content types, not just
16638         text/plain.
16639
16640 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16643         valid article; point arrow and cursor at the MIME button.
16644
16645 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16646
16647         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16648         Suggested by Dan Christensen <jdc@uwo.ca>.
16649
16650         * mm-decode.el (mm-save-part): Enable change of prompt.
16651
16652 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16653
16654         * gnus-msg.el (gnus-inews-add-send-actions):
16655         Make `message-post-method' lambda parameter ARG `&optional'.
16656
16657 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16658
16659         * gnus-sum.el (gnus-summary-mime-map):
16660         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16661         gnus-article-jump-to-part.
16662
16663         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16664         (gnus-article-edit-part): Use it.
16665         (gnus-article-part-wrapper): Add no-handle argument.
16666         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16667         New functions.
16668
16669 2005-08-29  Romain Francoise  <romain@orebokech.com>
16670
16671         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16672         docstring.
16673         (gnus-face-from-file): Likewise.
16674
16675 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16678         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16679         non-nil.
16680         (gnus-auto-select-part): New variable.
16681         (gnus-article-jump-to-part): New function.
16682         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16683         (gnus-mime-delete-part): Allow selecting specified part after
16684         deleting or stripping parts.
16685         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16686         part if argument is bogus.
16687
16688 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16689
16690         * gnus-art.el (w3m-minor-mode-map):
16691         * gnus-spec.el (gnus-newsrc-file-version):
16692         * gnus-util.el (nnmail-active-file-coding-system)
16693         (gnus-original-article-buffer, gnus-user-agent):
16694         * gnus.el (gnus-ham-process-destinations)
16695         (gnus-parameter-ham-marks-alist)
16696         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16697         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16698         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16699         * mm-decode.el (gnus-current-window-configuration):
16700         * mm-extern.el (gnus-article-mime-handles):
16701         * mm-url.el (url-current-object, url-package-name)
16702         (url-package-version):
16703         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16704         (smime-keys, w3m-cid-retrieve-function-alist)
16705         (w3m-current-buffer, w3m-display-inline-images)
16706         (w3m-minor-mode-map):
16707         * mml-smime.el (gnus-extract-address-components):
16708         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16709         (gnus-newsrc-hashtb, message-default-charset)
16710         (message-deletable-headers, message-options)
16711         (message-posting-charset, message-required-mail-headers)
16712         (message-required-news-headers):
16713         * mml1991.el (mc-pgp-always-sign):
16714         * mml2015.el (mc-pgp-always-sign):
16715         * nnheader.el (nnmail-extra-headers):
16716         * rfc1843.el (gnus-decode-encoded-word-function)
16717         (gnus-decode-header-function, gnus-newsgroup-name):
16718         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16719
16720 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16721
16722         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16723         the end of the date treatments.
16724
16725 2005-08-15  Simon Josefsson  <jas@extundo.com>
16726
16727         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16728         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16729         Capello and Romain Francoise.
16730         (pgg-fetch-key-function): Remove, not used?
16731         (pgg-insert-url-with-w3): Require url, to get
16732         url-insert-file-contents regardless of where it is defined.
16733
16734 2005-08-13  Romain Francoise  <romain@orebokech.com>
16735
16736         * message.el (message-cite-original-1): New function.
16737         (message-cite-original): Use it.
16738         (message-cite-original-without-signature): Ditto.
16739
16740 2005-08-08  Romain Francoise  <romain@orebokech.com>
16741
16742         * message.el (message-yank-empty-prefix): New variable.
16743         (message-indent-citation): Use it.
16744         (message-cite-original-without-signature): Respect X-No-Archive.
16745
16746 2005-08-08  Simon Josefsson  <jas@extundo.com>
16747
16748         * pgg.el: Autoload url-insert-file-contents instead of loading
16749         w3/url.
16750         (pgg-insert-url-with-w3): Don't load url here.
16751
16752 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16753
16754         * message.el (message-kill-to-signature): Don't insert newline at
16755         bol.
16756         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16757
16758 2005-08-06  Romain Francoise  <romain@orebokech.com>
16759
16760         * message.el (message-user-fqdn): Fix typo in docstring.
16761
16762 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16763
16764         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16765
16766         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16767
16768 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * mm-bodies.el (mm-encode-body): Use coding system rather than
16771         charset to encode text.
16772
16773         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16774         number of charsets if utf-8 is available (XEmacs).
16775
16776 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16777
16778         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16779         taken from `gnus-button-mid-or-mail-regexp'.
16780         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16781         (gnus-button-alist): Improve regexp for domain part of the MIDs
16782         for news:localpart@domain buttons.
16783         (gnus-button-ctan-directory-regexp): Update.
16784
16785 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * sieve-manage.el (sieve-manage-interactive-login):
16788         Use make-local-variable rather than make-variable-buffer-local.
16789         (sieve-manage-open): Ditto.
16790         (sieve-manage-authenticate): Ditto.
16791
16792         * mml.el (mml-generate-mime-1): Make the content type default to
16793         text/plain if the filename is not specified.
16794
16795 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16798         instead of insert-buffer.
16799
16800         * message.el (message-yank-original): Ditto; set the mark at the
16801         end of the yanked message.
16802
16803 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16806         lines to scroll rather than to stop it.
16807
16808         * mml.el (mml-generate-default-type): Add doc string.
16809         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16810         default to application/octet-stream when determining the content
16811         type if it is not specified for the part or the mml contents; add
16812         a comment about mml-generate-default-type.
16813
16814 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16815
16816         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16817         make it default to application/octet-stream when determining the
16818         content type if it is not specified for the external contents.
16819
16820 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16823         segmented parameter but also other parameters might be there.
16824
16825 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * mm-decode.el (mm-display-external): Delete temp file, directory
16828         and buffer immediately if the external process is exited.
16829
16830 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16833         fewer lines than that of scroll-margin.
16834         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16835
16836 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * gnus-art.el (gnus-article-next-page): Revert.
16839         (gnus-article-beginning-of-window): New macro.
16840         (gnus-article-next-page-1): Use it.
16841         (gnus-article-prev-page): Ditto.
16842         (gnus-article-edit-part): Use insert-buffer-substring instead of
16843         insert-buffer.
16844         (gnus-article-edit-exit): Ditto.
16845
16846         * gnus-util.el (gnus-beginning-of-window): Remove.
16847         (gnus-end-of-window): Remove.
16848
16849         * lpath.el: Don't bind header-line-format and scroll-margin.
16850
16851 2005-07-25  Simon Josefsson  <jas@extundo.com>
16852
16853         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16854         to have the url package without w3.  Reported by Daiki Ueno
16855         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16856
16857 2005-07-20  Didier Verna  <didier@xemacs.org>
16858
16859         * gnus-diary.el: Remove the description comment (nndiary is now
16860         properly documented in the Gnus manual).
16861         Fix the spelling of "Back End".
16862         * nndiary.el: Ditto.
16863         Fix the copyright notice.
16864
16865 2005-07-18  Romain Francoise  <romain@orebokech.com>
16866
16867         * gnus-sum.el (gnus-summary-to-prefix)
16868         (gnus-summary-newsgroup-prefix): New variables.
16869         (gnus-summary-from-or-to-or-newsgroups): Use them.
16870
16871 2005-07-17  Romain Francoise  <romain@orebokech.com>
16872
16873         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16874         space as it's generally not especially interesting to the user.
16875
16876 2005-07-16  Romain Francoise  <romain@orebokech.com>
16877
16878         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16879         nil to avoid prompting and file modification if one of the
16880         messages at the top of the nnfolder file contains a copyright
16881         notice.
16882         Update copyright notice.
16883
16884         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16885         instead of `current-time-string' as the latter creates a time
16886         string that is not RFC 2822 compliant (it lacks the zone).
16887         Update copyright notice.
16888
16889 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16890
16891         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16892         for text/rtf.  Display default in prompt.  Pass default for M-n.
16893
16894         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16895
16896 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16897
16898         * gnus-msg.el (gnus-button-mailto):
16899         Remove save-selected-window-window hackery because it relies on
16900         save-selected-window internals.
16901
16902 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16905         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16906         (gnus-article-prev-page): Ditto.
16907
16908         * gnus-util.el (gnus-beginning-of-window): New function.
16909         (gnus-end-of-window): New function.
16910
16911         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16912
16913 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16914
16915         * gnus-score.el (gnus-score-edit-all-score):
16916         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16917         gnus-message.
16918
16919 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16920
16921         * gnus-msg.el (gnus-button-mailto):
16922         Remove save-selected-window-window hackery because it relies on
16923         save-selected-window internals.
16924
16925 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16928         add-minor-mode.
16929         (gnus-binary-mode): Ditto.
16930
16931         * gnus-topic.el (gnus-topic-mode): Ditto.
16932
16933 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16934
16935         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16936         (gnus-article-prev-page): Take scroll-margin into consideration.
16937
16938 2005-07-04  Lute Kamstra  <lute@gnu.org>
16939
16940         Update FSF's address in GPL notices.
16941
16942 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16943
16944         * gnus.el (gnus-exit):
16945         * gnus-group.el (gnus-group-icons):
16946         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16947
16948         * gnus-nocem.el (gnus-nocem):
16949         * message.el (message-various, message-buffers, message-sending)
16950         (message-interface, message-forwarding, message-insertion)
16951         (message-headers, message-news, message-mail):
16952         * pgg-gpg.el (pgg-gpg):
16953         * pgg-parse.el (pgg-parse):
16954         * pgg-pgp.el (pgg-pgp):
16955         * pgg-pgp5.el (pgg-pgp5):
16956         * pop3.el (pop3): Finish `defgroup' description with period.
16957
16958 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * gnus-art.el (article-display-face): Improve the efficiency.
16961         (article-display-x-face): Ditto; remove grey x-face stuff.
16962
16963 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * gnus-art.el (article-display-face): Correct the position in
16966         which Faces are inserted.
16967
16968 2005-06-29  Didier Verna  <didier@xemacs.org>
16969
16970         * gnus-art.el (article-display-face): Display faces in correct
16971         order.
16972
16973 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16976         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16977         (gnus-nocem-check-article): Fetch the Type header.
16978         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16979         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16980         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16981         make sure gnus-nocem-hashtb is initialized.
16982         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16983         (gnus-nocem-unwanted-article-p): Ditto.
16984
16985         * pgg.el (pgg-verify): Return the verification result.
16986
16987 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16988
16989         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16990         is ascii.
16991
16992 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16993
16994         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16995         `show-nonbreak-escape'.
16996
16997 2005-06-23  Lute Kamstra  <lute@gnu.org>
16998
16999         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17000
17001         * dig.el (dig-mode):
17002         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17003
17004 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17005
17006         * nnimap.el (nnimap-split-download-body): Fix spellings.
17007
17008 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17009
17010         * gnus-art.el (gnus-article-encrypt-body):
17011         * gnus-cus.el (gnus-score-customize):
17012         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17013         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17014
17015 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17016
17017         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17018         header by looking for magic "MII" at the beginnig.
17019
17020 2005-06-16  Miles Bader  <miles@gnu.org>
17021
17022         * gnus-xmas.el (gnus-xmas-group-startup-message):
17023         Use renamed gnus-splash face.
17024
17025         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17026         (assistant-field-face): New backward-compatibility alias for renamed
17027         face.
17028         (assistant-render-text): Use renamed assistant-field face.
17029
17030         * spam.el (spam): Remove "-face" suffix from face name.
17031         (spam-face): New backward-compatibility alias for renamed face.
17032         (spam-face, spam-initialize): Use renamed spam face.
17033
17034         * message.el (message-header-to, message-header-cc)
17035         (message-header-subject, message-header-newsgroups)
17036         (message-header-other, message-header-name)
17037         (message-header-xheader, message-separator, message-cited-text)
17038         (message-mml): Remove "-face" suffix from face names.
17039         (message-header-to-face, message-header-cc-face)
17040         (message-header-subject-face, message-header-newsgroups-face)
17041         (message-header-other-face, message-header-name-face)
17042         (message-header-xheader-face, message-separator-face)
17043         (message-cited-text-face, message-mml-face):
17044         New backward-compatibility aliases for renamed faces.
17045         (message-font-lock-keywords): Use renamed message faces.
17046
17047         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17048         (sieve-test-commands, sieve-tagged-arguments):
17049         Remove "-face" suffix from face names.
17050         (sieve-control-commands-face, sieve-action-commands-face)
17051         (sieve-test-commands-face, sieve-tagged-arguments-face):
17052         New backward-compatibility aliases for renamed faces.
17053         (sieve-control-commands-face, sieve-action-commands-face)
17054         (sieve-test-commands-face, sieve-tagged-arguments-face):
17055         Use renamed sieve faces.
17056
17057         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17058         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17059         (gnus-group-news-3-empty, gnus-group-news-4)
17060         (gnus-group-news-4-empty, gnus-group-news-5)
17061         (gnus-group-news-5-empty, gnus-group-news-6)
17062         (gnus-group-news-6-empty, gnus-group-news-low)
17063         (gnus-group-news-low-empty, gnus-group-mail-1)
17064         (gnus-group-mail-1-empty, gnus-group-mail-2)
17065         (gnus-group-mail-2-empty, gnus-group-mail-3)
17066         (gnus-group-mail-3-empty, gnus-group-mail-low)
17067         (gnus-group-mail-low-empty, gnus-summary-selected)
17068         (gnus-summary-cancelled, gnus-summary-high-ticked)
17069         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17070         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17071         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17072         (gnus-summary-low-undownloaded)
17073         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17074         (gnus-summary-low-unread, gnus-summary-normal-unread)
17075         (gnus-summary-high-read, gnus-summary-low-read)
17076         (gnus-summary-normal-read, gnus-splash):
17077         Remove "-face" suffix from face names.
17078         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17079         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17080         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17081         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17082         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17083         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17084         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17085         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17086         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17087         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17088         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17089         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17090         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17091         (gnus-summary-normal-ticked-face)
17092         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17093         (gnus-summary-normal-ancient-face)
17094         (gnus-summary-high-undownloaded-face)
17095         (gnus-summary-low-undownloaded-face)
17096         (gnus-summary-normal-undownloaded-face)
17097         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17098         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17099         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17100         (gnus-splash-face):
17101         New backward-compatibility aliases for renamed faces.
17102         (gnus-group-startup-message): Use renamed gnus faces.
17103
17104         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17105         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17106         (gnus-server-agent): Remove "-face" suffix from face names.
17107         (gnus-server-agent-face, gnus-server-opened-face)
17108         (gnus-server-closed-face, gnus-server-denied-face)
17109         (gnus-server-offline-face):
17110         New backward-compatibility aliases for renamed faces.
17111         (gnus-server-agent-face, gnus-server-opened-face)
17112         (gnus-server-closed-face, gnus-server-denied-face)
17113         (gnus-server-offline-face): Use renamed gnus faces.
17114
17115         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17116         Remove "-face" suffix from face names.
17117         (gnus-picon-xbm-face, gnus-picon-face):
17118         New backward-compatibility aliases for renamed faces.
17119
17120         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17121         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17122         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17123         (gnus-cite-11): Remove "-face" suffix from face names.
17124         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17125         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17126         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17127         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17128         New backward-compatibility aliases for renamed faces.
17129         (gnus-cite-attribution-face, gnus-cite-face-list)
17130         (gnus-article-boring-faces): Use renamed gnus faces.
17131
17132         * gnus-art.el (gnus-signature, gnus-header-from)
17133         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17134         (gnus-header-content): Remove "-face" suffix from face names.
17135         (gnus-signature-face, gnus-header-from-face)
17136         (gnus-header-subject-face, gnus-header-newsgroups-face)
17137         (gnus-header-name-face, gnus-header-content-face):
17138         New backward-compatibility aliases for renamed faces.
17139         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17140
17141         * gnus-sum.el (gnus-summary-selected-face)
17142         (gnus-summary-highlight): Use renamed gnus faces.
17143         * gnus-group.el (gnus-group-highlight): Likewise.
17144
17145 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17146
17147         * gnus-sieve.el (gnus-sieve-article-add-rule):
17148         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17149         * spam-stat.el (spam-stat-buffer-change-to-spam)
17150         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17151
17152         * message.el (message-is-yours-p):
17153         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17154
17155 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * mm-view.el (mm-inline-text): Withdraw the last change.
17158
17159 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17162         executing enriched-decode.
17163
17164 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17167         charset of tar files.
17168
17169 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17170
17171         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17172
17173 2005-06-04  Lute Kamstra  <lute@gnu.org>
17174
17175         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17176         information is never recorded.
17177
17178 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17179
17180         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17181
17182 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * pop3.el (pop3-apop): Run md5 in the binary mode.
17185
17186         * starttls.el (starttls-set-process-query-on-exit-flag):
17187         Use eval-and-compile.
17188
17189 2005-05-31  Simon Josefsson  <jas@extundo.com>
17190
17191         * smime.el (smime-replace-in-string): Define.
17192         (smime-cert-by-ldap-1): Use it.
17193
17194 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * gnus-art.el (article-display-x-face): Replace
17197         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17198
17199         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17200         set-process-query-on-exit-flag or process-kill-without-query.
17201
17202         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17203         loop instead of replace-regexp.
17204
17205         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17206         instead of process-kill-without-query if it is available.
17207
17208         * lpath.el: Fbind ldap-search-entries.
17209
17210         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17211         instead of find-file-hooks if it is available.
17212
17213         * mml1991.el: Bind pgg-default-user-id when compiling.
17214
17215         * mml2015.el: Bind pgg-default-user-id when compiling.
17216
17217         * nndraft.el (nndraft-request-associate-buffer):
17218         Use write-contents-functions instead of write-contents-hooks if it is
17219         available.
17220
17221         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17222         instead of find-file-hooks if it is available.
17223
17224         * nntp.el (nntp-open-connection): Replace
17225         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17226         (nntp-open-ssl-stream): Ditto.
17227         (nntp-open-tls-stream): Ditto.
17228
17229         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17230         set-process-query-on-exit-flag or process-kill-without-query.
17231         (starttls-open-stream-gnutls): Use it instead of
17232         process-kill-without-query.
17233         (starttls-open-stream): Ditto.
17234
17235 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17236
17237         * smime.el (smime-cert-by-ldap-1): Don't use
17238         replace-regexp-in-string.
17239
17240 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17241
17242         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17243
17244         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17245         in PEM format.  Adjust to the XEmacs compatibility.
17246
17247 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17248
17249         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17250         by `string-to-number'.
17251         * gnus-agent.el (gnus-agent-regenerate-group)
17252         (gnus-agent-fetch-articles): Ditto.
17253         * gnus-art.el (gnus-button-fetch-group): Ditto.
17254         * gnus-cache.el (gnus-cache-generate-active)
17255         (gnus-cache-articles-in-group): Ditto.
17256         * gnus-group.el (gnus-group-set-current-level)
17257         (gnus-group-insert-group-line): Ditto.
17258         * gnus-score.el (gnus-score-set-expunge-below)
17259         (gnus-score-set-mark-below, gnus-summary-score-effect)
17260         (gnus-summary-score-entry): Ditto.
17261         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17262         (gnus-soup-pack): Ditto.
17263         * gnus-spec.el (gnus-xmas-format): Ditto.
17264         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17265         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17266         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17267         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17268         * nndb.el (nndb-get-remote-expire-response): Ditto.
17269         * nndiary.el (nndiary-parse-schedule-value)
17270         (nndiary-string-to-number, nndiary-request-replace-article)
17271         (nndiary-request-article): Ditto.
17272         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17273         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17274         * nneething.el (nneething-make-head): Ditto.
17275         * nnfolder.el (nnfolder-request-article)
17276         (nnfolder-retrieve-headers): Ditto.
17277         * nnheader.el (nnheader-file-to-number): Ditto.
17278         * nnkiboze.el (nnkiboze-request-article): Ditto.
17279         * nnmail.el (nnmail-process-unix-mail-format)
17280         (nnmail-process-babyl-mail-format): Ditto.
17281         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17282         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17283         (nnmh-request-create-group, nnmh-request-list-1)
17284         (nnmh-request-group, nnmh-request-article): Ditto.
17285         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17286         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17287         * nnsoup.el (nnsoup-make-active): Ditto.
17288         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17289         * nntp.el (nntp-find-group-and-number)
17290         (nntp-retrieve-headers-with-xover): Ditto.
17291         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17292         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17293         (pgg-format-key-identifier): Ditto.
17294         * pop3.el (pop3-last, pop3-stat): Ditto.
17295         * qp.el (quoted-printable-decode-region): Ditto.
17296
17297         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17298         of concat.
17299
17300 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17303
17304         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17305
17306         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17307
17308         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17309
17310         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17311
17312         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17313
17314         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17315         (gnus-carpal-mode): Ditto.
17316
17317         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17318         (gnus-browse-mode): Ditto.
17319
17320         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17321
17322         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17323
17324 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17325
17326         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17327
17328 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * gnus-util.el (gnus-run-mode-hooks): New function.
17331
17332         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17333
17334         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17335         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17336
17337 2005-05-27  Lute Kamstra  <lute@gnu.org>
17338
17339         * dns-mode.el (dns-mode): Specify customization group.
17340
17341 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17342
17343         * gnus-agent.el (gnus-agent-make-mode-line-string):
17344         Use mode-line-highlight as mouse-face.
17345
17346 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * canlock.el (canlock): Change the parent group to news.
17349
17350         * deuglify.el (gnus-outlook-deuglify): Add :group.
17351
17352         * dig.el (dig): Add :group.
17353
17354         * dns-mode.el (dns-mode): Add :group.
17355
17356         * encrypt.el (encrypt): Add :group.
17357
17358         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17359         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17360         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17361         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17362         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17363
17364         * gnus-diary.el (gnus-diary): Add :group.
17365
17366         * gnus.el (gnus-group-news-1-face): Add :group.
17367         (gnus-group-news-1-empty-face): Ditto.
17368         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17369         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17370         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17371         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17372         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17373         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17374         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17375         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17376         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17377         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17378         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17379         (gnus-summary-high-ticked-face): Ditto.
17380         (gnus-summary-low-ticked-face): Ditto.
17381         (gnus-summary-normal-ticked-face): Ditto.
17382         (gnus-summary-high-ancient-face): Ditto.
17383         (gnus-summary-low-ancient-face): Ditto.
17384         (gnus-summary-normal-ancient-face): Ditto.
17385         (gnus-summary-high-undownloaded-face): Ditto.
17386         (gnus-summary-low-undownloaded-face): Ditto.
17387         (gnus-summary-normal-undownloaded-face): Ditto.
17388         (gnus-summary-high-unread-face): Ditto.
17389         (gnus-summary-low-unread-face): Ditto.
17390         (gnus-summary-normal-unread-face): Ditto.
17391         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17392         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17393
17394         * hashcash.el (hashcash): New custom group.
17395         (hashcash-default-payment): Add :group.
17396         (hashcash-payment-alist): Ditto.
17397         (hashcash-default-accept-payment): Ditto.
17398         (hashcash-accept-resources): Ditto.
17399         (hashcash-path): Ditto.
17400         (hashcash-extra-generate-parameters): Ditto.
17401         (hashcash-double-spend-database): Ditto.
17402         (hashcash-in-news): Ditto.
17403
17404         * message.el (message-minibuffer-local-map): Add :group.
17405
17406         * netrc.el (netrc): Add :group.
17407
17408         * sieve-manage.el (sieve-manage-log): Add :group.
17409         (sieve-manage-default-user): Diito.
17410         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17411         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17412         (sieve-manage-authenticators): Ditto.
17413         (sieve-manage-authenticator-alist): Ditto.
17414         (sieve-manage-default-port): Ditto.
17415
17416         * sieve-mode.el (sieve-control-commands-face): Add :group.
17417         (sieve-action-commands-face): Ditto.
17418         (sieve-test-commands-face): Ditto.
17419         (sieve-tagged-arguments-face): Ditto.
17420
17421         * smime.el (smime): Add :group.
17422
17423         * spam-report.el (spam-report): Add :group.
17424
17425         * spam.el (spam, spam-face): Add :group.
17426
17427 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17428
17429         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17430         return \n.\n.\n at the end of articles.  Protect against that.
17431         (nntp-with-open-group): Allow debugging.
17432
17433         * nnheader.el (mail-header-set-extra): Make into a function
17434         because I just could't understand how to quote the list properly.
17435
17436         * dns.el (query-dns-cached): New function.
17437
17438 2005-05-26  Lute Kamstra  <lute@gnu.org>
17439
17440         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17441
17442 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17445
17446         * gnus-art.el: Don't autoload mail-extract-address-components.
17447
17448         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17449         eval-and-compile to evaluate it.
17450
17451         * hashcash.el: Don't autoload executable-find.
17452
17453         * nndb.el: Don't declare the nndb back end two or more times; don't
17454         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17455
17456         * nntp.el: Autoload format-spec instead of format; use
17457         eval-and-compile to evaluate autoload forms.
17458
17459 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17460
17461         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17462
17463 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17464
17465         * gnus.el (gnus-version-number): Bump version.
17466
17467 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17468
17469         * gnus.el: No Gnus v0.3 is released.
17470
17471 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17472
17473         * lpath.el (featurep): Bind show-nonbreak-escape.
17474
17475 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * gnus-art.el (gnus-article-edit-part): Disable undo.
17478
17479 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17482         gnus-article-date-lapsed-new-header is t if date timer is active;
17483         skip headers in which the original date value is empty.
17484         (gnus-article-save-original-date): Redefine it as a macro.
17485         (gnus-display-mime): Use it.
17486
17487 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17488
17489         * gnus-art.el (article-date-ut): Support converting date in
17490         forwarded parts as well.
17491         (gnus-article-save-original-date): New function.
17492         (gnus-display-mime): Use it.
17493
17494 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17495
17496         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17497         enclosure element of <item>.
17498
17499 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * message.el (message-kill-buffer-query): Rename from
17502         `message-kill-buffer-query-if-modified'.  Add :version.
17503
17504 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17507         window layout.
17508
17509 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * mml.el: Autoload dnd when compiling.
17512
17513 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17514
17515         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17516         x-dnd-*.
17517
17518 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * qp.el (quoted-printable-encode-region): Save excursion.
17521
17522 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17523
17524         * message.el (message-kill-buffer-query-if-modified): Add new variable
17525         so the user can kill a modified message buffer quickly.
17526         (message-kill-buffer): Use it.
17527
17528 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * lpath.el: Fbind display-time-event-handler; don't fbind
17531         string-to-multibyte.
17532
17533         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17534
17535 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17538         contained in text because xml.el decodes entities) with LFs.
17539
17540 2005-04-11  Lute Kamstra  <lute@gnu.org>
17541
17542         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17543         differently.
17544
17545 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17546
17547         * mm-util.el (mm-detect-coding-region): Typo.
17548
17549 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17552
17553 2005-04-06  Deepak Goel  <deego@gnufans.org>
17554
17555         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17556         user-function allow user modifications of the scores.
17557         (spam-stat-score-buffer-user): New function, to allow
17558         user-computed modifications to the score.
17559         (spam-stat-score-buffer-user-functions): List of additional
17560         scoring functions.
17561         (spam-stat-error-holder): Global temporary error holder.
17562         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17563         variable.
17564
17565 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17566
17567         * gnus-registry.el (gnus-registry-clean-empty-function)
17568         (gnus-registry-trim, gnus-registry-fetch-groups)
17569         (gnus-registry-delete-group): Groups that match
17570         `gnus-registry-ignored-groups' are removed from the registry
17571         entries, not just ignored for splitting.  This helps clean up the
17572         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17573         to get all the groups a message ID is in.
17574
17575         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17576         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17577         (spam-stat-score-buffer-user-functions): Add :number custom type.
17578
17579 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17582         argument in XEmacs.
17583
17584         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17585         (nnrss-request-group): Decode group name first.
17586         (nnrss-request-article): Make a text/plain article if mml-to-mime
17587         failed.
17588         (nnrss-get-encoding): Return a compatible encoding according to
17589         nnrss-compatible-encoding-alist.
17590         (nnrss-find-el): Use consp instead of listp.
17591         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17592
17593 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17596         which Emacs 20 doesn't support.
17597         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17598
17599 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17600
17601         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17602         silence the byte compiler inside the defun.
17603
17604         * gnus-demon.el (parse-time-string): Add autoload.
17605
17606         * gnus-delay.el (parse-time-string): Add autoload.
17607
17608         * gnus-art.el (parse-time-string): Add autoload.
17609
17610         * nnultimate.el (parse-time): Require for `parse-time-string'.
17611
17612 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17615
17616         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17617
17618         * smime.el (smime-ldap-host-list): Add :version.
17619
17620 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17621
17622         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17623         pass it to `gnus-browse-read-group'.
17624         (gnus-browse-read-group): Add NUMBER argument and pass it to
17625         `gnus-group-read-ephemeral-group'.
17626
17627         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17628         argument and pass it to `gnus-group-read-group'.
17629
17630 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17631
17632         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17633         mm-xemacs-find-mime-charset-1 if we have the mule feature
17634         available at runtime.
17635
17636 2005-03-25  Werner Lemberg  <wl@gnu.org>
17637
17638         * nnmaildir.el: Replace `illegal' with `invalid'.
17639
17640 2005-03-23  Lute Kamstra  <lute@gnu.org>
17641
17642         * time-date.el: Add comment on time value formats.
17643         Don't require parse-time.
17644         (with-decoded-time-value): New macro.
17645         (encode-time-value): New function.
17646         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17647         (days-to-time): Return a valid time value when arg is huge.
17648         (time-since): Use time-subtract.
17649         (time-to-number-of-days): Use time-to-seconds.
17650
17651 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17652
17653         * gnus-start.el (gnus-display-time-event-handler):
17654         Check display-time-timer at runtime rather than only at load time
17655         in case display-time-mode is turned off in the mean time.
17656
17657 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17660         used.
17661
17662         * nneething.el (nneething-map-file-directory): Derive from
17663         `gnus-directory'.
17664
17665         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17666         the To/Cc button.
17667
17668 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17669
17670         * nnmaildir.el (nnmaildir-request-accept-article):
17671         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17672
17673 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17674
17675         * gnus-async.el: Require timer-funcs at compile time when in
17676         XEmacs for `run-with-idle-timer'.
17677
17678 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17679
17680         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17681         autoloaded function.
17682
17683 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17684
17685         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17686
17687 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17688
17689         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17690
17691 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17692
17693         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17694         Add gnus-expert-user to default.
17695
17696 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17697
17698         * nnimap.el (nnimap-open-server): Ditto.
17699
17700         * imap.el (imap-authenticate): Fix typo.
17701
17702 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17703
17704         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17705         buffer (since IMAP server might return FETCH response out of
17706         order, and the nntp buffer must be sorted).
17707
17708 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17709
17710         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17711         comparison on string.
17712
17713         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17714         (gnus-agent-score): Rename category keywords to match gnus-cus.
17715         (gnus-agent-summary-fetch-series): Modify to protect against
17716         gnus-agent-summary-fetch-group clearing processable flags.
17717         (gnus-agent-synchronize-group-flags): Update live group buffer as
17718         synchronization may occur due to the user toggle the plugged
17719         status.
17720         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17721         successfully downloaded.
17722         (gnus-agent-expire-group-1): Avoid using markers when the overview
17723         is in ascending order; greatly improves performance.
17724         (gnus-agent-regenerate-group):
17725         Use gnus-agent-synchronize-group-flags to reset read status in both
17726         gnus and server.
17727         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17728
17729 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17730
17731         * message.el: Don't autoload former message-utils variables.
17732         (message-strip-subject-trailing-was): Change doc string.
17733
17734         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17735         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17736         (nnweb-google-search): Add "hl=en" here.
17737         (nnweb-google-parse-1, nnweb-google-create-mapping):
17738         Don't hardcode URL.
17739
17740 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17741
17742         * message.el (message-get-reply-headers, message-followup):
17743         Mention related variables `message-use-followup-to' and
17744         `message-use-mail-followup-to', in the information buffer.
17745
17746         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17747         of broken groups(-beta).google.com.
17748
17749 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17750
17751         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17752         parameter to invoked gnus-request-move-article; remove the
17753         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17754         all at once instead of once per article.
17755         (gnus-summary-remove-process-mark): Accept a list of articles as
17756         well as a single article for processing.
17757
17758         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17759         parameter.
17760
17761         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17762
17763         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17764
17765         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17766         parameter.
17767
17768         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17769         parameter.
17770
17771         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17772         parameter and remove the gnus-sum-hint-move-is-internal variable.
17773
17774         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17775         parameter.
17776
17777         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17778         parameter.
17779
17780         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17781         parameter.
17782
17783         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17784
17785         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17786         parameter.
17787
17788         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17789         parameter.
17790
17791 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17792
17793         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17794         a more conservative way.
17795
17796 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17797
17798         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17799         buffer, so it moves the window's cursor.
17800
17801 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17802
17803         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17804         `mm-dissect-multipart' and receive the from field as an (optional)
17805         argument from `mm-dissect-multipart'.
17806         (mm-dissect-multipart): Receive the from field as an argument and
17807         pass it on when we call `mm-dissect-buffer' on MIME parts.
17808         Fixes verification/decryption of signed/encrypted MIME parts.
17809
17810 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17811
17812         * gnus-sum.el (gnus-summary-move-article):
17813         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17814         whatever it calls (right now, only nnimap-request-move article
17815         respects it).
17816
17817         * nnimap.el (nnimap-request-move-article):
17818         When gnus-sum-hint-move-is-internal is set, don't do the extra
17819         nnimap-request-article.
17820
17821 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17822
17823         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17824
17825         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17826         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17827
17828         * gnus-sum.el (gnus-summary-caesar-message):
17829         Apply `gnus-treat-article' after rotation.
17830
17831         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17832         doc string.
17833
17834 2005-02-22  Simon Josefsson  <jas@extundo.com>
17835
17836         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17837         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17838         <arne@arnested.dk>.
17839         (encrypt): Add password-cache and password-cache-expiry as group
17840         members.
17841
17842 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17843
17844         * smime.el (smime-ldap-host-list): Doc fix.
17845         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17846         cache) password.
17847         (smime-sign-region): Use it.
17848         (smime-decrypt-region): Use it.
17849         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17850         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17851         fails.
17852         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17853         certificate from DER to PEM format rather than calling openssl.
17854
17855         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17856
17857         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17858         for signing/encryption.
17859
17860         * mml.el (mml-parse-1): Use them.
17861
17862 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17863
17864         * nnrss.el (nnrss-verbose): Remove.
17865         (nnrss-request-group): Use `nnheader-message' instead.
17866
17867 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17868
17869         * nnrss.el (nnrss-verbose): New variable.
17870         (nnrss-request-group): Make it say nnrss is requesting a group.
17871
17872 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17875         Handle news URL with given port correctly.
17876
17877 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17878
17879         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17880         containing special characters.
17881
17882         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17883
17884         * mml.el (mime-to-mml): Ditto.
17885
17886         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17887         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17888         (rfc2047-decode-region): Quote decoded words containing special
17889         characters when rfc2047-quote-decoded-words-containing-tspecials
17890         is non-nil.
17891
17892 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17893
17894         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17895
17896         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17897
17898 2005-02-15  Simon Josefsson  <jas@extundo.com>
17899
17900         * nnimap.el (nnimap-debug): Doc fix.
17901
17902         * imap.el (imap-debug): Doc fix.
17903
17904 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17907
17908 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17909
17910         * gnus.el (spam-contents): Improve docs for spam-contents
17911         parameter in its variable incarnation.
17912
17913 2005-02-14  Simon Josefsson  <jas@extundo.com>
17914
17915         * smime-ldap.el: Use require instead of load-library for ldap.
17916         (smime-ldap-search): Indent.
17917         (smime-ldap-search-internal): Shorten line.
17918
17919         * smime.el (smime-cert-by-dns): Add doc-string.
17920         (smime-cert-by-ldap-1): Indent.
17921
17922         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17923         mml-smime-get-dns-ldap.
17924         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17925
17926 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17927
17928         * smime.el: Require smime-ldap.
17929         (smime-ldap-host-list): New variable.
17930         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17931
17932         * mml-smime.el (mml-smime-encrypt-query): New function.
17933         (mml-smime-encrypt-query): Use it.
17934
17935         * smime-ldap.el: New file.
17936
17937 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17940
17941 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17942
17943         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17944         argument in doc string.  Make query for type more clear.
17945
17946 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17947
17948         * gnus.el (gnus-group-startup-message): Search for gnus images in
17949         etc/images/gnus.
17950         * mm-util.el (mm-image-load-path): Likewise.
17951         * smiley.el (smiley-data-directory): Search for smilies in
17952         etc/images/smilies.
17953
17954 2005-02-09  Kim F. Storm  <storm@cua.dk>
17955
17956         Change Emacs release version from 21.4 to 22.1 throughout.
17957         Change Emacs development version from 21.3.50 to 22.0.50.
17958
17959 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17962
17963         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17964         non-Mule XEmacs as well.
17965         (mm-decompress-buffer): Signal an error intentionally if it does
17966         not decompress compressed data because auto-compression-mode is
17967         disabled.
17968
17969 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17970
17971         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17972         an ID in the registry even if it has no groups.
17973
17974 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17975
17976         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17977         merge it into mm-decompress-buffer.
17978         (gnus-mime-copy-part): Use the MIME part charset, the value which
17979         a user specified or gnus-newsgroup-charset for decoding, like
17980         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17981         save-buffer what was used.  Suggested by Kevin Ryde
17982         <user42@zip.com.au>.
17983         (gnus-mime-inline-part): Allow the name parameter as well as the
17984         filename parameter; force decompressing of compressed data; always
17985         display contents being not decoded as unibyte.
17986
17987         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17988         as well as the filename parameter.
17989
17990         * mm-util.el (mm-decompress-buffer):
17991         Merge gnus-mime-jka-compr-maybe-uncompress.
17992         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17993         of compressed data.
17994
17995 2005-02-08  Simon Josefsson  <jas@extundo.com>
17996
17997         * imap.el (imap-log): Doc fix.
17998
17999 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18002         the coding cookies; decompress compressed parts.
18003
18004         * mml.el (mml-generate-mime-1): Add the charset parameter according
18005         to the value which a user specified manually or the coding cookie.
18006
18007         * mm-util.el (mm-string-to-multibyte): New function.
18008         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18009         (mm-coding-system-to-mime-charset): New function.
18010         (mm-decompress-buffer): New function.
18011         (mm-find-buffer-file-coding-system): New function.
18012
18013         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18014         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18015         parts.
18016
18017 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18018
18019         * mm-view.el (mm-display-inline-fontify): Decode a part according
18020         to the charset parameter.
18021
18022 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18025         prefix arg is neither nil nor a number, as info specifies.
18026
18027 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18030         timestamps.
18031
18032 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18033
18034         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18035         groups error checking and notify user.
18036
18037 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18038
18039         * message.el (message-send-mail-function): Check existence of
18040         sendmail-program first before using default value
18041         `message-send-mail-with-sendmail'.  Otherwise use more generic
18042         `smtpmail-send-it'.
18043
18044 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * nntp.el (nntp-request-update-info): Always return nil.
18047
18048 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18049
18050         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18051
18052 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18053
18054         * message.el (message-beginning-of-line): Change the behavior when
18055         invoked between BOL and : so that it first moves backward.
18056
18057 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18060         article buffer when editing of the article is discarded.
18061         (gnus-article-prepare): Revert.
18062
18063 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * gnus-art.el (gnus-article-prepare):
18066         Remove message-strip-forbidden-properties from the local hook.
18067
18068 2005-01-27  Simon Josefsson  <jas@extundo.com>
18069
18070         * password.el (password-cache-add): Only start one timer per key.
18071         Reported by Derek Atkins <warlord@MIT.EDU>.
18072
18073 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18074
18075         * run-at-time.el: Remove.  It is no longer needed as
18076         timer-funcs.el in the xemacs-base package has a working version of
18077         `run-at-time'.
18078
18079         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18080
18081         * password.el: Require timer-funcs instead of run-at-time in
18082         XEmacs.
18083         Remove `password-run-at-time' macro.
18084         (password-cache-add): Use `run-at-time' instead of
18085         `password-run-at-time'.
18086
18087         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18088         Remove `nnheader-cancel-function-timers' alias,
18089         `cancel-function-timers' exists in XEmacs in timer-funcs.
18090
18091         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18092         for `run-with-idle-timer'.
18093
18094         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18095         for `run-at-time'.
18096
18097         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18098         for `with-timeout'.
18099
18100         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18101         the same as for XEmacs 21.4.
18102         No need to ignore `run-with-idle-timer', this function exists in
18103         XEmacs now in timer-funcs.el in the xemacs-base package.
18104         (dgnushack-compile): No need to delete
18105         run-at-time.el from the list of files to compile because it
18106         doesn't exist anymore.
18107
18108 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18111         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18112
18113 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18114
18115         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18116         sensitively.
18117
18118 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18119
18120         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18121
18122 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18125         which will be inserted according to the multibyteness of a buffer
18126         rather than the type of contents.  Suggested by ARISAWA Akihiro
18127         <ari@mbf.ocn.ne.jp>.
18128
18129         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18130         of string which old xml.el may return rather than a string.
18131
18132 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18133
18134         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18135
18136 2005-01-16  Simon Josefsson  <jas@extundo.com>
18137
18138         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18139         idn/idna.el isn't available.
18140         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18141         <michael@waxrat.com>.
18142
18143         * hashcash.el: Remove non-FSF copyright header.
18144
18145         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18146         (hashcash-generate-payment): Use it.
18147         (hashcash-generate-payment-async): Use it.
18148
18149 2005-01-15  Simon Josefsson  <jas@extundo.com>
18150
18151         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18152         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18153
18154         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18155         gnus-summary-idna-message.
18156         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18157         (gnus-summary-idna-message): New function.
18158
18159 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18160
18161         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18162         gnus-novice-user.
18163
18164 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * nnrss.el (nnrss-request-delete-group): Delete entries in
18167         nnrss-group-alist as well.
18168         (nnrss-save-server-data): Insert newline.
18169
18170 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18171
18172         * gnus.el (gnus-user-agent): Use list of symbols instead of
18173         symbols.  Display full version number for (S)XEmacs.
18174         Optionally display (S)XEmacs codename.
18175
18176         * gnus-util.el (gnus-emacs-version): Update for new
18177         `gnus-user-agent'.
18178
18179         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18180         Gnus version.
18181
18182 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18183
18184         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18185         which is unreadable in some setups.
18186
18187 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * gnus-spec.el (gnus-update-format-specifications): Flush the
18190         group format spec cache if it doesn't support decoded group names.
18191
18192 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18195         Allow to apply decay on score files matching a regexp.
18196
18197 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18200         compatibility in %g and %c.
18201
18202 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18205         name for only %g and %c.
18206         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18207         of gnus-tmp-group to decoded group name.
18208         (gnus-group-make-rss-group): Exclude `/'s from group names.
18209
18210 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * nnrss.el (nnrss-get-encoding): Fix regexp.
18213
18214 2004-12-27  Simon Josefsson  <jas@extundo.com>
18215
18216         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18217         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18218         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18219
18220 2004-12-17  Kim F. Storm  <storm@cua.dk>
18221
18222         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18223
18224         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18225
18226 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18227
18228         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18229
18230 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * nnrss.el: Require rfc2047 and mml.
18233         (nnrss-file-coding-system): New variable.
18234         (nnrss-format-string): Redefine it as an inline function.
18235         (nnrss-decode-group-name): New function.
18236         (nnrss-string-as-multibyte): Remove.
18237         (nnrss-retrieve-headers): Decode group name; don't use
18238         nnrss-format-string.
18239         (nnrss-request-group): Decode group name.
18240         (nnrss-request-article): Decode group name; allow a Message-ID as
18241         well as an article number; don't use nnrss-format-string; encode a
18242         Message-ID string which may contain non-ASCII characters; use
18243         mml-to-mime to compose a MIME article.
18244         (nnrss-request-expire-articles): Decode group name.
18245         (nnrss-request-delete-group): Decode group name.
18246         (nnrss-fetch): Clarify error message.
18247         (nnrss-read-server-data): Use insert-file-contents instead of load;
18248         bind file-name-coding-system; use multibyte buffer.
18249         (nnrss-save-server-data): Bind coding-system-for-write to the
18250         value of nnrss-file-coding-system; bind file-name-coding-system;
18251         add coding cookie.
18252         (nnrss-read-group-data): Use insert-file-contents instead of load;
18253         bind file-name-coding-system; use multibyte buffer.
18254         (nnrss-save-group-data): Bind coding-system-for-write to the
18255         value of nnrss-file-coding-system; bind file-name-coding-system.
18256         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18257         make it work with non-ASCII text.
18258         (nnrss-find-el): Make it work with old xml.el as well.
18259
18260 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18261
18262         * nnrss.el (nnrss-get-encoding): New function.
18263         (nnrss-fetch): Use unibyte buffer initially; bind
18264         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18265         decode contents according to the encoding attribute.
18266         (nnrss-save-group-data): Add coding cookie.
18267         (nnrss-mime-encode-string): New function.
18268         (nnrss-check-group): Use it to encode subject and author.
18269
18270 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18271
18272         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18273         imaginary variable.
18274
18275 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18278         correctly even if there are wide characters.
18279
18280 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18281
18282         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18283         downcased symbol names; make a new cache instead of reusing
18284         bbdb-hashtable.
18285
18286 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18287
18288         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18289         concatenating segments rather than before concatenating them.
18290         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18291
18292         * message.el (message-get-reply-headers): Bind `extra'.
18293
18294 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18295
18296         * message.el (message-extra-wide-headers): New variable.
18297         (message-get-reply-headers): Use it.
18298
18299 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18300
18301         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18302         (gnus-agent-group-pathname): Ditto.
18303
18304         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18305
18306         * gnus-group.el (gnus-group-make-group): Decode group name.
18307         (gnus-group-make-rss-group): Register the group data after opening
18308         the nnrss group.
18309
18310 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18311
18312         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18313         by expiry now get marked as read.
18314
18315 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18318
18319 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18320
18321         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18322         unify Latin characters in XEmacs.
18323         (mm-find-mime-charset-region): Use it.
18324
18325 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18326
18327         * gnus-util.el (gnus-delete-directory): New function.
18328
18329         * gnus-agent.el (gnus-agent-delete-group): Use it.
18330
18331         * gnus-cache.el (gnus-cache-delete-group): Use it.
18332
18333 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18336         names.
18337
18338 2004-12-16  Simon Josefsson  <jas@extundo.com>
18339
18340         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18341
18342 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18345
18346         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18347         (gnus-group-set-current-level): Decode group name.
18348
18349 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18350
18351         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18352         failed.
18353
18354 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * gnus-group.el (gnus-group-delete-group): Decode group name.
18357         (gnus-group-make-rss-group): Encode group name.
18358         (gnus-group-catchup-current): Decode group name.
18359         (gnus-group-kill-group): Decode group name.
18360
18361 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18362
18363         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18364
18365 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * gnus-group.el (gnus-group-make-rss-group):
18368         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18369
18370         * gnus-start.el (gnus-setup-news): Honor user's setting to
18371         gnus-message-archive-method.  Suggested by Lute Kamstra
18372         <lute@gnu.org>.
18373
18374 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18375
18376         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18377         global counterparts of the buffer-local variables.
18378
18379 2004-11-16  Romain Francoise  <romain@orebokech.com>
18380
18381         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18382         counterparts of the buffer-local variables.
18383
18384 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18385
18386         * message.el (message-forbidden-properties): Fix typo in doc
18387         string.
18388
18389 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18390
18391         * gnus-util.el (gnus-replace-in-string): Add doc string.
18392
18393         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18394         to avoid problems when splitting mails with many recipients.
18395
18396 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18397
18398         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18399         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18400
18401 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18402
18403         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18404         if there is no hashtable in memory or file modification time is
18405         newer than cached timestamp.
18406
18407 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18408
18409         * gnus-sum.el (gnus-summary-limit-to-recipient):
18410         Implement not-matching option.
18411
18412 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18413
18414         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18415         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18416         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18417         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18418         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18419         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18420
18421 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18422
18423         * message.el (message-forward-make-body-mml): Remove headers
18424         according to message-forward-ignored-headers if a message is decoded.
18425
18426 2004-12-02  Romain Francoise  <romain@orebokech.com>
18427
18428         * message.el (message-forward-make-body-plain): Always remove
18429         headers according to message-forward-ignored-headers.
18430
18431 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18432
18433         * spam.el (spam-summary-prepare-exit): Remove the
18434         gnus-summary-limit pop for now, it has problems with ham marks for
18435         me.
18436
18437 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18438
18439         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18440         correctly.
18441
18442 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18443
18444         * format-spec.el (format-spec): Message the char.
18445
18446 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18447
18448         * gnus-art.el (gnus-split-methods): Reformat comments.
18449
18450         * spam.el (spam-summary-prepare-exit): Remove article limits
18451         before exiting the summary buffer.
18452
18453 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18456         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18457
18458         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18459         order to silence the byte compiler.
18460
18461         * spam.el: Fix the way to silence the byte compiler, which
18462         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18463         bbdb-search-simple, spam-BBDB-register-routine,
18464         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18465         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18466         spam-stat-buffer-is-spam, spam-stat-load,
18467         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18468         spam-stat-save and spam-stat-split-fancy.
18469
18470 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18471
18472         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18473         which may confuse users.
18474         (canlock-password-for-verify): Ditto.
18475
18476         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18477
18478         * gnus-art.el (gnus-emphasis-alist): Ditto.
18479
18480         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18481
18482         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18483
18484         * gnus-start.el (gnus-save-killed-list): Ditto.
18485
18486         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18487         (gnus-sum-thread-tree-root): Ditto.
18488         (gnus-sum-thread-tree-false-root): Ditto.
18489         (gnus-sum-thread-tree-single-indent): Ditto.
18490
18491         * message.el (message-courtesy-message): Ditto.
18492         (message-archive-note): Ditto.
18493         (message-subscribed-address-file): Ditto.
18494         (message-user-fqdn): Ditto.
18495
18496         * spam-report.el (spam-report-gmane-regex): Ditto.
18497
18498         * spam.el (spam-blackhole-good-server-regex): Ditto.
18499
18500 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * mml.el (mml-preview): Widen the message buffer before copying
18503         the contents to the preview buffer; sort headers before previewing.
18504
18505         * message.el (message-hidden-headers): Fix the way to avoid a bug
18506         in the `repeat' widget in Emacs 21.3 or earlier.
18507
18508 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * message.el (message-hidden-headers): Default to "^References:".
18511         Improve customization type.  Suggested by Reiner Steib
18512         <Reiner.Steib@gmx.de>.
18513
18514 2004-11-25  Romain Francoise  <romain@orebokech.com>
18515
18516         * message.el (message-strip-forbidden-properties): Remove check for
18517         obsolete `message-hidden' text property, hidden headers are not
18518         accessible in the buffer anymore.
18519
18520 2004-11-22  Romain Francoise  <romain@orebokech.com>
18521
18522         * message.el (message-header-format-alist): Add `From' in list
18523         so that it can be sorted.
18524         (message-fix-before-sending): Widen and sort headers before
18525         sending.
18526         (message-hide-headers): Use narrowing to hide headers by moving
18527         them to the top of the buffer and narrowing to the region
18528         underneath.
18529
18530 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18531
18532         * message.el (message-strip-forbidden-properties):
18533         Bind buffer-read-only (etc) to nil.
18534
18535 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18538         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18539
18540 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18541
18542         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18543
18544 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18545
18546         * dns.el (query-dns): Use sit-for to time instead of
18547         accept-process-output, since that doesn't seem to work on udp
18548         sockets.
18549
18550 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18553
18554 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18555
18556         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18557         doc string.  Improve doc string.
18558
18559 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18560
18561         * nntp.el (nntp-request-update-info): Return nil if
18562         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18563         may not call gnus-activate-group which uselessly issues the GROUP
18564         commands for all nntp groups and wastes time.  Reported by Romain
18565         Francoise <romain@orebokech.com>.
18566
18567         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18568
18569 2004-11-15  Simon Josefsson  <jas@extundo.com>
18570
18571         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18572         headers separately.
18573         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18574         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18575
18576 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18577
18578         * gnus-start.el (gnus-convert-old-newsrc):
18579         Assign legacy-gnus-agent to 5.10.7.
18580
18581 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18582
18583         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18584         start of the lines.
18585
18586 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18587
18588         * hashcash.el (hashcash-default-payment): Change default to 20.
18589         (hashcash-default-accept-payment): Change default to 20.
18590         (hashcash-process-alist): New variable.
18591         (hashcash-generate-payment-async): Add.
18592         (hashcash-already-paid-p): Add.
18593         (hashcash-insert-payment): Don't generate payments twice.
18594         (hashcash-insert-payment-async): Add.
18595         (hashcash-insert-payment-async-2): Add.
18596         (hashcash-cancel-async): Add.
18597         (hashcash-wait-async): Add.
18598         (hashcash-processes-running-p): Add.
18599         (hashcash-wait-or-cancel): Add.
18600         (mail-add-payment): New optional argument.  Conditionally start
18601         asynchronous calculation.
18602         (mail-add-payment-async): Add.
18603
18604         * message.el (message-send-mail): Wait for asynchronous hashcash
18605         results.  Don't clobber existing X-Hashcash headers.
18606         (message-setup-1): Call mail-add-payment-async when
18607         message-generate-hashcash is non-nil.
18608
18609 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18610
18611         * message.el (message-use-alternative-email-as-from): Examine the
18612         From header as well; use message-make-from in order to include a
18613         user's full name.
18614
18615 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18618         default; improve customization type.
18619         (gnus-emphasis-custom-with-format): New macro.
18620         (gnus-emphasis-custom-value-to-external): New function.
18621         (gnus-emphasis-custom-value-to-internal): New function.
18622
18623 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18624
18625         * dns.el (query-dns): Resolve reverse addresses.
18626
18627 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18628
18629         * gnus-group.el (gnus-group-get-new-news): Use it.
18630
18631         * gnus-start.el (gnus-check-reasonable-setup): New function.
18632
18633 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18636         "Args out of range" error.  Reported by Arnaud Giersch
18637         <arnaud.giersch@free.fr>.
18638
18639 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18640
18641         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18642
18643 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18644
18645         * spam.el (spam group): Add :version.
18646
18647         * pgg-def.el (pgg group): Add :version.
18648
18649 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * gnus-art.el (gnus-article-edit-article): Don't associate the
18652         article buffer with a draft file.  This is a temporary measure
18653         against the 2004-08-22 change to gnus-article-edit-mode.
18654
18655 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18658         (html2text-format-tags): Remove unused variable `attr'.
18659
18660 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18661
18662         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18663
18664         * tls.el (tls-process-connection-type, tls-success)
18665         (tls-certtool-program): Add :version.
18666
18667         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18668         (starttls-extra-arguments, starttls-process-connection-type)
18669         (starttls-connect, starttls-failure, starttls-success): Add :version.
18670
18671         * spam-stat.el (spam-stat): Add :version.
18672
18673         * sieve.el (sieve): Add :version.
18674
18675         * sha1.el (sha1): Add :version.
18676         (sha1-use-external): Remove redundant version.
18677
18678         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18679         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18680         (nnmail-split-fancy-match-partial-words)
18681         (nnmail-split-lowercase-expanded): Add :version.
18682
18683         * nndiary.el (nndiary): Add :version.
18684
18685         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18686
18687         * mml-sec.el (mml-default-sign-method)
18688         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18689         Add :version.
18690
18691         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18692
18693         * mm-url.el (mm-url-use-external, mm-url-program)
18694         (mm-url-arguments): Add :version.
18695
18696         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18697         (mm-attachment-file-modes, mm-decrypt-option)
18698         (mm-w3m-safe-url-regexp): Add :version.
18699
18700         * message.el (message-cite-prefix-regexp)
18701         (message-sendmail-envelope-from, message-minibuffer-local-map)
18702         (message-user-fqdn, message-completion-alist): Add :version.
18703
18704         * gnus-win.el (gnus-configure-windows-hook)
18705         (gnus-use-frames-on-any-display): Add :version.
18706
18707         * gnus-art.el (gnus-article-address-banner-alist)
18708         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18709         (gnus-treat-from-picon, gnus-treat-mail-picon)
18710         (gnus-treat-x-pgp-sig): Add :version.
18711
18712         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18713         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18714         (gnus-summary-article-delete-hook)
18715         (gnus-summary-display-while-building): Add :version.
18716
18717         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18718         (gnus-get-top-new-news-hook): Add :version.
18719
18720         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18721         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18722
18723         * gnus-registry.el (gnus-registry): Add :version.
18724
18725         * gnus-spec.el (gnus-use-correct-string-widths)
18726         (gnus-make-format-preserve-properties): Add :version.
18727
18728         * gnus.el (gnus-group-charter-alist)
18729         (gnus-group-fetch-control-use-browse-url)
18730         (gnus-install-group-spam-parameters): Add :version.
18731
18732         * gnus-diary.el (gnus-diary): Add :version.
18733
18734         * gnus-delay.el (gnus-delay): Add :version.
18735
18736         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18737         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18738         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18739         Add :version.
18740
18741         * gnus-agent.el (gnus-agent-max-fetch-size)
18742         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18743         (gnus-agent-prompt-send-queue): Add :version.
18744
18745         * deuglify.el (gnus-outlook-deuglify): Add :version.
18746
18747         * html2text.el: Beautify code.  Improve doc strings.
18748         Some checkdoc cleanup.
18749         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18750
18751 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18752
18753         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18754
18755 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18756
18757         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18758         when package is loaded.
18759
18760         * spam.el (spam-summary-score-preferred-header): Add global preference
18761         for people who want to override the default SpamAssassin over
18762         Bogofilter preference (when both are set).
18763         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18764         (spam-user-format-function-S):
18765         Check spam-summary-score-preferred-header.
18766         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18767         (spam-user-format-function-S): Format the score correctly.
18768
18769 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18772         signature file.  Suggested by Manoj Srivastava
18773         <srivasta@golden-gryphon.com>.
18774
18775         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18776         iso-2022-jp even in the Japanese language environment.
18777         Suggested by Jason Rumney <jasonr@gnu.org>.
18778
18779 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18782         use the same characters as the dummy marks; make it free from
18783         getting affected by the language environment.
18784         (gnus-summary-read-group-1): Update mark positions only when the
18785         format spec is updated.
18786
18787         * gnus-spec.el (gnus-update-format-specifications): Return a list
18788         of updated types.
18789
18790 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18791
18792         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18793         of boundp to check if display-warning is available.
18794
18795 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18796
18797         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18798
18799 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18800
18801         * nnspool.el (nnspool-spool-directory): Use news-path if the
18802         news-directory variable is not bound.
18803
18804         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18805         function instead of display-warning if it is not available.
18806
18807 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18808
18809         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18810         v5-10: Use `point-at-bol'.
18811
18812 2004-10-26  Simon Josefsson  <jas@extundo.com>
18813
18814         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18815         <chenggao@gmail.com>.
18816
18817 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18818
18819         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18820         instead.
18821
18822 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18825         to remove a server from the nnimap-server-buffer-alist.
18826         (nnimap-open-connection, nnimap-close-server): Use it.
18827
18828         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18829
18830 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18833         running the major-mode function.
18834
18835 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18838         dummy marks in the right way.
18839
18840 2004-10-18  David Edmondson  <dme@dme.org>
18841
18842         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18843         excessively.
18844
18845 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18846
18847         * gnus-util.el (gnus-split-references): Accept a nil references
18848         string and go on blissfully.
18849
18850         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18851         cases where the references string is non-nil but has no references.
18852
18853         * encrypt.el: Add autoload tags.
18854
18855         * spam.el (spam-resolve-registrations-routine): Remove article
18856         from unregistration list too.  Reported by David Hanak
18857         <dhanak@isis.vanderbilt.edu>
18858
18859 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18860
18861         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18862         nil.  Change custom type.
18863
18864 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18865
18866         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18867
18868         * gnus-sum.el (gnus-summary-move-article): Use it.
18869
18870 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18871
18872         * encrypt.el: Add autoload cookies.
18873
18874         * spam.el (spam-backend-article-list-property)
18875         (spam-backend-get-article-todo-list)
18876         (spam-backend-put-article-todo-list)
18877         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18878         Resolve registrations separately.
18879         (spam-register-routine): Format comments.
18880         (spam-unregister-routine, spam-register-routine): Always call with
18881         specific-articles, no default list.
18882         (spam-summary-prepare-exit): Use the spam-classifications function.
18883
18884         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18885         gnus-encrypt.el.
18886
18887         * encrypt.el: Copied from gnus-encrypt.el.
18888
18889         * gnus-encrypt.el: Commented that it's obsolete.
18890
18891 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18892
18893         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18894         (gnus-score-save): Use it.
18895
18896         * message.el (message-bury): Use `window-dedicated-p'.
18897
18898 2004-10-15  Simon Josefsson  <jas@extundo.com>
18899
18900         * pop3.el (top-level): Don't require nnheader.
18901         (pop3-read-timeout): Add.
18902         (pop3-accept-process-output): Add.
18903         (pop3-read-response, pop3-retr): Use it.
18904
18905 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * spam.el (spam-register-routine): Move comment.
18908         (spam-verify-bogofilter): Use 'unknown for the initial
18909         spam-bogofilter-valid state, not 'never.
18910
18911         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18912         for netrc-machine.
18913
18914         * nnimap.el (nnimap-open-connection):
18915         Use netrc-machine-user-or-password.
18916
18917 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18918
18919         * gnus-registry.el (gnus-registry-unload-hook):
18920         Set as a variable with add-hook.
18921
18922         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18923         of news-path.
18924
18925         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18926
18927         * spam.el: Delete duplicate `provide'.
18928         (spam-unload-hook): Set as a variable with add-hook.
18929
18930 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18931
18932         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18933         in the doc string.
18934
18935         * message.el (message-ignored-news-headers)
18936         (message-ignored-supersedes-headers)
18937         (message-ignored-resent-headers)
18938         (message-forward-ignored-headers): Improve custom type.
18939
18940 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * message.el (message-tokenize-header): Fix 2004-09-06 change
18943         which used point-min in the wrong place.
18944
18945 2004-10-12  Simon Josefsson  <jas@extundo.com>
18946
18947         * tls.el (tls-certtool-program): New variable.
18948         (tls-certificate-information): New function, based on
18949         ssl-certificate-information.
18950
18951 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * compface.el: Move the version of ELisp-based uncompface program
18954         to the contrib directory because of the copyright problem.
18955
18956 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * message.el (message-kill-buffer): Raise the current frame.
18959
18960 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18961
18962         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18963
18964         * gnus.el (message-y-or-n-p): Autoload.
18965
18966         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18967         (pop3-password-required, pop3-authentication-scheme)
18968         (pop3-leave-mail-on-server): Make customizable.
18969         (pop3): New custom group.
18970         (pop3-retr): Remove `sleep-for' statements.
18971         Suggested by Dave Love <fx@gnu.org>.
18972
18973         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18974         Windows/DOS.
18975
18976         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18977         (imap-parse-body): Fix incorrect use of `assert'.
18978         Suggested by Dave Love <fx@gnu.org>.
18979
18980         * mml.el (mml-minibuffer-read-disposition): Require match.
18981         Suggested by Dave Love <fx@gnu.org>.
18982
18983 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18986         doc string.
18987
18988 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18989
18990         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18991
18992 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18993
18994         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18995         instead of calling `mm-insert-inline', to decode text/* parts
18996         before displaying them.
18997
18998 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * mm-uu.el (mm-uu-text-plain-type): New variable.
19001         (mm-uu-pgp-signed-extract-1): Use it.
19002         (mm-uu-pgp-encrypted-extract-1): Use it.
19003         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19004         bind mm-uu-text-plain-type with that value.
19005         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19006         mm-uu-dissect.
19007
19008 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19009
19010         * gnus-group.el (gnus-update-group-mark-positions):
19011         * gnus-sum.el (gnus-update-summary-mark-positions):
19012         * message.el (message-check-news-body-syntax):
19013         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19014         of string-as-multibyte.
19015
19016 2004-10-05  Juri Linkov  <juri@jurta.org>
19017
19018         * gnus-group.el (gnus-update-group-mark-positions):
19019         * gnus-sum.el (gnus-update-summary-mark-positions):
19020         * message.el (message-check-news-body-syntax):
19021         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19022         8-bit unibyte values to a multibyte string for search functions.
19023
19024 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19025
19026         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19027         (mm-uu-dissect-text-parts): New function.
19028
19029         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19030         dissect text parts.
19031
19032         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19033         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19034
19035         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19036
19037         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19038         Use gnus-current-topics instead of gnus-current-topic.
19039
19040 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19041
19042         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19043
19044 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19045
19046         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19047         where approriate.
19048
19049         * nnml.el (nnml-generate-active-info): do.
19050
19051         * nndiary.el (nndiary-generate-active-info): do.
19052
19053         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19054         (gnus-topic-move): do.
19055
19056         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19057         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19058
19059         * gnus-srvr.el (gnus-server-prepare)
19060         (gnus-server-open-all-servers): do.
19061
19062         * gnus-msg.el (gnus-summary-cancel-article)
19063         (gnus-summary-resend-message)
19064         (gnus-summary-mail-crosspost-complaint): do.
19065
19066         * gnus-move.el (gnus-change-server): do.
19067
19068         * gnus-group.el (gnus-group-unmark-all-groups)
19069         (gnus-group-set-current-level): do.
19070
19071 2004-10-04  Simon Josefsson  <jas@extundo.com>
19072
19073         * message.el (message-generate-hashcash): Doc fix.
19074
19075 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19076
19077         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19078         avoid infinite recursion via gnus-get-function.
19079
19080 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19081
19082         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19083
19084         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19085
19086         * nnmail.el (nnmail-split-history): do.
19087
19088         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19089         (nnml-request-delete-group): do.
19090
19091         * nnslashdot.el (nnslashdot-read-groups): do.
19092
19093         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19094         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19095
19096         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19097         (nnspool-sift-nov-with-sed): Use last.
19098         (nnspool-retrieve-headers-with-nov): Use mapc.
19099         (nnspool-request-newgroups): Use dolist.
19100         (nnspool-request-group): Use last.
19101
19102         * nntp.el (nntp-read-server-type): Use dolist.
19103
19104         * nnvirtual.el (nnvirtual-create-mapping)
19105         (nnvirtual-update-read-and-marked): Use dolist.
19106         (nnvirtual-convert-headers): Simplify.
19107
19108 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19109
19110         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19111         Add support for sync'ing tick marks.
19112
19113 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19116         there's no visible header.
19117
19118 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19119
19120         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19121         When necessary, pass full group name to gnus-request-set-marks.
19122
19123 2004-10-01  Simon Josefsson  <jas@extundo.com>
19124
19125         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19126         acroread.
19127
19128 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19129
19130         * spam-report.el (spam-report-gmane): Fix interactive.
19131
19132         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19133
19134         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19135         when writing file.
19136         (gnus-agent-synchronize-flags): Don't default to being
19137         interactive.
19138
19139 2004-09-30  Simon Josefsson  <jas@extundo.com>
19140
19141         * message.el (message-generate-hashcash): Add.
19142         (message-send-mail): Use it, call mail-add-payment.
19143
19144 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19145
19146         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19147
19148 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19149
19150         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19151         gnus-requst-update-info with explicit code to sync the in-memory
19152         info read flags with the marks being sync'd to the backend.
19153
19154         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19155
19156 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19157
19158         * spam.el (spam-verify-bogofilter): Add new function.
19159         (spam-check-bogofilter)
19160         (spam-bogofilter-register-with-bogofilter): Use it.
19161         (spam-verify-bogofilter): Add small fixes.
19162
19163 2004-09-28  Simon Josefsson  <jas@extundo.com>
19164
19165         * hashcash.el (hashcash-generate-payment): Revert.
19166
19167 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19168
19169         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19170         Use gnus-extract-references instead of gnus-split-references.
19171
19172         * gnus-util.el (gnus-extract-references): Add new function, analogous
19173         to gnus-split-references but extracts only the message-ID without
19174         anything extra.
19175
19176         * hashcash.el (hashcash-generate-payment)
19177         (hashcash-check-payment): Do the right thing if hashcash-path is
19178         nil (because the hashcash program could not be found).
19179
19180         * spam.el (spam-use-hashcash): Remove comment.
19181
19182 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19183
19184         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19185         (gnus-cache-enter-article, gnus-cache-remove-article)
19186         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19187
19188         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19189
19190         * gnus-art.el (article-hide-boring-headers)
19191         (article-translate-strings, article-display-face)
19192         (gnus-article-mime-match-handle-first)
19193         (gnus-article-highlight-headers)
19194         (gnus-article-add-buttons-to-head): do.
19195
19196 2004-09-27  Simon Josefsson  <jas@extundo.com>
19197
19198         * hashcash.el: New version, from
19199         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19200         ../contrib/.
19201
19202 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19205
19206 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19207
19208         * gnus-dup.el (gnus-dup-open): Use mapc.
19209         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19210
19211         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19212         Reported by Stefan Wiens <s.wi@gmx.net>.
19213
19214         * gnus.el (gnus-shutdown): Use dolist.
19215
19216         * gnus-undo.el (gnus-undo): Use mapc.
19217
19218         * nnrss.el (nnrss-generate-active): do.
19219
19220         * message.el (message-cite-original-without-signature)
19221         (message-cite-original): Use mapc.
19222         (message-do-actions, message-make-forward-subject): Use dolist.
19223
19224 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19225
19226         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19227         deletion to remove entire duplicate line.  Fixes merged article
19228         number bug.
19229
19230 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19231
19232         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19233         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19234         first ask if you want to open a server and then, even when you
19235         responded with no, asking if you want to synchronize the server's
19236         flags.
19237         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19238         multi-line expressions.
19239         (gnus-agent-synchronize-group-flags): New internal function.
19240         Updates marks in memory (in the info structure) AND in the
19241         backend.
19242
19243         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19244
19245         * nnagent.el (nnagent-request-set-mark):
19246         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19247         method, to ensure that synchronization updates marks in the
19248         backend and in the info (in memory) structure.
19249
19250 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19253         convention fully; don't miss the root article of a thread; make
19254         the X-Draft-From header with correct article numbers.
19255
19256 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19257
19258         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19259         unless plugged.  Disable the agent so that an open failure causes
19260         an error.
19261
19262         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19263         Revert 2004-09-21 change.  The backend must be opened while
19264         synchronizing flags even when the backend stores the flags
19265         locally.
19266
19267 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19268
19269         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19270         in `header' match.  Reported by Svend Tollak Munkejord.
19271
19272         * message.el (message-cite-original): Fix use of
19273         `message-cite-articles-with-x-no-archive'.
19274
19275 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19278         (gnus-window-to-buffer): Ditto.
19279
19280         * mml.el (mml-preview-buffer): New variable.
19281         (mml-preview): Manage window layout with gnus-buffer-configuration.
19282
19283         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19284         X-Draft-From header even if those articles aren't quoted.
19285
19286 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19287
19288         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19289         (gnus-request-set-mark, gnus-request-update-mark): Use new
19290         g-s-t-u-l-m to decide to use backend even when unplugged.
19291
19292 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19293
19294         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19295         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19296
19297 2004-09-20  Simon Josefsson  <jas@extundo.com>
19298
19299         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19300         "utf-16-le".
19301
19302 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19303
19304         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19305
19306 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19307
19308         * uudecode.el (uudecode-use-external): Add :version.
19309
19310         * smime.el (smime-CA-file, smime-encrypt-cipher)
19311         (smime-dns-server): Add :version.
19312
19313         * smiley.el (gnus-smiley-file-types): Add :version.
19314
19315         * sha1.el (sha1-use-external): Add :version.
19316
19317         * pgg-def.el (pgg-query-keyserver): Add :version.
19318
19319         * nnmail.el (nnmail-fancy-expiry-targets)
19320         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19321         Add :version.
19322
19323         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19324         (nnimap-retrieve-groups-asynchronous): Add :version.
19325         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19326
19327         * mml.el (mml-content-disposition-parameters)
19328         (mml-insert-mime-headers-always): Add :version.
19329
19330         * mm-util.el (mm-coding-system-priorities): Add :version.
19331
19332         * mm-decode.el (mm-inline-text-html-with-images)
19333         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19334         (mm-verify-option): Add :version.
19335         (mm-text-html-renderer): Change :version.
19336
19337         * message.el (message-fcc-externalize-attachments)
19338         (message-required-headers, message-draft-headers)
19339         (message-subject-trailing-was-query)
19340         (message-subject-trailing-was-ask-regexp)
19341         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19342         (message-mark-insert-end, message-archive-header)
19343         (message-archive-note, message-cross-post-default)
19344         (message-cross-post-note, message-followup-to-note)
19345         (message-cross-post-note-function, message-use-mail-followup-to)
19346         (message-subscribed-address-functions)
19347         (message-subscribed-address-file, message-subscribed-addresses)
19348         (message-subscribed-regexps, message-allow-no-recipients)
19349         (message-yank-cited-prefix, message-signature-insert-empty-line)
19350         (message-hidden-headers, message-hierarchical-addresses)
19351         (message-mail-user-agent, message-use-idna)
19352         (message-valid-fqdn-regexp)
19353         (message-strip-special-text-properties, message-header-synonyms)
19354         (message-beginning-of-line, message-tab-body-function): Add :version.
19355         (message-insert-canlock, message-wide-reply-confirm-recipients):
19356         Change :version.
19357
19358         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19359         and :version.
19360         (mail-source-delete-old-incoming-confirm)
19361         (mail-source-movemail-program): Add :version.
19362
19363         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19364         (gnus-agent-cache, gnus-agent): Change :version.
19365
19366         * gnus-util.el (gnus-use-byte-compile): Change :version.
19367
19368         * gnus-sum.el (gnus-summary-make-false-root-always)
19369         (gnus-summary-default-high-score)
19370         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19371         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19372         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19373         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19374         (gnus-sum-thread-tree-single-indent)
19375         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19376         (gnus-sum-thread-tree-leaf-with-other)
19377         (gnus-sum-thread-tree-single-leaf): Add :version.
19378         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19379         (gnus-article-loose-mime): Change :version.
19380
19381         * gnus-start.el (gnus-backup-startup-file)
19382         (gnus-save-startup-file-via-temp-buffer): Add :version.
19383
19384         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19385         (gnus-server-offline-face): Add :version.
19386
19387         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19388
19389         * gnus-msg.el (gnus-gcc-externalize-attachments)
19390         (gnus-debug-files, gnus-debug-exclude-variables)
19391         (gnus-discouraged-post-methods): Change :version.
19392         (gnus-confirm-mail-reply-to-news)
19393         (gnus-confirm-treat-mail-like-news): Add :version.
19394
19395         * gnus-int.el (gnus-server-unopen-status): Add :version.
19396
19397         * gnus-group.el (gnus-group-jump-to-group-prompt)
19398         (gnus-large-ephemeral-newsgroup)
19399         (gnus-fetch-old-ephemeral-headers): Add :version.
19400
19401         * gnus-fun.el (gnus-x-face-directory)
19402         (gnus-convert-pbm-to-x-face-command)
19403         (gnus-convert-image-to-x-face-command)
19404         (gnus-convert-image-to-face-command): Add :version.
19405
19406         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19407
19408         * gnus-cite.el (gnus-cite-blank-line-after-header)
19409         (gnus-article-boring-faces): Add :version.
19410
19411         * gnus-art.el (gnus-buttonized-mime-types)
19412         (gnus-inhibit-mime-unbuttonizing)
19413         (gnus-treat-display-face)
19414         (gnus-treat-body-boundary): Change :version.
19415         (gnus-body-boundary-delimiter, gnus-picon-databases)
19416         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19417         (gnus-treat-date-english, gnus-treat-fold-headers)
19418         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19419         (gnus-treat-mail-picon, gnus-treat-wash-html)
19420         (gnus-article-encrypt-protocol)
19421         (gnus-use-idna, gnus-article-over-scroll)
19422         (gnus-mime-display-multipart-alternative-as-mixed)
19423         (gnus-mime-display-multipart-related-as-mixed)
19424         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19425         (gnus-ctan-url, gnus-button-ctan-handler)
19426         (gnus-button-handle-ctan-bogus-regexp)
19427         (gnus-button-ctan-directory-regexp)
19428         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19429         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19430         (gnus-button-man-level, gnus-button-emacs-level)
19431         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19432
19433         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19434         (gnus-agent-go-online): Change :version.
19435         (gnus-agent-expire-unagentized-dirs)
19436         (gnus-agent-auto-agentize-methods): Add :version.
19437
19438         * flow-fill.el (fill-flowed-display-column)
19439         (fill-flowed-encode-column): Add :version.
19440
19441         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19442         (gnus-outlook-deuglify-unwrap-max)
19443         (gnus-outlook-deuglify-cite-marks)
19444         (gnus-outlook-deuglify-unwrap-stop-chars)
19445         (gnus-outlook-deuglify-no-wrap-chars)
19446         (gnus-outlook-deuglify-attrib-cut-regexp)
19447         (gnus-outlook-deuglify-attrib-verb-regexp)
19448         (gnus-outlook-deuglify-attrib-end-regexp)
19449         (gnus-outlook-display-hook): Add :version.
19450
19451         * binhex.el (binhex-use-external): Add :version.
19452
19453 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19454
19455         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19456         and `invisible'.
19457
19458 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19459
19460         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19461         in gnus-registry-trim.
19462
19463 2004-09-13  Simon Josefsson  <jas@extundo.com>
19464
19465         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19466
19467         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19468
19469         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19470         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19471         <yamaoka@jpl.org>.
19472         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19473         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19474         <yamaoka@jpl.org>.
19475
19476         * sieve.el (sieve-manage-mode): Ditto.
19477
19478 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19479
19480         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19481
19482 2004-09-11  Simon Josefsson  <jas@extundo.com>
19483
19484         * dns-mode.el: Add.
19485
19486         * mm-view.el (mm-display-dns-inline): Add.
19487
19488         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19489         (mm-automatic-display): Ditto.
19490
19491         * mailcap.el (mailcap-mime-data): Add text/dns.
19492         (mailcap-mime-extensions): Map .soa to text/dns.
19493
19494 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19495
19496         * gnus-art.el (article-decode-mime-words, article-babel)
19497         (gnus-article-highlight-signature, gnus-article-add-buttons)
19498         (gnus-signature-toggle): Remove unnecessary bindings of
19499         `inhibit-read-only' inherited from v5.10 merge.
19500
19501 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * nntp.el (nntp): New customization group.
19504         (nntp-authinfo-file): Add customization group.
19505
19506         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19507
19508         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19509
19510         * gnus.el (to-address, to-list, subscribed)
19511         (large-newsgroup-initial): Ditto.
19512
19513         * flow-fill.el (fill-flowed-display-column)
19514         (fill-flowed-encode-column): Ditto.
19515
19516 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19517
19518         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19519         Use point-min rather than 1.
19520         (message-send-mail): Use buffer-size rather than point-max.
19521
19522         * gnus-sum.el (gnus-summary-search-article-forward):
19523         Signal a specific `search-failed' rather than a generic `error'.
19524
19525         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19526         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19527         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19528
19529 2004-09-10  Simon Josefsson  <jas@extundo.com>
19530
19531         * nndb.el (require): Remove tcp and duplicate cl.
19532
19533 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19534
19535         * gnus-agent.el (directory-files-and-attributes): Move forward.
19536
19537 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19538
19539         * gnus-agent.el (directory-files-and-attributes):
19540         Optionally defined to support XEmacs.
19541
19542 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19543
19544         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19545         to avoid run-time CL dependencies.
19546         (gnus-agent-unfetch-articles): New function.
19547         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19548         article numbers even when local .overview file is missing.
19549         (gnus-agent-read-article-number): New function.  Only accepts
19550         27-bit article numbers.
19551         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19552         Use gnus-agent-read-article-number.
19553         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19554         from backend while recognizing that article numbers in .overview
19555         must be valid.
19556         (gnus-agent-update-files-total-fetched-for):
19557         Use directory-files-and-attributes to improve performance.
19558         * gnus-int.el (gnus-request-move-article):
19559         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19560         improve performance.
19561
19562         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19563         some users confused by references to .newsrc when they only have a
19564         .newsrc.eld file.
19565         (gnus-convert-mark-converter-prompt)
19566         (gnus-convert-converter-needs-prompt): Fix use of property list.
19567         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19568         New function.  Used internally to only display 'gnus converting
19569         files' message when actually necessary.
19570
19571         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19572         methods now autoloaded.
19573
19574 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19575
19576         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19577         identifiers.
19578
19579 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19580
19581         * gnus-picon.el: Fix indentation and closing parenthesis.
19582
19583 2004-09-01  Simon Josefsson  <jas@extundo.com>
19584
19585         * message.el (message-canlock-generate): Require sha1, not
19586         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19587         to require within a function.  Sadly, if sha1.el isn't loaded, the
19588         let binding in m-c-g will hide the defcustom definition, which is
19589         bad.)
19590
19591         * canlock.el: Require sha1, not sha1-el.
19592
19593         * message.el: Don't autoload sha1 (there is a autoload cookie in
19594         sha1.el).
19595
19596         * sha1-el.el: Rename to sha1.el.
19597
19598 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19599
19600         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19601
19602 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19603
19604         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19605
19606 2004-08-30  Kim F. Storm  <storm@cua.dk>
19607
19608         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19609
19610         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19611         Add :group 'nnimap.
19612
19613 2004-08-30  Andreas Schwab  <schwab@suse.de>
19614
19615         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19616         ?* and ?\;.
19617
19618         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19619         and ?\' to symbol instead of whitespace.
19620
19621 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19622
19623         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19624
19625         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19626         instead of re-search-forward.
19627
19628         * gnus-uu.el (gnus-uu-save-article): Ditto.
19629         (gnus-uu-post-encode-uuencode): Ditto.
19630
19631         * html2text.el (html2text-clean-list-items): Ditto.
19632         (html2text-clean-dtdd): Ditto.
19633         (html2text-format-tags): Ditto.
19634
19635         * message.el (message-send-mail-with-sendmail): Fix regexp.
19636         (message-fill-field-general): Use search-forward instead of
19637         re-search-forward.
19638         (unbold-region): Ditto.
19639
19640         * nnrss.el (nnrss-request-article): Ditto.
19641
19642         * nnslashdot.el (nnslashdot-request-article): Ditto.
19643
19644         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19645
19646         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19647         "Unrecognized menu descriptor" error in XEmacs.
19648
19649 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19650
19651         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19652         parent article of a sparse article in the thread hashtb.
19653
19654 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19655
19656         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19657         (nnmail-expand-newtext): Lowercase expanded entries if
19658         nnmail-split-lowercase-expanded is non-nil.
19659
19660 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19661
19662         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19663
19664         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19665         of gnus-tmp-news-method into string under XEmacs.  It will be
19666         passed to gnus-correct-length which takes only a string argument.
19667
19668 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * gnus-util.el (gnus-bind-print-variables): New macro.
19671         (gnus-prin1): Use it.
19672         (gnus-prin1-to-string): Use it.
19673         (gnus-pp): New function.
19674         (gnus-pp-to-string): New function.
19675
19676         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19677         Replace pp-to-string with gnus-pp-to-string.
19678         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19679         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19680         * gnus-msg.el (gnus-debug): Ditto.
19681         * gnus-score.el (gnus-score-save): Ditto.
19682         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19683         gnus-pp-to-string.
19684         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19685         with gnus-pp.
19686         * score-mode.el (gnus-score-pretty-print): Ditto.
19687         * webmail.el (webmail-debug): Ditto.
19688
19689 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * gnus-art.el (article-display-face, article-display-x-face):
19692         Use buffer-read-only.
19693
19694 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * gnus-art.el (article-hide-list-identifiers):
19697         Bind inhibit-read-only as t.
19698
19699 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19702
19703 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19704
19705         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19706         (gnus-narrow-to-page): Don't assume point-min == 1.
19707         (gnus-article-edit-mode): Derive from message-mode.
19708
19709         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19710         point-min == 1.
19711
19712         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19713         Disable incorrect use of `assert'.
19714
19715         * message.el (message-mode): Set comment-start-skip.
19716
19717
19718 2004-08-22  Sam Steingold  <sds@gnu.org>
19719
19720         * pop3.el (pop3-leave-mail-on-server): New user variable.
19721         (pop3-movemail): Delete mail only when it is nil.
19722
19723 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19724
19725         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19726
19727         * mml.el (mml-preview): Use `pop-to-buffer'.
19728
19729         * message.el (message-goto-mail-followup-to): Insert after "To".
19730         (message-carefully-insert-headers): Add comment.
19731
19732         * gnus.el: Remove unused variable `gnus-article-check-size'.
19733
19734         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19735
19736         * gnus-art.el (gnus-button-alist):
19737         Improve `gnus-button-handle-library' entry.
19738
19739 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19740
19741         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19742         Use downcase, since XEmacs capitalizes error messages differently.
19743
19744 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19745
19746         * nntp.el: Add (require 'gnus) due to reference to
19747         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19748
19749 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19750
19751         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19752         Bind `mm-fill-flowed'.
19753
19754         * mm-decode.el (mm-dissect-singlepart): Check it.
19755
19756 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19757
19758         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19759         'imap' for netrc parsing.
19760
19761 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19762
19763         * mailcap.el (mailcap-mime-data): Mark as risky.
19764
19765 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19768         may be included in the encoded word.
19769         (rfc2047-encode): Don't append a space if the encoded word
19770         includes close parenthesis.
19771
19772 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19773
19774         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19775         of text within parentheses.
19776
19777 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19778
19779         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19780         (gnus-encrypt-write-file-contents): Make the password key the file
19781         name PLUS the cipher, not just the cipher.  Also remove failed
19782         passwords from the cache.
19783
19784 2004-08-06  Simon Josefsson  <jas@extundo.com>
19785
19786         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19787         Doc fix.
19788
19789 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19790
19791         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19792         LWSP.
19793
19794 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19795
19796         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19797         Try to append in-reply-to: data to the references: header.
19798
19799         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19800         (netrc-parse): Use gnus-encrypt.el functions.
19801
19802         * gnus-encrypt.el: Add new file for encryption support; currently
19803         does only a few GPG ciphers and an internal XOR cipher.
19804
19805         * password.el: Add comments on using password-read-and-add.
19806         (password-read-and-add): Add function to read and add the
19807         password to the cache at once.
19808
19809 2004-07-28  Simon Josefsson  <jas@extundo.com>
19810
19811         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19812         parameter (but don't use it, for now).
19813
19814         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19815         instead of hard coding to nil.
19816
19817 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19818
19819         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19820         as mm-inline-image-xemacs does.
19821
19822 2004-07-26  Simon Josefsson  <jas@extundo.com>
19823
19824         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19825         Revert part of 2004-07-17 change below.
19826
19827 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19828
19829         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19830         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19831
19832 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19833
19834         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19835         quotes that actually start with ">" at the beginning of the
19836         lines.
19837
19838 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * rfc2047.el (rfc2047-encode-region): Fix last change.
19841         (rfc2047-encode-parameter): Remove useless concat.
19842
19843 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19844
19845         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19846         encode special characters; fix some kind of misconfigured headers;
19847         signal a real error if debug-on-quit or debug-on-error is non-nil.
19848         (rfc2047-encode-max-chars): New variable.
19849         (rfc2047-encode-1): Use it.
19850         (rfc2047-encode-parameter): New function.
19851
19852         * mml.el (mml-insert-parameter): Remove an excessive space.
19853
19854 2004-07-17  Simon Josefsson  <jas@extundo.com>
19855
19856         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19857         Kai Grossjohann <kai@emptydomain.de>.
19858         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19859         (gnus-group-make-menu-bar): Ditto.
19860
19861         * gnus-util.el (gnus-group-server): Add.
19862
19863 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19864
19865         * message.el (message-clone-locals): Clone sendmail and smtp
19866         variables.
19867
19868 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19869
19870         * rfc2047.el (rfc2047-encode-region): Fix last change.
19871
19872 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19875         characters as non-special.
19876
19877 2004-07-09  Simon Josefsson  <jas@extundo.com>
19878
19879         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19880         Users will lose all flag changes made while unplugged with
19881         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19882         good default.  See numerous reports on ding mailing list.
19883
19884 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19885
19886         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19887         add generate-head-function and generate-article-function to the
19888         rfc822-forward entry.
19889         (nndoc-rfc822-forward-generate-article): New function.
19890         (nndoc-rfc822-forward-generate-head): New function.
19891
19892         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19893
19894 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19895
19896         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19897         respect display group parameter and gnus-summary-expunge-below.
19898         (gnus-articles-to-read): Remove unused reference to display group
19899         parameter.
19900
19901 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19902
19903         * nnheader.el (nnheader-uniquify-message-id): New experimental
19904         variable.
19905         (nnheader-nov-read-message-id): Use it.
19906
19907         * spam-report.el (spam-report-gmane): Add interactive.
19908
19909 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19910
19911         * mm-encode.el (mm-content-transfer-encoding-defaults):
19912         Use qp-or-base64 for the application/* types.
19913
19914 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19915
19916         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19917
19918 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19919
19920         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19921         trim value.
19922
19923 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19924
19925         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19926         New macro and function.
19927         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19928
19929 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19930
19931         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19932         after-load-alist.
19933
19934 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19935
19936         * gnus-group.el (gnus-group-get-new-news-this-group):
19937         Don't update info that isn't there.
19938
19939 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19940
19941         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19942         entry.
19943
19944 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19945
19946         * mm-view.el (mm-inline-render-with-function): Use multibyte
19947         buffer; decode html source by charset.
19948
19949         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19950
19951         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19952         Mule-UCS is loaded under XEmacs.
19953         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19954
19955 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19956
19957         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19958
19959 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19960
19961         * mm-util.el (mm-coding-system-p): Return a coding-system.
19962         (mm-mime-mule-charset-alist): Use shift_jis instead of
19963         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19964         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19965         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19966         instead of japanese-shift-jis and iso-latin-1 respectively in
19967         order to share the default value with both Emacs and XEmacs-mule.
19968         (mm-mule-charset-to-mime-charset):
19969         Make mm-coding-system-priorities effective.
19970         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19971         while predicating of candidates upon the priorities.
19972
19973 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19974
19975         * gnus-sum.el (gnus-summary-make-menu-bar):
19976         Add gnus-uu-invert-processable.
19977
19978         * gnus.el: Autoload gnus-uu-invert-processable.
19979
19980 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * mm-util.el (mm-with-multibyte-buffer): New macro.
19983
19984         * rfc2047.el (rfc2047-encode-string): Use it.
19985         (rfc2047-encode-region): Move point to the end of the region after
19986         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19987
19988 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19989
19990         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19991         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19992
19993 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19994
19995         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19996         (gnus-cite-parse): Ignore quoted envelope From_.
19997         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19998
19999 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20000
20001         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20002         invalid addresses.
20003
20004 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20005
20006         * spam.el: Change section markers, revise TODO list.
20007         (spam-backends): Make new master list of all installed backends.
20008         (spam-summary-exit-behavior): Add new variable to determine how
20009         messages moves are done at summary exit.
20010         (spam-move-spam-nonspam-groups-only)
20011         (spam-process-ham-in-nonham-groups)
20012         (spam-process-ham-in-spam-groups): Remove variables, the
20013         spam-summary-exit-behavior variable should be used to manage this
20014         behavior.
20015         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20016         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20017         and spam-old-spam-articles.
20018         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20019         Add empty variables, placeholders for the backends they represent.
20020         (spam-set-difference): Move, unchanged.
20021         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20022         unless the user has a processor variable.
20023         (spam-classifications, spam-classification-valid-p)
20024         (spam-backend-properties, spam-backend-property-valid-p)
20025         (spam-backend-function-type-valid-p)
20026         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20027         (spam-report-articles-gmane, spam-report-articles-resend):
20028         Remove functions, they are not needed.
20029         (spam-install-backend-super, spam-backend-list)
20030         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20031         (spam-backend-function, spam-backend-ham-registration-function)
20032         (spam-backend-spam-registration-function)
20033         (spam-backend-ham-unregistration-function)
20034         (spam-backend-spam-unregistration-function)
20035         (spam-backend-statistical-p, spam-backend-mover-p)
20036         (spam-install-backend-alias, spam-install-checkonly-backend)
20037         (spam-install-mover-backend, spam-install-nocheck-backend)
20038         (spam-install-backend, spam-install-statistical-backend)
20039         (spam-install-statistical-checkonly-backend): Add backend installation
20040         support.
20041         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20042         (spam-group-processor-p): Use the new backend code and respect the
20043         summary exit behavior.
20044         (spam-mark-spam-as-expired-and-move-routine): Remove.
20045         (spam-summary-prepare): Change to use the new spam-old-articles
20046         variable.
20047         (spam-copy-or-move-routine, spam-copy-spam-routine)
20048         (spam-move-spam-routine, spam-copy-ham-routine)
20049         (spam-move-ham-routine): Add code to copy/move ham or spam.
20050         (spam-fetch-field-fast): Improve doc and code, plus allow the
20051         'number request.
20052         (spam-list-of-checks, spam-list-of-statistical-checks):
20053         Remove variables.
20054         (spam-split, spam-find-spam): Use the new backend code.
20055         (spam-registration-functions): Remove variable.
20056         (spam-unregister-routine): Add convenience wrapper.
20057         (spam-log-undo-registration, spam-register-routine)
20058         (spam-log-processing-to-registry)
20059         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20060         where possible.
20061         (spam-check-gmane-xref, spam-check-regex-headers)
20062         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20063         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20064         (spam-check-bogofilter-headers, spam-check-spamoracle)
20065         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20066         (spam-check-crm114-headers): Use the spam-split-group that
20067         spam-split prepares, no need to determine it every time.
20068
20069         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20070         to the nnheader-parse-naked-head call.
20071
20072         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20073
20074         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20075         the nnheader-nov-read-message-id call.
20076
20077 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20078
20079         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20080         gnus-activate-group twice.  Suggested by Markus Peter
20081         <warp@spin.de>.
20082
20083 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20084
20085         * gnus-art.el (gnus-article-time-format): Exchange the order of
20086         day and month in the default value; fix customization type.
20087         (article-date-ut): Use add-text-properties.
20088         (article-make-date-line): Use message-make-date instead of
20089         current-time-string.
20090
20091         * message.el (message-fetch-field): Don't use set-text-properties.
20092         (message-make-date): Simplify.
20093
20094         * messagexmas.el (message-xmas-make-date): New function.
20095         (message-xmas-redefine): Defalias message-make-date to it.
20096
20097 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20100         (rfc2047-encode-region): Treat text within parentheses as special;
20101         show the original text when error has occurred.
20102
20103         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20104         already-computed method to gnus-activate-group.
20105
20106         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20107         same select-methods identical Lisp objects.
20108
20109         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20110         object when modifying the info.
20111
20112 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20115         gnus-opened-servers since it has never been opened with the new
20116         configuration yet.
20117
20118 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20119
20120         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20121         arg to nnheader-generate-fake-message-id.
20122
20123 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20124
20125         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20126         number and build a fake message ID localized to a group and
20127         article number (so it's repeatable from that point on).
20128         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20129         ID format.
20130
20131         * gnus-sum.el (gnus-get-newsgroup-headers):
20132         Call nnheader-generate-fake-message-id with the article number.
20133
20134 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20135
20136         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20137         end-of-buffer.
20138
20139 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20140
20141         * message.el (message-ignored-supersedes-headers): Add Approved.
20142
20143 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20144
20145         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20146         goto-char.
20147         (rfc2047-encode): Fold the line before encoding.
20148
20149 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20150
20151         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20152         folding -- not all headers can be folded, and this should be done
20153         by the message composition mode.  Probably.  I think.
20154
20155 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20156
20157         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20158         fast.
20159
20160         * gnus-ems.el (gnus-remove-image): Don't use
20161         message-text-with-property; remove only the image found first.
20162
20163         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20164         found first.
20165
20166 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20167
20168         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20169
20170 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20171
20172         * message.el (message-text-with-property): Make it fast and accept
20173         optional arguments.
20174         (message-strip-forbidden-properties): Use it.
20175         (message-fix-before-sending): Follow the m-t-w-p change.
20176
20177         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20178
20179 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * gnus-art.el (article-hide-headers): Don't change the buffer
20182         mistakenly when performing mml-preview even if
20183         gnus-single-article-buffer is nil.
20184
20185 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20186
20187         * message.el (message-expand-name-databases): New user option.
20188         (message-expand-name): Use it.
20189
20190 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20191
20192         * spam.el (spam-report-articles-resend)
20193         (spam-report-resend-register-routine): Allow ham reporting.
20194         (spam-report-resend-register-ham-routine): Add wrapper.
20195         (spam-registration-functions): Add ham resending functions.
20196         (spam-list-of-processors): Add ham resend processor.
20197
20198         * gnus.el (ham-resend-to): Add new group parameter.
20199         (spam-process): Add ham resend option.
20200
20201         * spam-report.el (spam-report-resend): Allow reporting ham.
20202         (spam-report-resend-ham): Add wrapper.
20203
20204 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20205
20206         * message.el (message-cite-articles-with-x-no-archive):
20207         New variable.
20208         (message-cite-original): Use it.
20209
20210 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20211
20212         * message.el (message-cite-original): Respect X-No-Archive.
20213
20214 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * gnus-art.el (article-hide-headers): Refer to the values for
20217         gnus-ignored-headers and gnus-visible-headers in the summary
20218         buffer since a user may have set them as group parameters.
20219
20220 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20221
20222         * assistant.el (assistant-node-name): Add convenience function.
20223         (assistant-render-text, assistant-render-node): Add error handling,
20224         plus handle multiple next nodes.
20225         (assistant-find-next-node): Comment out for now.
20226         (assistant-find-next-nodes): Add function, returns list of next
20227         nodes.
20228
20229 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20230
20231         * mail-source.el (mail-source-directory): Fix doc-string.
20232
20233 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20234
20235         * assistant.el (assistant-render-text, assistant-eval): Add :set
20236         widget type, which is different because it takes and returns a
20237         list.  Much hilarity ensues.
20238
20239 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20240
20241         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20242
20243         * gnus-group.el (gnus-group-get-new-news-this-group):
20244         Add doc-string.
20245
20246         * gnus-start.el (gnus-activate-group): Add doc-string.
20247
20248 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20249
20250         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20251
20252 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20253
20254         * assistant.el (assistant-render-text): Try to add a :set
20255         widget, more to come.
20256
20257         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20258         strings.
20259         (spam-report-articles-resend)
20260         (spam-register-routine): Do registration iff any articles warrant
20261         it.
20262         (spam-summary-prepare-exit): Change log message for nil group
20263         destinations.
20264
20265 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20266
20267         * spam.el (spam-report-resend-register-routine):
20268         Allow spam-report-resend-to to be a group parameter or a global value.
20269
20270 2004-05-26  Simon Josefsson  <jas@extundo.com>
20271
20272         * starttls.el: Merge with my GNUTLS based starttls.el.
20273         (starttls-gnutls-program, starttls-use-gnutls)
20274         (starttls-extra-arguments, starttls-process-connection-type)
20275         (starttls-connect, starttls-failure, starttls-success):
20276         New variables.
20277         (starttls-program, starttls-extra-args): Doc fix.
20278         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20279         New functions.
20280         (starttls-negotiate, starttls-open-stream):
20281         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20282         function if it is set.
20283
20284 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20287         structured fields.
20288
20289 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20290
20291         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20292
20293 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20294
20295         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20296         Add variable.
20297         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20298         assigning the spam-mark to new messages.
20299
20300 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20301
20302         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20303
20304 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20305
20306         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20307
20308         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20309         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20310         default.
20311
20312 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20313
20314         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20315         correct data.
20316
20317 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20318
20319         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20320         (spam-group-processor-p): Fix function.
20321         (spam-group-processor-multiple-p)
20322         (spam-group-spam-processor-report-gmane-p)
20323         (spam-group-spam-processor-report-resend-p)
20324         (spam-group-spam-processor-bogofilter-p)
20325         (spam-group-spam-processor-blacklist-p)
20326         (spam-group-spam-processor-ifile-p)
20327         (spam-group-ham-processor-ifile-p)
20328         (spam-group-spam-processor-spamoracle-p)
20329         (spam-group-spam-processor-crm114-p)
20330         (spam-group-ham-processor-bogofilter-p)
20331         (spam-group-spam-processor-stat-p)
20332         (spam-group-ham-processor-stat-p)
20333         (spam-group-ham-processor-whitelist-p)
20334         (spam-group-ham-processor-BBDB-p)
20335         (spam-group-ham-processor-spamoracle-p)
20336         (spam-group-ham-processor-copy-p): Remove functions with some
20337         prejudice against unneeded code.
20338         (spam-report-articles-resend)
20339         (spam-report-resend-register-routine): Allow the group/topic
20340         spam-resend-to value to override spam-report-resend-to.
20341         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20342         properly now.
20343
20344         * gnus.el (spam-resend-to): Add group/topic parameter.
20345         (spam-process): Move the OBSOLETE processors to the end of the
20346         choices.
20347
20348 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20349
20350         * spam-report.el (spam-report-resend-to, spam-report-resend):
20351         Start with resend-to set to nil, and then ask the user if necessary.
20352         (spam-report-resend): spam-report-resend takes a list of articles, not
20353         separate article numbers.
20354
20355 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20356
20357         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20358         addition to emacs-w3m.
20359
20360 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20361
20362         * assistant.el (assistant-authinfo-data): New function.
20363         (assistant-eval): Eval for entire assistant.
20364
20365         * netrc.el (netrc-services-file): New variable.
20366         (netrc-parse-services): New function.
20367         (netrc-find-service-name): New function.
20368         (netrc-find-service-number): New function.
20369         (netrc-port-equal): New function.
20370         (netrc-machine): Use it.
20371
20372         * nnimap.el (nnimap-open-connection): Use netrc.
20373
20374         * gnus-util.el (gnus-netrc-get): Remove aliases.
20375
20376         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20377
20378         * assistant.el (wid-edit): Fix compilation.
20379
20380         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20381
20382 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20383
20384         * gnus-util.el (gnus-set-file-modes): New function.  (small
20385         patch).
20386
20387 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20388
20389         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20390
20391         * assistant.el (assistant-render-node): Fix up rendering and
20392         read-only text.
20393         (assistant-render-node): Reset.
20394         (assistant-make-read-only): Not sticky.
20395
20396 2004-05-20  Danny Siu  <dsiu@adobe.com>
20397
20398         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20399         centered even when gnus-auto-center-summary is t.
20400
20401 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20402
20403         * dns.el (dns-get-txt-answer): New function.
20404         (dns-read-txt): Ditto.
20405         (query-dns): Use it.
20406
20407 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20408
20409         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20410         active for foreign groups even if the group level is higher than
20411         the specified value.
20412
20413 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20414
20415         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20416         non-active groups.
20417
20418         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20419
20420 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20421
20422         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20423
20424 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20425
20426         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20427         (spam-crm114-header, spam-crm114-spam-switch)
20428         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20429         (spam-crm114-positive-spam-header)
20430         (spam-crm114-database-directory, spam-list-of-processors)
20431         (spam-group-spam-processor-crm114-p)
20432         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20433         (spam-generic-score, spam-list-of-checks)
20434         (spam-list-of-statistical-checks, spam-registration-functions)
20435         (spam-check-crm114-headers, spam-crm114-score)
20436         (spam-check-crm114, spam-crm114-register-with-crm114)
20437         (spam-crm114-register-spam-routine)
20438         (spam-crm114-unregister-spam-routine)
20439         (spam-crm114-register-ham-routine)
20440         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20441         From asjo@koldfront.dk (Adam Sjøgren).
20442
20443         * gnus.el: Add spam-use-crm114.
20444
20445         * spam.el (spam-list-of-processors, spam-registration-functions):
20446         Add spam-use-resend.
20447         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20448         (spam-report-articles-gmane): Add doc fix.
20449         (spam-report-articles-resend, spam-report-resend-register-routine):
20450         Add wrappers around spam-report-resend-to.
20451
20452         * spam-report.el (spam-report-resend-to, spam-report-resend):
20453         Add support for resending spam.
20454         (spam-report-gmane): Fix line length >80.
20455
20456         * gnus.el (spam-process): Add spam-use-resend.
20457
20458 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20459
20460         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20461         number of processed spam messages.
20462         (spam-ham-copy-or-move-routine): Return the number of processed
20463         ham messages.
20464         (spam-summary-prepare-exit): Use the above values to decide
20465         whether status messages shouled be displayed.
20466
20467 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20468
20469         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20470         `rfc2047-encoding-function-alist' in order to avoid conflicting
20471         with the old version.
20472         (rfc2047-encode-region): Concatenate words containing non-ASCII
20473         characters in structured fields; don't encode space-delimited
20474         ASCII words even in unstructured fields; don't break words at
20475         char-category boundaries.
20476         (rfc2047-encode-1): New function.
20477         (rfc2047-encode): Use it; encode text so that it occupies the
20478         maximum width within 76-column; work correctly on Q encoding for
20479         iso-2022-* charsets.
20480         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20481         sure not to break a line just after the header name.
20482         (rfc2047-b-encode-region): Remove.
20483         (rfc2047-b-encode-string): New function.
20484         (rfc2047-q-encode-region): Remove.
20485         (rfc2047-q-encode-string): New function.
20486
20487         * mm-util.el (mm-replace-in-string): New function.
20488
20489 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20490
20491         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20492         Really get it right.
20493         (gnus-inews-make-draft): Really.
20494
20495 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20496
20497         * nnmh.el (nnmh-request-list-1): Don't check the link count
20498         before descending.  (small patch)
20499
20500 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20501
20502         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20503         stuff.
20504
20505         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20506         Match on real group name.
20507
20508         * gnus-art.el (gnus-signature-limit): Doc fix.
20509
20510         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20511
20512         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20513
20514 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20515
20516         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20517         isn't a string.
20518
20519 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20520
20521         * gnus-draft.el (gnus-draft-send):
20522         Bind rfc2047-encode-encoded-words.
20523
20524         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20525         (rfc2047-encodable-p): Say that =? needs encoding.
20526         (rfc2047-encode-encoded-words): New variable.
20527
20528         * gnus-group.el (gnus-group-select-group): Doc fix.
20529
20530         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20531
20532         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20533         to nil.
20534
20535         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20536
20537         * nnheader.el (nnheader-get-lines-and-char): New function.
20538
20539 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20540
20541         * gnus-msg.el (gnus-summary-followup-with-original):
20542         Document yanking of region when active.
20543
20544 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20545
20546         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20547         groups if the group level is higher than the specified value.
20548
20549 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20550
20551         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20552         (gnus-group-jump-to-group): Add prefix argument using
20553         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20554         non-active group.
20555
20556         * compface.el (uncompface): Be verbose when changing
20557         `uncompface-use-external'.
20558
20559         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20560         handle manual section.
20561
20562 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20563
20564         * gnus-art.el (gnus-button-alist): Revert previous change.
20565
20566 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20567
20568         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20569
20570 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20571
20572         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20573         whether backend can accept message.
20574
20575         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20576
20577 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20578
20579         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20580         Avoid creating directory when nntp-marks-is-evil is true.
20581         Reported by Reiner Steib.
20582
20583 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20584
20585         * gnus-picon.el (gnus-picon-style): New variable.
20586         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20587         (gnus-picon-transform-address): Support `gnus-picon-style'.
20588         From Jesper Harder <harder@ifa.au.dk>.
20589
20590 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20591
20592         * message.el (message-fill-field): Return point.
20593         (message-generate-headers): Go to end of field.
20594
20595         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20596         stuff for non-living groups.
20597
20598 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20599
20600         * gnus-art.el (gnus-article-followup-with-original)
20601         (gnus-article-reply-with-original): gnus-mark-active-p ->
20602         gnus-region-active-p.
20603
20604 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20605
20606         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20607         only when there is spam or ham to be processed.
20608
20609 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20610
20611         * mail-source.el (mail-source-delete-crash-box): Refactor.
20612         (mail-source-fetch): Use it.
20613         (mail-source-fetch-file): Ditto.
20614         (mail-source-fetch-directory): Run postscript in loop.
20615         (mail-source-fetch-pop): Delete.
20616         (mail-source-fetch-maildir): Ditto.
20617         (mail-source-fetch-imap): Ditto.
20618
20619         * imap.el (imap-authenticators): Comment out sasl.
20620
20621         * message.el (message-skip-to-next-address): New function.
20622         (message-fill-header-address): Refactor.
20623         (message-fill-address): Use it.
20624         (message-delete-address): Use it.
20625         (message-fill-header-general): Refactor.
20626         (message-fill-field-address): Rename.
20627         (message-narrow-to-field): Find the start of the header.
20628         (message-header-format-alist): Don't pre-fill.
20629         (message-fill-header): Remove.
20630         (message-insert-header): New function.
20631         (message-shorten-references): Use it.
20632
20633         * rfc2047.el (rfc2047-field-value): Strip props.
20634
20635         * mail-parse.el (mail-header-make-address): New alias.
20636
20637         * ietf-drums.el (ietf-drums-make-address): New function.
20638
20639         * imap.el: Add compiler directives.
20640
20641         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20642
20643         * gnus-art.el (article-decode-idna-rhs): Don't use
20644         message-idna-inside-rhs-p.
20645
20646 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20647
20648         * message.el (message-idna-inside-rhs-p): Remove.
20649         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20650
20651         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20652         false positives.
20653
20654 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20655
20656         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20657
20658 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20659
20660         * nneething.el (nneething-file-name): Don't create spurious
20661         files.
20662
20663         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20664         (gnus-inews-do-gcc): Remove sleep.
20665
20666         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20667         part under point.
20668
20669         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20670         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20671
20672 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20673
20674         * spam.el (spam-summary-prepare-exit): Fix (length).
20675
20676 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20677
20678         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20679         as expired without moving it" message when there are spam
20680         messages left.
20681
20682 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20683
20684         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20685         header is not nil.
20686
20687 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20688
20689         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20690         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20691         (nntp-marks-changed-p): New arg SERVER.
20692         (nntp-request-update-info): Adjust caller.
20693
20694 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20695
20696         * nntp.el (nntp-save-marks): Pass missing arg.
20697
20698 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20699
20700         * nntp.el: Support marks.
20701         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20702         (nntp-marks-modtime, nntp-marks-directory): New variables.
20703         (nntp-request-set-mark, nntp-request-update-info)
20704         (nntp-possibly-create-directory, nntp-marks-changed-p)
20705         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20706         New functions.
20707
20708 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20709
20710         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20711         (gnus-xmas-redefine): Rename.
20712
20713         * gnus-score.el (gnus-score-insert-help):
20714         Use gnus-select-lowest-window.
20715
20716         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20717         appt-select-lowest-window and rename to gnus-select-lowest-window.
20718
20719         * gnus.el: do.
20720
20721 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20722
20723         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20724         encodings of MIME-encoded words, in order to improve
20725         interoperability with several broken MUAs.
20726
20727 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20728
20729         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20730         tags, only when charsets are not specified in headers.
20731         (mm-inline-text-html-render-with-w3m): Ditto.
20732
20733         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20734         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20735
20736 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20737
20738         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20739         instead of MIME-decoded from fields when checking
20740         `gnus-article-address-banner-alist'.
20741
20742 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20743
20744         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20745         description rather than subject.
20746
20747 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20748
20749         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20750
20751 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20752
20753         * gnus.el (gnus-version-number): Bump.
20754
20755 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20756
20757         * gnus.el: No Gnus v0.2 is released.
20758
20759 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20760
20761         * gnus-agent.el (gnus-agent-read-agentview):
20762         Inline gnus-uncompress-range.
20763
20764 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20765
20766         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20767         `exec-installed-p'.
20768
20769 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20770
20771         * gnus.el (spam-process, spam-autodetect-methods):
20772         Add bsfilter and bsfilter-headers.
20773
20774         * spam.el (spam-bsfilter): New customize group.
20775         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20776         (spam-bsfilter-header, spam-bsfilter-probability-header)
20777         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20778         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20779         (spam-bsfilter-database-directory): New options.
20780         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20781         (spam-list-of-statistical-checks, spam-registration-functions):
20782         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20783         (spam-bsfilter-score): New command.
20784         (spam-check-bsfilter-headers, spam-check-bsfilter)
20785         (spam-bsfilter-register-with-bsfilter)
20786         (spam-bsfilter-register-spam-routine)
20787         (spam-bsfilter-unregister-spam-routine)
20788         (spam-bsfilter-register-ham-routine)
20789         (spam-bsfilter-unregister-ham-routine): New functions.
20790         (spam-generic-score): Support bsfilter; Accept an optional argument
20791         to recalcurate spam score even if scoring header has already been
20792         added.
20793         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20794         optional argument to recalcurate spam score even if scoring header
20795         has already been added.
20796
20797 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20798
20799         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20800         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20801         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20802         link is missing.
20803
20804 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20805
20806         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20807         (html2text-get-attr): Rewrite.
20808
20809         * message.el (message-setup-1): Remove redundant put-text-property
20810         on mail-header-separator.
20811
20812 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20813
20814         * gnus-registry.el (gnus-registry-cache-whitespace)
20815         (gnus-registry-action, gnus-registry-spool-action)
20816         (gnus-registry-split-fancy-with-parent): Change message levels
20817         from 5 to 3 or 7, as needed.
20818
20819         * spam.el (spam-summary-prepare-exit)
20820         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20821         (spam-split, spam-find-spam, spam-log-undo-registration)
20822         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20823         level from 5 to 6.
20824
20825 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20826
20827         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20828         2004-03-04 change).
20829
20830 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20831
20832         * sieve-manage.el (sieve-manage-open):
20833         * nnweb.el (nnweb-insert-html):
20834         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20835         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20836         * nnspool.el (nnspool-request-group):
20837         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20838         * nnml.el (nnml-request-update-info):
20839         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20840         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20841         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20842         (nnimap-request-set-mark):
20843         * nnfolder.el (nnfolder-request-update-info):
20844         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20845         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20846         * gnus-uu.el (gnus-uu-find-articles-matching):
20847         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20848         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20849         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20850         * gnus-nocem.el (gnus-nocem-scan-groups):
20851         * gnus-int.el (gnus-start-news-server):
20852         * gnus-group.el (gnus-group-make-kiboze-group)
20853         (gnus-group-browse-foreign-server):
20854         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20855         Use mapc when appropriate.
20856
20857 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20858
20859         FIXME: Make separate entries for each person.
20860
20861         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20862         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20863         <shields@msrl.com>:
20864
20865         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20866         may need for spam sorting and scoring.
20867         (spam-user-format-function-S): Add user format function suitable for
20868         general use.
20869         (spam-article-sort-by-spam-status): Add sorting function for summary
20870         sorting.
20871         (spam-extra-header-to-number): Add function to get a score from a
20872         header.
20873         (spam-summary-score): Add function to get a numeric score from the
20874         headers.
20875         (spam-generic-score): Fix function doc, was in wrong place.
20876         (spam-initialize): Take symbols when it's run, and install the
20877         extra headers that spam-necessary-extra-headers thinks we need.
20878
20879 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20880
20881         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20882         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20883
20884 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20885
20886         * gnus-sum.el (gnus-set-global-variables)
20887         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20888         (gnus-article-get-xrefs, gnus-summary-best-group)
20889         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20890         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20891         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20892         Use with-current-buffer.
20893
20894 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20895
20896         * spam.el (spam-summary-prepare-exit): Simplify logic.
20897         (spam-fetch-article-header): Read the article header if it's not
20898         available.
20899         (spam-list-articles): Simplify logic.
20900         (spam-filelist-register-routine): Fix bug with unregister-list.
20901
20902         * gnus-registry.el: Fix comments at beginning.
20903
20904 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20905
20906         * message.el (message-cater-to-broken-inn): Remove.
20907         (message-shorten-references): Make sure the total folded length of
20908         References is shorter than 998 characters to cater to a bug in INN
20909         2.3.  Also, don't pretend that references aren't folded -- this
20910         hasn't worked for a while.
20911
20912 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20913
20914         * gnus-agent.el (gnus-agentize):
20915         gnus-agent-send-mail-real-function no longer set to current value
20916         of message-send-mail-function but rather a lambda that calls
20917         message-send-mail-function.  The change makes the agent real-time
20918         responsive to user changes to message-send-mail-function.
20919
20920 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20921
20922         * legacy-gnus-agent.el
20923         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20924         help from Florian Weimer <fw@deneb.enyo.de>
20925
20926 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20927
20928         * nnmail.el (nnmail-cache-insert): Revert last change.
20929
20930 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20931
20932         * nnmail.el (nnmail-cache-insert): Always check whether
20933         nnmail-cache-ignore-groups matches a group name.
20934
20935 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20936
20937         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20938         (spam-find-spam, spam-log-processing-to-registry)
20939         (spam-log-registered-p, spam-log-unregistration-needed-p)
20940         (spam-log-undo-registration): Use gnus-message instead of
20941         gnus-error, none of these errors are fatal.
20942
20943         * gnus-registry.el (gnus-registry-clean-empty-function)
20944         (gnus-registry-clean-empty): Remove only empty entries without
20945         extra data.
20946
20947 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20948
20949         * spam-stat.el (spam-stat-buffer-change-to-spam)
20950         (spam-stat-buffer-change-to-non-spam): Change (error) to
20951         (gnus-message 8) invocation.
20952
20953 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20954
20955         * nntp.el (nntp-via-netcat-command): New variable.
20956         (nntp-via-netcat-switches): New variable.
20957         (nntp-open-via-rlogin-and-netcat): New function.
20958         (nntp-open-connection-function): Doc fix.
20959         (nntp-telnet-command): Doc fix.
20960         (nntp-end-of-line): Doc fix.
20961         (nntp-via-rlogin-command): Doc fix.
20962         (nntp-via-user-name): Doc fix.
20963         (nntp-via-address): Doc fix.
20964
20965 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20966
20967         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20968         error in Emacs 21.1.
20969
20970 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20971
20972         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20973
20974 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20975
20976         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20977         (gnus-agent-with-refreshed-group): New macro.
20978         (gnus-agent-rename-group): New function.
20979         (gnus-agent-delete-group): New function.
20980         (gnus-agent-save-group-info): Use gnus-command-method when
20981         `method' parameter is nil.  Don't write nil entries into the
20982         active file.
20983         (gnus-agent-get-group-info): New function.
20984         (gnus-agent-fetch-articles):
20985         Use gnus-agent-update-files-total-fetched-for to increment disk space
20986         used.
20987         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20988         Use gnus-agent-update-view-total-fetched-for to increment disk space
20989         used.
20990         (gnus-agent-get-local): Add optional parameters to avoid calling
20991         gnus-group-real-name and gnus-find-method-for-group.
20992         (gnus-agent-set-local): Delete stored entry if either min, or max,
20993         are nil.
20994         (gnus-agent-fetch-session): Reworded error/quit messages.
20995         On quit, use gnus-agent-regenerate-group to record existance of any
20996         articles fetched to disk before the quit occurred.
20997         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20998         gnus-agent-update-view-total-fetched-for, and
20999         gnus-agent-update-files-total-fetched-for to decrement disk space
21000         used.
21001         (gnus-agent-retrieve-headers):
21002         Use gnus-agent-update-view-total-fetched-for to increment disk space
21003         used.
21004         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21005         with gnus-agent-update-files-total-fetched-for to decrement disk
21006         space and fresh group buffer.
21007         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21008         (gnus-agent-need-update-total-fetched-for): New variable.
21009         (gnus-agent-update-files-total-fetched-for): New function.
21010         (gnus-agent-update-view-total-fetched-for): New function.
21011         (gnus-agent-total-fetched-for): New function.
21012
21013         * gnus-cache.el (gnus-cache-save-buffers):
21014         Use gnus-cache-update-overview-total-fetched-for to change disk space
21015         used by this group.
21016         (gnus-cache-possibly-enter-article):
21017         Use gnus-cache-update-file-total-fetched-for to increment disk space
21018         used by this group.
21019         (gnus-cache-possibly-remove-article):
21020         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21021         used by this group.
21022         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21023         (gnus-cache-rename-group): New function.
21024         (gnus-cache-delete-group): New function.
21025         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21026         (gnus-cache-need-update-total-fetched-for): New variable.
21027         (gnus-cache-with-refreshed-group): New macro.
21028         (gnus-cache-update-file-total-fetched-for): New function.
21029         (gnus-cache-update-overview-total-fetched-for): New function.
21030         (gnus-cache-rename-group-total-fetched-for): New function.
21031         (gnus-cache-delete-group-total-fetched-for): New function.
21032         (gnus-cache-total-fetched-for): New function.
21033
21034         * gnus-group.el: Require gnus-sum and autoload functions to
21035         resolve warnings when gnus-group.el compiled alone.
21036         (gnus-group-line-format): Documented new %F.
21037         (size of Fetched data) group line format; identifies disk space
21038         used by agent and cache.
21039         (gnus-group-line-format-alist): Defined new F format.
21040         (gnus-total-fetched-for): New function.
21041         (gnus-group-delete-group): No longer update
21042         gnus-cache-active-altered as gnus-request-delete-group now keeps
21043         the cache in sync.
21044         (gnus-group-list-active): Let the agent store a server's active
21045         list if currently plugged.
21046
21047         * gnus-int.el (gnus-request-delete-group):
21048         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21049         local disk in sync with the server.
21050         (gnus-request-rename-group):
21051         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21052         local disk in sync with the server.
21053
21054         * gnus-start.el (gnus-get-unread-articles):
21055         Cosmetic simplification to logic.
21056
21057         * gnus-util.el (gnus-rename-file): New function.
21058
21059 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21060
21061         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21062
21063 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21064
21065         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21066         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21067
21068 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21069
21070         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21071         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21072
21073 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21074
21075         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21076
21077 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21078
21079         * spam.el (spam-set-difference): Add function to replace
21080         gnus-set-difference in spam.el.
21081         (spam-summary-prepare-exit): Use spam-set-difference.
21082
21083 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21084
21085         * gnus-registry.el (gnus-registry-cache-file): Update to use
21086         gnus-dribble-directory OR gnus-home-directory OR ~.
21087         (gnus-registry-split-fancy-with-parent): Fix doc.
21088
21089 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21090
21091         * message.el (message-exchange-point-and-mark):
21092         Use message-mark-active-p.  Suggested by Jesper Harder
21093         <harder@ifa.au.dk>.
21094
21095 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21096
21097         * message.el (message-exchange-point-and-mark): Don't activate
21098         region if it was inactive.  Suggested by Hiroshi Fujishima
21099         <pooh@nature.tsukuba.ac.jp>.
21100
21101 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21102
21103         * gnus-art.el (article-display-face): Display Faces in the same
21104         order as X-Faces.
21105
21106 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21107
21108         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21109
21110 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21111
21112         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21113         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21114         (gnus-article-mime-hierarchy): Remove.
21115         (gnus-article-mime-hierarchy-next): Remove.
21116         (gnus-article-mode): Revert 2004-03-19 change.
21117         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21118         (gnus-insert-mime-button): Revert 2004-03-19 change.
21119         (gnus-mime-accumulate-hierarchy): Remove.
21120         (gnus-mime-enter-multipart): Remove.
21121         (gnus-mime-leave-multipart): Remove.
21122         (gnus-mime-display-part): Revert 2004-03-19 change.
21123         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21124
21125         * mml.el (mml-preview): Revert 2004-03-19 change.
21126
21127 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21128
21129         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21130
21131 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21132
21133         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21134         t while entering a file name using the mm-with-multibyte macro.
21135         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21136
21137         * mm-util.el (mm-with-multibyte): New macro.
21138
21139 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21140
21141         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21142         New user option.
21143         (gnus-mime-multipart-functions): Doc and customization fix.
21144         (gnus-article-mime-hierarchy): New variable.
21145         (gnus-article-mime-hierarchy-next): New variable.
21146         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21147         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21148         gnus-article-mime-hierarchy-next to nil.
21149         (gnus-insert-mime-button): Show hierarchy numbers.
21150         (gnus-mime-accumulate-hierarchy): New function.
21151         (gnus-mime-enter-multipart): New function.
21152         (gnus-mime-leave-multipart): New function.
21153         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21154         (gnus-mime-display-alternative): Show hierarchy numbers.
21155
21156         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21157         gnus-article-mime-hierarchy-next to nil.
21158
21159 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21160
21161         * dns.el: Don't require gnus-xmas.
21162
21163 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21164
21165         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21166         inline PGP.
21167         (mml-menu): Disable mml-quote-region if mark is inactive.
21168
21169 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21170
21171         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21172         when the group's active is not available.
21173
21174 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21177         error.
21178
21179 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21180
21181         * imap.el (imap-store-password): New variable.
21182         (imap-interactive-login): Use it.
21183         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21184
21185 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21186
21187         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21188         window-start and hscroll to summary window.
21189
21190 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21191
21192         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21193         conversion message to newsrc-dribble when an actual conversion is
21194         performed.
21195
21196 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21197
21198         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21199
21200 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21201
21202         * mm-decode.el (mm-complicated-handles): New function reviving
21203         former definition of mm-multiple-handles.
21204
21205         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21206         (gnus-mime-delete-part): Use it.
21207
21208 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21209
21210         * gnus-agent.el (gnus-agent-read-local):
21211         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21212         avoid the implicit assumption that they will always be equal.
21213         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21214         coding-system-for-write, as the with-temp-file macro first prints
21215         to a buffer then saves the buffer.
21216
21217 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * gnus-art.el (gnus-article-edit-part): New function.
21220         (gnus-mime-save-part-and-strip): Use it; do query instead of
21221         signaling an error; don't use mm-multiple-handles.
21222         (gnus-mime-delete-part): Ditto.
21223
21224 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21225
21226         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21227         old file versions.
21228         (gnus-group-prepare-hook): Remove function that converted list
21229         form of gnus-agent-expire-days to group properties.
21230
21231         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21232         (gnus-request-accept-article): Re-indented.
21233
21234         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21235         converters to handle old agent file formats.  Add logic for a
21236         "backup before upgrading warning".
21237         (gnus-convert-mark-converter-prompt): Developers can mark
21238         functions as needing (default), or not needing,
21239         gnus-convert-old-newsrc's "backup before upgrading warning".
21240         (gnus-convert-converter-needs-prompt): Tests whether the user
21241         should be protected from potentially irreversable changes by the
21242         function.
21243
21244         * legacy-gnus-agent.el: New.  Provides converters that are only
21245         loaded when gnus-convert-old-newsrc needs to call them.
21246
21247 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21248
21249         * mail-source.el (mail-source-touch-pop): Doc fix.
21250
21251         * message.el (message-smtpmail-send-it): Doc fix.
21252
21253 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21254
21255         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21256
21257         * nnmail.el (nnmail-split-fancy): do.
21258
21259         * gnus-kill.el (gnus-kill, gnus-execute): do.
21260
21261 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21262
21263         * gnus-sum.el (gnus-widget-reversible-match)
21264         (gnus-widget-reversible-to-internal)
21265         (gnus-widget-reversible-to-external): New functions.
21266         (gnus-widget-reversible): New widget.
21267         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21268
21269 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21270
21271         * gnus-sum.el (gnus-thread-sort-functions)
21272         (gnus-article-sort-functions): Document `(not F)' items.
21273
21274 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21275
21276         * spam.el (spam-use-gmane-xref): Add new backend.
21277         (spam-gmane-xref-spam-group): Add variable to control the name of the
21278         Gmane spam group.
21279         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21280         (spam-regex-headers-spam, spam-regex-headers-ham)
21281         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21282         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21283         backends and checks.
21284         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21285
21286         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21287         an autodetect method.
21288
21289 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21290
21291         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21292         articles are being added to a group.
21293         (gnus-request-replace-article): Inform the agent that articles
21294         need to be uncached as the cached contents are no longer valid.
21295
21296 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * binhex.el: Don't autoload executable-find.
21299
21300         * canlock.el: Don't autoload mail-fetch-field.
21301
21302         * dgnushack.el: Autoload c-mode for XEmacs.
21303
21304         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21305
21306         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21307         rmail-dont-reply-to and rmail-output.
21308
21309         * gnus-score.el: Don't autoload ffap-string-at-point.
21310
21311         * gnus-setup.el: Don't autoload sc-cite-original.
21312
21313         * imap.el: Don't autoload base64-decode-string,
21314         base64-encode-string and md5.
21315
21316         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21317         and rmail-msg-restore-non-pruned-header.
21318
21319         * mm-decode.el: Don't autoload executable-find.
21320
21321         * mm-url.el: Don't autoload executable-find.
21322
21323         * mm-view.el: Don't autoload diff-mode.
21324
21325         * nndb.el: Don't autoload news-reply-mode, news-setup,
21326         cancel-timer and telnet.
21327
21328         * password.el: Don't autoload run-at-time for Emacs.
21329
21330         * sha1-el.el: Don't autoload executable-find.
21331
21332         * sieve-mode.el: Don't autoload c-mode.
21333
21334         * uudecode.el: Don't autoload executable-find.
21335
21336 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21337
21338         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21339         (gnus-agent-possibly-alter-active): Avoid null in numeric
21340         comparison.
21341         (gnus-agent-set-local): Refuse to save null in local object table.
21342         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21343         list of articles that will be marked as unread.
21344
21345 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21346
21347         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21348
21349 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21350
21351         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21352         language tags.
21353
21354 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21355
21356         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21357         Don't bind "obarray".
21358
21359         * gnus-sum.el (gnus-thread-sort-functions):
21360         Add `gnus-thread-sort-by-most-recent-number' and
21361         `gnus-thread-sort-by-most-recent-date'.
21362         Reported by Kai Grossjohann <kai@emptydomain.de>.
21363
21364 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21365
21366         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21367
21368 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21369
21370         * gnus-cus.el (gnus-agent-customize-category):
21371         Remove ignore-errors macro reference that required cl to be loaded at
21372         run-time.
21373
21374         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21375         single-interval range of the form (min . max).  Previously the
21376         range had to look like ((min . max)).  Likewise, return
21377         (min . max) rather than ((min . max)).
21378         (gnus-range-map): Use gnus-range-normalize to accept
21379         single-interval range.
21380
21381         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21382         the cache, but not the agent, now appear with their usual face.
21383
21384         * dgnushack.el (loaddir): New variable that is bound to the
21385         directory containing the dgnushack.el file. Use loaddir, rather
21386         than srcdir, to update load-path. Change lets dgnushack compile
21387         code in directories other than GNUS/lisp.
21388
21389 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21390
21391         * lpath.el: Don't bind w3m-safe-url-regexp.
21392
21393         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21394         w3m-safe-url-regexp variable buffer-local.
21395
21396         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21397
21398 2004-02-27  Simon Josefsson  <jas@extundo.com>
21399
21400         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21401         gnus-group-real-prefix.
21402         (gnus-summary-move-article): Use it, instead of
21403         gnus-group-real-prefix.
21404
21405 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21406
21407         * lpath.el: Bind w3m-safe-url-regexp.
21408
21409         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21410         w3m-safe-url-regexp variable buffer-local and set it as the value
21411         of mm-w3m-safe-url-regexp.
21412
21413         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21414
21415         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21416         parsing gnus-posting-styles when the message is not for replying.
21417
21418         * dgnushack.el: Autoload sgml-mode for XEmacs.
21419
21420         * nnrss.el (nnrss-opml-export):
21421         Use mm-set-buffer-file-coding-system instead of
21422         set-buffer-file-coding-system.
21423
21424 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21425
21426         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21427         of checkdoc.el).
21428         * nnrss.el: do.
21429         * gnus-mlspl.el: do.
21430         * gnus-ml.el: do.
21431         * gnus-srvr.el: do.
21432
21433         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21434
21435 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21436
21437         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21438         Corrections to custom-manual links.
21439
21440         * gnus-art.el (gnus-article): Ditto.
21441
21442         * mm-decode.el (mime-display, mime-security): Ditto.
21443
21444 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21445
21446         * flow-fill.el: Typo.
21447
21448 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21449
21450         * spam-wash.el: New file.
21451
21452 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21453
21454         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21455
21456 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21457
21458         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21459         to be run with new-articles as LIST1, not LIST2.
21460         (spam-registration-functions): Add spam-use-ham-copy as a nil
21461         registration backend.
21462
21463 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21464
21465         * spam-stat.el (spam-stat-washing-hook): New option.
21466         (spam-stat-buffer-words): Use it.
21467         (spam-stat-process-directory, spam-stat-test-directory):
21468         Use insert-file-contents-literally.
21469         (spam-stat-coding-system): New variable.
21470         (spam-stat-load, spam-stat-save): Use it.
21471
21472 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21473
21474         * spam-report.el (spam-report-plug-agent):
21475         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21476
21477 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21478
21479         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21480         Allow / in mailto URLs.
21481
21482 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21483
21484         * spam-report.el (spam-report-process-queue): Fix interactive use.
21485         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21486         (spam-report-unplug-agent): Doc fixes.
21487         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21488         (spam-report-agentize, spam-report-deagentize): Autoload.
21489
21490 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21491
21492         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21493
21494         * message.el (message-setup-fill-variables): Add mml tags to
21495         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21496         <ajk@iu.edu>.
21497         (message-mode): Don't modify paragraph-separate there.
21498
21499 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21500
21501         * compface.el (uncompface-use-external): Default to undecided.
21502         (uncompface-use-external-threshold): New variable.
21503         (uncompface-float-time): New macro.
21504         (uncompface): Determine whether to use the external decoder if
21505         uncompface-use-external is undecided.
21506
21507 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21508
21509         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21510         after images.
21511
21512         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21513
21514 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21515
21516         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21517
21518         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21519
21520         * gnus-sum.el (gnus-summary-limit-to-age)
21521         (gnus-summary-limit-children): do.
21522
21523         * gnus-int.el (gnus-request-scan): do.
21524
21525         * gnus-group.el (gnus-group-suspend): do.
21526
21527         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21528
21529         * gnus-cite.el (gnus-cite-parse-attributions): do.
21530
21531         * gnus-agent.el (gnus-summary-set-agent-mark)
21532         (gnus-agent-regenerate-group): do.
21533
21534         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21535
21536         * binhex.el (binhex-decode-region-internal): do.
21537
21538 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21539
21540         * gnus-fun.el (gnus-face-properties-alist): New user option.
21541         (gnus-display-x-face-in-from): Use it.
21542
21543         * gnus-art.el (article-display-face): Ditto.
21544
21545         * compface.el (uncompface-use-external): Default to nil.
21546
21547 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21548
21549         * nntp.el (nntp-erase-buffer): New function.
21550         (nntp-retrieve-data, nntp-send-command)
21551         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21552         (nntp-possibly-change-group): Use it.
21553
21554         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21555         Use with-current-buffer.
21556
21557 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21558
21559         * compface.el: Merge the ELisp-based uncompface program.
21560         (compface): New customization group.
21561         (uncompface-use-external): New user option.
21562         (uncompface): Call uncompface-internal if uncompface-use-external
21563         is nil.
21564         (uncompface-internal): New function.  Note that there are also
21565         some other functions and variables added for this function.
21566
21567 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21568
21569         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21570         if necessary.
21571
21572 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21573
21574         * spam-report.el (spam-report-unplug-agent)
21575         (spam-report-plug-agent, spam-report-deagentize)
21576         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21577         Add support for the Agent in spam-report: when unplugged, report to a
21578         file; when plugged, submit all the requests.
21579
21580         * spam.el (spam-register-routine): Fix message about
21581         registration.
21582
21583 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21584
21585         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21586         dependencies.
21587         (rfc2047-encode): Use it.
21588
21589         * gnus-art.el (gnus-button-marker-list): Move before first
21590         reference.
21591
21592         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21593         (imap-parse-body): Fix format string mismatch.
21594
21595         * gnus-score.el (gnus-summary-increase-score): do.
21596
21597         * nnrss.el (nnrss-close): New function.
21598
21599 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21600
21601         * nnrss.el (nnrss-make-filename): New function.
21602         (nnrss-request-delete-group, nnrss-read-server-data)
21603         (nnrss-save-server-data, nnrss-read-group-data)
21604         (nnrss-save-group-data): Use it.
21605         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21606         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21607         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21608
21609 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21610
21611         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21612
21613 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21614
21615         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21616         files.
21617
21618         * message.el (message-generate-headers-first): Don't quote nil
21619         and t in docstrings.
21620
21621         * imap.el (imap-id): do.
21622
21623         * gnus-agent.el (gnus-agent-consider-all-articles)
21624         (gnus-agent-queue-mail): do.
21625
21626 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21627
21628         * spam-report.el (spam-report-process-queue): New function.
21629         Process requests from `spam-report-requests-file'.
21630         (spam-report-process-queue): Doc fix.
21631
21632 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21633
21634         * spam.el (spam-register-routine)
21635         (spam-log-processing-to-registry, spam-log-registered-p)
21636         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21637         Change "check" to "spam-check" for semi-clarity.
21638
21639 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21640
21641         * pop3.el: Require nnheader.
21642
21643         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21644
21645         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21646
21647         * gnus-picon.el: Require cl.
21648
21649         * gnus-fun.el: Require gnus-ems and gnus-util.
21650
21651         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21652
21653         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21654
21655         * gnus-art.el (gnus-article-edit-mode): Define before first
21656         reference.
21657
21658 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21659
21660         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21661         (gnus-uu-post-encoded): Use point-at-bol.
21662
21663         * gnus-topic.el (gnus-group-active-topic-p): do.
21664
21665         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21666
21667         * gnus-group.el (gnus-group-kill-region): do.
21668
21669         * gnus-art.el (article-date-ut): do.
21670
21671         * message.el (message-fetch-field): Remove redundant
21672         case-fold-search binding.
21673         (message-narrow-to-field): Simplify.
21674
21675 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21676
21677         * spam.el (spam-directory): Derive from `gnus-directory'.
21678
21679         * spam-report.el (spam-report-url-to-file)
21680         (spam-report-requests-file): New function and variable for offline
21681         reporting.
21682         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21683         and user defined function.
21684         (spam-report-url-ping-mm-url): Remove doubled slash.
21685
21686 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21687
21688         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21689
21690 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21691
21692         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21693         Fix format string mismatch.
21694
21695         * sieve.el (sieve-deactivate-all): do.
21696
21697         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21698
21699         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21700
21701         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21702
21703         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21704
21705 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21706
21707         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21708         the list of checks.
21709
21710 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21711
21712         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21713         padding.
21714
21715 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21716
21717         * mm-view.el (mm-fill-flowed): New variable.
21718         (mm-inline-text): Use it.
21719
21720 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21721
21722         * spam.el (spam-spamassassin-register-ham-routine)
21723         (spam-spamassassin-register-spam-routine): Fix function names.
21724
21725 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21726
21727         * gnus.el (gnus-tmp-grouplens): Remove.
21728         (gnus-summary-line-format): Remove grouplens.
21729
21730         * gnus-group.el (gnus-group-line-format): Ditto.
21731
21732         * gnus-spec.el (gnus-format-specs): Ditto.
21733         (gnus-update-format-specifications): Flush the group format spec
21734         cache if there's the grouplens stuff.
21735         (gnus-parse-simple-format): Replace %l with the empty string.
21736
21737 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21738
21739         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21740         omission.
21741
21742 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21745         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21746
21747 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21748
21749         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21750         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21751         New macros and functions.
21752         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21753         Handle > NLINK_MAX messages.
21754         * nnmaildir.el (nnmaildir-request-set-mark):
21755         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21756
21757 2004-01-25  Alex Schroeder  <alex@gnu.org>
21758
21759         * spam-stat.el (spam-stat-process-directory-age): New option.
21760         (spam-stat-process-directory): Use it.
21761
21762 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21763
21764         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21765         (spam-stat-save): Accept prefix argument.
21766
21767 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21768
21769         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21770         links" error.
21771
21772 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21773
21774         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21775         the rest of the and/or forms.
21776
21777 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21778
21779         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21780         compatibility with old .newsrc.eld files.
21781
21782         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21783
21784         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21785
21786         * gnus-start.el (gnus-1): do.
21787
21788         * gnus-group.el (gnus-group-line-format-alist): do.
21789
21790         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21791
21792         * gnus-gl.el: Remove.
21793
21794 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21795
21796         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21797         marks consisting of a single range {for example, (3 . 5)} rather
21798         than a list of a single range { ((3 . 5)) }.
21799
21800 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21801
21802         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21803         Use with-current-buffer.
21804         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21805         avoid consing a string.
21806
21807         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21808         Remove obsolete entries for big5 and gb2312.
21809
21810 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21811
21812         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21813         uncompressed list.
21814
21815 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21816
21817         * spam-stat.el (spam-stat-strip-xref): New function.
21818         (spam-stat-process-directory): Use it.
21819
21820         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21821         here -- it's done in message-fetch-field.
21822
21823 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21824
21825         * gnus-agent.el (gnus-agent-queue-mail)
21826         (gnus-agent-prompt-send-queue): New variables.
21827         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21828         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21829         "nndraft:queue" along to gnus-draft-send.
21830         Use gnus-agent-prompt-send-queue.
21831         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21832         is "nndraft:queue".  Suggested by Gaute Strokkenes
21833         <gs234@srcf.ucam.org>
21834
21835         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21836         (agent-enable-undownloaded-faces): Add.
21837         (gnus-agent-cat-groups): Use eval-and-compile, not
21838         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21839         method of gnus-agent-cat-groups even when the buffer has been
21840         evaled.
21841         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21842         delete gnus-agent-save-active-1.
21843         (gnus-agent-save-groups): Delete.  Identical to
21844         gnus-agent-save-active.
21845         (gnus-agent-write-active): No longer adjust agent's copy of active
21846         file as agent's adjustments are now stored in their own
21847         file.  Remove optional parameter.
21848         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21849         servers.  Add use of min/max range limits from server's local
21850         file.
21851         (gnus-agent-save-alist): Remove unused optional argument.
21852         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21853         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21854         (gnus-agent-set-local): A per-server file that keeps min/max range
21855         limits for articles known to the agent.  Provides a fast mechanism
21856         for altering many active ranges.
21857         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21858         active file (local makes it unnecessary).
21859         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21860
21861         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21862         (agent-enable-undownloaded-faces): Add.
21863
21864         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21865         disable it when sending to "nndraft:queue".
21866         (gnus-group-send-queue): Add safety check to avoid sending queue
21867         when unplugged.
21868
21869         * gnus-group.el (gnus-group-catchup): Use new
21870         gnus-sequence-of-unread-articles, not
21871         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21872         numbers of articles.  Use gnus-range-map to avoid having to
21873         uncompress the unread list.
21874         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21875         Fix invalid ange-ftp reference.
21876
21877         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21878         (gnus-sorted-range-intersection): Intersection of two ranges
21879         without requiring that they first be uncompressed.
21880
21881         * gnus-start.el (gnus-activate-group): Unless blocked by the
21882         caller, possibly expand the active range to include both cached
21883         and agentized articles.
21884         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21885         multiple version-dependent converters.
21886         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21887         gnus-agent-save-active.
21888         (gnus-save-newsrc-file): Save dirty agent range limits.
21889
21890         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21891         gnus-agent-possibly-alter-active.
21892         (gnus-adjust-marked-articles): Faster handling of simple lists.
21893
21894 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21895
21896         * spam-stat.el (spam-stat-test-directory): New optional argument
21897         displays a list of files detected.  Suggested by Andrew Cohen
21898         <cohen@andy.bu.edu>.
21899         (spam-stat-buffer-words-with-scores): Don't narrow and change
21900         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21901
21902 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21903
21904         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21905         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21906         (spam-spamassassin-arguments)
21907         (spam-spamassassin-spam-flag-header)
21908         (spam-spamassassin-positive-spam-flag-header)
21909         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21910         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21911         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21912         (spam-list-of-processors, spam-list-of-checks)
21913         (spam-list-of-statistical-checks, spam-registration-functions)
21914         (spam-check-spamassassin-headers, spam-check-spamassassin)
21915         (spam-spamassassin-score)
21916         (spam-spamassassin-register-with-sa-learn)
21917         (spam-spamassassin-register-spam-routine)
21918         (spam-spamassassin-register-ham-routine)
21919         (spam-assassin-register-spam-routine)
21920         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21921         (spam-bogofilter-score): Fix to show article before scoring.
21922
21923 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21924
21925         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21926         default scoring function.
21927         (spam-generic-score): Call spam-spamassassin-score if
21928         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21929         spam-bogofilter-score otherwise.
21930
21931         * gnus.el (spam-process, spam-autodetect-methods):
21932         Add spamassassin and spamassassin-headers.
21933
21934 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21935
21936         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21937         Suppress unnecessary messages.
21938
21939 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21940
21941         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21942         make-hash-table.
21943
21944 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * canlock.el (base64-encode-string): Don't autoload it.
21947
21948 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21949
21950         * run-at-time.el: Remove useless (require 'itimer),
21951         eval-and-compile and (featurep 'xemacs).
21952
21953 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21954
21955         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21956         GROUP is a virtual group.
21957
21958 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21959
21960         * gnus.el: Autoload `message-y-or-n-p'.
21961
21962 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21963
21964         * pgg-parse.el: Remove unnecessary (require 'custom).
21965
21966         * pgg-def.el: do.
21967
21968         * nnmail.el: do.
21969
21970         * gnus-undo.el: do.
21971
21972         * gnus-picon.el: do.
21973
21974         * gnus-util.el: do.
21975
21976 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21977
21978         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21979
21980 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21981
21982         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21983         handle, as well as a list.
21984
21985         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21986         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21987         (mm-w3m-cid-retrieve): Simplify.
21988
21989 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21990
21991         * message.el (message-kill-to-signature): Allow prefix arg to
21992         specify number of lines to keep before signature.
21993
21994 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21995
21996         * message.el (message-kill-to-signature): Change docstring.
21997
21998 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21999
22000         * canlock.el: Always require sha1-el.
22001         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22002
22003         * message.el: Autoload sha1 only when compiling.
22004
22005         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22006         eudc-expand-inline for XEmacs.
22007
22008 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * message.el (message-canlock-generate): Require sha1-el.
22011
22012 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22013
22014         * message.el (message-expand-name): Silence the byte compiler.
22015
22016         * lpath.el: Add detect-coding-system.
22017
22018         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22019         cus-edit.
22020
22021 2004-01-13  Simon Josefsson  <jas@extundo.com>
22022
22023         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22024         Invoke gnus-score-mode.
22025         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22026
22027         * gnus-range.el (gnus-compress-sequence): Doc fix.
22028         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22029
22030 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22031
22032         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22033
22034 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22035
22036         * spam.el (spam-get-article-as-string): Update to use
22037         gnus-request-article-this-buffer, much simpler.
22038         (spam-get-article-as-buffer): Remove.
22039
22040 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22041
22042         * message.el (message-expand-name): Use EUDC if the user uses that.
22043
22044 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22045
22046         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22047         character for the encoding to avoid consing a string.
22048
22049         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22050         unnecessarily.
22051
22052         * mm-util.el (mm-replace-chars-in-string): Remove.
22053
22054         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22055         of mm-replace-chars-in-string.
22056
22057 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22058
22059         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22060
22061         * mm-util.el (mm-subst-char-in-string): Support inplace.
22062
22063         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22064         a new string in every iteration.  Use shy groups.
22065
22066 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22067
22068         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22069         * gnus-soup.el (gnus-soup-group-brew):
22070         * gnus-msg.el (gnus-put-message):
22071         * gnus-move.el (gnus-group-move-group-to-server):
22072         * gnus-kill.el (gnus-batch-score):
22073         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22074         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22075         (gnus-group-update-group, gnus-group-read-group)
22076         (gnus-group-make-group, gnus-group-make-help-group)
22077         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22078         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22079         (gnus-group-sort-by-unread, gnus-group-catchup)
22080         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22081         (gnus-group-yank-group, gnus-group-set-info)
22082         (gnus-group-list-groups):
22083         * gnus.el (gnus-generate-new-group-name):
22084         * gnus-delay.el (gnus-delay-send-queue):
22085         * nnvirtual.el (nnvirtual-catchup-group):
22086         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22087         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22088         (gnus-group-prepare-topics, gnus-topic-check-topology):
22089         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22090         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22091         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22092         (gnus-group-make-articles-read):
22093         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22094         (gnus-group-change-level, gnus-kill-newsgroup)
22095         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22096         (gnus-get-unread-articles, gnus-make-articles-unread)
22097         (gnus-make-ascending-articles-unread): Use accessor
22098         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22099         to get group information for improved readability.
22100
22101
22102 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22103
22104         * gnus-art.el (article-decode-mime-words, article-babel)
22105         (gnus-article-highlight-signature, gnus-article-add-buttons)
22106         (gnus-signature-toggle): Use gnus-with-article-buffer.
22107
22108         * gnus-art.el (gnus-article-highlight-headers)
22109         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22110
22111         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22112         (gnus-article-set-globals, gnus-request-article-this-buffer)
22113         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22114         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22115         (gnus-mime-display-alternative): Use with-current-buffer.
22116
22117 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22118
22119         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22120         also under 80 char limit, and call gnus-error if needed.
22121         (spam-fetch-article-header): Fix - it was a
22122         buffer-local variable (gnus-newsgroup-data).
22123         (spam-find-spam): Use spam-generate-fake-headers, forget about
22124         spam-insert-fake-headers.
22125         (spam-insert-fake-headers): Remove.
22126
22127 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22128
22129         * deuglify.el (gnus-article-outlook-unwrap-lines)
22130         (gnus-outlook-rearrange-article)
22131         (gnus-outlook-repair-attribution-outlook)
22132         (gnus-outlook-repair-attribution-block)
22133         (gnus-outlook-repair-attribution-other): Remove redundant
22134         save-excursion.
22135
22136 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22137
22138         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22139         (spam-fetch-field-subject-fast)
22140         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22141         (spam-fetch-article-header): Add functions to deal with Gnus
22142         internals for fast retrieval of article header data.
22143         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22144
22145 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22146
22147         * pop3.el (pop3-md5): Remove.
22148         (pop3-apop): Replace pop3-md5 with md5.
22149
22150         * mm-bodies.el: base64 is always built-in.
22151
22152         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22153         Use with-current-buffer.
22154
22155 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22156
22157         * canlock.el (canlock-insert-header): Remove excessive grouping in
22158         regexp.
22159
22160         * gnus-sum.el (gnus-summary-read-document): Ditto.
22161
22162         * gnus-uu.el (gnus-uu-part-number): Ditto.
22163
22164         * html2text.el (html2text-remove-tags): Ditto.
22165         (html2text-format-tags): Ditto.
22166         (html2text-format-single-elements): Ditto.
22167
22168         * mml.el (mml-parse-1): Ditto.
22169
22170 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22171
22172         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22173
22174         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22175
22176         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22177
22178         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22179
22180 2003-11-15  Simon Josefsson  <jas@extundo.com>
22181
22182         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22183         (pgg-gpg-lookup-key): Use regexp match instead of
22184         split-string (split-string is different between emacs 21.2 and
22185         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22186
22187 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22188
22189         * gnus-art.el (gnus-mime-view-all-parts)
22190         (gnus-article-part-wrapper, gnus-article-view-part):
22191         Use with-current-buffer.
22192
22193 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22194
22195         * spam.el (spam-disable-spam-split-during-ham-respool)
22196         (spam-spamoracle-database, spam-cache-lookups)
22197         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22198         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22199         (spam-group-ham-marks, spam-group-spam-marks)
22200         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22201         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22202         also add spam-use-blackholes to the statistical checks.
22203         (spam-fetch-field-fast): Add interface to fetching fields, may
22204         become a macro.
22205         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22206         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22207         (spam-insert-fake-headers): Fake an article when needed.
22208         (spam-find-spam): Fake article when possible.
22209         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22210         (spam-check-bogofilter-headers): Use message-fetch-field instead
22211         of nnmail-fetch-field.
22212
22213 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22214
22215         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22216
22217 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22218
22219         * spam.el (spam-split): Do not require spam-use-CHECK to be
22220         enabled if that check is passed to spam-split explicitly; also
22221         fix so 'spam doesn't get converted to spam-split-group when
22222         spam-split-symbolic-return is t.
22223         (spam-find-spam): Find registrations of the article and use those
22224         instead of re-running spam-split to find the spam/ham
22225         classification of the article.
22226         (spam-log-processing-to-registry, spam-log-registered-p)
22227         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22228         Use gnus-error instead of gnus-message.
22229         (spam-log-registration-type): Add function to determine the
22230         classification of a message based on registry entries; will
22231         return nil if both 'spam and 'ham are found.
22232         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22233         a reasonably fast local cache without the loading errors.
22234         (spam-cache-lookups): Set to t by default.
22235         (spam-find-spam): Don't try to guess spam-cache-lookups.
22236         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22237         spam-caches entry.
22238         (spam-filelist-build-cache, spam-filelist-check-cache):
22239         Fix caching of whitelist/blacklist entries.
22240         (spam-check-whitelist, spam-check-blacklist):
22241         Invoke spam-from-listed-p with a type, not a cache variable.
22242         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22243
22244 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22245
22246         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22247
22248         * nnmail.el (nnmail-split-fancy): do.
22249
22250         * mml.el (mml-parse): do.
22251
22252         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22253         (gnus-score-adaptive): do.
22254
22255 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22256
22257         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22258         (gnus-mime-button-map): Don't set keymap parent.
22259         (gnus-button-ctan-directory-regexp): Use shy grouping.
22260         (gnus-prev-page-map): Don't set keymap parent.
22261         (gnus-prev-page-map): Remove duplicated one.
22262         (gnus-next-page-map): Don't set keymap parent.
22263         (gnus-mime-security-button-map): Ditto.
22264
22265         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22266         version number.
22267
22268         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22269
22270 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22271
22272         * canlock.el (canlock-sha1-function): Remove.
22273         (canlock-sha1-function-for-verify): Remove.
22274         (canlock-openssl-program): Remove.
22275         (canlock-openssl-args): Remove.
22276         (canlock-ignore-errors): Remove.
22277         (canlock-sha1-with-openssl): Remove.
22278         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22279         (canlock-verify): Don't use canlock-ignore-errors.
22280
22281         * sha1-el.el (sha1-string-external): Make it can return a string
22282         in binary form.
22283         (sha1-region-external): Ditto.
22284         (sha1-string-internal): Ditto.
22285         (sha1-region-internal): Ditto.
22286         (sha1-region): Ditto.
22287         (sha1-string): Ditto.
22288         (sha1): Ditto.
22289
22290 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22291
22292         * spam.el (spam-report-articles-gmane): New command.
22293
22294 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22295
22296         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22297
22298         * run-at-time.el (run-at-time-saved): Remove.
22299         (run-at-time): Doc fix.
22300
22301 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22302
22303         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22304         (gnus-summary-limit-map): Add it.
22305         (gnus-summary-make-menu-bar): do.
22306
22307 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22308
22309         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22310         Make attempt at some caching support (done for BBDB only now).
22311         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22312         addresses to be checked.
22313         (spam-clear-cache-BBDB): Add function, to be invoked by
22314         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22315         (spam-check-BBDB): Check and use the caches, if
22316         spam-cache-lookups is on, remove superfluous (provide).
22317
22318 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22319
22320         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22321
22322 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22323
22324         * run-at-time.el (run-at-time-saved): Move to after the definition
22325         of `run-at-time'.
22326
22327         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22328
22329 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22330
22331         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22332         mm-w3m-local-map-property.
22333
22334         * mm-view.el (mm-w3m-mode-map): Remove.
22335         (mm-w3m-local-map-property): Remove.
22336         (mm-inline-text-html-render-with-w3m): Don't use
22337         mm-w3m-local-map-property.
22338
22339 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22340
22341         * run-at-time.el: New file.
22342
22343         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22344         under Emacs.
22345
22346         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22347         of gnus-set-text-properties.
22348
22349         * gnus-uu.el (gnus-uu-save-article): Ditto.
22350
22351         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22352
22353         * gnus-cite.el (gnus-cite-parse): Ditto.
22354
22355         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22356         of gnus-.
22357
22358         * gnus-xmas.el (run-at-time): Require run-at-time.
22359
22360         * gnus.el: Change calls to nnheader-run-at-time and
22361         password-run-at-time throughout to use run-at-time directly.
22362
22363         * password.el: Remove definition of run-at-time.
22364
22365         * nnheaderxm.el: Remove definition of run-at-time.
22366
22367 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22368
22369         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22370         in prompt.
22371
22372 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22373
22374         * messagexmas.el (message-xmas-redefine): Alias
22375         `message-make-caesar-translation-table' to
22376         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22377         version.
22378
22379         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22380         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22381         `gnus-xmas-set-text-properties'.
22382         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22383         `gnus-xmas-completing-read'.
22384         (gnus-xmas-completing-read): Removed.
22385         (gnus-xmas-open-network-stream): Removed.
22386
22387         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22388         XEmacs version.
22389
22390         * dns.el (dns-make-network-process): Use `open-network-stream'
22391         instead of `gnus-xmas-open-network-stream'.
22392
22393         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22394
22395         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22396
22397 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22398
22399         * gnus-art.el (gnus-mime-display-alternative)
22400         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22401         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22402         Don't use gnus-local-map-property.
22403
22404         * gnus-util.el (gnus-local-map-property): Remove.
22405
22406         * mm-view.el (mm-view-pkcs7-decrypt):
22407         Replace gnus-completing-read-maybe-default with completing-read.
22408
22409         * gnus-util.el (gnus-completing-read): do.
22410         (gnus-completing-read-maybe-default): Remove.
22411
22412 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22413
22414         * password.el: Only autoload `run-at-time' if not XEmacs.
22415         Only autoload the itimer functions if XEmacs.
22416
22417 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22418
22419         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22420         XEmacsen.
22421
22422         * dgnushack.el: Autoload executable-find for XEmacs.
22423
22424 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22425
22426         * gnus-art.el (gnus-read-string): Remove.
22427         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22428         read-string.
22429
22430 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22431
22432         * netrc.el: Autoload password-read.
22433         (netrc): Add configuration group.
22434         (netrc-encoding-method, netrc-openssl-path):
22435         Add variables for encoding and decoding of files with symmetric
22436         ciphers.
22437         (netrc-encode): Add assistant function to encode a file with
22438         netrc-encoding-method.
22439         (netrc-parse): Add interactive parameter, added optional
22440         decoding if netrc-encoding-method is non-nil but otherwise
22441         behavior is standard.
22442         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22443         Do s/encode/encrypt/ everywhere.
22444
22445         * spam.el: Remove executable-find autoload.
22446
22447 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22448
22449         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22450
22451         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22452
22453 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22454
22455         * gnus-art.el (gnus-treat-ansi-sequences)
22456         (article-treat-ansi-sequences): New variable and function.
22457         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22458
22459         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22460         Use it.
22461
22462 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22463
22464         * mm-util.el (mm-quote-arg): Remove.
22465
22466         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22467         shell-quote-argument.
22468
22469         * gnus-uu.el (gnus-uu-command): do.
22470
22471         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22472
22473         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22474         with make-char.
22475
22476         * mm-util.el (mm-make-char): Remove.
22477
22478         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22479         add-minor-mode.
22480
22481         * gnus-undo.el (gnus-undo-mode): do.
22482
22483         * gnus-topic.el (gnus-topic-mode): do.
22484
22485         * gnus-sum.el (gnus-dead-summary-mode): do.
22486
22487         * gnus-start.el (gnus-slave-mode): do.
22488
22489         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22490
22491         * gnus-ml.el (gnus-mailing-list-mode): do.
22492
22493         * gnus-gl.el (gnus-grouplens-mode): do.
22494
22495         * gnus-draft.el (gnus-draft-mode): do.
22496
22497         * gnus-dired.el (gnus-dired-mode): do.
22498
22499         * gnus-ems.el (gnus-add-minor-mode): Remove.
22500
22501         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22502         Replace gnus-char-width with char-width.
22503
22504         * gnus-ems.el (gnus-char-width): Remove.
22505
22506         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22507         Replace gnus-char-width with char-width.
22508
22509         * gnus-ems.el (gnus-char-width): Remove.
22510
22511         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22512         definition.
22513         Remove Emacs 20 hash table compatibility code.
22514
22515         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22516         20 compatibility code.
22517
22518         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22519
22520         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22521
22522         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22523         Replace with point-at-{eol,bol}.
22524
22525         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22526
22527         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22528
22529         * flow-fill.el (fill-flowed-point-at-bol)
22530         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22531
22532         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22533         Replace with point-at-{eol,bol} throughout all files.
22534
22535 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22536
22537         * ntlm.el (ntlm-string-as-unibyte): New macro.
22538         (ntlm-build-auth-response): Use it.
22539
22540         Remove Emacs 20 stuff:
22541         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22542         (butlast, mapc, remove): Remove the compiler macros.
22543         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22544         of delq and copy-sequence.
22545         * gnus-art.el (popup-menu): Remove the compiler macro.
22546         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22547         Emacs 20.
22548
22549 2004-01-05  Simon Josefsson  <jas@extundo.com>
22550
22551         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22552         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22553         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22554         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22555         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22556         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22557         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22558         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22559         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22560         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22561         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22562         string-xor into ntlm-string-xor.
22563         Suggested by Jesper Harder <harder@myrealbox.com>.
22564
22565         * ntlm.el: Don't include poem.
22566
22567         * md4.el (print-int32, print-string-hexa): Remove.
22568         Suggested by Jesper Harder <harder@myrealbox.com>.
22569
22570         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22571
22572         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22573         probably breaks emacs with DL patch, but do we care? Is anyone
22574         still using the DL stuff?)
22575
22576         * sieve-manage.el: Use the password package.
22577         (sieve-manage-read-passwd): Remove.
22578         (sieve-manage-interactive-login): Use password.  Re-add
22579         condition-case around loop.
22580
22581         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22582         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22583         Use the password package.
22584
22585 2003-02-19  Simon Josefsson  <jas@extundo.com>
22586
22587         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22588         token.
22589
22590 2002-08-07  Simon Josefsson  <jas@extundo.com>
22591
22592         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22593         (sieve-manage-authenticators):
22594         (sieve-manage-authenticator-alist): Add some SASL mechs.
22595         (sieve-sasl-auth): New function.
22596         (sieve-manage-cram-md5-auth):
22597         (sieve-manage-plain-auth): Rewrite using SASL library.
22598         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22599         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22600         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22601         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22602
22603 2004-01-05  Simon Josefsson  <jas@extundo.com>
22604
22605         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22606         New files.
22607
22608 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22609
22610         * gnus-group.el (gnus-no-groups-message): Update.
22611
22612         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22613
22614 2003-11-09  Simon Josefsson  <jas@extundo.com>
22615
22616         * imap.el: Support for ID IMAP extension (RFC 2971).
22617         (imap-local-variables): Add imap-id.
22618         (imap-id): New variable.
22619         (imap-id): New function.
22620         (imap-parse-response): Parse untagged ID response.
22621         * nnimap.el (nnimap-id): New variable.
22622         (nnimap-open-connection): Use it.
22623
22624 2003-12-28  Simon Josefsson  <jas@extundo.com>
22625
22626         * gnus-score.el (gnus-score-edit-all-score): New.
22627         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22628
22629 2004-01-04  Simon Josefsson  <jas@extundo.com>
22630
22631         * password.el: Add.
22632
22633 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22634
22635         * dns.el (dns-query-types): Fix typo.
22636         (dns-query-types): New function.
22637         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22638         PTR and SOA replies, see RFC 1035.
22639
22640 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22641
22642         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22643
22644         * Move to Changelog.2.
22645
22646 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22647
22648         * gnus.el (gnus-version-number): Bump version.
22649
22650 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22651
22652         * gnus.el: No Gnus v0.1 is released.
22653
22654 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22655
22656         * gnus.el: No Gnus v0.0 is released.
22657
22658 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22659
22660         * gnus.el (gnus-version-number): Bump.
22661         (gnus-version): No.
22662
22663 See ChangeLog.2 for earlier changes.
22664
22665   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22666
22667   This file is part of GNU Emacs.
22668
22669   GNU Emacs is free software: you can redistribute it and/or modify
22670   it under the terms of the GNU General Public License as published by
22671   the Free Software Foundation, either version 3 of the License, or
22672   (at your option) any later version.
22673
22674   GNU Emacs is distributed in the hope that it will be useful,
22675   but WITHOUT ANY WARRANTY; without even the implied warranty of
22676   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22677   GNU General Public License for more details.
22678
22679   You should have received a copy of the GNU General Public License
22680   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22681
22682 ;; Local Variables:
22683 ;; coding: utf-8
22684 ;; fill-column: 79
22685 ;; add-log-time-zone-rule: t
22686 ;; End: