(starttls-available-p): Renamed from `starttls-any-program-available' and changed...
[gnus] / lisp / ChangeLog
1 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * starttls.el (starttls-available-p): Renamed from
4         `starttls-any-program-available' and changed return convention.
5
6 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
9         `unix-sync' unless it's defined.
10
11 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
12
13         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
14         `aref' for XEmacs compatibiltiy.
15
16 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
19
20 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
21
22         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
23         closures, quote the form properly (bug#9194).
24
25 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
28         (gnus-summary-insert-new-articles): Protect against servers that are
29         down.
30
31 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
32
33         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
34         in mm handle if none is specified.
35
36 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
37
38         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
39
40 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
41
42         * nnir.el (nnir-search-thread): New function to make an nnir group
43         based on a thread query.
44
45         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
46         of nnir in thread referral.
47         (gnus-summary-refer-thread): Use it.
48
49         * nnimap.el (nnimap-request-thread): Use it.
50
51 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * shr.el (shr-tag-comment): Ignore HTML comments.
54
55 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
56
57         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
58         argument.
59
60         (gnus-group-make-nnir-group,nnir-request-group,nnir-run-query): Use
61         `nnir-address' to handle server info rather than passing an arg.
62
63         * nnimap.el (nnimap-make-thread-query): New utility function to format
64         an imap thread search query.
65         (nnimap-request-thread): Use it.
66
67         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
68         right select-method if we are not going back to the group buffer.
69
70 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
73         enter invalid buffer configurations into the quit form (bug#9107).
74         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
75         unplugged/plugged.
76
77         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
78         keep track of which ones are unread (bug#9061).
79
80         * gnus.el (gnus-refer-article-method): Allow entering any sexp
81         (bug#9055).
82
83         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
84         (bug#9041).
85
86         * gnus-html.el (mm-util): Require (bug#9073).
87
88         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
89         (gnus-summary-refer-thread): Use it to remove duplicates in the
90         un-threaded view (bug#9053).
91         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
92
93 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
94
95         * nnir.el (nnir-read-server-parm): Use default value from global
96         variable.  Without this the default search engine parameters aren't
97         used at all.
98
99 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * message.el (message-unique-id): Don't use the undocumented return
102         value from (random t) (bug#9118).
103
104 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * message.el (message-auto-save-directory): If the ~/Mail directory
107         doesn't exist, use ~ as the auto-save directory (bug#4432).
108
109         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
110         hasn't already been started.
111
112 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
115
116         * message.el (message-reply): Work around mysterious bug where
117         `message-mode' seems to overwrite the locally bound `subject' variable.
118
119 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
120
121         * nnimap.el (nnimap-request-thread): Ensure search is performed in
122         correct group.
123
124         * gnus-int.el (gnus-request-thread): Add group argument.
125
126         * gnus-sum.el (gnus-summary-refer-thread): Use it.
127
128 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
131
132         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
133         renamed to `debbugs-gnu-*'.
134
135 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
136
137         * plstore.el: Revert the editing feature since it is not urgent.
138         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
139         (plstore-mode-decoded): Remove.
140
141 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
144         isn't very interesting any more, and it leaks potentially secret data.
145         (gnus-debug): Removed.
146
147         * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
148         use of :custom-show.
149
150 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
151
152         * plstore.el: Add documentation.
153         (plstore-mode): New mode to edit plstore file.
154         (plstore-mode-toggle-display, plstore-mode-original)
155         (plstore-mode-decoded): New command.
156         (plstore--encode, plstore--decode, plstore--write-contents-functions)
157         (plstore--insert-buffer, plstore--make): New function.
158         (plstore-open, plstore-save): Simplify by using them.
159
160 2011-07-06  Glenn Morris  <rgm@gnu.org>
161
162         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
163
164 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
167         no longer is much used.
168         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
169         Articles".
170
171 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
172
173         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
174         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
175         `notmuch' backend.
176
177 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * mm-decode.el (mm-text-html-renderer): Doc fix.
180
181         * gnus-msg.el (gnus-bug): Fix the MML tag.
182
183         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
184
185 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
186
187         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
188         secondary methods if started with `gnus-no-server'.
189
190 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
191
192         * message.el (message-return-action): Fix typo in docstring.
193
194 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
197         bug reports at once.
198
199         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
200
201 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * nndraft.el: Require gnus-group.
204         (nndraft-request-list): Declare.
205
206         * nndraft.el (nndraft-update-unread-articles): Don't show group having
207         no unread article unless it matches gnus-permanently-visible-groups.
208
209         * nndraft.el (nndraft-update-unread-articles): New function.
210         (nndraft-request-associate-buffer): Use it to update the number of
211         unread articles for the nndraft groups in the group buffer when saving
212         or killing a draft message.
213
214 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
217         systems to binary before writing and reading the mbox files.
218
219         * gnus.el (gnus-summary-line-format): Link to the info node for %U
220         instead of trying to list them all (bug#8978).
221
222 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
223
224         * pop3.el (pop3-open-server): Use :end-of-capability.
225
226 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
229         the id is always a number.
230
231         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
232
233         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
234         debbugs mode, if possible.
235
236 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
237
238         * auth-source.el (auth-source-token-passphrase-callback-function):
239         Reindent.
240         (epg-context-operation): Remove unnecessary autoload.
241
242 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * gnus.el (gnus-list-debbugs): New command.
245
246         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
247         mboxstat instead of the maintbox, since the stat seems to be fuller.
248
249         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
250         summary buffers.
251
252         * message.el (message-get-reply-headers): Delete all duplicates,
253         instead of the first.
254         (message-get-reply-headers): Ensure that we have progress while
255         deleting duplicates.
256
257         * gnus-msg.el (gnus-configure-posting-styles): Get the local
258         gnus-posting-style value from the summary buffer to make it easier to
259         make that a per-buffer conf.
260
261 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
262
263         * nnir.el (nnir-run-imap): Allow halting a search when an article is
264         found by setting `shortcut' in 'query.
265         (nnir-request-article): Use `shortcut' setting when requesting article
266         by Message-ID.
267
268 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
269
270         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
271         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
272         Bring the pseudo-headers back too.
273
274 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
275
276         * auth-source.el (auth-source-token-passphrase-callback-function):
277         Simplify and remove EPA dependency.
278
279 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
280
281         * nnir.el (nnir-request-article): Fix error message text.
282
283 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
284
285         * auth-source.el (plstore-delete): Autoload.
286         (auth-source-plstore-search): Support delete operation.
287         * plstore.el (plstore-delete): New function.
288
289 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
292         mark actually existing articles as unread rather than the ones that
293         active asserts.
294
295 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
296
297         * nntp.el (nntp-record-command):
298         * gnus-util.el (gnus-message-with-timestamp-1):
299         Use format-time-string rather than decoding time stamps by hand.
300         This is simpler and insulates the code from potential changes to
301         current-time format.
302
303 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
306
307 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
308
309         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
310         (plstore-save): Support public key encryption.
311         (plstore--init-from-buffer): New function.
312         (plstore-open): Use it; fix error when opening a non-existent file.
313         (plstore-revert): Use plstore--init-from-buffer.
314
315 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
316
317         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
318
319 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * mml2015.el (mml2015-use): Replace string-match-p with string-match
322         for old Emacsen.
323
324 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
325
326         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
327         is not fully working.
328
329 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * dgnushack.el: Autoload sha1 on XEmacs.
332
333         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
334         quit window configuration.
335
336         * auth-source.el (epg-context-set-passphrase-callback): Remove
337         duplicate autoload.
338
339 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
340
341         * nnir.el (nnir-request-article): Allow requesting articles by
342         Message-ID with nnimap.
343
344         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
345         current server.
346
347 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
348
349         * auth-source.el: Autoload EPA/EPG functions.
350         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
351         changed when EPA/EPG is not available.
352         (auth-source-backend): Rename "arg" member to "data".
353         (auth-source-backend-parse, auth-source-plstore-search)
354         (auth-source-plstore-create): Use it.
355
356 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
357
358         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
359         `gnus-refer-article-methods'.
360
361 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * auth-source.el: Require EPA and EPG.
364         (auth-source-passphrase-alist): New variable.
365         (auth-source-passphrase-callback-function)
366         (auth-source-token-passphrase-callback-function): Callbacks for the
367         netrc field encryption (GPG tokens).
368         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
369         Symmetric encryption and decryption of the netrc GPG tokens.
370         (auth-source-netrc-normalize): Use them, simplifying the closure.
371
372 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
375         is available.
376
377 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
380         non-nil, and `nnimap-split-methods' is nil, use the former.
381
382 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
383
384         * plstore.el (plstore-revert): New function.
385         (plstore-open): Use it; hide the buffer from user.
386
387 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
388
389         * auth-source.el (auth-source-backend): New member "arg".
390         (auth-source-backend-parse): Handle new backend 'plstore.
391         * plstore.el: New file.
392
393 2011-06-30  Glenn Morris  <rgm@gnu.org>
394
395         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
396
397 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
400         expiring articles to.
401
402         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
403         variations as ASCII (bug#5458).
404
405 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
408
409 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * message.el (message-point-in-header-p): Tweak the function to default
412         to saying that we're not in the headers if there is no separator at
413         all.  This makes it possible to use the Message version of `M-q' in
414         buffers with no headers (bug#7987).
415         (message-point-in-header-p): Fix last checkin to work with an empty
416         mail-header-separator, too.
417
418         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
419         again, save the choice via customize.
420
421 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * message.el (message-send-mail-function): Add `sendmail-query-once'.
424
425         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
426         ended the connection, bail out before waiting infinitely on a new
427         connection.
428
429 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
430
431         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
432         reports.
433
434         * gnus.el (gnus-bug-package): Use "gnus."
435         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
436
437 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * dgnushack.el: Make the timer warning go away on XEmacs.
440
441         * gnus-art.el (gnus-article-stop-animations): New function to stop any
442         animations going on at article exit time.
443
444         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
445         since removing it breaks people upgrading.
446
447         * shr.el (shr-put-image): Use the new interface for animating images.
448         (shr-put-image): Animate for 60 seconds.
449
450         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
451         avoid compiler warnings.
452
453         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
454         error with `find-file-hooks' on Emacs 22.
455         (with-auth-source-epa-overrides): Ugly hack to Wrap the
456         `find-file-hook' things in `symbol-value' to avoid compilation warnings
457         on all architectures.
458
459         * spam.el (spam-stat): Require in a normal fashion without binding
460         `spam-stat-install-hooks' to avoid compilation warnings.
461
462         * spam-stat.el (spam-stat-install-hooks): Removed.
463         (spam-stat-install-hooks): Don't run automatically.
464
465 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
466
467         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
468         and keystroke.
469
470 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * auth-source.el (auth-source-netrc-cache): Move forward.
473
474 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475
476         * proto-stream.el (proto-stream-open-starttls): Use
477         `gnutls-available-p' to see whether we have built-in support.
478
479         * auth-source.el (auth-source-netrc-create): Don't query the bits that
480         we already know.
481         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
482         (auth-source-netrc-create): Don't prompt for the stuff we already know.
483
484 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
487         %S format, since that looks odd.
488         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
489         file, especially when saving.
490
491 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
492
493         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
494         article found.
495
496 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
497
498         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
499         `auth-source-save-secrets' with a more sensitive alist that can be
500         configured per file.  Experimental, so defaults to 'never.
501         (auth-source-netrc-create): Use it.  Still experimental code.
502         (with-auth-source-epa-overrides): Use `find-file-hooks' if
503         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
504
505 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
506
507         * auth-source.el (auth-source-save-secrets): New variable to control if
508         secret tokens should be saved encrypted.
509         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
510         to `auth-source-netrc-normalize'.
511         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
512         on the EPA variables being defined.
513         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
514         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
515         the lexical-let closure.
516         (auth-source-netrc-create): Create "gpg:" tokens according to
517         `auth-source-save-secrets'.
518
519 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * gnus-group.el (gnus-group-update-group): Add new argument
522         `info-unchanged' that stops updating dribble buffer.
523
524         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
525         deletes lines matching to it in dribble buffer.
526
527         * gnus-agent.el (gnus-agent-fetch-group-1):
528         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
529         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
530         * gnus-start.el (gnus-group-change-level):
531         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
532
533         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
534         if newsgroup info is not changed.
535
536         * gnus-group.el (gnus-group-get-new-news-this-group):
537         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
538         Don't update dribble buffer.
539
540 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
541
542         * gnus-registry.el (gnus-registry-remove-ignored): New function to
543         remove entries with groups we ignore.
544
545 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
548         the underline comes at the bottom.
549
550 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
553         `gnus-registry-user-format-function-M' and declare the latter obsolete.
554         (gnus-registry-article-marks-to-names): Rename from
555         `gnus-registry-user-format-function-M2'.
556
557 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
560         ephemeral group.
561
562 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563
564         * shr.el (shr-browse-image): Copy the URL if called interactively.
565
566 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
569         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
570         done, then unselected articles may be marked as read.
571
572         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
573         since not doing this seems to lead to a race condition in pop3-logon.
574
575         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
576         so that the call chain it correct when we call "upwards".
577
578         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
579         in read-only groups.
580
581         * gnus-group.el (gnus-group-mark-article-read): Ditto.
582
583         * message.el (message-cite-reply-position): Doc string fix.
584
585         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
586         avoid regexp overflow.
587         (nnimap-transform-split-mail): Ditto.
588
589         * pop3.el (pop3-retr): Error out if the server closes the connection.
590
591 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
592
593         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
594         mm-with-unibyte-current-buffer.  The buffer should not contain any
595         multibyte chars anyway at this stage.
596
597 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
600         at the end of lines.
601
602 2011-05-29  Julien Danjou  <julien@danjou.info>
603
604         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
605
606 2011-05-27  Glenn Morris  <rgm@gnu.org>
607
608         * gnus-group.el (gnus-bug-group-download-format-alist):
609         Use the "maintainer" version of debian reports as well.
610
611 2011-05-26  Glenn Morris  <rgm@gnu.org>
612
613         * gnus-group.el (gnus-bug-group-download-format-alist):
614         Use the "maintainer" version of debbugs.gnu.org reports.
615
616 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
619
620 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
621
622         * gnus-cus.el (gnus-agent-customize-category):
623         * gnus-delay.el (gnus-delay-send-queue):
624         * gnus.el (gnus-other-frame):
625         Don't quote lambda expressions with `quote'.
626
627 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
630         the thread moves us backwards and so we loop forever.
631
632 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
635         whitespace in base64 data lines.
636
637 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
638
639         * gnus-registry.el (gnus-registry-user-format-function-M):
640         Use `mapconcat'.
641         (gnus-registry-user-format-function-M2): Use to see the full text of
642         the marks.  Make "," the mark text separator.
643
644         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
645         authentication with auth-source.
646
647 2011-05-17  Glenn Morris  <rgm@gnu.org>
648
649         * gnus-group.el (gnus-import-other-newsrc-file):
650         Use insert-file-contents.
651
652 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
653
654         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
655         1000 iterations.
656
657 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * nntp.el (nntp-open-connection): Check if process-type is available.
660
661 2011-05-16  Julien Danjou  <julien@danjou.info>
662
663         * shr.el (shr-tag-del): Add support for del tag.
664
665 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * gnus-html.el (gnus-html-put-image): Register a displayer.
668
669         * shr.el (shr-image-displayer): Don't remove text props from alt text.
670
671 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
672
673         * registry.el (prune-factor): New initialization parameter defaulting
674         to 0.1.
675         (registry-prune-hard): Use it.
676
677         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
678         0.1 expicitly.
679
680 2011-05-13  Glenn Morris  <rgm@gnu.org>
681
682         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
683         is bound, since this function requires sendmail.
684
685 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
686
687         * registry.el (registry-usage-test): Disable pruning test.
688
689 2011-05-11  David Engster  <dengste@eml.cc>
690
691         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
692         Bind set-network-process-option for XEmacs.
693
694 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
695
696         * registry.el (registry-prune-hard-candidates)
697         (registry-prune-soft-candidates): Helper methods for registry pruning.
698         (registry-prune): Use them.  Make the sort function optional.
699
700 2011-05-10  Jim Meyering  <meyering@redhat.com>
701
702         * shr.el (shr-colorize-region): Fix typo "on on -> on".
703
704 2011-05-10  Julien Danjou  <julien@danjou.info>
705
706         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
707         symbol and not a list.
708
709 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * gnus-art.el (gnus-article-mode): Move binding of
712         shr-put-image-function here from gnus-article-prepare-display.
713
714         * shr.el (shr-put-image-function): New variable.
715         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
716         (shr-put-image): Return scaled image.
717
718         * gnus-art.el (gnus-shr-put-image): New function.
719         (gnus-article-prepare-display): Bind shr-put-image-function to it.
720
721         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
722         original ones, as deletable.
723
724 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
725
726         * nntp.el (nntp-open-connection): Set TCP keepalive option.
727
728 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
729
730         * registry.el (registry-full): Add convenience method.  Fix logic.
731         (registry-insert): Use it.  Fix logic here too.
732
733         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
734         `registry-prune' if `registry-full' returns t.
735         (gnus-registry-handle-action)
736         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
737         (gnus-registry-usage-test): Use it.
738
739 2011-05-07  Julien Danjou  <julien@danjou.info>
740
741         * shr.el (shr-link): Make shr-link inherit from link by default.
742
743 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
744
745         * shr.el (shr-urlify, shr-link): Fix shr-link face.
746
747 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
748
749         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
750         error out because the face is not a list.
751
752 2011-05-05  Glenn Morris  <rgm@gnu.org>
753
754         * proto-stream.el (gnutls-negotiate): Fix declarations.
755
756         * gnus-start.el (gnus-propagate-marks): Declare.
757
758 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
759
760         * registry.el (registry-reindex): Fix percentage message.
761
762         * proto-stream.el (network-stream-open-starttls): Adjust to call
763         `gnutls-negotiate' with :process and :hostname arguments.
764
765 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
766
767         * shr.el: Add shr-link face for links.
768         (shr-urlify): Use it.
769
770         * registry.el (registry-insert): Make error message more helpful.
771
772 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-html.el (gnus-html-schedule-image-fetching):
775         Use url-queue-retrieve, if it exists.
776
777         * shr.el (shr-tag-img): Ditto.
778
779         * gnus.el: Autoload more gnus-agent functions.
780
781         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
782         agent if we haven't already (bug#8502).
783
784         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
785         into the Agent, too.
786
787         * gnus-agent.el (gnus-agent-store-article): New function.
788
789         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
790         and moved from that file for reuse.
791
792         * pop3.el (pop3-open-server): Error messages are "-ERR".
793
794 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
797         (open-tls-stream): Remove superfluous tls/starttls autoloads.
798
799 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
800
801         * gnus.el: No Gnus v0.17 is released.
802
803 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
804
805         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
806         buffer has moved to a different frame.
807
808 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
811         to get the conversion from unibyte to multibyte buffers to work on
812         Emacs 22.
813
814         * nntp.el (nntp-request-article): Slight clean-up.
815
816 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * shr.el (shr-strike-through): New face.
819         (shr-tag-s): Use it to provide <s> support.
820         (shr-tag-s): Remove duplicate definition.
821
822 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
823
824         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
825         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
826
827 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
828
829         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
830         `gnutls-negotiate'.
831         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
832
833 2011-04-23  Glenn Morris  <rgm@gnu.org>
834
835         * gnus-sum.el (gnus-extra-headers): Bump :version.
836
837 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * shr.el (shr-tag-sup): New function.
840         (shr-tag-sub): Ditto.
841
842 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
843
844         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
845         for the case where `gnus-registry-ignored-groups' is a list of lists,
846         and don't call `gnus-parameter-registry-ignore' otherwise.
847
848 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
849
850         * nnimap.el (nnimap-user): New backend variable.
851         (nnimap-open-connection-1): Use it.
852         (nnimap-credentials): Accept user parameter so it's explicit what user
853         name is desired.
854
855         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
856         default.
857
858         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
859         not gnus-registry.el.
860
861         * gnus-registry.el: Mention in comments how to modify
862         `gnus-extra-headers' for proper recipient tracking and that it may
863         already have To and Cc recently, which it does as of this commit.
864         (gnus-registry-ignored-groups): Remove defcustom.
865         Explain why in comments.
866         (gnus-registry-action): Fix data-header reference to use the extra
867         headers.  Explain in package commentary how to add To and Cc headers to
868         the gnus-extra-headers.
869         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
870         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
871         parameter list or a string list in `gnus-registry-ignored-groups'.
872         Fix logic error.
873
874 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * shr.el (shr-expand-url): Protect against null urls.
877
878 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * shr.el (shr-base): New binding.
881         (shr-tag-base): Keep track of <base>.
882         (shr-expand-url): New function used throughout.
883
884 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
885
886         * gnus-registry.el
887         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
888         (gnus-registry-ignored-groups): New variable.
889         (gnus-registry-ignore-group-p): Use it.
890         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
891         set the destination group to nil (same as delete) if it's ignored.
892
893 2011-04-20  David Engster  <dengste@eml.cc>
894
895         * tests/gnustest-nntp.el: New file for simple NNTP testing.
896
897         * Makefile.in (test-nntp): New rule.
898         (check): Add it.
899         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
900
901 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * gnus-registry.el (gnus-registry-action)
904         (gnus-registry-fetch-header-fast):
905         Don't use mail-header that looks an internal function of mailheader.el.
906
907 2011-04-19  Glenn Morris  <rgm@gnu.org>
908
909         * time-date.el (time-to-days): Remove unused local variables.
910
911 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * gnus-registry.el: Eliminate cl functions.
914         (gnus-registry-sort-addresses): New function that replaces mapcan.
915         (gnus-registry-action, gnus-registry-spool-action)
916         (gnus-registry-split-fancy-with-parent)
917         (gnus-registry-fetch-recipients-fast): Use it.
918         (gnus-registry-import-eld): Replace delete* with dolist + delq.
919
920         * registry.el (initialize-instance, registry-lookup)
921         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
922         (registry-lookup-secondary-value, registry-search, registry-delete)
923         (registry-insert, registry-reindex, registry-size, registry-prune):
924         Use eval-and-compile.
925
926 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         * registry.el (registry-reindex): New method to recreate the secondary
929         registry indices.
930
931         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
932         tracked field changes.
933         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
934         (gnus-registry-action, gnus-registry-spool-action)
935         (gnus-registry-handle-action)
936         (gnus-registry--split-fancy-with-parent-internal)
937         (gnus-registry-split-fancy-with-parent)
938         (gnus-registry-register-message-ids): Add recipient tracking on spool,
939         move, and delete actions, and for fancy splitting with parent.
940         (gnus-registry-extract-addresses)
941         (gnus-registry-fetch-recipients-fast)
942         (gnus-registry-fetch-header-fast): Convenience functions.
943         (gnus-registry-misc-test): ERT test of
944         `gnus-registry-extract-addresses'.
945
946 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
947
948         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
949         Track by subject first, then sender.
950
951 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
952
953         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
954
955         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
956         Lisp.
957
958         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
959         (gnus-draft-send): Use it to avoid popping
960         up frames from gnus-group-send-queue.
961
962 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
963
964         * gnus-registry.el: Updated gnus-registry docs.
965
966 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
967
968         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
969         Fix logic bug.
970         (gnus-registry-post-process-groups): Fix logging of no results and
971         quote sender and subject.
972
973 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
976         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
977         gnutls-cli are too slow to be done opportunistically.
978
979         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
980         (gnus-read-active-for-groups): Don't try to finish getting stuff where
981         we had no early-data returned.
982         (gnus-get-unread-articles): Add a sanity check so that we don't issue
983         two async commands to the same server at the same time.
984
985 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
986
987         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
988
989 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
992         "warning" level.
993
994         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
995         (mm-url-insert-file-contents): Don't set the package names.
996
997 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * gnus-registry.el (gnus-registry-action): Remove properties and
1000         simplify subject in `gnus-registry-handle-action'.
1001         (gnus-registry-spool-action): Get subject and sender from message if
1002         they are not passed in.
1003         (gnus-registry-handle-action): Remove properties and simplify subject
1004         consistently.
1005
1006 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1007
1008         * registry.el: Require CL before using defmacro*.
1009
1010 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-art.el (article-treat-date): Assume that
1013         gnus-article-date-headers may be a group parameter.
1014
1015 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1016
1017         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1018
1019         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1020         interactively so the newsrc file can contain foreign groups too.
1021         Useful for debugging but not much for users.
1022
1023 2011-04-07  David Engster  <dengste@eml.cc>
1024
1025         * registry.el (registry-usage-test): Only do
1026         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1027         lexical binding.
1028
1029 2011-04-07  David Engster  <dengste@eml.cc>
1030
1031         * Makefile.in (check, test-registry): New rules for test-suite.
1032
1033 2011-04-06  David Engster  <dengste@eml.cc>
1034
1035         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1036         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1037
1038 2011-04-06  David Engster  <dengste@eml.cc>
1039
1040         * registry.el (initialize-instance): Change :after to :AFTER to be
1041         compatible with old EIEIO version in XEmacs.
1042
1043 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1044
1045         * gnus-registry.el (gnus-registry-post-process-groups)
1046         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1047         and provide better messaging.
1048
1049 2011-04-06  David Engster  <dengste@eml.cc>
1050
1051         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1052         errors.
1053
1054         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1055         dgnushack-compile with error-on-warn enabled, and to signal an error if
1056         clean compilation failed.
1057         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1058         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1059
1060 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1061
1062         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1063         unconditionally anyway, discarding errors.
1064         (gnus-registry-delete-entries): New convenience function.
1065         (gnus-registry-import-eld): Import from old .eld registry.
1066
1067         * registry.el: Don't use ERT if it's not available.  Load it
1068         unconditionally anyway, discarding errors.
1069
1070         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1071         version from the Claudio Bley GnuTLS patch (extra optional parameters
1072         and host name).
1073
1074 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1075
1076         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1077         fixup the parameters that can be customized by the user between
1078         save/read cycles.
1079         (gnus-registry-read): Use it.
1080         (gnus-registry-make-db): Use it.
1081         (gnus-registry-spool-action, gnus-registry-handle-action):
1082         Fix messaging.
1083         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1084         Map references to actual group names with sender and subject tracking.
1085         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1086         (gnus-registry-usage-test): Add subject lookup test.
1087
1088         * registry.el (registry-db, initialize-instance): Set up constructor
1089         instead of :initform arguments for the sake of older Emacsen.
1090         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1091         pre-lexbind merge bug.
1092         (registry-usage-test): Use it.
1093         (initialize-instance, registry-db): Move the non-function initforms
1094         back to the class definition.
1095
1096 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1097
1098         * registry.el: New library to manage gnus-registry-style data.
1099
1100         * gnus-registry.el: Use it (major rewrite).
1101
1102         * nnregistry.el: Use it.
1103
1104         * spam.el: Use it.
1105
1106 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1109         marks on non-selected articles.
1110
1111 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1112
1113         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1114         parameter to open-protocol-stream.
1115
1116 2011-04-01  Julien Danjou  <julien@danjou.info>
1117
1118         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1119         fundamental-mode.
1120
1121 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1124         servers.
1125
1126 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1129         made marks not propagate, again.
1130
1131 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1132
1133         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1134         Make this the default type.
1135         (proto-stream-open-plain): Rename from proto-stream-open-default.
1136         (open-protocol-stream, proto-stream-open-starttls)
1137         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1138         with `plain'.
1139
1140         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1141         value.
1142
1143         * nntp.el (nntp-open-connection-function): Document the fact that some
1144         values are not functions but are instead handled specially.
1145         Recognize nntp-open-plain-stream value.
1146         (nntp-open-connection): Recognize that value.
1147
1148 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1151         where it seems to be needed.
1152
1153 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1156         stuff.
1157
1158         * gnus-score.el (gnus-score-string): Fix calling convention of
1159         `gnus-simplify-buffer-fuzzy' after last patches.
1160
1161         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1162         server for articles we didn't get any headers for.  This is a sanity
1163         check.
1164
1165 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1166
1167         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1168         new CAPABILITY, use it.
1169
1170 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1173         downloading anything.
1174
1175         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1176
1177 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
1178
1179         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1180         colors.
1181         (gnus-splash-svg-color-symbols): New function.
1182
1183 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1186         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1187         (gnus-simplify-subject-fuzzy): Use the local
1188         gnus-simplify-subject-fuzzy-regex instead of the global one.
1189         This makes using this variable in group parameters work.
1190
1191 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1192
1193         * gnus-registry.el (gnus-registry-unfollowed-groups):
1194         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1195         archive:sent-YYYY-MM-DD groups).
1196         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1197         tracking if there are more than `gnus-registry-max-track-groups'
1198         matches.
1199
1200 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1201
1202         * message.el (message--yank-original-internal): New function to do the
1203         insertion cleanly inside eval in `message-yank-original'.
1204         (message-yank-original): Use it.
1205
1206 2011-03-29  Julien Danjou  <julien@danjou.info>
1207
1208         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1209         local variables disabled rather than `normal-mode'.
1210
1211 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1212
1213         * imap.el (imap-shell-open, imap-process-connection-type):
1214         Use imap-process-connection-type for 'shell' streams as well as
1215         Kerberos, SSL, other subprocesses.
1216
1217 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1218
1219         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1220         with open-network-stream.
1221         (proto-stream-always-use-starttls): Option removed.
1222         (open-protocol-stream): Return a process object by default.  Provide a
1223         new parameter :return-list specifying a list-type return value, which
1224         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1225         :type `network' to `try-starttls', and `network-only' to `default'.
1226         Make `default' the default, for compatibility with open-network-stream.
1227         Handle the no-parameter case exactly as open-network-stream, with no
1228         additional stream processing.  Search plists using plist-get.
1229         Explicitly add :end-of-commend parameter if it is missing.
1230         (proto-stream-open-default): Rename from
1231         proto-stream-open-network-only.  Return 'default as the type.
1232         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1233         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1234         failed.  Always return a list with a (possibly dead) process as the
1235         first element, for compatibility with open-network-stream.
1236         (proto-stream-open-tls): Use plist-get.  Always return a list.
1237         (proto-stream-open-shell): Return `default' as connection type.
1238         (proto-stream-capability-open): Use plist-get.
1239         (proto-stream-eoc): Function deleted.
1240
1241         * nnimap.el (nnimap-stream, nnimap-open-connection)
1242         (nnimap-open-connection-1): Handle renaming of :type parameter for
1243         open-protocol-stream.
1244         (nnimap-open-connection-1): Pass a :return-list parameter
1245         open-protocol-stream to obtain a list return value.  Parse this list
1246         using plist-get.
1247
1248         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1249         for open-protocol-stream.  Accept open-protocol-stream return value
1250         that is a subprocess object instead of a list.  Handle the case of a
1251         dead returned process.
1252
1253 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1254
1255         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1256
1257         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1258
1259 2011-03-21  Julien Danjou  <julien@danjou.info>
1260
1261         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1262         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1263         query.
1264         (mm-inline-text): Render normal text with fontification whenever
1265         possible.
1266
1267         * gnus-sum.el (gnus-summary-save-parts-1):
1268         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1269         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1270         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1271         Use `mm-handle-filename'.
1272
1273         * mm-util.el (mm-handle-filename): New function, return the filename of
1274         an handle.
1275
1276 2011-03-18  Julien Danjou  <julien@danjou.info>
1277
1278         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1279         (gnus-buffer-live-p): Check that buffer is not nil.
1280
1281 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1282
1283         * gnus.el: No Gnus v0.15 is released.
1284
1285 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1288         avoid warning on XEmacs.
1289
1290         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1291         on XEmacs.
1292
1293         * gnus-art.el: Require mouse, which the build bot seems to say is
1294         needed.
1295
1296         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1297
1298         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1299         XEmacs, since it doesn't have url-retrieve-synchronously.
1300
1301         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1302         since assoc-string doesn't exist in XEmacs.
1303
1304 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1305
1306         * gnus-group.el (gnus-group-list-ticked): New function.
1307         (gnus-group-make-menu-bar): Provide a menu entry for it.
1308         (gnus-group-list-map): Provide a binding for it.
1309
1310 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * shr.el (shr-visit-file): New command.
1313
1314         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1315
1316 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1317
1318         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1319         servers.
1320
1321 2011-03-16  Julien Danjou  <julien@danjou.info>
1322
1323         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1324         inline.
1325
1326         * gnus-art.el (article-hide-list-identifiers):
1327         Use gnus-group-get-list-identifiers.
1328
1329         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1330         (gnus-summary-remove-list-identifiers):
1331         Use gnus-group-get-list-identifiers to get regexp.
1332         (gnus-select-newsgroup, gnus-summary-insert-subject)
1333         (gnus-summary-insert-articles):
1334         Call gnus-summary-remove-list-identifiers unconditionally.
1335
1336 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1339         we're selecting a group with unread articles.
1340
1341         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1342
1343         * gssapi.el: New file separated out from imap.el to provide a general
1344         Kerberos 5 connection facility for Emacs.
1345
1346         * message.el (message-elide-ellipsis): Document the format spec
1347         ellipsis.
1348
1349 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1350
1351         * message.el (message-elide-region): Allow the ellipsis to say how many
1352         lines were removed.
1353
1354 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1357         window configurations containing buffers that are now dead.
1358
1359         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1360         parsing to avoid integer overflows.
1361         (nnimap-parse-flags): Simplify the last change.
1362         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1363         too large for 32-bit Emacsen.
1364
1365 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1366
1367         * auth-source.el (auth-source-netrc-create):
1368         * message.el (message-yank-original): Fix use of `case'.
1369
1370 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1371
1372         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1373         XEmacs, which was one character too wide.
1374
1375 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1376
1377         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1378         default number of articles to display.
1379         (gnus-articles-to-read): Use pretty names for prompt.
1380
1381 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * gnus-int.el (gnus-open-server): Ditto.
1384
1385         * gnus-start.el (gnus-activate-group): Give a backtrace if
1386         debug-on-quit is set and the user hits `C-g'.
1387         (gnus-read-active-file): Ditto.
1388
1389         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1390
1391 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1392
1393         * message.el (message-yank-original): Use cond instead of CL case.
1394
1395 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1396
1397         * auth-source.el (auth-source-netrc-create): Use usual format for the
1398         default in prompts.
1399
1400 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * lpath.el: Fbind read-char-choice for XEmacs.
1403
1404 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1405
1406         * auth-source.el (auth-source-netrc-create): Show the default in the
1407         prompt when prompting for token creation.
1408
1409 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1410
1411         * auth-source.el (auth-source-format-prompt): Always convert the value
1412         to a string to avoid evaluating non-string arguments.
1413         (auth-source-netrc-create): Offer default properly, not as initial
1414         content in `read-string'.
1415         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1416         of line to determine if we've been run before.  If so, don't run again,
1417         but print a trivial message to indicate the cache was hit instead.
1418
1419 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1420
1421         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1422         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1423         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1424         Gnus.
1425
1426 2011-03-11  Julien Danjou  <julien@danjou.info>
1427
1428         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1429         modified file".
1430
1431 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1432
1433         * auth-source.el (auth-source-read-char-choice): New function to read a
1434         character choice using `dropdown-list', `read-char-choice', or
1435         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1436         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1437         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1438         (auth-source-netrc-saver): Use it.
1439         (auth-source-pick-first-password): New convenience function.
1440
1441 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1444         parameter in the credentials.
1445         (nnimap-open-connection-1): Use it after a successful login.
1446         (nnimap-credentials): Add IMAP-specific user and password prompt.
1447
1448         * auth-source.el (auth-source-search): Add :require parameter, taking a
1449         list.  Document it and the :save-function return token.  Pass :require
1450         down.  Change the CREATED message from a warning to a debug statement.
1451         (auth-source-search-backends): Pass :require down.
1452         (auth-source-netrc-search): Pass :require down.
1453         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1454         Change save prompt to indicate all modifications saved here are
1455         deletions.
1456         (auth-source-netrc-create): Take user login name as default in user
1457         prompt.  Move all the save functionality to a lexically bound function
1458         under the :save-function token in the returned list.  Set up clearer
1459         default prompts for user, host, port, and secret.
1460         (auth-source-netrc-saver): New function, intended to be wrapped for
1461         :save-function.
1462
1463 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1466         lines to be spaces instead.
1467
1468 2011-03-07  Julien Danjou  <julien@danjou.info>
1469
1470         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1471         (sieve-sasl-auth): Check that auth-source-search did return something,
1472         or just return an empty string.
1473
1474 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1475
1476         * gnus.el (gnus-interactive): Use read-directory-name.
1477
1478         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1479         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1480         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1481         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1482         Likewise.
1483
1484         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1485
1486 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1489         onto the list of killed groups, too.  This makes killed nnimap groups,
1490         for instance, more reliably not reappear.
1491
1492         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1493         the parent.
1494
1495         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1496
1497         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1498         really have server-side marks.
1499
1500         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1501         since most backends do not usefully have server-side marks.
1502         (gnus-update-read-articles): Propagate marks to all backends that
1503         really have server-side marks.
1504
1505 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1506
1507         * message.el (message-cite-reply-position, message-cite-style):
1508         New variables.
1509         (message-yank-original): Use the new citation styles.
1510
1511 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1512
1513         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1514         buffer-local issue); don't mark it buffer-local when running under
1515         XEmacs.
1516
1517 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1518
1519         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1520         numbers too big to be `read'.
1521
1522 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1523
1524         * password-cache.el (password-in-cache-p): Add autoload.
1525
1526         * message.el (message-options): Make buffer-local two ways to attempt
1527         to fix a XEmacs bug.
1528
1529 2011-03-02  Julien Danjou  <julien@danjou.info>
1530
1531         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1532
1533 2011-03-01  Julien Danjou  <julien@danjou.info>
1534
1535         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1536         group.
1537         (article-hide-list-identifiers): Use list-identifier group parameter.
1538
1539 2011-02-28  Julien Danjou  <julien@danjou.info>
1540
1541         * sieve.el (sieve-buffer-script-name): New local variable to store
1542         sieve script name.
1543         (sieve-edit-script): Store sieve script name.
1544         (sieve-upload): Use sieve script name when uploading.
1545         (sieve-upload): Use substitute-command-keys.
1546         (sieve-edit-script): Use substitute-command-keys.
1547         (sieve-refresh-scriptlist): Use substitute-command-keys.
1548         (sieve-manage-mode-map): Define keymap properly.
1549         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1550         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1551         Remove commented code about cvs.
1552         (sieve-manage-quit): New function.
1553         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1554
1555 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1558
1559 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1560
1561         * auth-source.el (auth-source-search): Cache empty result sets.
1562
1563         * password-cache.el (password-in-cache-p): Convenience function to
1564         check if a key is in the cache, even if the value is nil.
1565
1566         * auth-source.el (auth-source-save-behavior): New variable to replace
1567         `auth-source-never-create'.
1568         (auth-source-netrc-create): Use it.
1569         (auth-source-never-save): Remove.
1570
1571 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1572
1573         * nnimap.el (nnimap-stream): Doc fix.
1574         (nnimap-open-connection-1): Reverse the order of the ports to that the
1575         prompted-for port is first.
1576
1577         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1578         retrieval by the no-group selection.
1579
1580         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1581         numerical parameters.
1582
1583 2011-02-25  Julien Danjou  <julien@danjou.info>
1584
1585         * gnus-gravatar.el: Use gnus-with-article-buffer.
1586
1587         * gnus-art.el (gnus-with-article-buffer): Check that the
1588         gnus-article-buffer is alive.
1589
1590 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1591
1592         * auth-source.el (auth-source-creation-prompts): New variable to manage
1593         creation-time prompts.
1594         (auth-source-search): Document it.
1595         (auth-source-format-prompt): Add utility function.
1596         (auth-source-netrc-create): Don't default the user name to
1597         user-login-name.  Use `auth-source-creation-prompts' and some default
1598         prompts for user, host, port, and password (the default generic prompt
1599         remains ugly).
1600         (auth-source-never-save): Add customizable option to never save info.
1601         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1602         mode excursion.
1603
1604 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1607         argument that XEmacs doesn't support.
1608
1609         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1610         compiled for Emacsen having no `libxml-parse-html-region' support.
1611
1612         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1613
1614         * lpath.el: Bind buffer-save-without-query for XEmacs.
1615
1616 2011-02-23  Julien Danjou  <julien@danjou.info>
1617
1618         * gnus-art.el (article-make-date-line): Ignore errors if time is
1619         invalid and not convertible.
1620         (article-make-date-line): Only add lapsed time if time is not nil.
1621
1622 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1623
1624         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1625         `read-char-choice' for backwards compatibility.
1626         (auth-source-netrc-element-or-first): New function to DTRT for
1627         parameter extraction.
1628         (auth-source-netrc-create): Use it and fix multiple parameter print
1629         bug.  Use the default passed from above (given-default) or the
1630         built-in (user-login-name for :user).
1631
1632 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus-start.el (gnus-dribble-read-file):
1635         Set buffer-save-without-query, since we always want to save the dribble
1636         file, probably.
1637
1638         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1639         nnimap.
1640
1641         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1642         -summary- since it's a user-visible variable.
1643
1644         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1645         first time you use the new Gnus.
1646
1647 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1648
1649         * auth-source.el: Don't load netrc.el.
1650         (auth-sources): Search ~/.netrc as well by default.
1651         (auth-source-debug): Add 'trivia option for extra output.
1652         (auth-source-do-trivia): Use it.
1653         (auth-source-search): Simplify logic to use
1654         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1655         appropriate.  Don't keep a running count at this level.  Layer :create
1656         and :delete options appropriately on the first and second passes.
1657         Don't track the backend with the search results.
1658         (auth-source-search-backends): New function to search a list of
1659         backends for a processed spec.
1660         (auth-source-netrc-parse): Cache all netrc files, making
1661         auth-source-netrc-cache an alist keyed by the file name and using the
1662         file mtime as the caching criterion.  Keep the obfuscated data secret
1663         with a lexical bind.
1664         (auth-source-netrc-search): Don't calculate the length of the results
1665         unnecessarily.
1666         (auth-source-search-backends): Fix bug.
1667         (auth-source-netrc-create): Rework prompts.
1668
1669 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1670
1671         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1672         Lower case names of search constraints.
1673         (nnir-run-query): Cache and reuse search constraints for all imap
1674         servers.
1675
1676 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1679         after exit.
1680         (gnus-setup-message): Define missing variable from last checkin.
1681
1682         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1683         value, show the raw article.
1684
1685 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1686
1687         * gnus.el: No Gnus v0.13 is released.
1688
1689 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1690
1691         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1692         auth-source now accepts numbers.
1693
1694         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1695         spec, too.
1696         (auth-source-ensure-strings): New function.
1697
1698         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1699         (gnus-article-setup-buffer): Always restart the date timer so that user
1700         changes to the frequency is respected.
1701
1702         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1703         port numbers, so make sure it gets that if nnimap-server-port is
1704         explicit.
1705
1706 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1707
1708         * nnimap.el (nnimap-inbox): Doc fix.
1709
1710 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1711
1712         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1713         Autoload.  Add optional arg FRAME, and pass it to color-values.
1714         (color-complement): Caller changed.  Doc fix.
1715         (color-gradient): Rewrite for better clarity and efficiency.
1716
1717 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1718
1719         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1720         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1721         color-lab-to-srgb.
1722
1723 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1724
1725         * color.el: First part of merge from hexrgb.el.
1726         (color-rgb-to-hex): Rename from color-rgb->hex.
1727         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1728         saturation to zero if the value is too small.
1729         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1730         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1731         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1732         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1733         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1734         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1735         (color-cie-de2000): Doc fix.
1736
1737 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1738
1739         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1740         given method as in the group name if we're using an extended method.
1741         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1742         command, if we're using that, instead of waiting for the beginning.
1743
1744         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1745         we're sure to get unique server names, and we don't output two async
1746         commands in the same buffer.  This fixes an NNTP hang for some users.
1747
1748 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1749
1750         * gnus.el: No Gnus v0.11 is released.
1751
1752 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1753
1754         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1755         summary buffer before reading going to the next buffer.  This avoids
1756         putting the point in the group buffer if you `C-g' the command.
1757
1758         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1759         cache (for now) to make ~/.authinfo.gpg files usable.
1760
1761         * nnfolder.el (copyright-update): Define for the compiler.
1762
1763         * auth-source.el (auth-source-search): Fix unbound variable.
1764
1765 2011-02-19  Glenn Morris  <rgm@gnu.org>
1766
1767         * gnus.el (gnus-meta): Doc fix.
1768
1769 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1770
1771         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1772         in case it's not yet loaded.
1773
1774 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1777         line we're waiting for.
1778
1779 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1780
1781         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1782         face with line-width greater than zero will cause RET in gnus summary
1783         buffer to scroll down article page-wise because auto vscroll happens,
1784         it should be temporalily disabled when doing a scroll-up.
1785
1786 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1787
1788         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1789         outputs from the server.
1790
1791 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1792
1793         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1794         later so that bbdb can hook in easier.
1795
1796 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1797
1798         * auth-source.el (auth-source-search): Don't try to create credentials
1799         if the caller doesn't want that.
1800         (auth-source-search): If we don't find a match, don't bug out on
1801         non-bound variables.
1802         (auth-source-search): Only ask a single backend to create the
1803         credentials.
1804
1805         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1806         logging.
1807         (nnimap-credentials): Protect against auth-source-search returning nil.
1808         (nnimap-request-list): Protect against not being able to open the
1809         server.
1810
1811 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1812
1813         * auth-source.el (auth-source-search): Do a two-phase search, one with
1814         no :create to get the responses from all backends.
1815
1816         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1817         when getting credentials.
1818
1819         * gnus-util.el (gnus-delete-duplicates): New function.
1820
1821 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1822
1823         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1824         a creation default, pass the whole port list down.  It will be
1825         completed.
1826
1827         * auth-source.el (auth-source-search): Updated docs to talk about
1828         multiple creation choices.
1829         (auth-source-netrc-create): Accept a list as a value (from the search
1830         parameters) and do completion on that list.  Keep a separate netrc line
1831         with the password obscured for showing the user.
1832
1833         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1834         first choice to `auth-source-search' so it will be used for entry
1835         creation instead of the server's Gnus-specific name.
1836         (nnimap-credentials): Rely on the auth-source library to select which
1837         port is actually wanted in the new netrc entry, so don't override
1838         `auth-source-creation-defaults'.
1839
1840         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1841         :protocol and accept a missing user, host, or port as a wildcard match.
1842         (auth-source-debug): Default to off.
1843
1844         (auth-source-netrc-search, auth-source-netrc-create)
1845         (auth-source-secrets-search, auth-source-secrets-create)
1846         (auth-source-user-or-password, auth-source-backend, auth-sources)
1847         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1848         instead of :protocol.
1849
1850         * nnimap.el (nnimap-credentials): Pass a port default to
1851         `auth-source-search' in case an entry needs to be created.
1852         (nnimap-open-connection-1): Use :port instead of :protocol.
1853
1854 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * auth-source.el: Bind load-path when loading EIEIO from
1857         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1858         21.4 doesn't support, to `require'.
1859         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1860         delete-dups that is not available in XEmacs 21.4.
1861
1862 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1863
1864         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1865         as EIEIO must also be loaded when auth-source.el is being
1866         byte-compiled.
1867
1868 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1869
1870         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1871
1872         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1873
1874         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1875
1876         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1877
1878         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1879
1880         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1881
1882         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1883
1884         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1885         necessary.
1886
1887 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1888
1889         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1890         nil means that nnimap doesn't get updated.
1891
1892 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1893
1894         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1895         result when the user doesn't want to write to the file.
1896         (auth-source-netrc-search): Expect a synthetic result and proceed
1897         accordingly.
1898         (auth-source-cache-expiry): New variable to override
1899         `password-cache-expiry'.
1900         (auth-source-remember): Use it.
1901
1902         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1903         parameter.  Create entry if necessary by using :create t.
1904         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1905
1906 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1907
1908         * auth-source.el (auth-source-debug): Enable by default and don't
1909         mention the obsolete `auth-source-hide-passwords'.
1910         (auth-source-do-warn): New function to debug unconditionally.
1911         (auth-source-do-debug): Use it.
1912         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1913         and for Secrets API entries when the secrets.el library is not
1914         available.
1915
1916 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1917
1918         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1919         (gnus-summary-exit): Kill the correct article buffer on exit from a
1920         `C-d' group.
1921
1922         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1923         gnus-propagate-marks.
1924
1925         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1926         before killing the buffers so that a non-full window conf gets handled
1927         correctly.
1928         (gnus-summary-exit): Ditto.
1929         (gnus-summary-read-group-1): Ditto.
1930
1931         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1932         async code again so that we can debug it properly.
1933
1934         * message.el (message-reply): Take an optional switch-buffer parameter
1935         so that Gnus window confs are respected better.
1936
1937 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1938
1939         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1940         `plist-get' to accept non-list parameters (XEmacs issue).
1941         Fix docstring.
1942         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1943         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1944         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1945         Login collection is "Login" and not "login".
1946
1947 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1948
1949         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1950         multiple headers.
1951
1952         * nnimap.el (nnimap-inhibit-logging): New variable.
1953         (nnimap-log-command): Don't log login commands.
1954
1955         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1956         to have more parameters.
1957
1958         * nnimap.el (nnimap-send-command): Mark the command time for each
1959         command, so that we don't get NOOPs stepping on our toes.
1960
1961         * gnus-art.el (article-date-ut): Get the date from the Date header on
1962         `t'.
1963
1964 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * auth-source.el (auth-source-search): Use copy-sequence instead of
1967         the cl.el copy-list.
1968
1969 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1970
1971         * imap.el: Bring it back (revert
1972         84d800cd31de3064f0ed39617d725709a2f8f42f).
1973
1974 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1975
1976         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1977         Improve prompt.
1978
1979 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1982         washing status from the default format.  It isn't very informative.
1983
1984 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1985
1986         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1987         Fix Gcc processing on imap.
1988
1989 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1990
1991         * imap.el: Remove file.  All the functionality is in nnimap.el.
1992
1993 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1994
1995         * message.el (message-bury): Don't pop up a new window when selected
1996         window is dedicated.
1997
1998 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1999
2000         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2001
2002 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * sieve-manage.el: Autoload `auth-source-search'.
2005         (sieve-sasl-auth): Use it.
2006
2007 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2008
2009         * nnimap.el: Autoload `auth-source-forget+'.
2010         (nnimap-open-connection-1): Use it if the connection fails.
2011
2012         * auth-source.el: Require `password-cache'.
2013         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2014         obsolete.
2015         (auth-source-magic): Marker for `password-cache' keys.
2016         (auth-source-do-cache): Update docstring.
2017         (auth-source-search): Use and check cache.
2018         (auth-source-forget-all-cached, auth-source-remember)
2019         (auth-source-recall, auth-source-forget, auth-source-forget+)
2020         (auth-source-specmatchp): Caching support functions.
2021         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2022         Remove and obsolete.
2023         (auth-source-user-or-password): Remove caching to further discourage
2024         using it.  Always hide passwords.
2025
2026         * password-cache.el (password-cache-remove): Accept secrets that are
2027         not strings.
2028
2029 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2030
2031         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2032         code for now, since it doesn't work for all users.
2033
2034 2011-02-09  Julien Danjou  <julien@danjou.info>
2035
2036         * message.el (message-options): Make message-options really buffer
2037         local.
2038
2039 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2040
2041         * mail-source.el: Autoload `auth-source-search'.
2042         (mail-source-keyword-map): Note order matters.
2043         (mail-source-set-1): Get all the mail-source source values and
2044         defaults and search auth-source on those if needed.  This can all
2045         probably be simplified.
2046
2047         * nnimap.el: Autoload `auth-source-search'.
2048         (nnimap-credentials): Use it.
2049         (nnimap-open-connection-1): Ask for the virtual server and physical
2050         address in one shot.
2051
2052         * nntp.el: Autoload `auth-source-search'.
2053         (nntp-send-authinfo): Use it.  Note TODO.
2054
2055 2011-02-08  Julien Danjou  <julien@danjou.info>
2056
2057         * shr.el (shr-tag-body): Add support for text attribute in body
2058         markups.
2059
2060         * message.el (message-options): Make message-options a local variable.
2061
2062 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2063
2064         * auth-source.el (auth-source-secrets-search)
2065         (auth-source-user-or-password): Use `append' instead of `nconc'.
2066         (auth-source-user-or-password): Build return list better and protect
2067         against nil :secret.
2068
2069 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2070
2071         * nnimap.el (nnimap-update-info): Refactor slightly.
2072         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2073         (nnimap-update-info): Clean up slightly.
2074         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2075         characters.
2076         (nnimap-process-quirk): Rename function to avoid collision.
2077         (nnimap-update-info): Fix macrology bug-out.
2078         (nnimap-update-info): Simplify split history test.
2079
2080 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2081
2082         * auth-source.el (top): Require 'eieio unconditionally.
2083         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2084         (auth-source-secrets-search): Limit search when `max' is greater than
2085         number of results.
2086
2087 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2088
2089         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2090         part not returning any data.
2091
2092         * proto-stream.el (open-protocol-stream): Document the return value.
2093
2094 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2095
2096         * auth-source.el (auth-source-secrets-search): Add examples.
2097
2098 2011-02-06  Julien Danjou  <julien@danjou.info>
2099
2100         * message.el (message-setup-1): Handle message-generate-headers-first
2101         set to t.
2102
2103 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2104
2105         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2106         API with a string "secrets:collection-name" and with 'default.
2107         (auth-source-backend-parse): Parse "secrets:collection-name" and
2108         'default.  Recurse on parses instead of repeating code.  Use the
2109         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2110         message when ignoring a source.
2111         (auth-source-search): List ignored search keys at the top level.
2112         (auth-source-netrc-create): Use `case' instead of `cond'.
2113         (auth-source-secrets-search): Created with TODOs.
2114         (auth-source-secrets-create): Created with TODOs.
2115         (auth-source-retrieve, auth-source-create, auth-source-delete)
2116         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2117         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2118         (auth-source-user-or-password-sftp)
2119         (auth-source-user-or-password-smtp): Remove.
2120         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2121         around `auth-source-search'.  Not tested thoroughly.
2122
2123 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2124
2125         * auth-source.el: Bring in assoc and eioeio libraries.
2126         (secrets-enabled): New variable to track the status of the Secrets API.
2127         (auth-source-backend): New EIOEIO class to represent a backend.
2128         (auth-source-creation-defaults): New variable to set prompt defaults
2129         during token creation (see the `auth-source-search' docstring for
2130         details).
2131         (auth-sources): Simplify to allow a simple string as a netrc backend
2132         spec.
2133         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2134         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2135         (auth-source-search): Main auth-source API entry point.
2136         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2137         (auth-source-search-collection): Helper function for searching.
2138         (auth-source-netrc-parse, auth-source-netrc-normalize)
2139         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2140         Supports search, create, and delete.
2141         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2142         backend stubs.
2143         (auth-source-user-or-password): Call `auth-source-search' but it's not
2144         ready yet.
2145
2146 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2147
2148         * message.el (message-setup-1): Remove the read-only stuff, since it
2149         doesn't work under XEmacs, for some reason.
2150
2151         * gnus-sum.el (gnus-user-date): Rename back from
2152         gnus-summary-user-date since user code refers to it.
2153
2154         * shr.el (shr-render-td): Store the actual background colour used.
2155
2156         * message.el (message-setup-1): Don't bind the constant
2157         -forbidden-properties.
2158         (message-setup-1): Revert previous change, since it needs to bind the
2159         props to insert them.
2160         (message-resend): Allow removing the read-only separator line.
2161
2162 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnimap.el (nnimap-request-accept-article): Give an error message if
2165         the APPEND wasn't successful.
2166
2167 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
2168
2169         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2170         that have no groups.
2171
2172 2011-02-03  Julien Danjou  <julien@danjou.info>
2173
2174         * gnus-draft.el: Remove progn around gnus-draft-setup.
2175
2176 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-start.el (gnus-read-active-for-groups): This function is never
2179         called with a nil `infos', so clean that up.
2180         (gnus-get-unread-articles): Request active files from primary/secondary
2181         methods that have no groups (yet).
2182
2183 2011-02-03  Julien Danjou  <julien@danjou.info>
2184
2185         * message.el (message-setup-1): Always generate References first.
2186         (message-mail): Return the return value of message-setup, not always t.
2187         (message-setup-1): Insert mail-header-separator with read-only and
2188         intangible properties set.
2189
2190         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2191         user-date in docstring.
2192
2193         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2194
2195         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2196         docstring.
2197
2198         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2199         defcustom, with type and group. Move from gnus-util.el. Rename to
2200         gnus-summary-user-date-format-alist.
2201
2202 2011-02-03  Glenn Morris  <rgm@gnu.org>
2203
2204         * nnimap.el (gnus-fetch-headers): Declare.
2205
2206         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2207
2208 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2209
2210         * message.el (message-forward-make-body-digest-plain)
2211         (message-followup, message-reply): Clean up things noted by Stefan.
2212
2213         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2214         gnus-article-update-date-headers is nil.
2215         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2216         it didn't really work with defcustom.
2217         (article-update-date-lapsed): Make sure the window start doesn't move,
2218         either.
2219
2220 2011-02-01  Julien Danjou  <julien@danjou.info>
2221
2222         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2223         format.
2224
2225         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2226         standard in Emacs nowadays.
2227
2228         * color.el (color-gradient): Add a color-gradient function.
2229
2230 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2231
2232         * message.el (message-expand-name): Don't trust the return value of
2233         bbdb-complete-name.
2234         (message-check-news-header-syntax): Remove unused var `start'.
2235         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2236         (message-inhibit-body-encoding): Move to before first use.
2237         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2238         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2239         (Organization, Message-ID, Date, mh-previous-window-config):
2240         Defvar the vars using dynamic scoping.
2241
2242 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2243
2244         * shr.el (shr-render-td): Only do colours at the final rendering.
2245         Should be slightly faster.
2246         (shr-insert-table): Fix up TD background colours when doing the
2247         vertical padding.
2248
2249         * gnus-art.el (article-date-ut): Protect against articles with no Date
2250         header.
2251         (article-update-date-lapsed): Don't use current-column to find the
2252         horizontal position.  It's fragile in the presence of \003 characters.
2253
2254         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2255
2256 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-art.el (article-transform-date): Rewrite to still work when
2259         there are several rfc2822 parts.
2260         (article-transform-date): Fix infinite recursion.
2261         (article-date-ut): Replace infinitely many Date headers with a single
2262         one when called interactively.
2263
2264         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2265         secure manner.
2266
2267         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2268         move around by not using save-window-excursion.  It seems to work...
2269
2270 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * gnus-art.el (article-make-date-line): Work for user-defined format.
2273
2274 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2275
2276         * nntp.el (nntp-retrieve-group-data-early)
2277         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2278         fetching functions.
2279
2280         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2281         thoroughly for all backends that have no known groups.  This should
2282         allow new nnml methods to retrieve mail.
2283
2284         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2285         that Gnus doesn't know exists again.
2286
2287         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2288         (gnus-treat-date-ut): Ditto.
2289         (gnus-article-update-date-header): Rename.
2290         (gnus-treat-date-local): Remove.
2291         (gnus-treat-date-english): Remove.
2292         (gnus-treat-date-lapsed): Remove.
2293         (gnus-treat-date-combined-lapsed): Remove.
2294         (gnus-treat-date-original): Remove.
2295         (gnus-treat-date-iso8601): Remove.
2296         (gnus-treat-date-user-defined): Remove.
2297         (gnus-article-date-headers): New variable to control all the date
2298         header options.
2299         (article-date-ut): Rewrite to allow using the new way to format date
2300         headers(s).
2301
2302 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2303
2304         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2305         method.
2306         (nnmail-article-group): A better test for fanciness.
2307
2308         * nnimap.el (nnimap-request-head): Protect against not finding the
2309         article by Message-ID.
2310
2311 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2312
2313         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2314         keep point at the "same place".
2315
2316 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2317
2318         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2319         data if the group is unactivated.
2320
2321 2011-01-28  Julien Danjou  <julien@danjou.info>
2322
2323         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2324         (gnus-all-windows-visible-p): Remove old compatibility code.
2325         (gnus-window-top-edge): Add docstring.
2326
2327         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2328
2329 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2330
2331         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2332         older request-update-info.
2333
2334         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2335
2336 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2337
2338         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2339         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2340
2341 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2342
2343         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2344         groups.  This makes the nndraft:queue group pop up if it's not already
2345         there.
2346
2347         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2348         messages" logic, which was reversed.
2349
2350         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2351         the "same place" even if point is on the line being replaced.
2352         (article-update-date-lapsed): Allow updating both the combined lapsed
2353         and the lapsed headers.
2354         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2355         (article-make-date-line): Limit the number of segments dynamically to
2356         avoid too-long lines.
2357
2358 2011-01-27  Julien Danjou  <julien@danjou.info>
2359
2360         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2361         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2362
2363 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2366         Use plist-get instead of the cl function getf.
2367
2368 2011-01-27  Glenn Morris  <rgm@gnu.org>
2369
2370         * gnus-util.el (float-time): Get rid of compiler warning, again.
2371
2372 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2373
2374         * shr.el (shr-put-color): Special-case background colours: Do put them
2375         at the blank parts at the front of the lines.
2376
2377         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2378         exit hook to nix out all data on readedness on group exit.
2379
2380         * gnus-util.el (float-time): If float-time is bound, always use it on
2381         all Emacsen.  It's unclear why the subrp check was there.
2382         (time-date): Require to make some autoload issues on XEmacs go away.
2383
2384         * shr.el (shr-put-color): Don't do the box padding in tables, since
2385         they're already padded.
2386
2387 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2388
2389         * gnus-art.el (gnus-article-next-page): When the last line of the
2390         article is displayed, scroll down once more instead of going to the
2391         next article at once.
2392         (article-lapsed-string): Refactor out and allow specifying how many
2393         segments you want.
2394         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2395         (gnus-article-update-lapsed-header): New variable.
2396
2397         * shr.el: Revert change that made headings use different-sized faces.
2398         The Emacs display engine isn't advanced enough that, for instance,
2399         tables can comfortably use differently-sized faces.
2400
2401 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2402
2403         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2404         used.
2405         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2406         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2407         we're using an encrypted connection.
2408
2409         * proto-stream.el: Alter the interface functions to also return the
2410         actual stream type used: network or tls.
2411
2412 2011-01-25  Julien Danjou  <julien@danjou.info>
2413
2414         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2415         (mm-display-javascript-inline): New function.
2416
2417         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2418         viewing function.
2419
2420 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * shr.el (shr-expand-newlines): Fix variable name.
2423
2424 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2425
2426         * shr.el (shr-expand-newlines): Make nested boxes work.
2427
2428 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2429
2430         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2431         backgrounds.
2432         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2433         in a more sensible manner.
2434
2435 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2436
2437         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2438         if EPG is loaded.
2439
2440 2011-01-24  Julien Danjou  <julien@danjou.info>
2441
2442         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2443         tags.
2444
2445 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2446
2447         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2448         commands.
2449
2450         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2451         in the article buffer.
2452         (gnus-gravatar-insert): Use blank space from the current buffer to
2453         avoid breaking text properties.  This makes X-Sent updating work again.
2454
2455         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2456
2457 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2460         fix the bug in url-http.el instead.
2461
2462         * shr.el (shr-image-fetched): Ditto.
2463
2464         * shr.el (shr-image-fetched): Avoid having point move in the article
2465         buffer.
2466
2467         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2468         buffer after being called.  It's apparently being killed by url.el, and
2469         killing it made point move to end-of-buffer in a random buffer.
2470
2471         * shr.el (shr-image-fetched): Ditto.
2472
2473 2011-01-23  Julien Danjou  <julien@danjou.info>
2474
2475         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2476
2477         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2478         text/x-org.
2479
2480 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2481
2482         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2483         (i.e., nnimap) returning nil as the article number.
2484
2485 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2486
2487         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2488         "DelSp" parameter in RFC3676.
2489
2490 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2491
2492         * message.el (message-check-recipients): Display the encoded version of
2493         the bogus address if they differ.
2494
2495         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2496         after sending.
2497
2498         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2499
2500         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2501
2502         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2503         group buffer after sending the queue.
2504
2505         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2506
2507 2011-01-22  Julien Danjou  <julien@danjou.info>
2508
2509         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2510
2511 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2512
2513         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2514         nested related parts.
2515
2516         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2517         unexpired articles.  This fixes the regression that led expiry marks to
2518         disappear from nnfolder groups.
2519
2520 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2521
2522         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2523         Don't confuse the "ret" of "retrograde" with RET.
2524
2525 2011-01-21  Julien Danjou  <julien@danjou.info>
2526
2527         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2528         than mm-insert-inline.
2529
2530 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2533         Widen article buffer.
2534
2535 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2536
2537         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2538         the temp buffer.
2539         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2540
2541 2011-01-20  Julien Danjou  <julien@danjou.info>
2542
2543         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2544
2545         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2546         than mm-insert-inline to insert inline part: this respect
2547         mm-inline-media-tests displayers.
2548
2549         * mm-view.el (mm-display-shell-script-inline): New function.
2550
2551         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2552
2553         * mm-uu.el (mm-uu-type-alist): Add org block.
2554         (mm-uu-org-src-code-block-extract): New function.
2555
2556         * mm-view.el (mm-display-org-inline): New function.
2557
2558         * mm-decode.el (mm-automatic-display): Add text/org.
2559
2560         * mailcap.el (mailcap-mime-extensions): Add .org.
2561
2562 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2565         gnus-article-add-buttons.
2566
2567 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2568
2569         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2570         From header with a date and "nobody" as the sender.
2571
2572 2011-01-19  Julien Danjou  <julien@danjou.info>
2573
2574         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2575         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2576         if you have the same regexp several times.
2577         (gnus-button-push): Fix matching when regexp is symbol.
2578
2579 2011-01-15  Glenn Morris  <rgm@gnu.org>
2580
2581         * message.el (message-mail): A compose-mail function should
2582         accept headers as strings.
2583
2584 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2585
2586         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2587         Add :vert-only tags.
2588         (message-mail): New arg RETURN-ACTION.
2589         (message-return-action): New var.
2590         (message-bury): Use it.
2591         (message-mode): Make it buffer-local.
2592         (message-send-and-exit): Always call message-bury.
2593
2594         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2595         message-mail.
2596
2597 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * nnimap.el (nnimap-convert-partial-article): Protect against
2600         zero-length body parts.
2601
2602         * mm-decode.el (mm-preferred-alternative-precedence):
2603         Discourage showing empty parts.
2604
2605         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2606         and stuff if the backend didn't return the article number.  This fixes
2607         an Exchange-related nnimap bug.
2608
2609         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2610         group window, because it does the wrong thing when a separate frame
2611         displays the group buffer.
2612
2613         * proto-stream.el (open-protocol-stream): Protect against the low-level
2614         transport functions returning nil.
2615
2616 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2617
2618         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2619         (mml2015-epg-find-usable-secret-key): New function.
2620         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2621         mml2015-epg-find-usable-key (Bug#7797).
2622         (mml2015-epg-encrypt): Ditto.
2623
2624 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * dgnushack.el (rot13-string): Fix the way to get the argument.
2627
2628 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2631
2632 2011-01-03  Glenn Morris  <rgm@gnu.org>
2633
2634         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2635
2636         * sieve.el (sieve-open-server): Give a more explicit error if
2637         sieve-manage-open returns nil.  (Bug#7720)
2638
2639 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2640
2641         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2642
2643 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2646         This avoids sending passwords in plain text over non-encrypted
2647         channels.
2648
2649         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2650
2651         * nnimap.el (nnimap-login): Refactored out into own function, and
2652         implement CRAM-MD5.
2653         (nnimap-wait-for-line): Refactored out.
2654
2655         * mm-view.el (mml-smime): Require.
2656
2657 2010-12-20  David Engster  <deng@eml.cc>
2658
2659         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2660         use EPG to decrypt S/MIME messages instead of openssl.
2661
2662 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2665
2666         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2667         status is the group clearly is unreachable.
2668
2669         * auth-source.el (auth-source-create): Add the optional second
2670         parameter to `local-variable-p' to be compatible with XEmacs.
2671
2672 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2673
2674         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2675         work when using a compressed nnml folder.
2676
2677 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2680         backends after sanitising on entry, because this never makes sense:
2681         If the articles have gone missing, then the data no longer exists on
2682         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2683         overwrite anything anyway.
2684
2685         * shr.el (shr-insert-document): Bind shr-width dynamically to
2686         window-width if it's nil.
2687
2688 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2689
2690         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2691         with the meaning of using the full emacs window width for rendering.
2692
2693 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2694
2695         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2696         case when sender is not given.
2697
2698 2010-12-23  Julien Danjou  <julien@danjou.info>
2699
2700         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2701         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2702         the addresses, otherwise we might misplaced the gravatar.
2703
2704 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2705
2706         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2707         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2708         obsolete in Emacs.
2709
2710 2010-12-20  Julien Danjou  <julien@danjou.info>
2711
2712         * gnus-util.el (gnus-rescale-image): Revert last change.
2713
2714 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2715
2716         * binhex.el: Improve commentary (Bug#7482).
2717
2718 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus-group.el (gnus-group-delete-articles): New command.
2721
2722 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2723
2724         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2725
2726 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2729         here, since it's up to the backends to do CRLF removal if their
2730         protocol has it.
2731
2732         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2733
2734 2010-12-17  Julien Danjou  <julien@danjou.info>
2735
2736         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2737         they are from file. Can also scale up.
2738
2739 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2740
2741         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2742         gnus-use-agent.
2743         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2744
2745         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2746
2747 2010-12-17  Julien Danjou  <julien@danjou.info>
2748
2749         * gravatar.el (gravatar-retrieve-synchronously): New function.
2750         (gravatar-get-data): Make more robust.
2751
2752 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2755
2756 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2759         to really consider the last line.
2760
2761 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2762
2763         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2764         list of recipient keys, or use symmetric encryption if not a list.
2765         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2766         EPA override, replacing the call to `netrc-store-data'.
2767
2768 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2769
2770         * gnus-srvr.el: Avoid passing nil regexp argument to
2771         delete-matching-lines.
2772
2773 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2776         fetching stops when Gnus exits.
2777
2778         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2779         function.
2780         (nnfolder-request-expire-articles): Save all the buffers after doing
2781         expiry.
2782
2783         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2784         the last article", since that led to serious performance regressions
2785         when expiring nnml groups.
2786
2787 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2788
2789         * nnir.el: Improve customizations.
2790
2791 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2794
2795         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2796         group has been killed.
2797         (gnus-group-yank-group): Ditto.
2798
2799         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2800
2801         * nnimap.el (nnimap-request-update-group-status): New function.
2802
2803         * gnus-int.el (gnus-request-update-group-status): New interface
2804         function.
2805
2806         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2807         copying read-ness to the backends.
2808
2809         * nnimap.el (nnimap-quirk): New function.
2810         (nnimap-retrieve-group-data-early): Use it.
2811         (nnimap-quirks): New alist.
2812
2813 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2816         don't delete it within indentation.
2817
2818 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2821         previous line.
2822
2823 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2826         QRESYNC command by deleting a superfluous space which broke Cyrus
2827         servers.  This change will break other servers that are buggy the other
2828         way around.
2829
2830 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2831
2832         * spam.el: Reindent and fix long lines.
2833         (spam-copy-or-move-routine): Exclude invalid move destinations.
2834
2835 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2836
2837         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2838         installed the registry.
2839
2840 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2843
2844 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2845
2846         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2847         groupname doesn't contain "gmane".
2848
2849 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2852         and netrc-bound-and-true-p bindings.
2853         (netrc-parse): Cache the netrc contents.
2854
2855         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2856         (gnus-1): Don't create the nndrafts group twice.
2857         (gnus-setup-news): There's no need to read the active file here, since
2858         that's done again later on a per-backend basis.
2859         (gnus-start-draft-setup): Make sure that the new group is started out
2860         empty.
2861
2862         * gnus-agent.el (gnus-agentize): Don't create the queue group
2863         automatically on startup.  It'll be created later, if needed.
2864
2865         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2866         of automatically subscribed groups.
2867         (gnus-auto-subscribed-categories): New variable.
2868         (gnus-matches-options-n): Use it.
2869         (gnus-default-subscribed-newsgroups): Remove unused variable.
2870         (gnus-start-draft-setup): Message a bit less.
2871
2872 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2873
2874         * nnir.el (nnir-run-imap): Return article list in order of increasing
2875         UID.
2876
2877 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * gnus-sum.el (gnus-summary-enter-digest-group):
2880         Mention gnus-auto-select-on-ephemeral-exit.
2881
2882         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2883         convention of the network-only option.
2884
2885 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * proto-stream.el (proto-stream-open-network-only): New function to
2888         have a way to specify non-STARTTLS upgrade connections.
2889
2890 2010-12-10  Julien Danjou  <julien@danjou.info>
2891
2892         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2893         email address is nil.
2894
2895         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2896
2897 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2898
2899         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2900         deletion.
2901         (nnir-run-imap): Only need to parse list once.
2902
2903 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * shr.el (shr-tag-script): Ignore <script>.
2906         (shr-tag-label): Add <label> support.
2907
2908 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2911
2912         * shr.el (shr-image-displayer): Work for images lined side by side.
2913
2914 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2915
2916         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2917         parameter, since XEmacs doesn't accept t as a parameter.
2918
2919 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2920
2921         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2922         ids.
2923         (nnir-run-gmane): Simplify groupspec formatting.
2924         (nnir-request-expire-articles): New function.
2925
2926 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2929         overflow, possibly.
2930
2931         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2932         (shr-render-td): Handle td style="" better.
2933         (shr-tag-table): Use the color from the style sheet.
2934         (shr-render-td): Make sure we copy over all the overlays, too.
2935
2936 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2937
2938         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2939         (nnir-request-article): Improve article retrieval.
2940
2941 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * mm-util.el (mm-extra-numeric-entities): New variable.
2944
2945         * mm-url.el (mm-url-decode-entities):
2946         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2947
2948         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2949
2950 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2951
2952         * message.el: Use completion-at-point.
2953         (message-completion-function): New fun, extracted from message-tab.
2954         (message-mode): Use it for completion-at-point-functions.
2955         (message-tab): Use it and completion-at-point.
2956
2957 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2960         character if a non-breakable character follows.
2961
2962 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2965         any stream.
2966
2967         * shr.el (shr-tag-font): Colorize the region.
2968         (shr-tag-body): Ditto.
2969         (shr-tag-font): Actually let the styles be inherited instead of
2970         overwriting them.
2971         (shr-tag-font): Get the background color right.
2972         (shr-tag-style): Ignore all <style> tags for the moment.
2973
2974         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2975         a Message-ID to avoid having nnimap depend on gnus-sum.
2976
2977         * shr.el (shr-descend): Only colorize something if we have a node that
2978         sets colors.
2979
2980 2010-12-06  Julien Danjou  <julien@danjou.info>
2981
2982         * shr.el (shr-render-td): Render td content with shr-descend, so style
2983         will be applied to <td> too.
2984         (shr-colorize-region): Colorize region even if we only have a background.
2985         (shr-tag-body): Fix color and background color inheritance.
2986         Do not recolorize after shr-generic.
2987         (shr-tag-font): Let shr-generic colorize via inheritance.
2988
2989 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2992
2993 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2994
2995         * nnir.el (nnir-request-move-article): Remove obsolete code.
2996
2997 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3000
3001 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * gnus-sum.el (gnus-summary-respool-article): The completion function
3004         expects a list instead of an alist.
3005
3006         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3007         string as the parameter.
3008
3009         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3010
3011         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3012         styles.
3013         (shr-colorize-region): New function.
3014         (shr-insert-background-overlay): Remove.
3015         (shr-render-td): Background setting should be taken care of on a higher
3016         level.
3017         (shr-tag-body): Use post-hoc colorizations.
3018         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3019         (shr-put-color-1): Don't overwrite old colors.
3020         (shr-colorize-region): When the background color isn't explicit, use
3021         a fixed background.
3022
3023         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3024         nnmail variables.
3025
3026 2010-12-05  Bjørn Mork  <bjorn@mork.no>
3027
3028         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3029         unless necessary.
3030
3031 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3032
3033         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3034         server.
3035
3036 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3039         so that TAB works.
3040
3041         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3042         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3043
3044         * shr.el (shr-urlify): Show the URL before the title to avoid
3045         misleading URLs.
3046
3047 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
3048
3049         * shr.el (shr-urlify): Display the title in <a> tags.
3050
3051 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3052
3053         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3054
3055 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3056
3057         * nnir.el: Rearrange code to allow macros to be autoloaded by
3058         gnus-sum.el.
3059         (nnir-retrieve-headers-override-function): Make this variable
3060         customizable.
3061         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3062
3063         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3064         from nnir.el.
3065
3066 2010-12-03  Julien Danjou  <julien@danjou.info>
3067
3068         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3069
3070 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3073         allow optional argument `environment'.
3074
3075 2010-12-03  Glenn Morris  <rgm@gnu.org>
3076
3077         * mm-extern.el (message-goto-body): Update declaration.
3078
3079 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * gnus-util.el (gnus-macroexpand-all): New function.
3082
3083         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3084         instead of macroexpand-all that is unavailable in XEmacs.
3085
3086 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3087
3088         * nnir.el (nnir-summary-line-format): New variable.
3089         (nnir-mode): Use it.
3090         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3091         (nnir-article-ids): Reimplement as defsubst.
3092         (nnir-retrieve-headers): Don't mangle the subject header.
3093         (nnir-run-imap): Use 100 as RSV score.
3094         (nnir-run-find-grep): Fix for full server searching.
3095         (nnir-run-gmane): Better restriction to gmane groups.
3096
3097         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3098         summary buffers.
3099
3100 2010-12-02  Julien Danjou  <julien@danjou.info>
3101
3102         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3103
3104         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3105
3106         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3107         support.
3108
3109 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3110
3111         * nnir.el: Update to handle the registry better.
3112         (autoload): Silence byte-compiler.
3113         (nnir-open-server): Add a hook for nnir groups.
3114         (nnir-request-move-article): Don't mangle the header. Better to use
3115         formating variables (which will be added in the future).
3116         (nnir-registry-action): Update the registry using the original article
3117         group name.
3118         (nnir-mode): Install nnir-specific hooks for updating the registry.
3119
3120         * gnus-sum.el
3121         (gnus-article-original-subject,gnus-newsgroup-original-name):
3122         Remove obsolete variables.
3123         (gnus-summary-move-article): Remove use of obsolete variables.
3124         (gnus-summary-local-variables): Make move and delete hooks local to
3125         summary buffers.
3126
3127 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * rtree.el: New file.
3130
3131 2010-12-01  Julien Danjou  <julien@danjou.info>
3132
3133         * message.el (message-user-organization): Do not use
3134         gnus-local-organization.
3135
3136         * gnus.el: Remove gnus-local-organization.
3137
3138         * gnus-msg.el: Remove nastygram thing.
3139
3140 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3143         funcall.
3144
3145 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3148         names.
3149
3150         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3151         characters.
3152
3153         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3154         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3155         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
3156         (gnus-gravatar-transform-address): Use mail-extract-address-components
3157         that supports non-ASCII names rather than mail-header-parse-addresses.
3158
3159 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * proto-stream.el (open-protocol-stream): All starttls connections are
3162         handled by the network handler.
3163
3164 2010-11-30  Julien Danjou  <julien@danjou.info>
3165
3166         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3167         (nnimap-open-connection-1): Fix PREAUTH.
3168
3169         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3170
3171 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3174         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3175         (shr-insert): Use them.
3176         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3177
3178 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3179
3180         * nnir.el (nnir-request-move-article): Bail out if original group
3181         doesn't support article moves.
3182         (nnir-get-active): Improve active list retrieval.
3183
3184 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3187
3188 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3189
3190         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3191         seem to accept strings-with-numbers as port numbers,
3192
3193 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3194
3195         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3196         change the registry.
3197
3198 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3201         delete-dups that is not available in XEmacs 21.4.
3202
3203         * mm-util.el (mm-delete-duplicates): Add comment.
3204
3205 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3206
3207         * nnir.el (nnir-ignored-newsgroups): New variable.
3208         (nnir-get-active): Use it.
3209
3210 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * proto-stream.el (proto-stream-open-network): Add some comments.
3213
3214         * nntp.el (nntp-open-connection): Provide a :success condition.
3215
3216         * nnimap.el (nnimap-open-connection-1): Ditto.
3217
3218         * proto-stream.el (proto-stream-open-network): See what the response to
3219         the STARTTLS command is.
3220
3221         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3222         backwards compatibility).
3223         (nnimap-open-connection-1): Really respect nnimap-server-port.
3224
3225         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3226         TLS upgrades we don't really care about the identity of the peer.
3227         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3228         that what we've checked for.
3229         (proto-stream-always-use-starttls): Only default to t if
3230         open-gnutls-stream exists.
3231         (proto-stream-open-network): If STARTTLS failed, then just open a
3232         normal connection.
3233         (proto-stream-open-network): Wait until the greeting before doing
3234         STARTTLS.
3235
3236         * nntp.el (nntp-open-connection): Report what the connection error is.
3237
3238         * proto-stream.el (open-protocol-stream): Rename from
3239         open-proto-stream.
3240
3241 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * nnimap.el (nnimap-stream): Change default to `undecided'.
3244         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3245         first, and then network.
3246         (nnimap-open-connection-1): Respect nnimap-server-port.
3247         (nnimap-open-connection): Be more backwards-compatible.
3248
3249         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3250         (proto-stream-open-starttls): De-duplicate the starttls code.
3251         (proto-stream-open-starttls): Folded back into the main function.
3252         (proto-stream-open-network): Fix typo in the gnutls path.
3253         (proto-stream-command): Refactor out.
3254
3255         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3256
3257         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3258         starttls.el STARTTLS.
3259
3260         * color.el (color-lab->srgb): Fix function call name.
3261
3262         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3263         if we're using tls.el.
3264         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3265         built in, then don't try to establish a STARTTLS connection.
3266
3267         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3268         servers.
3269
3270         * proto-stream.el (open-proto-stream): Use network, not stream.
3271         (open-proto-stream): Add a way to specify what the end of a command is.
3272
3273         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3274         connections types.
3275         (nntp-open-network-stream): Remove.
3276         (nntp-open-ssl-stream): Remove.
3277         (nntp-open-tls-stream): Remove.
3278         (nntp-ssl-program): Remove.
3279
3280         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3281
3282 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3283
3284         * nnir.el: Fix typos.
3285         (nnir-retrieve-headers-override-function): Rename variable to reflect
3286         new semantics.
3287         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3288         macros.
3289         (nnir-request-article, nnir-request-move-article): Use them.
3290         (nnir-categorize): New function.
3291         (nnir-run-query): Use it.
3292         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3293         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3294         sorted.
3295         (nnir-group-full-name): Use gnus-group-full-name instead.
3296         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3297         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3298
3299 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3302
3303         * proto-stream.el: New library to provide protocol-specific
3304         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3305         protocols.
3306         (open-proto-stream): Complete the documentation.
3307         (proto-stream-open-network): Fix some typos.
3308
3309         * nnimap.el (nnimap-open-connection): Use it.
3310
3311 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3312
3313         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3314         negotiation.
3315
3316 2010-11-26  Julien Danjou  <julien@danjou.info>
3317
3318         * color.el: Rename various rgb functions to srgb.
3319
3320 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3323         names.
3324
3325 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * shr.el (shr-insert): Revert last change.
3328         (shr-find-fill-point): Never leave point being at bol;
3329         relax the kinsoku limitation when rendering tables.
3330
3331 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332
3333         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3334         results from -accept-article.
3335
3336         * shr-color.el: Require cl when compiling.
3337
3338         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3339         checkin.
3340
3341         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3342
3343         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3344
3345         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3346         'add and 'delete to set backend marks.
3347
3348         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3349
3350         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3351
3352         * nntp.el (nntp-request-set-mark): Use it.
3353
3354         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3355
3356         * nnml.el (nnml-request-set-mark): Ditto.
3357
3358         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3359         introduces regressions in article selection.
3360         (nnimap-find-uid-response): New function.
3361         (nnimap-request-accept-article): Use the UID returned, if any.
3362         (nnimap-request-move-article): Use the UID returned, if any.
3363         (nnimap-get-groups): Reimplement to work with folded lines.
3364         (nnimap-find-uid-response): The UID is the last element in the list.
3365         (nnimap-request-set-mark): Extend syntax with 'set.
3366
3367         * nnml.el (nnml-request-set-mark): Ditto.
3368
3369         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3370
3371         * nntp.el (nntp-request-set-mark): Ditto.
3372
3373 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * message.el (message-called-interactively-p): A temporary macro.
3376         (message-goto-body): Use it temporarily.
3377
3378 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3381         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3382         (nnimap-last-response-string): Fix last unfolding fix.
3383
3384 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * shr.el (shr-insert): Fix the way to fold lines.
3387
3388 2010-11-25  Julien Danjou  <julien@danjou.info>
3389
3390         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3391
3392         * color.el: Rename from color-lab.el
3393         (color-rgb->hex): Add.
3394         (color-complement): Add.
3395         (color-complement-hex): Add.
3396
3397         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3398
3399 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3402         don't exist.
3403
3404 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3407         assuming that article displaying or another mml-preview may be
3408         interrupted for an error or for the like.
3409
3410         * shr.el (shr-get-background): Fix argument name.
3411
3412 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3415
3416         * gnus-sum.el (gnus-summary-include-articles): New function.
3417
3418         * message.el (message-goto-body): called-interactively-p needs a
3419         parameter, so use `any'.
3420
3421         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3422         clear marks before moving, since they're synced from the Gnus side
3423         first.
3424
3425         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3426         (gnus-summary-move-article): Copy over all marks before moving, so that
3427         IMAP doesn't think a new article has arrived.
3428
3429 2010-11-24  Julien Danjou  <julien@danjou.info>
3430
3431         * shr.el (shr-insert-background-overlay): Fix typo.
3432         (shr-render-td): Copy the background before rendering.
3433
3434         * shr-color.el (shr-color-visible): Fix docstring.
3435
3436         * shr.el (shr-tag-table): Add bgcolor support.
3437         (shr-render-td): Add bgcolor support.
3438         (shr-get-background): Add.
3439         (shr-insert-foreground-overlay): Use shr-get-background.
3440
3441         * message.el (message-goto-body): Use called-interactively-p.
3442         (message-in-body-p): message-goto-body returns point.
3443
3444 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445
3446         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3447         Fixes something or other in Emacs 23, and is backwards compatible.
3448
3449         * message.el (message-goto-body): Remove the <#secure special-casing,
3450         which is too special.
3451
3452         * shr.el (shr-parse-style): Drop !important from styles.
3453
3454 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3455
3456         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3457         this function to return incorrect results when calling it with an
3458         explicit article argument different from
3459         (gnus-summary-article-number).
3460
3461 2010-11-24  Julien Danjou  <julien@danjou.info>
3462
3463         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3464         (shr-tag-body): Add background support.
3465         (shr-descend): Add background support.
3466         (shr-tag-title): Add.
3467
3468         * shr-color.el (shr-color-visible): Really return original background
3469         if fixed.
3470
3471 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * shr.el (shr-color-check): Protect against non-existent colour names.
3474
3475 2010-11-24  Julien Danjou  <julien@danjou.info>
3476
3477         * color-lab.el: Require 'cl when compiling.
3478
3479         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3480
3481         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3482         matched part.
3483
3484         * color-lab.el: Fix all expt calls to use float type.
3485
3486 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3489         expression to shr-color-check as is.
3490
3491         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3492
3493         * color-lab.el: Add coding cookie.
3494         (float-pi): Use eval-and-compile.
3495
3496         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3497         compiled for Emacsen having no `libxml-parse-html-region' support.
3498
3499 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * shr.el (shr-insert-color-overlay): Split stuff like
3502         "#444444 !important" to find the real colour.
3503         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3504         parse <font color="red"> entries.
3505
3506 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3507
3508         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3509         point when parsing headers.
3510
3511         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3512         is positioned properly when parsing headers.
3513
3514 2010-11-23  Julien Danjou  <julien@danjou.info>
3515
3516         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3517
3518         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3519
3520         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3521
3522         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3523         Use shr-color-hue-to-rgb.
3524         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3525
3526 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * shr.el (shr-color->hexadecimal): Autoload.
3529         (shr-descend): Add color to all tags.
3530
3531 2010-11-22  Julien Danjou  <julien@danjou.info>
3532
3533         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3534         shr-color->hexadecimal.
3535
3536         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3537         RGB() or HSL() color representation.
3538
3539         * shr.el (shr-tag-font): Add.
3540         (shr-tag-color-check): New function to get better colors.
3541         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3542         tag-span.
3543
3544         * shr-color.el: New file.
3545
3546         * color-lab.el: New file.
3547
3548         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3549
3550 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3551
3552         * nnir.el: Fix typo in comments.
3553         (nnir-run-imap): Simplify code. No need to reverse artlist.
3554         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3555
3556 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3559
3560         * nnimap.el (nnimap-get-capabilities): Refactor out.
3561         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3562
3563 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3564
3565         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3566         appearing when `mm-uu-hide-markers' is nil.
3567
3568 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * nnimap.el (nnimap-unselect-group): Make into its own function.
3571         (nnimap-request-rename-group): Unselect group before renaming.
3572         This had gotten lost somewhere.
3573         (nnimap-request-accept-article): Keep track of examined groups, and
3574         unselect the group before APPENDing to read-only groups.
3575         (nnimap-request-move-article): Clear flags before moving so that they
3576         can be re-set later.
3577
3578 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3581         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3582
3583 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * gnus-art.el (gnus-mime-display-single)
3586         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3587         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3588         parameter.
3589
3590 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3593         (shr-table-vertical-line): New variable.
3594         (shr-insert-table): Use it.
3595
3596 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-html.el (gnus-html-wash-images): Don't display images if
3599         gnus-inhibit-images is non-nil; register displayer for cid images.
3600         (gnus-html-display-image): Work for cid image.
3601         (gnus-html-insert-image): Allow arguments.
3602         (gnus-html-put-image): Inhibit read-only.
3603         (gnus-html-prefetch-images): Don't prefetch images if
3604         gnus-inhibit-images is non-nil.
3605
3606 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * shr.el (shr-put-image): Break lines when inserting big pictures.
3609
3610 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3611
3612         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3613         sender, thanks Katsumi Yamaoka.
3614
3615 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3616
3617         * nnir.el (nnir-run-imap): Reverse the article list for each group
3618         rather than the whole list.
3619
3620 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * shr.el (shr-image-displayer): Protect function against non-existent
3623         image source.
3624
3625         * gnus-art.el (gnus-inhibit-images): New user option.
3626         (gnus-mime-display-single): Don't display image if it is non-nil.
3627
3628         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3629         gnus-inhibit-images.
3630
3631         * shr.el (shr-image-displayer): New function.
3632         (shr-tag-img): Use it.
3633
3634 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3635
3636         * mml2015.el (mml2015-epg-sign): Use From header.
3637
3638 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3641
3642         * gnus-util.el (gnus-find-text-property-region): Return markers.
3643
3644         * shr.el (shr-tag-img): Put a displayer in the text property.
3645
3646         * gnus-util.el (gnus-find-text-property-region): New utility function.
3647
3648         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3649         (gnus-html-show-images): Remove.
3650
3651         * gnus-art.el (gnus-article-show-images): New, more general function.
3652
3653         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3654         image url text properties.
3655
3656         * shr.el: Ditto.
3657
3658         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3659         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3660
3661 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3664         work for two or more articles.
3665
3666 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3669         divide an image that's in an html article to two or more when washing
3670         non-ASCII characters in alt text of it.
3671
3672 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3675         smime-decrypt-region using function argument.
3676         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3677
3678         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3679
3680         * smime.el (smime-decrypt-region): Catch it.
3681
3682 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3683
3684         * smime.el (smime-mode-map): Move initialization into declaration.
3685         (gnus-run-mode-hooks): Don't autoload.
3686         (smime-mode): Use define-derived-mode.
3687
3688 2010-11-11  Glenn Morris  <rgm@gnu.org>
3689
3690         * smime.el (from): Restrict declaration to XEmacs.
3691
3692         * nnir.el (gnus-group-topic-name): Autoload.
3693
3694 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * shr.el (shr-insert): Don't break long line if it is because of
3697         kinsoku-bol characters in the line end.
3698
3699 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3700
3701         * nnir.el (nnir-request-move-article): Fix to provide original group
3702         and subject.
3703         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3704         been retrieved.
3705
3706         * gnus-sum.el (gnus-summary-move-article): Use original group and
3707         subject for virtual articles such as those in an nnir summary buffer.
3708
3709 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3712         least 21.5).
3713
3714         * smime.el (from): Declare it again for XEmacs.
3715
3716 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717
3718         * message.el (message-resend): Don't disable encoding unless it's
3719         already encoded.
3720
3721         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3722         low-numbered articles.
3723
3724 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * rfc2047.el (rfc2047-syntax-table): Simplify.
3727
3728         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3729
3730         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3731         set-char-table-range for XEmacs.
3732
3733 2010-11-10  Glenn Morris  <rgm@gnu.org>
3734
3735         * time-date.el (time-to-seconds): Always an alias on Emacs,
3736         never a real function.
3737         (with-no-warnings): Remove compat stub, now unused.
3738         (time-less-p): Doc fix.
3739         (time-to-number-of-days): Simplify.
3740
3741         * smime.el (from): Remove unused declaration.
3742
3743         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3744         (gnus-float-time): On Emacs, always an alias.
3745
3746         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3747         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3748
3749 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * dgnushack.el: Don't use ignore-errors in the top level form since it
3752         is unavailable in XEmacs even if cl is loaded.
3753
3754         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3755
3756 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * shr.el (browse-url-mailto): Autoload.
3759
3760         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3761
3762         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3763         regexp doesn't need quoting.
3764
3765 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3766
3767         * message.el (message-subject-trailing-was-ask-regexp)
3768         (message-subject-trailing-was-regexp): Match was: in addition to was.
3769
3770 2010-11-09  Glenn Morris  <rgm@gnu.org>
3771
3772         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3773         (nnbabyl-check-mbox): Use point-at-bol.
3774
3775 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3778
3779         * message.el (message-mailto): New function.
3780         (message-mailto): Should accept other parameters.
3781         (message-mailto): Remove since it duplicates browse-url-mailto
3782         functionality.
3783
3784 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3787         methods.
3788         (gnus-read-active-file): Ditto.
3789
3790         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3791         ": " from the prompt.
3792         (gnus-group-make-group): Ditto.
3793
3794 2010-11-07  Glenn Morris  <rgm@gnu.org>
3795
3796         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3797         (gnus-bookmark-kill-line): Use point-at-eol.
3798
3799 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3802         asterisks in From header.
3803
3804 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3807         string to avoid making the From headers syntactically invalid.
3808
3809         * message.el (message-send-mail): Don't insert courtesy messages if the
3810         message already has List-Post and List-ID messages.
3811
3812 2010-11-06  Glenn Morris  <rgm@gnu.org>
3813
3814         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3815         `condition', `type', `length' a prefix.
3816         (gnus-treat-predicate): Update for above name changes.
3817
3818 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3819
3820         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3821         binding.  Handled by `gnus-summary-refer-thread' instead.
3822         (nnir-warp-to-article): New backend function.
3823
3824         * nnimap.el (nnimap-request-thread): Force dependency updating.
3825
3826         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3827         (gnus-summary-refer-thread): Rework to improve thread-referral.
3828
3829         * gnus-int.el (gnus-warp-to-article): New function.
3830
3831         * gnus-sum.el (gnus-summary-article-map): Bind it.
3832
3833 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3834
3835         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3836         gnus-summary-refer-thread.
3837
3838         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3839         headers.
3840         (gnus-summary-limit-include-thread): Prevent articles in thread from
3841         being cut in gnus-cut-threads.
3842         (gnus-summary-refer-thread): Limit retrieved headers to those in
3843         thread.
3844
3845 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846
3847         * message.el (message-send-mail): Use the value of
3848         message-courtesy-message from the message buffer.
3849
3850         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3851
3852         * shr.el (shr-browse-url): Implement mailto: URLs.
3853
3854         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3855         "raw".
3856
3857         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3858         if it's already selected.
3859
3860         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3861
3862 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3865         to measure the length and truncate alt text.
3866
3867 2010-11-03  Glenn Morris  <rgm@gnu.org>
3868
3869         * nndiary.el (nndiary-generate-nov-databases-1)
3870         (nndiary-generate-active-info): Rename dynamic variable `files' to
3871         something less generic.
3872
3873 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3874
3875         * nnir.el (nnir-request-move-article): Call the underlying backend to
3876         move articles from nnir.
3877
3878 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3881
3882 2010-11-02  Julien Danjou  <julien@danjou.info>
3883
3884         * nnir.el: Remove wais support.
3885
3886 2010-11-02  Glenn Morris  <rgm@gnu.org>
3887
3888         * gnus-html.el: Reorder requirements to quieten compiler.
3889
3890 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3893         properly for XEmacs as well.
3894         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3895         (gnus-article-natural-long-line-p): Use window-width rather than
3896         frame-width.
3897
3898 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3899
3900         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3901         (nnir-read-parms): Don't modify query.
3902         (nnir-run-query): Add ability to search topic on current line.
3903         (nnir-get-active): Clean up.
3904
3905 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3908         degenerate articles.
3909
3910         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3911         (gnus-print-buffer): Just print the buffer as is, without any copying
3912         to a buffer and then re-highlighting.
3913
3914         * nnimap.el (nnimap-request-group): Store the new updated info.
3915         (nnimap-request-group): Select the group when we don't know whether it
3916         exists or not.
3917
3918         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3919         groups.
3920
3921         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3922         groups.
3923
3924         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3925         groups.
3926
3927         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3928         long-lines case by only filling the long lines.
3929
3930         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3931         (bug #7311).
3932
3933 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * shr.el: No need to declare `declare-function' since shr.el is for
3936         only Emacsen that provide `libxml-parse-html-region'.
3937
3938         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3939         effective only in a file it is referred to.
3940
3941 2010-11-01  Glenn Morris  <rgm@gnu.org>
3942
3943         * mm-util.el (gnus-completing-read): Autoload.
3944         (mm-read-coding-system): Simplify Emacs definition.
3945
3946         * nnmail.el (gnus-activate-group):
3947         * nnimap.el (gnutls-negotiate):
3948         * nntp.el (netrc-parse): Fix declarations.
3949
3950 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3953         string-match-p in Emacs >=23.
3954
3955         * gnus-msg.el (gnus-configure-posting-styles)
3956         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3957
3958 2010-11-01  Glenn Morris  <rgm@gnu.org>
3959
3960         * nnir.el (declare-function): Add compat stub.
3961         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3962         (nnir-run-gmane): Require 'mm-url.
3963
3964         * mm-util.el (mm-string-to-multibyte): Simplify.
3965
3966         * shr.el (declare-function): Add compat stub.
3967         (url-cache-create-filename): Declare.
3968         (mm-disable-multibyte, widget-convert-button): Autoload.
3969
3970         * smime.el (ldap-search): Declare.
3971         (smime-cert-by-ldap-1): Require ldap on Emacs.
3972
3973         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3974         (nnimap-keepalive): Use gnus-float-time.
3975
3976         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3977         (mail-source-delete-crash-box): Use gnus-float-time.
3978
3979         * gnus-dired.el (gnus-completing-read): Autoload.
3980
3981         * mm-view.el (gnus-rescale-image): Autoload.
3982
3983         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3984
3985         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3986
3987         * sieve-manage.el: Require 'cl when compiling.
3988
3989         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3990         (gnus-iswitchb-completing-read): Require iswitchb.
3991         (gnus-select-frame-set-input-focus): Silence compiler.
3992
3993 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994
3995         * message.el (message-subject-trailing-was-query): Change default to t,
3996         since I think that's what most people want.
3997
3998         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3999         appending for easier debugging.
4000         (nnimap-wait-for-connection): Take a regexp.
4001         (nnimap-request-accept-article): Wait for the continuation line before
4002         sending anything unless we're streaming.
4003
4004         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4005         leave the header washing to take place.
4006
4007 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4008
4009         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4010         regular expression match and replace in posting styles.
4011
4012 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4013
4014         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4015         an entire server.
4016         (nnir-get-active): New function.
4017         (nnir-run-imap): Use it.
4018         (nnir-run-gmane): Who knew, gmane search returns an article score!
4019
4020         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4021         server on the current line with nnir.
4022
4023 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4026         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4027         left edge.
4028         (gnus-article-foldable-buffer): Skip past the prefix when determining
4029         raggedness.
4030
4031         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4032         the raw article, and change `C-u g' to show the article without doing
4033         treatments.
4034
4035         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4036         on to `gnus-treat-article'.
4037         (gnus-inhibit-article-treatments): New variable.
4038
4039         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4040
4041         * gnus-art.el (gnus-treatment-function-alist): Have
4042         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4043         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4044         sections.
4045
4046         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4047         parameter.
4048         (gnus-article-fill-cited-long-lines): New function.
4049         (gnus-article-fill-cited-article): Allow filling only long sections.
4050
4051         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4052         and non-punctuation (like after the apostrophe in "'We").
4053
4054         * gnus-sum.el (gnus-summary-select-article): Make sure
4055         gnus-original-article-buffer is alive.
4056
4057         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4058         reflect the order they're in in the digest.
4059
4060         * gnus.el (gnus-group-startup-message): Move point to the start of the
4061         buffer.
4062
4063         * nnimap.el (nnimap-capability): New function.
4064         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4065         is set.
4066
4067 2010-10-31  David Engster  <dengste@eml.cc>
4068
4069         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4070         conform with changes to gnus-completing-read.
4071
4072 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073
4074         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4075
4076 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4077
4078         * nnir.el: Move defvar, defcustom around to keep file organized
4079         and keep byte-compiler quiet.
4080         (nnir-read-parms): Accept search-engine as arg.
4081         (nnir-run-query): Pass search-engine as arg.
4082         (nnir-search-engine): Remove.
4083
4084 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085
4086         * shr.el (shr-generic): The text nodes should be text, not :text.
4087
4088         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4089         later in the file.
4090
4091 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4092
4093         * nnir.el: General clean up.  Allow searching with multiple engines.
4094         Allow separate extra-parameters for each engine.
4095         Batch queries when possible.
4096         (nnir-imap-default-search-key,nnir-method-default-engines):
4097         Add customize interface.
4098         (nnir-run-gmane): New engine.
4099         (nnir-engines): Use it.  Qualify all prompts with engine name.
4100         (nnir-search-engine): Remove global variable.
4101         (nnir-run-hyrex): Restore for now.
4102         (nnir-extra-parms,nnir-search-history): New variables.
4103         (gnus-group-make-nnir-group): Use them.
4104         (nnir-group-server): Remove in favor of gnus-group-server.
4105         (nnir-request-group): Avoid searching twice.
4106         (nnir-sort-groups-by-server): New function.
4107
4108 2010-10-30  Julien Danjou  <julien@danjou.info>
4109
4110         * gnus-group.el: Remove gnus-group-fetch-control.
4111
4112         * gnus-start.el (gnus-find-new-newsgroups):
4113         Remove gnus-check-first-time-used.
4114
4115         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4116
4117 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4118
4119         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4120         set on groups that don't have \* permanentflags.
4121
4122 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4125         control the background color.
4126         (shr-tag-img): Ignore very small web bug type images.
4127         (shr-put-image): Add help-echo alt texts to the images.
4128         (shr-tag-video): Show the video poster image.
4129
4130 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * shr.el (shr-table-depth): New variable.
4133         (shr-tag-table-1): Only insert the images after the top-level table.
4134
4135         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4136
4137         * gnus-util.el (gnus-list-memq-of-list): New function.
4138
4139         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4140         selected.
4141         (nnimap-unsplittable-articles): New slot.
4142         (nnimap-new-articles): Use it.
4143
4144 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4145
4146         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4147         move to the previous line on `M-g'.
4148
4149 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4152         *-request-group, which seems unnecessary.
4153
4154         * nnimap.el (nnimap-quote-specials): Function copied over from
4155         imap.el.
4156         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4157         they support that.  Suggested by Tom Regner.
4158
4159 2010-10-29  Julien Danjou  <julien@danjou.info>
4160
4161         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4162         defalias.
4163         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4164
4165         * gnus.el: Remove `gnus-nntp-service' variable.
4166         (gnus-secondary-servers): Make obsolete.
4167         (gnus-nntp-server): Make obsolete.
4168
4169         * gnus-start.el (gnus-1): Remove x-splash calls.
4170
4171         * gnus-ems.el (gnus-x-splash): Remove.
4172
4173         * gnus.el (gnus-group-startup-message): Simplify/update code.
4174
4175         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4176         definition.
4177
4178         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4179         capability before doing anything.
4180         (gnus-group-insert-group-line): Remove useless
4181         gnus-group-remove-excess-properties.
4182
4183 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4186
4187 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4190         config after reselecting.
4191
4192 2010-10-28  Julien Danjou  <julien@danjou.info>
4193
4194         * shr.el (shr-put-image): Use point even if only inserting text.
4195         (shr-put-image): Save excursion when inserting alt text on non-graphic
4196         display, so the behaviour is the same when we are on a graphic display.
4197
4198         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4199
4200 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4203         (gnus-mime-copy-part): Check coding system, not charset.
4204         (gnus-mime-view-part-externally): Never remove part.
4205         (gnus-mime-view-part-internally): Don't remove part here.
4206         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4207         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4208         multipart/alternative.
4209
4210         * mm-decode.el (mm-display-part): Take optional arg `force'.
4211
4212 2010-10-26  Julien Danjou  <julien@danjou.info>
4213
4214         * gnus-group.el (gnus-group-default-list-level): Add this function to
4215         compute the default list level.
4216         (gnus-group-default-list-level): Add possibility to use a function.
4217
4218 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4221
4222         * gnus-group.el (gnus-group-completing-read)
4223         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4224         gnus-replace-in-string.
4225
4226 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * shr.el (shr-tag-div): Add.
4229
4230         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4231
4232 2010-10-25  Julien Danjou  <julien@danjou.info>
4233
4234         * gnus-util.el: Remove `gnus-with-local-quit'.
4235
4236         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4237
4238 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4241         the original article buffer.
4242
4243 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * nnimap.el (nnimap-request-head): New function.
4246         (nnimap-request-move-article): Try to be slighly faster by not
4247         requesting the entire message when moving.
4248         (nnimap-transform-headers): Don't bug out on bodiless articles.
4249         (nnimap-send-command): Have no outstanding messages if the IMAP server
4250         doesn't support streaming.
4251         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4252
4253 2010-10-24  Julien Danjou  <julien@danjou.info>
4254
4255         * message.el (message-default-headers): Fix type.
4256
4257 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4260         prefetching images.
4261
4262         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4263         backend for unknown groups.  This is mainly useful for nnimap groups.
4264
4265         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4266         group isn't covered by the agent.
4267
4268 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4269
4270         * nnir.el (nnir-method-default-engines): New variable.
4271         (nnir-run-query): Use it.
4272         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4273         (gnus-summary-nnir-goto-thread): Change group if needed.
4274
4275         * gnus-group.el (gnus-group-group-map): Add key binding for
4276         gnus-group-make-nnir-group.
4277
4278 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * shr.el (shr-tag-object): Add.
4281
4282         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4283         original article buffer live.
4284         (gnus-summary-select-article-buffer):
4285         Mention gnus-widen-article-buffer.
4286
4287 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * shr.el (shr-tag-strong): Add.
4290
4291 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4294         group names.  They mess up the group buffer badly.
4295
4296         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4297
4298         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4299         instead of the summary one.
4300
4301 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * mml.el (mml-preview): Work properly when editing article.
4304
4305         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4306         gnus-have-read-active-file if it's already been in.
4307
4308 2010-10-22  Tom Tromey  <tromey@redhat.com>
4309
4310         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4311         gnus-group-completing-read.
4312
4313 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * message.el (message-mode-map): Don't bind M-; to comment region, to
4316         allow the global comment-dwim to work.
4317
4318 2010-10-21  Julien Danjou  <julien@danjou.info>
4319
4320         * message.el (message-setup-1): Allow message-default-headers to be a
4321         function.
4322
4323 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * shr.el (shr-tag-table): Simplify.
4326
4327 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4330         to avoid trying to snarf invalid stuff.
4331
4332         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4333
4334         * gnus.el (gnus-message-archive-group): Quote value.
4335         (gnus-message-archive-group): Mark as changed.
4336
4337         * shr.el (shr-add-font): Don't put the font properties on the newline
4338         or the indentation.
4339
4340         * message.el (message-fix-before-sending): Change options when sending
4341         non-printable characters.
4342
4343         * gnus.el (gnus-message-archive-method): Change the default to
4344         monthly outgoing groups.
4345
4346         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4347         that have gotten new numbers.
4348
4349         * nnimap.el (nnimap-request-replace-article): New function.
4350
4351 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4354         (nnrss-request-article): Don't use special html washing code.
4355
4356 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * shr.el (shr-tag-table): Remove useless nconc.
4359
4360 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * gnus-art.el (article-wash-html): Simplify and remove the charset
4363         stuff.  Use the normal html rendering code instead of the special html
4364         washing code.
4365
4366         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4367         `gnus-w3m' symbols.
4368         (mm-text-html-washer-alist): Remove.
4369
4370         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4371         (mm-inline-media-tests): Remove use.
4372         (mm-text-html-renderer): Change default to the `shr' symbol.
4373
4374         * mm-view.el (mm-inline-text-html): Remove use.
4375
4376         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4377         `gnus-blocked-images' to be a function.
4378         (gnus-article-wash-function): Remove.
4379
4380 2010-10-20  Julien Danjou  <julien@danjou.info>
4381
4382         * spam.el (spam-list-of-processors): Mark as obsolete.
4383
4384         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4385         (nnimap-insert-partial-structure): Fix boundary detection.
4386
4387 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4388
4389         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4390         run file-truename on remote files.  This can be expensive and even
4391         prevent one from editing drafts if some unrelated buffer has a stale
4392         connection.
4393
4394 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4397         kinsoku-eol regardless of shr-kinsoku-shorten.
4398         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4399         (shr-tag-table): Support caption, thead, and tfoot.
4400
4401 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4404         lines.
4405         (shr-save-contents): New command and keystroke.
4406
4407         * nndoc.el (nndoc-type-alist): Add git support.
4408         (nndoc-git-type-p): New function.
4409         (nndoc-transform-git-article): Ditto.
4410         (nndoc-transform-git-headers): Ditto.
4411         (nndoc-transform-git-headers): Generate Subject headers.
4412
4413         * shr.el (shr-parse-style): New function.
4414         (shr-tag-span): Ditto.
4415
4416         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4417         to `G G' to avoid collisions.
4418
4419 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * shr.el: Load kinsoku if necessary.
4422         (shr-kinsoku-shorten): New internal variable.
4423         (shr-find-fill-point): Make kinsoku shorten text line if
4424         shr-kinsoku-shorten is bound to non-nil.
4425         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4426         shr-indentation too when testing if table is wider than frame width.
4427         (shr-insert-table): Use `string-width' instead of `length' to measure
4428         text width.
4429         (shr-insert-table-ruler): Make sure indentation is done at bol.
4430
4431 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4432
4433         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4434         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4435         undecoded network data.
4436
4437 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4440         name in the mode line spec so that the mode line menu works
4441         (bug #2431).
4442
4443         * message.el (message-get-reply-headers): If we're fed `to-address',
4444         then always use that.
4445
4446         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4447         aren't so wide as to need to switch off the edit menu.
4448
4449         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4450         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4451
4452         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4453         `M-g'.
4454         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4455         the permanent marks.
4456
4457 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4458
4459         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4460         Splitting according to references/in-reply-to obeys the ignore-groups
4461         variable, while splitting by sender and subject do not.
4462
4463 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4466         alist, so that we can look for non-Unicode chars.
4467         (article-translate-strings): Allow both character and string maps.
4468
4469 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * shr.el (shr-insert): Don't insert space behind a wide character
4472         categorized as kinsoku-bol, or between characters both categorized as
4473         nospace.
4474
4475 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4476
4477         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4478         headers to gnus-newsgroup-headers.
4479
4480 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4481
4482         * shr.el (shr-tag-img): Don't align images -- since we're not
4483         rescaling, this often leads to ugly displays.
4484
4485 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4486
4487         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4488         duplicates.
4489
4490 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4491
4492         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4493         call.
4494
4495 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * gnus.el: Autoload gnus-html-show-images.
4498
4499         * nnimap.el: Use nnheader-message throughout.
4500
4501         * shr.el (shr-tag-img): Ignore images with no data.
4502
4503 2010-10-15  Julien Danjou  <julien@danjou.info>
4504
4505         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4506         a possibility to disable format=flow encoding when using hard newlines.
4507
4508 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * shr.el (shr-insert): Remove space inserted before or after a
4511         breakable character or at the beginning or the end of a line.
4512         (shr-find-fill-point): Do kinsoku; find the second best point or give
4513         it up if there's no breakable point.
4514
4515 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * nnimap.el (nnimap-open-connection): Message when opening connection
4518         for debugging purposes.
4519
4520         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4521         on every setup buffer call to allow this to change from article to
4522         article.
4523
4524         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4525         buffers where we have a wide table.
4526
4527 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4528
4529         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4530         uses *-request-thread.
4531
4532 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4535         incantation, which is no longer valid.
4536
4537 2010-10-14  Julien Danjou  <julien@danjou.info>
4538
4539         * shr.el: Fix defcustom type (char -> character).
4540
4541 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4544         programs.
4545
4546 2010-10-14  Julien Danjou  <julien@danjou.info>
4547
4548         * shr.el (shr-tag-a): Use url-link as widget type.
4549
4550         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4551         `gnus-group-get-icon'.
4552
4553 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554
4555         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4556         This should make server editing work better.
4557
4558         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4559
4560         * tls.el (tls-program): Remove spurious %s from openssl.
4561
4562         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4563         (nnimap-parse-flags): Fix regexp.
4564
4565         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4566         probably work for CJVK text, too.
4567
4568         * nnimap.el (nnimap-extend-tls-programs): Remove.
4569         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4570
4571         * tls.el (tls-starttls-switches): Remove starttls hack.
4572         (open-tls-stream): Ditto.
4573         (tls-find-starttls-argument): Ditto.
4574
4575 2010-10-13  Julien Danjou  <julien@danjou.info>
4576
4577         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4578         responses.
4579
4580 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4583
4584         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4585         anything in Emacs.
4586
4587         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4588
4589 2010-10-13  Julien Danjou  <julien@danjou.info>
4590
4591         * shr.el (shr-width): Make shr-width a defcustom with default to
4592         fill-column.
4593         (shr-tag-img): Use shr-width rather than fill-column.
4594
4595 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * dgnushack.el (byte-optimize-apply)
4598         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4599
4600         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4601         position when (X-)Faces exist.
4602         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4603         avatars when called interactively.
4604
4605 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4608         gnus-article-x-face-too-ugly is bound.
4609
4610 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4611
4612         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4613
4614         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4615         mailbox that doesn't exist.
4616
4617 2010-10-12  Julien Danjou  <julien@danjou.info>
4618
4619         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4620         (shr-get-image-data): Encode URL properly when fetching from cache.
4621         (shr-tag-img): Use aligned-to spaces to align correctly images.
4622
4623         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4624         before inserting the Gravatar.
4625
4626         * shr.el (shr-tag-img): Add align attribute support for <img>.
4627
4628 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * gnus-gravatar.el (gnus-art): Require.
4631
4632         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4633         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4634         Remove long obsoleted functions.
4635
4636 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4639
4640         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4641
4642         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4643         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4644         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4645         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4646         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4647         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4648         * sieve-manage.el, smime.el, spam.el:
4649         Fix comment for declare-function.
4650
4651 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * nnimap.el (nnimap-request-rename-group): Select group read-only
4654         before renaming it.
4655
4656         * shr.el (shr-insert): Fix up the white space only regexp.
4657
4658         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4659         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4660
4661         * shr.el (shr-current-column): New function.
4662         (shr-find-fill-point): New function.
4663
4664 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4665
4666         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4667         numbers.
4668
4669 2010-10-11  Julien Danjou  <julien@danjou.info>
4670
4671         * shr.el (shr-hr-line): Add.
4672         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4673         display hr lines.
4674         (shr-max-columns): Do not change state to nil if we just inserting
4675         spaces.
4676
4677 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4680         select the last group.
4681
4682 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4683
4684         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4685
4686 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4687
4688         * dig.el (dig-mode-map): Declare and define in one step.
4689
4690 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4693         for Gnus.
4694         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4695         (nnimap-update-qresync-info): Mark \Seen articles as read.
4696
4697         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4698         non-variable, too.
4699
4700         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4701         available.
4702         (nnimap-update-info): Rely more on the current active than the param
4703         active to avoid marking articles as read too much.
4704
4705         * auth-source.el (auth-source-create): Use (user-login-name) for the
4706         user name default.
4707
4708         * nnimap.el (nnimap-update-info): If the server doesn't return any
4709         useful info, just use the previous info.
4710         (nnimap-update-info): Prefer old info over start-article.
4711         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4712
4713 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4714
4715         * nnir.el (autoload): Clean up autoloads.
4716         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4717         Use key rather than value.
4718         (nnir-imap-search-other): New variable.
4719         (nnir-read-parm): Use it.
4720         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4721         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4722
4723 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4724
4725         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4726         the process, too.
4727
4728 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * spam.el (gnus-summary-mode-map): Bind to "$".
4731         Suggested by Russ Allbery.
4732
4733         * shr.el: Rework the way things are indented by <li> slightly.
4734
4735         * gnus.el (gnus-group-set-parameter): Fix typo.
4736
4737         * nnimap.el: Start implementing QRESYNC support.
4738
4739 2010-10-09  Julien Danjou  <julien@danjou.info>
4740
4741         * nnir.el (nnir-engines): Fix too many arguments.
4742
4743 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4746         group is the "last", so that the backends like nnfolder actually save
4747         their folders.
4748
4749         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4750         try to use that for the tls stream.
4751         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4752         UIDVALIDITY and find out which groups are read-only and not.
4753         (nnimap-get-flags): Use the same marks parsing code as the rest of
4754         nnimap.
4755
4756 2010-10-09  Julien Danjou  <julien@danjou.info>
4757
4758         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4759
4760         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4761         retrieving gravatars.
4762
4763         * shr.el (shr-table-corner): Add.
4764         (shr-table-line): Add.
4765         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4766
4767 2010-10-08  Julien Danjou  <julien@danjou.info>
4768
4769         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4770
4771 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4772
4773         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4774
4775         * gnus-sum.el (gnus-mark-article-as-unread)
4776         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4777         (gnus-summary-set-bookmark): Use it.
4778
4779         * gnus-msg.el (gnus-setup-message): Use it.
4780
4781         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4782
4783         * gnus.el (gnus-group-remove-parameter): Use it.
4784
4785         * gnus-group.el (gnus-group-make-web-group): Use it.
4786
4787         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4788
4789         * nnregistry.el: Update docs to mention manual.
4790
4791         * gnus-registry.el: Update docs to mention nnregistry.el.
4792         (gnus-registry-initialize): Don't install nnregistry refer method
4793         automatically.
4794         (gnus-registry-install-nnregistry): Remove it.
4795
4796 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * shr.el (shr-insert): Don't insert double spaces.
4799
4800 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-gravatar.el (gnus-treat-from-gravatar)
4803         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4804         called interactively.
4805
4806         * gnus-art.el (gnus-mime-view-part-externally)
4807         (gnus-mime-view-part-internally): Make predicate function passed to
4808         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4809         of a mime type.
4810
4811         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4812
4813 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * shr.el (require): Require cl when compiling.
4816         (shr-tag-hr): New function.
4817
4818         * nnimap.el (nnimap-update-info): Remove double setting of high.
4819         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4820         This makes nnimap work properly on Courier again.
4821
4822         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4823         the variable for backwards compatibility.
4824
4825         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4826         the file name before using to avoid setting mm-default-directory to
4827         nil.
4828
4829         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4830         bidning gnus-agent variables.
4831
4832         * shr.el (shr-render-td): Use a cache for the table rendering function
4833         to avoid getting an exponential rendering behaviour in nested tables.
4834         (shr-insert): Rework the line-breaking algorithm.
4835         (shr-insert): Don't leave trailing spaces.
4836         (shr-insert-table): Also insert empty TDs.
4837         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4838
4839 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4840
4841         * gnus-sum.el (gnus-number): Rename from `number'.
4842         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4843         (gnus-summary-limit-children): Update uses correspondingly.
4844
4845 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4848         (gnus-gravatar-transform-address): Don't show avatars of people of
4849         which mail addresses match gnus-gravatar-too-ugly.
4850
4851 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852
4853         * shr.el (shr-table-widths): Expand TD elements to fill available
4854         space.
4855
4856 2010-10-07  Julien Danjou  <julien@danjou.info>
4857
4858         * nnimap.el (nnimap-request-rename-group): Add this method.
4859
4860 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4863         name from XEmacs' function-arglist.
4864
4865         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4866         gravatar under XEmacs.
4867
4868 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4869
4870         * auth-source.el: Update docs with TODO items.
4871
4872         * gnus-sync.el: Update docs to explain state and plans.
4873
4874         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4875         Hooks for mark updates.
4876         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4877
4878         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4879         hooks with arguments, which is needed for mark update hooks.
4880
4881 2010-10-06  Julien Danjou  <julien@danjou.info>
4882
4883         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4884         was matched.
4885
4886         * sieve-manage.el: Update example in `Commentary'.
4887
4888         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4889
4890         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4891         not 2000.
4892         (sieve-manage-authenticate): Re-add function.
4893
4894 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * shr.el (shr-insert): Get 'space transition right.
4897         (shr-render-td): Only delete space at the end of the TD.
4898
4899         * nnimap.el (nnimap-open-connection): Prepare to support
4900         open-gnutls-stream.
4901
4902         * shr.el: Rearrange function order to be more logical.
4903
4904 2010-10-06  Julien Danjou  <julien@danjou.info>
4905
4906         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4907         (nnrss-discover-feed): Remove 404 URL in docstring.
4908
4909         * nnir.el: Fix Swish-E URL.
4910         Fix Namazu URL.
4911
4912         * message.el (message-change-subject): Remove 404 URL in a comment.
4913
4914 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4917         called interactively.
4918
4919         * gnus-util.el (gnus-remove-if): Allow hash table.
4920         (gnus-remove-if-not): New function.
4921
4922         * gnus-art.el (gnus-mime-view-part-as-type)
4923         * gnus-score.el (gnus-summary-score-effect)
4924         * gnus-sum.el (gnus-read-move-group-name):
4925         Replace remove-if-not with gnus-remove-if-not.
4926
4927         * gnus-group.el (gnus-group-completing-read):
4928         Regard collection as a hash table if it is not a list.
4929
4930 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4933
4934         * shr.el: Document the table-rendering algorithm.
4935
4936 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4939         for Emacsen having no `libxml-parse-html-region' support.
4940
4941 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4944         invalid URLs.
4945
4946         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4947         line-broken.
4948         (shr-tag-img): Ignore image fetching errors.
4949         (shr-overlays-in-region): Compute overlay positions correctly.
4950
4951         * mm-decode.el (mm-shr): Require shr.
4952
4953         * gnus-art.el (gnus-blocked-images): Move variable here.
4954
4955         * shr.el (shr-insert-table): Bind free variable.
4956
4957         * mm-decode.el (mm-shr): Bind shr-content-function.
4958
4959         * shr.el (shr-content-function): New variable.
4960
4961         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4962         added for symmetry.
4963
4964         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4965
4966         * gnus-group.el (gnus-group-make-group): Doc fix.
4967
4968         * nnimap.el (nnimap-request-newgroups): Return success.
4969
4970         * shr.el (shr-find-elements): New function.
4971         (shr-tag-table): Put all the images after the table.
4972         (shr-tag-table): Really inhibit images inside the table.
4973         (shr-collect-overlays): Copy over overlays from the TD elements to the
4974         main document.
4975
4976         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4977         gnus-blocked-images.
4978
4979 2010-10-05  Julien Danjou  <julien@danjou.info>
4980
4981         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4982
4983         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4984         (gnus-html-maximum-image-size): Add this function.
4985         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4986
4987         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4988         server-value of the capability is nil.
4989
4990 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * shr.el (shr-tag-em): Add <EM> tag.
4993
4994 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4995
4996         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4997         customizable.
4998
4999         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5000         handing broken links to browse-url.
5001
5002 2010-10-05  Julien Danjou  <julien@danjou.info>
5003
5004         * gnus-util.el (gnus-emacs-completing-read)
5005         (gnus-iswitchb-completing-read): Use autoload rather than require.
5006
5007 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5010         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5011         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5012         iswitchb-temp-buflist for XEmacs.
5013
5014         * gnus-util.el (gnus-completing-read-function): Exclude
5015         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5016         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5017         XEmacs.
5018
5019         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5020         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5021
5022         * gnus-html.el: Don't require help-fns under XEmacs.
5023         (gnus-html-schedule-image-fetching): Work for XEmacs.
5024
5025         * mm-decode.el (mm-shr): Decode contents by charset.
5026
5027 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5030         unknown.
5031
5032         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5033         (shr-get-image-data): Ensure against the cache file missing.
5034
5035         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5036         for data.
5037
5038         * spam-report.el (spam-report-url-ping-plain): Don't query about
5039         killing the process.
5040
5041         * shr.el (shr-render-td): Protect against too-wide text.
5042
5043 2010-10-04  Julien Danjou  <julien@danjou.info>
5044
5045         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5046         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5047
5048         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5049         retrieved.
5050
5051 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * shr.el (browse-url): Require.
5054         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5055         lines.
5056         (shr-show-alt-text, shr-browse-image): New commands.
5057         (shr-browse-url, shr-copy-url): New commands.
5058
5059         * gnus-sum.el (gnus-widen-article-window): New variable.
5060         (gnus-summary-select-article-buffer): Use it.
5061
5062         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5063         without @ signs.
5064
5065 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5066
5067         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5068
5069 2010-10-04  Julien Danjou  <julien@danjou.info>
5070
5071         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5072         for XEmacs.
5073
5074 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5077
5078         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5079         (nnimap-close-server): Implement.
5080
5081         * dgnushack.el (iswitchb): Require to shut up the compiler.
5082
5083         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5084         (shr-insert): Tweak line breaking.
5085         (shr-insert): Handle <pre> better.
5086         (shr-tag-li): Get <li> indentation right.
5087         (shr-tag-li): Get <li> indentation even righter.
5088         (shr-tag-blockquote): Ensure paragraph start.
5089         (shr-make-table): Tweak table generation.
5090         (shr-make-table): Fix typo.
5091
5092         * shr.el: Implement table rendering.
5093
5094 2010-10-04  Julien Danjou  <julien@danjou.info>
5095
5096         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5097
5098 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * shr.el (shr-insert): Use string anchors instead of line anchors.
5101
5102 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * shr.el: Add headings.
5105         (shr-ensure-paragraph): Actually work.
5106         (shr-tag-li): Make <ul> prettier.
5107         (shr-insert): Get white space at the beginning/end of elements right.
5108         (shr-tag-p): Collapse subsequent <p>s.
5109         (shr-ensure-paragraph): Don't insert double line feeds after blank
5110         lines.
5111         (shr-insert): \t is also space.
5112         (shr-tag-s): Fix "s" tag name function.
5113         (shr-tag-s): Fix face prop name.
5114
5115 2010-10-03  Julien Danjou  <julien@danjou.info>
5116
5117         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5118
5119         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5120         gnus-window-inside-pixel-edges.
5121
5122         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5123         gnus-ems.
5124
5125         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5126
5127         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5128         function.
5129
5130         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5131         resize choice.
5132
5133 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5136         beginning of the buffer.
5137
5138         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5139         article buffer again.
5140
5141         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5142
5143         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5144         when it's at the start of the buffer.
5145
5146         * shr.el (shr-tag-blockquote): Convert name.
5147         (shr-rescale-image): Use the right image-size variant.
5148
5149         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5150         buffer isn't shown, then select the current article first instead of
5151         bugging out.
5152         (gnus-summary-select-article-buffer): Show both the article and summary
5153         buffers again.
5154
5155         * shr.el (shr-fontize-cont): Protect against regions with no text.
5156         Rename tag functions to shr-tag-* for enhanced security.
5157         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5158
5159 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5160
5161         * shr.el (shr-insert):
5162         * pop3.el (pop3-movemail):
5163         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5164         loaded.
5165
5166 2010-10-03  Glenn Morris  <rgm@gnu.org>
5167
5168         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5169
5170         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5171
5172         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5173
5174         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5175
5176         * gnus-util.el (gnus-make-local-hook): Simplify.
5177
5178 2010-10-02  Julien Danjou  <julien@danjou.info>
5179
5180         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5181         (gnus-ido-completing-read): New function.
5182         (gnus-emacs-completing-read): New function.
5183         (gnus-completing-read): Use gnus-completing-read-function.
5184         Add gnus-completing-read-function.
5185
5186 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5187
5188         * shr.el (shr-insert-document): Autoload.
5189         (shr-img): Be silent.
5190         (shr-insert): Add a newline after every picture before text.
5191         (shr-add-font): Use overlays for combining faces.
5192         (shr-insert): Pass upwards the text start point.
5193
5194         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5195         possible.
5196         (mm-shr): New function.
5197
5198 2010-10-02  Julien Danjou  <julien@danjou.info>
5199
5200         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5201         should go backward.
5202
5203 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5204
5205         * shr.el (shr): Fix typo in provide call.
5206
5207 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * shr.el: New file.
5210
5211         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5212
5213         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5214         completing read.
5215
5216 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5217
5218         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5219         we're being queried about.  Suggested by Dan Jacobson.
5220
5221         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5222         Suggested by Jason Eisner.
5223
5224         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5225         table, too.  Suggested by Stefan Wiens.
5226         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5227         the table unnecessary.  Suggested by Stefan Wiens.
5228
5229         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5230         longer needed, and probably doesn't work either, as pointed out by
5231         Stefan Wiens.
5232         (gnus-summary-exit): Remove call to the clearing function.
5233         (gnus-summary-exit-no-update): Ditto.
5234
5235         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5236         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5237         Reported by Stefan Monnier.
5238         (gnus-summary-save-in-rmail): Ditto.
5239
5240         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5241         article buffer, instead of both the article buffer and the summary
5242         buffer.  Sort of suggested by Dan Jacobson.
5243
5244         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5245
5246         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5247         Suggested by Dan Jacobson.
5248
5249         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5250         documentation clearer.
5251
5252         * message.el (message-shorten-references): Comment on the number "21".
5253         Suggested by Stefan Monnier.
5254
5255         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5256         Suggested by Dan Jacobson.
5257
5258         * gnus.el (gnus-large-newsgroup):
5259         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5260
5261         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5262         externalize attachments.  Bug reported by Steve Wen.
5263
5264         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5265         really message anything to the user.
5266
5267         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5268         directly.
5269
5270         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5271         messages in empty groups.
5272
5273 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5274
5275         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5276         non-UIDNEXT group.
5277
5278 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5279
5280         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5281         not the value from the collection.
5282
5283         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5284         values.  This sometimes happens on some groups that have no info.
5285         (nnimap-request-newgroups): New function.
5286
5287 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5288
5289         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5290         check into `gnus-registry-initialize'.
5291         (gnus-registry-initialize): Ditto.
5292         Fix and extend header docs.
5293
5294 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5297         regexp backtrace overflows.
5298
5299         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5300         for starttls that tls.el implements; i.e. openssl.
5301
5302         * tls.el (tls-starttls-switches): Give up on using starttls with
5303         gnutls-cli.
5304         (tls-program): Add --insecure to be consistent with the defaults from
5305         openssl s_client.  Now all three commands are insecure.
5306
5307 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * lpath.el: Bind completion-styles-alist for XEmacs.
5310
5311         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5312         (gravatar-create-image): New function that's an alias to
5313         gnus-xmas-create-image, gnus-create-image, or create-image.
5314         (gravatar-data->image): Use it.
5315
5316 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5317
5318         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5319         install the nnregistry refer method.
5320         (gnus-registry-install-hooks): Use it.
5321         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5322         unfollowed groups.
5323
5324 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5325
5326         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5327         expanding threads.
5328
5329 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * nnir.el: Use the server names without suffixes (bug #7009).
5332
5333         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5334         unencrypted to STARTTLS, if possible.
5335
5336 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5337
5338         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5339         headers before superseding.
5340
5341 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * nnrss.el (nnrss-use-local): Add documentation.
5344
5345         * nnimap.el (nnimap-extend-tls-programs): New function.
5346         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5347         (nnimap-wait-for-connection): Accept the greeting from the stupid
5348         output from openssl s_client -starttls, too.
5349
5350         * tls.el (tls-starttls-switches): New variable.
5351         (tls-find-starttls-argument): Use it.
5352         (open-tls-stream): Ditto.
5353
5354         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5355         (netrc-machine): Ditto.
5356
5357         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5358         article number.
5359         (nnimap-split-fancy): New variable.
5360         (nnimap-split-incoming-mail): Use it.
5361
5362         * nntp.el (nntp-server-list-active-group): Document.
5363
5364         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5365         SELECT to get the message-id.
5366
5367         * mail-source.el (mail-sources): Remove webmail support.
5368         (defvar): Ditto.
5369         (mail-source-fetcher-alist): Ditto.
5370         (mail-source-fetch-webmail): Remove.
5371
5372         * webmail.el: Remove -- doesn't seem relevant any more.
5373
5374         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5375
5376         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5377         the \r.
5378
5379 2010-09-30  Julien Danjou  <julien@danjou.info>
5380
5381         * gnus-agent.el (gnus-agent-add-group): Fix call to
5382         gnus-completing-read.
5383
5384 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * nndoc.el (nndoc-retrieve-groups): New function.
5387
5388         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5389         `default', use nnmail-split-methods.
5390         (nnimap-request-article): Downcase the NILs so that they are nil.
5391
5392         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5393         symbol.
5394
5395         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5396         code, since if the user has requested network, that's what they ought
5397         to get.
5398         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5399         (nnimap-split-rule): Mark as obsolete.
5400
5401         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5402         New variable.
5403
5404         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5405         correct slot, too.
5406
5407 2010-09-29  Julien Danjou  <julien@danjou.info>
5408
5409         * gnus.el (gnus-local-domain): Declare variable obsolete.
5410
5411         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5412         Fix history computing.
5413         (gnus-ido-completing-read): Require ido.
5414
5415 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5416
5417         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5418         build Gnus.
5419
5420         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5421         when interpreting the structures.
5422         (nnimap-request-accept-article): Add \r\n to the lines to make this
5423         work with Cyrus.
5424
5425         * nndraft.el (nndraft-request-expire-articles): Use the group name
5426         instead if "nndraft".  Fix found by Nils Ackermann.
5427
5428 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5429
5430         * nnregistry.el: Add.
5431
5432 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5433
5434         * nnmail.el (group, group-art-list, group-art):
5435         Remove unneeded directives.
5436
5437 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5440         (mm-mime-charset)
5441         * rfc2047.el (rfc2047-syntax-table)
5442         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5443
5444         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5445         rather than `insert-file-contents' and `eval-region'.
5446
5447         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5448         construction.
5449
5450         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5451
5452         * time-date.el: No need to require cl for Emacs 21.
5453
5454 2010-09-29  Julien Danjou  <julien@danjou.info>
5455
5456         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5457         replacement of `gnus-gravatar-relief' to mimic
5458         `gnus-faces-properties-alist'.
5459         Add :version property.
5460
5461 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * mail-source.el (mail-source-report-new-mail)
5464         * message.el (message-default-mail-headers)
5465         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5466
5467         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5468
5469 2010-09-28  Julien Danjou  <julien@danjou.info>
5470
5471         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5472         mail-address contains the same string as real-name.
5473
5474         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5475         non-blank in header, otherwise it'll get stripped.
5476
5477         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5478         real-name, and then for mail address rather than doing : or , search.
5479
5480 2010-09-27  Julien Danjou  <julien@danjou.info>
5481
5482         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5483         right completing-read function.
5484         (gnus-use-ido): New variable
5485         (gnus-completing-read-with-default): Remove.
5486         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5487         (gnus-agent-add-group):
5488         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5489         * mm-view.el (mm-view-pkcs7-decrypt):
5490         * mm-util.el (mm-codepage-setup):
5491         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5492         * mml-smime.el (mml-smime-openssl-sign-query):
5493         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5494         (mml-insert-multipart):
5495         * gnus-msg.el (gnus-summary-yank-message):
5496         * gnus-int.el (gnus-start-news-server):
5497         * mm-decode.el (mm-interactively-view-part):
5498         * gnus-dired.el (gnus-dired-attach):
5499         * gnus.el (gnus-read-method):
5500         * gnus-bookmark.el (gnus-bookmark-jump):
5501         * gnus-art.el (gnus-mime-view-part-as-type)
5502         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5503         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5504         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5505         * nnmairix.el (nnmairix-create-server-and-default-group)
5506         (nnmairix-update-groups, nnmairix-get-server)
5507         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5508         (nnmairix-get-group-from-file-path):
5509         * nnrss.el (nnrss-find-rss-via-syndic8):
5510         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5511         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5512         (gnus-group-browse-foreign-server):
5513         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5514         (gnus-summary-execute-command, gnus-summary-respool-article)
5515         (gnus-read-move-group-name):
5516         * gnus-score.el (gnus-summary-increase-score)
5517         (gnus-summary-score-effect):
5518         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5519
5520 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5523         x-focus-frame.
5524
5525         * nnimap.el (auth-source-forget-user-or-password)
5526         (auth-source-user-or-password): Autoload.
5527
5528         * message.el (message-from-style, message-interactive)
5529         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5530         (message-yank-prefix, message-indentation-spaces, message-signature)
5531         (message-signature-file): Add comment.
5532
5533 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5536         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5537         new articles.
5538
5539         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5540         parts.
5541         (nnimap-request-article): Work with the t setting, too.
5542
5543         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5544         that you don't get flashes of other buffers.
5545         (gnus-summary-show-complete-article): Intern before setting.
5546
5547 2010-09-27  David Engster  <dengste@eml.cc>
5548
5549         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5550         well as HEADERS.
5551         (nnmairix-retrieve-headers): Provide new argument for the above.
5552
5553 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5554
5555         * gnus-sum.el (gnus-summary-move-article): Don't alter
5556         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5557         group.
5558
5559         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5560
5561         * message.el (message-cite-prefix-regexp): Revert my last edit.
5562
5563         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5564         variable instead of the Gnus variable.
5565
5566         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5567
5568         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5569
5570         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5571         since some servers don't like it.
5572         (nnimap-open-connection): Forget credentials if the server says the
5573         password was wrong.
5574         (nnimap-parse-line): Protect against invalid data.
5575
5576         * gnus-sum.el (gnus-summary-move-article): Add comment.
5577         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5578         nothing alters it while scanning for new messages.
5579
5580         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5581         which may or may not help.
5582         (nnimap-open-connection): If we're doing a stream connection, and then
5583         discover we're on a STARTTLS-capable server, then open a STARTTLS
5584         connection instead.
5585
5586 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5587
5588         * nnimap.el (utf7): Require.
5589
5590         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5591         prefix.
5592
5593 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5594
5595         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5596
5597 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * nnimap.el (nnimap-request-accept-article): Message the error on
5600         error.
5601
5602 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5605
5606 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * nndoc.el (nndoc-request-list): Return success always.
5609
5610         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5611         `fetch-old' -- we only want to fetch the articles we've requested.
5612         The rest are in the agent, probably.
5613         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5614         disappeared server" to something low.  It's not important.
5615
5616         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5617         arrived before the FETCH data.
5618
5619         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5620         target here, because we don't know the Gnus name of the group.
5621
5622         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5623         for the correct group.
5624
5625         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5626
5627         * gnus.el (gnus): Give a final warning after startup.
5628
5629         * gnus-util.el (gnus-action-message-log): New variable.
5630         (gnus-message): Use it.
5631         (gnus-final-warning): New function.
5632
5633         * nnimap.el (nnimap-open-connection): Record the greeting.
5634         (nnimap): Add greeting.
5635
5636 2010-09-26  Julien Danjou  <julien@danjou.info>
5637
5638         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5639         arguments.
5640         (gnus-html-wash-images): Fix spec computing to include start/end.
5641
5642         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5643
5644 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645
5646         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5647         deletion.
5648         (nnimap-retrieve-headers): Don't select the group, because that's
5649         already done by nnimap-possibly-change-group.
5650
5651         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5652         (gnus-picon-transform-address): Use it.
5653
5654         * mail-source.el (mail-source-value): Revert previous patch.
5655
5656         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5657         on failure.
5658         (nnimap-open-connection): Look up both virtual and physical server name
5659         credentials.
5660
5661         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5662
5663 2009-02-07  Dave Love  <fx@gnu.org>
5664
5665         * tls.el (open-tls-stream): Don't query killing process.
5666
5667 2009-02-08  Dave Love  <fx@gnu.org>
5668
5669         * gnus-win.el (gnus-window-to-buffer-helper)
5670         (gnus-all-windows-visible-p): Function needn't be a symbol.
5671
5672         * mail-source.el (mail-source-value): Function needn't be a symbol.
5673
5674 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * message.el (message-cite-prefix-regexp): Remove } from the cite
5677         prefix.
5678
5679         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5680         highlight again, so that the highlight is correct.
5681
5682         * gnus-picon.el (gnus-picon): Remove again.
5683         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5684
5685         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5686         doing the header highlightling, so that the background colour of the
5687         picon is correct.
5688
5689         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5690         (gnus-picon): Ditto.
5691         (gnus-picon): Reinstate.  The background colour for picons is white.
5692         (gnus-picon-insert-glyph): Make the background white.
5693
5694         * nnml.el (nnml-open-nov): Don't return dead buffers.
5695
5696         * auth-source.el (auth-source-create): Query the user for whether to
5697         store the credentials.
5698
5699         * netrc.el (netrc-store-data): New function.
5700
5701         * auth-source.el (auth-source-user-or-password): Use the existing auth
5702         sources, if any, for creation.
5703
5704         * gnus.el (gnus-group-fast-parameter): Return the last matching
5705         parameter instead of the first matching parameter.
5706
5707 2010-09-26  Julien Danjou  <julien@danjou.info>
5708
5709         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5710
5711 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * mml2015.el (mml2015-use): Remove gpg support.
5714
5715         * mml1991.el (mml1991-function-alist): Remove gpg function.
5716         (mml1991-gpg-sign): Remove.
5717
5718 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5719
5720         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5721         (gnus-browse-unsubscribe-current-group): Document it.
5722         (gnus-browse-unsubscribe-group): Use it.
5723
5724 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5727         address to the To list for easier response.
5728
5729         * gnus.el (gnus-play-startup-jingle): Remove.
5730         (gnus-splash): Don't play jingle.
5731         (gnus): Silence gnus-load message.
5732
5733         * gnus-art.el (gnus-treat-play-sounds): Remove.
5734
5735         * gnus.el (gnus-play-jingle): Remove audio support.
5736
5737         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5738
5739         * earcon.el: Remove -- no users.
5740
5741         * gnus-audio.el: Remove -- no users of this package.
5742
5743         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5744
5745         * gnus-start.el (gnus-setup-news): Remove nocem support.
5746
5747         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5748
5749         * gnus.el (gnus-use-nocem): Remove.
5750
5751         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5752         Remove.
5753
5754         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5755         uses NoCeM any more.
5756
5757         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5758         (gnus-button-ctan-handler): Ditto.
5759         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5760         (gnus-button-ctan-directory-regexp): Ditto.
5761         (gnus-button-handle-ctan): Ditto.
5762         (gnus-button-tex-level): Ditto.
5763         (gnus-button-alist): Remove CTAN stuff.
5764
5765 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5768         nnimap-streaming test.
5769
5770         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5771         servers twice.
5772
5773         * nnimap.el (nnimap-open-connection): Add more error reporting when
5774         nnimap fails early.
5775
5776         * nnheader.el (nnheader-get-report-string): New function.
5777         (nnheader-get-report): Use it.
5778
5779         * gnus-int.el (gnus-check-server): Say what the error was when opening
5780         failed.
5781
5782         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5783         using streaming.
5784
5785 2010-09-25  Julien Danjou  <julien@danjou.info>
5786
5787         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5788         gnus-window-inside-pixel-edges.
5789
5790 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5793
5794         * mm-decode.el (mm-save-part): Allow saving to other directories the
5795         normal Emacs way.
5796
5797         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5798         Suggested by Jay Berkenbilt.
5799
5800         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5801         there isn't a single byte.
5802
5803         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5804         just do it.  It doesn't really seem to matter what the user responds
5805         here, I think, so it's just a confusing question.
5806
5807         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5808         non-streaming case.
5809
5810         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5811         (gnus-article-encrypt-body): Use it.
5812
5813         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5814         keystroke.
5815
5816         * nnimap.el (nnimap-find-wanted-parts-1):
5817         Use gnus-fetch-partial-articles.
5818
5819         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5820
5821         * nnimap.el (nnimap-insert-partial-structure): New function.
5822         (nnimap-get-partial-article): New function.
5823         (nnimap-request-article): Use it.
5824         (nnimap-wait-for-response): Return whether the wait was successful.
5825         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5826         retrieval wasn't successful.
5827         (nnimap-retrieve-group-data-early): Allow throttling servers.
5828         (nnimap-streaming): New variable.
5829         (nnimap-fetch-partial-articles): Remove.
5830
5831         * mm-decode.el (mm-with-part): Protect against killed buffers.
5832
5833         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5834         for prettier summary display.
5835
5836 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5837
5838         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5839
5840 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5843         apparently third-party libraries depend on it.
5844
5845         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5846         before starting negotiation.
5847
5848         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5849         privacy reasons.
5850         (gnus-treat-mail-gravatar): Ditto.
5851
5852         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5853         buffer when inserting images.  Inserting text into the headers, for
5854         instance, can make them invalid.
5855
5856 2010-09-25  Julien Danjou  <julien@danjou.info>
5857
5858         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5859         variables.
5860
5861         * nnheader.el: Remove useless variables news-reply-yank-from and
5862         news-reply-yank-message-id.
5863
5864         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5865         variables.
5866
5867         * mml1991.el: Remove useless mml1991-verbose.
5868
5869         * gnus.el: Remove useless variable gnus-use-generic-from.
5870         Remove obsolete variable gnus-topic-indentation.
5871
5872         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5873
5874         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5875
5876         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5877
5878         * gnus-group.el: Remove useless gnus-group-icon-cache.
5879         Remove useless gnus-ephemeral-group-server.
5880
5881         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5882
5883         * mml2015.el: Remove useless mml2015-verbose.
5884
5885         * mml-smime.el: Remove useless mml-smime-verbose.
5886
5887         * gnus.el: Remove useless gnus-local-domain.
5888
5889         * gnus-gravatar.el (gnus-gravatar-transform-address):
5890         Use gnus-gravatar-size.
5891
5892         * gnus-art.el: Remove useless gnus-treat-translate.
5893
5894 2010-09-24  Julien Danjou  <julien@danjou.info>
5895
5896         * gnus-sum.el: Add support for Gravatars.
5897
5898         * gnus-art.el: Add support for Gravatars.
5899
5900         * gnus-gravatar.el: Add this file.
5901
5902         * gravatar.el: Add this file.
5903
5904 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5907
5908         * gnus-group.el (gnus-group-fetch-faq): Remove.
5909
5910         * gnus.el (gnus-group-faq-directory): Remove.
5911
5912         * gnus-group.el (gnus-group-fetch-charter): Remove.
5913
5914         * gnus.el (gnus-group-charter-alist): Remove.
5915
5916         * gnus-group.el (gnus-group-archive-directory): Remove.
5917         (gnus-group-recent-archive-directory): Ditto.
5918         (gnus-group-make-archive-group): Remove.
5919
5920         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5921
5922         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5923         use the same article number for all the cached articles.
5924
5925         * nnimap.el (nnimap-command): Register the last command time so
5926         that we can use it for idling NOOPs.
5927         (nnimap-open-connection): Start the keeplive timer.
5928         (nnimap-make-process-buffer): Store all the process buffers.
5929         (nnimap-keepalive): New function.
5930
5931         * starttls.el (starttls-open-stream): Add autoload cookie.
5932
5933 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5934
5935         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5936         handling.
5937
5938 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5939
5940         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5941         its data structures.
5942
5943         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5944         instead of the cl.el copy-list.
5945         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5946         equalp.
5947
5948 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5951         and tool-bar-local-item-from-menu.
5952
5953         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5954         mode-line-highlight face for Emacs.
5955
5956         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5957         loading gnus-sum.elc; fix comment for canlock-verify.
5958         (gnus-article-jump-to-part): Use read-number.
5959         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5960         Remove Emacs pre-21 compatible code for help-echo.
5961         (gnus-article-next-page-1): No need to adjust the number of lines.
5962         (gnus-article-describe-bindings): Always use help-buffer.
5963
5964         * gnus-audio.el (gnus-audio-inline-sound)
5965         * gnus-cus.el (gnus-custom-mode)
5966         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5967
5968         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5969
5970         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5971         compatible code.
5972
5973 2010-09-24  Glenn Morris  <rgm@gnu.org>
5974
5975         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5976         visiting the fcc file in rmail-mode.
5977
5978         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5979
5980 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * nnir.el: Silence the byte compiler.
5983
5984         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5985         alias to browse-url-url-encode-chars if any.
5986         (gnus-html-encode-url): Use it.
5987
5988 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * gnus-start.el (gnus-use-backend-marks): New variable.
5991         (gnus-get-unread-articles-in-group): Use it.
5992
5993         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5994         makeover.
5995
5996 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5997
5998         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5999
6000 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6003         Remove.
6004         (gnus-setup-news-hook):
6005         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6006
6007         * gnus-int.el (gnus-request-update-info): Protect against backends not
6008         having the function.
6009
6010         * nnimap.el (nnimap-stream): Mention starttls.
6011         (nnimap-open-connection): Add starttls support.
6012
6013 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6014
6015         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6016
6017 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018
6019         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6020         BODYSTRUCTUREs.
6021         (nnimap-transform-headers): Unfold quoted {42} headers.
6022
6023         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6024         the info.
6025         (gnus-get-unread-articles): Only call updatep on backends that support
6026         it.
6027
6028         * nnweb.el (nnweb-request-update-info): NOOP.
6029
6030         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6031
6032         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6033         since it only deals with marks.
6034
6035         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6036         gnus-request-marks, and make a new gnus-request-update-info.
6037
6038         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6039         the active instead of the high number, which is usually too low.
6040
6041 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6042
6043         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6044         * encrypt.el: Remove.
6045
6046 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6049         server in symbolic form.
6050
6051         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6052
6053 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054
6055         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6056         (nnimap-update-info): Fix up code slightly.
6057
6058         * gnus-int.el (gnus-open-server): Add tracing for performance
6059         debugging.
6060
6061         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6062         (gnus-group-insert-group-line): Pass the real group name so that it
6063         gets the right data.
6064
6065         * gnus-start.el (gnus-get-unread-articles): Don't have
6066         `gnus-get-unread-articles-in-group' update info, since that can be
6067         really slow and doesn't seem to be needed?
6068
6069 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6070
6071         * time-date.el (date-to-time): Try using parse-time-string first before
6072         using the slower timezone-make-date-arpa-standard.
6073
6074 2010-09-22  Julien Danjou  <julien@danjou.info>
6075
6076         * gnus-group.el (gnus-group-insert-group-line):
6077         Call gnus-group-highlight-line.
6078         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6079         default hook list.
6080         (gnus-group-update-eval-form): Add new function.
6081         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6082         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6083
6084 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6087         immediate, then expire all articles.
6088         (nnimap-update-info): Fix off-by-one errors.
6089         (nnimap-flags-to-marks): Would return no marks lists for group with no
6090         flags.  Instead return the other data.
6091
6092 2010-09-22  Julien Danjou  <julien@danjou.info>
6093
6094         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6095         Only return an icon.
6096         (gnus-group-insert-group-line): Compute icon to return.
6097
6098         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6099         (gnus-html-image-fetched): Only cache if
6100         gnus-html-image-automatic-caching is set.
6101         (gnus-html-image-fetched): Check for errors.
6102
6103 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6104
6105         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6106         once per method on `g'.  This ensures that backends like nnfolder don't
6107         open all their folders.
6108
6109         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6110         (nnimap-request-list): Nix out group in the correct buffer.
6111         (nnimap-parse-flags): Implement by using `read' instead of
6112         hand-parsing.
6113         (nnimap-flags-to-marks): Pass on permanent-flags.
6114         (nnimap-make-process-buffer): Record the server name.
6115         (nnimap-parse-flags): Fix typo.
6116         (nnimap-request-scan): Run split on the server in general, not just a
6117         single group.
6118
6119         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6120         parameter, and propagate this downwards.
6121
6122         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6123         since EXAMINE changes it on the server.
6124
6125         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6126         this command might take a while.
6127
6128 2010-09-22  Julien Danjou  <julien@danjou.info>
6129
6130         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6131         harmful if you have 2 images side-by-side, they can't be properly
6132         update on text deletion.  Using text-property is safer here.
6133         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6134         data.
6135
6136 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6137
6138         * nnimap.el (nnimap-expunge-inbox): Remove.
6139         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6140         (nnimap-expunge): Flip default to t.
6141
6142         * gnus.el (gnus-method-to-server): Don't push things to the cache
6143         unless it's unique.
6144         (gnus-server-to-method): Ditto.
6145
6146 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6147
6148         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6149
6150 2010-09-22  Julien Danjou  <julien@danjou.info>
6151
6152         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6153         get the start of data.
6154         (gnus-html-encode-url): Add this function to encode special chars in
6155         URL.
6156         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6157         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6158
6159         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6160         default.
6161         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6162
6163         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6164         images alt-text.
6165         (gnus-html-put-image): Put alt-text as help-echo.
6166
6167 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6170         * mm-util.el (mm-decompress-buffer)
6171         * nnir.el (nnir-run-find-grep)
6172         * pop3.el (pop3-list): Use 3rd arg of split-string.
6173
6174         * time-date.el (format-seconds): Comment fix.
6175
6176         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6177         and byte-optimize-form-code-walker.
6178         (dgnushack-make-auto-load): Don't advise make-autoload.
6179
6180         * lpath.el: Remove Emacs 21 stuff.
6181
6182 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183
6184         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6185         outside the active range.  Suggested by Dan Christensen.
6186
6187         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6188         slightly later to avoid double-getting it.
6189
6190         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6191         previous patch.
6192
6193         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6194
6195 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
6196
6197         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6198
6199 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * gnus-int.el (gnus-open-server): Give a better error message in the
6202         "go offline" case.
6203
6204         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6205         marks for nnimap, which is seldom the right thing to do.
6206
6207         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6208         (gnus-same-method-different-name): New function.
6209
6210         * nnimap.el (parse-time): Require.
6211
6212         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6213         method in the presence of many similar methods.
6214
6215         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6216
6217         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6218         nnml-inhibit-expiry.
6219
6220         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6221         find out whether methods are equal.
6222
6223         * nnimap.el (nnimap-find-expired-articles): New function.
6224         (nnimap-process-expiry-targets): New function.
6225         (nnimap-request-move-article): Request the article before looking at
6226         what the Message-ID is.  Fix found by Andrew Cohen.
6227         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6228
6229         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6230         for oldness in addition to being a predicate.
6231
6232         * nnimap.el (nnimap-request-group): When we have zero articles, return
6233         the right data to Gnus.
6234         (nnimap-request-expire-articles): Only delete articles immediately if
6235         the target is 'delete.
6236
6237         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6238         method, this would bug out.
6239
6240         * gnus-group.el (gnus-group-expunge-group): Rename from
6241         gnus-group-nnimap-expunge, and implemented as a normal interface
6242         function.
6243
6244         * gnus-int.el (gnus-request-expunge-group): New function.
6245
6246         * nnimap.el (nnimap-request-create-group): Implement.
6247         (nnimap-request-expunge-group): New function.
6248
6249 2010-09-21  Julien Danjou  <julien@danjou.info>
6250
6251         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6252         (gnus-html-cache-expired): Add new function.
6253         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6254         wethever we should display image for fetch it.
6255         Compute alt-text earlier to pass it to the fetching function too.
6256         (gnus-html-schedule-image-fetching): Change function argument to only
6257         get one image at a time, not a list.
6258         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6259         cache.
6260         (gnus-html-get-image-data): New function to retrieve image data from
6261         cache.
6262         (gnus-html-put-image): Change buffer argument to use image data rather
6263         than file, and place image above region rather than inserting a new
6264         one.  Do not take alt-text as argument, since it's useless now: we place
6265         the image above alt-text.
6266         (gnus-html-prune-cache): Remove.
6267         (gnus-html-show-images): Start to fetch image when we find one, do not
6268         push into a temporary list.
6269         (gnus-html-prefetch-images): Only fetch image if they have expired.
6270         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6271         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6272
6273 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6276
6277 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6278
6279         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6280         spec inser "*" if the group isn't active instead of 0.
6281
6282         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6283         opening the server.
6284         (nnimap-request-delete-group): Implement group deletion.
6285         (nnimap-transform-headers): Return the size of the entire message in
6286         the Bytes header, not just the size of the first part.
6287         (nnimap-request-move-article): When moving an article from nnimap,
6288         request the article first so the accepting form has an article to
6289         accept.  Reported by Dan Christensen.
6290         (nnimap-command): Make sure that the error message doesn't error out.
6291
6292 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6293
6294         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6295         we haven't requested anything.
6296
6297 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6300         "".  Fix found by Andrew Cohen.
6301
6302         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6303         instead of -encode-string.
6304
6305 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6308
6309         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6310         by mm-subst-char-in-string.
6311
6312 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6315         waiting for the connection string.
6316
6317         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6318         arriving.
6319
6320         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6321         bogus characters.  This allows selecting certain Gmail groups.
6322
6323         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6324         (nnimap-fetch-partial-articles): New variable.
6325         (nnimap-open-connection): When looking for credentials, also use the
6326         nnimap-server-port.
6327         (nnimap-request-article): Return the group/article number, so that Gnus
6328         `^' works as expected.
6329         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6330
6331         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6332         comments.
6333         (gnus-methods-sloppily-equal): New function.
6334         (gnus): When using the development version of Gnus, load the gnus-load
6335         file.
6336
6337         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6338         `gnus-open-server' on each method before trying to scan them etc.
6339         This ensures that all the backend parameters are set correctly.
6340
6341         * nnimap.el (nnimap-authenticator): New variable.
6342         (nnimap-open-connection): Allow anonymous login.
6343         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6344         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6345
6346         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6347         patch, found by Knut Anders Hatlen.
6348
6349 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6350
6351         * gnus-agent.el (gnus-agent-batch-confirmation)
6352         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6353         to gnus-message.
6354         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6355         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6356         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6357         * gnus-int.el (gnus-open-server): Likewise.
6358         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6359         (gnus-score-check-syntax): Likewise.
6360         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6361         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6362         Likewise.
6363         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6364
6365 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6368         calling conventions so that prefetch doesn't bug out.
6369
6370 2010-09-19  Julien Danjou  <julien@danjou.info>
6371
6372         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6373         rather than `subst-char-in-region' in order to be able to replace ASCII
6374         char by UTF-8 ones.
6375
6376         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6377         than curl.
6378         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6379         the right URL and ALT text on images.
6380         (gnus-html-wash-tags): Fix tag case.
6381         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6382         (gnus-article-html): Add -o display_ins_del=2 option.
6383         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6384
6385 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6386
6387         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6388         the extra mail headers, which sometimes seem to happen for unknown
6389         reasons.
6390
6391         * mail-parse.el (mail-header-encode-parameter): Define as
6392         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6393         (or most, perhaps?) mail readers don't understand the latter, but do
6394         understand the former.
6395
6396         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6397         to nil, so that no methods are automatically agentized.  I think this
6398         is probably what most users want.
6399
6400         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6401         from url-retrieve, for instance about invalid URLs.
6402
6403         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6404         groups that have no articles.
6405         (nnimap-request-article): Check that we really got an article when we
6406         requested one.
6407
6408         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6409         doesn't exist.
6410
6411         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6412         nntp buffer so the agent can save it.
6413         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6414         that CRLF doesn't get translated to \n.
6415         (nnimap-open-connection): Don't make 'shell commands only send \n.
6416
6417 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6418
6419         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6420         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6421         Update var name.
6422         (nnml-generate-nov-file): Use dolist.
6423         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6424         Use with-current-buffer.
6425
6426 2010-09-18  Julien Danjou  <julien@danjou.info>
6427
6428         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6429         parallel.
6430
6431 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6434         the range update right.
6435         (nnimap-request-group): Don't make `M-g' bug out on group with no
6436         marks.
6437         (nnoo): Require, so that other packages can require nnimap.
6438         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6439         command we're looking for.  This helps when the server sends more
6440         responses after we've gotten everything we expected.
6441         (nnimap): Add a `newlinep' field to keep track of end-of-line
6442         conventions.
6443         Don't send CRLF to things that don't want it.
6444         (nnimap-request-accept-article): Ditto.
6445
6446 2010-09-18  Julien Danjou  <julien@danjou.info>
6447
6448         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6449         than curl to retrieve images.
6450
6451 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6454         the marks.
6455         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6456         (nnimap-wait-for-connection): New function.
6457         (nnimap-open-connection): If we have PREAUTH, don't query for login
6458         credentials.
6459         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6460         when doing a partial update.
6461
6462 2010-09-18  Julien Danjou  <julien@danjou.info>
6463
6464         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6465         tags.
6466
6467 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * nnimap.el (nnimap-credentials): New function.
6470         (nnimap-open-connection): Use the new function to look for credentials
6471         also on the numeric equivalents of "imap" and "imaps".
6472
6473         * gnus-start.el (gnus-activate-group): Send the info to
6474         gnus-request-group.
6475
6476         * nnimap.el (nnimap-request-group): Have the "check" version of the
6477         function parse flags and update the info, so that a `M-g' get a total
6478         resync of all flags from the group.
6479
6480         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6481         to allow backends to alter the info on group selection.  Also alter all
6482         the backend -request-group functions to take the parameter.
6483
6484         * nnimap.el (nnimap-store-info): New function.
6485         (nnimap-update-info): Store the info for later usage.
6486         (nnimap-request-group): Use the stored info for the dont-check case, so
6487         that we don't retrieve all marks when we enter a group.
6488
6489         * nnimap.el: Use deffoo instead of defun for interface functions.
6490
6491         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6492         update the group info.  This makes the nndraft groups, for instance, go
6493         back to their old behaviour.
6494
6495         * gnus-sum.el (gnus-select-newsgroup): Indent.
6496
6497         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6498         in.
6499         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6500         nothing.
6501
6502         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6503         from methods that are denied.
6504
6505         * gnus-int.el (gnus-method-denied-p): New function.
6506
6507         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6508         store the password instead of netrc.
6509         (nnimap-open-connection): Don't error out when we can't make a
6510         connections.
6511
6512         * auth-source.el (auth-source-create): In the password prompt, say what
6513         we're querying for.  Also prompt for user name if that hasn't been
6514         given.
6515
6516         * nnimap.el (nnimap-with-process-buffer): Remove.
6517
6518 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6521         method when we're reading from the agent.
6522
6523         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6524
6525         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6526         that's probably most useful for users.
6527
6528         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6529         "failed" all the time.
6530
6531         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6532         ...)) with (with-current-buffer ... ).
6533
6534         * nntp.el (nntp-open-server): Return whether the open was successful or
6535         not.
6536
6537         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6538         select an unread unseen article first.
6539
6540         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6541         /etc/services, supply some sensible port defaults.
6542
6543         * dgnushack.el: Define netrc-credentials.
6544
6545 2010-09-17  Julien Danjou  <julien@danjou.info>
6546
6547         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6548
6549 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6550
6551         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6552         doesn't have any parameters.
6553
6554 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6555
6556         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6557         only upcased checks.
6558
6559         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6560
6561         * nnimap.el (nnimap-open-shell-stream): New function.
6562         (nnimap-open-connection): Use it.
6563         (nnimap-transform-headers): Get the number of lines in each message.
6564         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6565         number of lines.
6566         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6567         problem.
6568
6569         * utf7.el (utf7-encode): Autoload.
6570
6571         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6572         to allow the mail splitting to not return a default group.  This is
6573         useful for nnimap, which will leave unmatched mail in the inbox.
6574
6575         * nnimap.el: Rewritten.
6576
6577         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6578         nnimap usage.
6579
6580         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6581         if the move is internal, so that nnimap can do fast internal moves.
6582
6583         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6584         data.
6585         (gnus-read-active-for-groups): Support finishing the early retrieval of
6586         data.
6587
6588         * gnus-range.el (gnus-range-nconcat): New function.
6589
6590         * gnus-int.el (gnus-finish-retrieve-group-infos)
6591         (gnus-retrieve-group-data-early): New functions.
6592
6593 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6594
6595         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6596         (nnrss-retrieve-groups):
6597         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6598         (pop3-quit): Use with-current-buffer.
6599
6600 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6603         instead of nnheader-accept-process-output.
6604
6605         * dgnushack.el (dgnushack-compile): Add comment.
6606
6607         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6608
6609         * gnus-html.el (gnus-html-schedule-image-fetching)
6610         (gnus-html-prefetch-images): Replace process-kill-without-query by
6611         gnus-set-process-query-on-exit-flag.
6612
6613 2010-09-16  Romain Francoise  <romain@orebokech.com>
6614
6615         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6616
6617 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618
6619         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6620         parameter to unintern is mandatory-ish in Emacs 24.
6621
6622         * gnus-html.el (gnus-html-schedule-image-fetching)
6623         (gnus-html-prefetch-images): Check for curl before using it.
6624
6625         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6626         depend on curl, which isn't essential.
6627
6628         * imap.el: Revert back to version
6629         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6630         seem problematic.
6631
6632 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6633
6634         * gnus-registry.el (gnus-registry-install-shortcuts):
6635         Explicitly pass `obarray' to `unintern' to avoid a warning.
6636
6637 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6640         change.
6641
6642         * nnrss.el (nnrss-request-list): Remove this function and related
6643         functions, including the moreover stuff.
6644
6645 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * nnrss.el (nnrss-retrieve-groups): New function.
6648
6649 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6650
6651         * .dir-locals.el: Add no-byte-compile cookie.
6652
6653 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * time-date.el (format-seconds): Comment fix.
6656
6657         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6658         for back end that doesn't support request-scan.
6659
6660 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6661
6662         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6663         then do request scans from the backends.
6664
6665         * netrc.el (netrc-credentials): New conveniency function.
6666
6667         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6668         avoid running a hook per line, since this takes a lot of time,
6669         profiling shows.
6670         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6671         directly if gnus-visual-p is true.
6672
6673 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6676         groups; replace mapcar with dolist which is a bit faster; pass groups
6677         info to gnus-read-active-file-1.
6678         (gnus-read-active-file-1): Scan only specified groups if the new
6679         optional arg `infos' is given.
6680
6681 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682
6683         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6684
6685         * pop3.el (pop3-movemail): Remove.
6686         (pop3-streaming-movemail): Rename to pop3-movemail.
6687
6688         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6689         don't restrict end-tag searches to the end of the line.
6690
6691 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6694         articles of every unchecked group to t, which means unknown since the
6695         server has never been opened.
6696
6697 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6698
6699         * gnus-html.el (gnus-html-show-alt-text): New command.
6700         (gnus-html-browse-image): Ditto.
6701         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6702         to browse the image directly.
6703         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6704         better.
6705
6706         * gnus-async.el (gnus-async-article-callback):
6707         Call `gnus-html-prefetch-images' unconditionally.
6708
6709         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6710         before feeding URLs to curl.
6711
6712 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6715         internal images as deletable by `W D D'.
6716
6717         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6718         (gnus-async-article-callback): Fix typo.
6719
6720 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721
6722         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6723         current line to work around bugs in the output from w3m.
6724
6725         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6726         for groups that want that.
6727
6728         * nntp.el (nntp-wait-for-string): Supply a timeout for
6729         accept-process-output to ensure progress.
6730
6731         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6732         level to get unread articles from, then use that for foreign groups,
6733         too.
6734
6735         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6736         confuses the rest of the function.
6737
6738         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6739         for the methods that support -retrieve-groups, too.
6740
6741         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6742
6743 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6746         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6747
6748         * pop3.el: Require cl when compiling.
6749         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6750
6751 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6752
6753         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6754         that aren't going to be activated.
6755         (gnus-get-unread-articles): Fix up the last commit.
6756
6757         * gnus-html.el (gnus-article-html): Allow calling without specifying
6758         the handle.  In that case, dissect the buffer first.
6759
6760         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6761
6762         * nnimap.el (nnimap-open-connection): Revert the change that would look
6763         into authinfo for imaps instead of imap.
6764
6765         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6766         say that you don't want to call gnus-request-group with don-check, but
6767         do check the reponse.  This is for virtual groups only.
6768         (gnus-get-unread-articles): Count the archive groups as secondary, so
6769         that they're activated the same way as before.
6770
6771         * imap.el (imap-message-map): Removed optional buffer parameter, since
6772         no callers use it.
6773         (imap-message-get): Ditto.
6774         (imap-message-put): Ditto.
6775         (imap-mailbox-map): Ditto.
6776         (imap-mailbox-put): Ditto.
6777         (imap-mailbox-get): Ditto.
6778         (imap-mailbox-get): Revert last change for this function.
6779
6780         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6781         case-insensitively.
6782         (nnimap-debug): Remove.
6783
6784         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6785         callers to use `imap-fetch' instead.  According to the comments, this
6786         should be safe, since all other IMAP clients use the 1:* syntax.
6787         (imap-enable-exchange-bug-workaround): Remove.
6788         (imap-debug): Remove -- doesn't seem very useful.
6789
6790         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6791         mail from a file, and the file doesn't exist.
6792
6793         * imap.el (imap-log): New convenience function used throughout instead
6794         of repeating the same code all over the place.
6795
6796         * pop3.el (pop3-streaming-movemail): Return t for success.
6797
6798         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6799         .authinfo if we're using ssl connection.
6800
6801         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6802         already have if we're in a main Gnus `g' run.
6803
6804         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6805
6806 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6809
6810         * nnmh.el (nnmh-request-list-1): Bind `file'.
6811
6812         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6813         alias to set-process-query-on-exit-flag or process-kill-without-query.
6814         (pop3-open-server): Use it.
6815
6816 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6817
6818         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6819         box to the Incoming file.  Fixes mistake in previous checkin.
6820
6821         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6822         request loop (for debugging purposes) removed.
6823
6824         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6825         culprit is more visible.
6826         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6827         (nnml-add-incremental-nov): New functions to do "incremental" nov
6828         updates, where we just append to the end of the existing nov files
6829         without reading/writing them in full.
6830
6831         * mail-source.el (mail-source-delete-crash-box): Really only check the
6832         incoming files once in a while.
6833
6834         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6835
6836         * mail-source.el (mail-source-delete-crash-box): Only check the
6837         incoming files for deletion once per day to save a lot of file
6838         accesses.
6839
6840         * pop3.el (pop3-logon): Fix up unbound variable typo.
6841
6842         * mail-source.el (pop3-streaming-movemail): Autoload.
6843
6844         * pop3.el (pop3-streaming-movemail):
6845         Respect pop3-leave-mail-on-server.
6846
6847         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6848         retrieval.
6849
6850         * pop3.el (pop3-process-filter): Remove unused function.
6851         (pop3-streaming-movemail, pop3-send-streaming-command)
6852         (pop3-wait-for-messages, pop3-write-to-file)
6853         (pop3-number-of-responses): New functions for streaming pop3
6854         retrieval.
6855
6856         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6857         come from no known methods.
6858         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6859         list.
6860
6861         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6862         message sizes.
6863         (pop3-movemail): Use erase-buffer instead of looping and deleting
6864         regions, which seems rather odd.
6865
6866         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6867         file once per `g' run.
6868
6869         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6870         directories.  This makes the draft queue directory work.
6871
6872         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6873         data from the backends, so that we only request the list of groups from
6874         each method once.  This should speed things up considerably.
6875
6876         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6877         detect that it's not implemented.
6878
6879         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6880         we actually do recurse down into the tree, but don't stat all leaf
6881         nodes.
6882
6883         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6884         then say so instead of bugging out.
6885
6886         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6887         files exist before trying to read them.
6888
6889         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6890         around <pre_int>.
6891
6892         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6893
6894         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6895
6896 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6897
6898         * mm-util.el (mm-image-load-path): Just return the image directories,
6899         not all directories in the path in addition to the image directories.
6900         (mm-image-load-path): Maintain a cache of the image directories so that
6901         the `g' command in Gnus doesn't have to stat dozens of directories each
6902         time.
6903
6904         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6905         (gnus-html-wash-tags): Add a new `i' command to insert images.
6906         (gnus-html-insert-image): New command and keystroke.
6907         (gnus-html-redisplay-with-images): New command and keystroke.
6908         (gnus-html-show-images): Rename command.
6909         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6910         spacers.
6911         (gnus-html-wash-tags): Decode entities at the end, so that entities
6912         inside the tags don't mess up the rest of the "parsing".
6913
6914         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6915         so that nnimap methods aren't agentized by default.  There's apparently
6916         many problems related to agent/imap behaviour.
6917
6918         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6919
6920         * gnus-html.el: Doc fix.
6921
6922 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6925         specifier-spec-list for Emacs 21.
6926
6927         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6928         glyph-width and glyph-height instead of display-graphic-p and
6929         image-size; make avoidance of displaying small images work for XEmacs.
6930
6931         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6932         for XEmacs.
6933
6934         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6935         of symbol that holds plist data.
6936         (gnus-process-plist): Remove plist of process after getting it.
6937
6938 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6939
6940         * message.el (message-generate-hashcash): Change default to
6941         'opportunistic if hashcash is installed.
6942
6943         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6944         (gnus-html-put-image): Only call image-size once, since it's somewhat
6945         time-consuming on remote X servers.
6946
6947 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6950         type on data, not a file name.
6951
6952         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6953         window-pixel-edges for Emacs 21.
6954
6955         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6956         decoded contents.
6957         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6958
6959 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6962         group line format, since it isn't very interesting.
6963
6964         * gnus-agent.el (gnus-agent-short-article),
6965         (gnus-agent-long-article): Increase values for these two variables,
6966         since most people are likely to have more network connection and
6967         storage than before.
6968
6969         * gnus.el (gnus-refer-article-method): Change default to 'current.
6970         When referring an article, the common behaviour is to refer it from the
6971         current select method, not the native select method.  The chances of
6972         the native select method having the message in question is rather slim
6973         these days.
6974
6975         * gnus-sum.el (gnus-auto-select-subject): Change default to
6976         `unseen-or-unread'.  I think it's likely that most people want to
6977         select an unseen article over a previously seen, but unread one.
6978
6979         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6980         means that in the article buffer none of the minor mode elements will
6981         be shown, usually, and this is not desirable in most cases.
6982
6983         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6984         that commands like `d' (and the like) go to the next line in the
6985         buffer, instead of the next unread article.  I think this is the
6986         behaviour that is most natural for most users.
6987         (gnus-single-article-buffer): Change default to nil, so that people can
6988         have as many article buffers open as they have summary buffer.  I think
6989         this is the most natural way for the groups to behave.
6990
6991         * message.el (message-generate-new-buffers): Change default to
6992         `unsent', so that all new message buffers start their names with the
6993         string "*unsent", and it's easier to find the buffers if you move from
6994         them.
6995
6996 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6997
6998         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6999         small.  They're probably tracking images.
7000         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7001         (gnus-html-rescale-image): Yet another try at getting the image sizing
7002         right.
7003
7004         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7005         nntp-marks-file-name is nil.
7006
7007 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7008
7009         * gnus-html.el (gnus-html-wash-tags)
7010         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7011         Better logging.
7012
7013 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7016
7017         * gnus-html.el (gnus-html-wash-tags): Check the value of
7018         gnus-blocked-images in the summary buffer.
7019
7020 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7023
7024 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7027         like "a", it seems like.
7028         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7029         since it needs to be picked from the correct buffer.
7030
7031         * nnwfm.el: Remove.
7032
7033         * nnlistserv.el: Remove.
7034
7035 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7036
7037         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7038         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7039
7040 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * nnkiboze.el: Remove.
7043
7044         * nndb.el: Remove.
7045
7046         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7047         alt text.
7048         (gnus-html-rescale-image): Try to get the rescaling logic right for
7049         images that are just wide and not tall.
7050
7051         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7052         overshadow variable bindings.
7053
7054 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7055
7056         * gnus-html.el (gnus-html-wash-tags)
7057         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7058         Add extra logging.
7059
7060 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7063         (gnus-max-image-proportion): New variable.
7064         (gnus-html-rescale-image): New function.
7065         (gnus-html-put-image): Rescale images.
7066
7067 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7068
7069         Fix up some byte-compiler warnings.
7070         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7071         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7072         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7073         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7074         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7075         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7076         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7077
7078 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * gnus-html.el (gnus-article-html): Decode contents by charset.
7081
7082 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7085         (gnus-html-frame-width, gnus-blocked-images)
7086         * message.el (message-prune-recipient-rules): Add custom version.
7087         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7088
7089         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7090         functions.
7091
7092         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7093         gnus-process-get.
7094
7095 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7096
7097         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7098         instead of lsub directly.
7099
7100 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101
7102         * nnwarchive.el: Remove.
7103
7104         * gnus-soup.el: Remove.
7105
7106         * nnsoup.el: Remove.
7107
7108         * nnultimate.el: Remove.
7109
7110         * gnus-html.el (gnus-blocked-images): New variable.
7111
7112         * message.el (message-prune-recipients): New function.
7113         (message-prune-recipient-rules): New variable.
7114
7115         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7116         guess whether a long line is natural text or not.
7117
7118         * gnus-html.el (gnus-html-schedule-image-fetching):
7119         Use gnus-process-plist and friends for compatibility.
7120
7121 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7122
7123         * gnus-html.el: Require packages that define macros used in this file.
7124         (gnus-article-mouse-face): Declare to silence byte-compiler.
7125         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7126         process-get.
7127         (gnus-html-put-image): Use plist-get to avoid getf.
7128         (gnus-html-prefetch-images): Use with-current-buffer.
7129
7130 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-ems.el: Provide compatibility functions for
7133         gnus-set-process-plist.
7134
7135         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7136         header-line-format for XEmacs 21.4.
7137
7138         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7139         * gnus.el (gnus-valid-select-methods)
7140         * message.el (message-send-mail-partially-limit)
7141         * mm-decode.el (mm-text-html-renderer)
7142         * mml.el (mml-insert-mime-headers-always)
7143         * smiley.el (smiley-regexp-alist): Bump custom version.
7144
7145 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7146
7147         * gnus-html.el: require mm-url.
7148         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7149         with the url to `url'.
7150         (gnus-html-wash-tags): Support cid: URLs/images.
7151
7152 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7155         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7156         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7157
7158         * gnus-move.el: Remove file, since it doesn't really work.
7159
7160         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7161         UTF-8.  This seems to fix problems with some German web feeds.
7162
7163         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7164         at the top so that the proper colours are applied.
7165
7166         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7167         don't have dots in their names.
7168
7169         * gnus-art.el (gnus-article-view-part): Doc fix.
7170
7171         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7172         XEmacs-compatible.
7173         (gnus-html-put-image): Don't do images on non-graphic displays.
7174
7175         * nnslashdot.el: Remove this unused backend.
7176
7177         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7178         actions.
7179         (gnus-undo-register-1): Revert last change.
7180
7181         * gnus-group.el (gnus-group-completing-read): Protect against not
7182         having completion-styles bound.
7183
7184         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7185         make broken recipients happier.
7186
7187         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7188
7189         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7190         point parameter.
7191
7192         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7193
7194         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7195         completion-styles for group selection.
7196
7197 2009-02-04  Andreas Schwab  <schwab@suse.de>
7198
7199         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7200         headers and regexp-quote the match if necessary.
7201
7202 2009-03-24  Miles Bader  <miles@gnu.org>
7203
7204         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7205         the blinking smiley.
7206
7207 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7208
7209         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7210         blink smiley.
7211
7212 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213
7214         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7215         where the dribbel file lives exists.
7216
7217         * message.el (message-send-mail-partially-limit): Change the default to
7218         nil, since most people don't want this.
7219
7220         * mm-url.el (mm-url-decode-entities): Also decode entities like
7221         &#x3212.
7222
7223 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7224
7225         * gnus-sum.el (gnus-summary-idna-message):
7226         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7227         Hyperlink urls in docstrings with URL `...'.
7228
7229 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7230
7231         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7232         functions.
7233
7234 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7237         say what the mouseover text should be.
7238
7239         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7240         version of the mm-w3m-safe-url-regexp variable to only download images
7241         in the groups where we want that to happen.
7242
7243         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7244
7245         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7246         easier debugging.
7247         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7248         big pictures in the article buffer.
7249
7250         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7251         gnus-article-html.
7252         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7253         w3m.
7254
7255         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7256
7257 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258
7259         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7260         which doesn't exist.
7261
7262         * message.el (message-inhibit-ecomplete): New variable to allow some
7263         function to inhibit ecomplete address storage.
7264         (message-resend): Disable ecomplete message storage when resending
7265         messages.
7266
7267         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7268
7269 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7272         Save excursion while copying, moving, and deleting articles in order to
7273         prevent the cursor from jumping to unforeseen place.
7274
7275 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * lpath.el: No need to bind bookmark-current-buffer,
7278         bookmark-yank-point and bookmark-make-record-function.
7279
7280 2010-08-17  Glenn Morris  <rgm@gnu.org>
7281
7282         * gnus-sync.el: Require gnus components whose functions are used.
7283
7284         * gnus-art.el (bookmark-make-record-function):
7285         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7286         Declare for compiler.
7287
7288         * mm-url.el (mml-compute-boundary): Autoload.
7289
7290 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7293
7294 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7295
7296         Typo fix "hoo4a" -> "hook".
7297
7298         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7299
7300 2010-08-14  Glenn Morris  <rgm@gnu.org>
7301
7302         * gnus-sync.el (gnus-sync): Fix defgroup version.
7303
7304 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7305
7306         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7307
7308         * gnus-sync.el: Fix docs.
7309         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7310         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7311
7312 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         Optimizations for gnus-sync.el.
7315
7316         * gnus-sync.el: Add docs about gnus-sync-backend
7317         possibilities.
7318         (gnus-sync-save): Remove unnecessary message.
7319         (gnus-sync-read): Optimize and show what groups were skipped.
7320
7321 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         Minor bug fixes for gnus-sync.el.
7324
7325         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7326         Don't read the sync on get-new-news.
7327
7328         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7329         quiet.
7330
7331         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7332         (fix typo).
7333
7334 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7335
7336         Make saving and restoring of hidden threads work with overlays.
7337         Patch applied by Ted Zlatanov.
7338
7339         * gnus-sum.el (gnus-hidden-threads-configuration)
7340         (gnus-restore-hidden-threads-configuration): Update to deal with text
7341         properties, rather than searching for a magic character.
7342
7343 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7344
7345         New gnus-sync.el library for synchronization of marks.
7346
7347         * gnus-sync.el: New library for synchronization of marks.
7348
7349         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7350         renamed from `gnus-registry-grep-in-list'.
7351
7352         * gnus-registry.el (gnus-registry-follow-group-p):
7353         Use `gnus-grep-in-list'.
7354
7355         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7356
7357 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7360         determining charset of text fails.
7361
7362 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * nnmail.el (nnmail-get-new-mail-1): Revert.
7365
7366         * nnml.el (nnml-active-number): Make sure names of newly created groups
7367         in nnml-group-alist are encoded.
7368
7369 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7372         containing non-ASCII characters in active file for nnml back end.
7373
7374 2010-07-24  David Engster  <dengste@eml.cc>
7375
7376         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7377         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7378
7379 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7380
7381         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7382         tag (Bug#6654).
7383
7384 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7387         the article buffer, not the summary buffer.
7388
7389 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7392         Emacs 23 as well.
7393
7394 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7397         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7398
7399 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7400
7401         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7402         Patch applied by Karl Fogel.
7403
7404         * gnus-sum.el (gnus-summary-bookmark-make-record):
7405         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7406
7407 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7408
7409         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7410         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7411         C-w still not working correctly from Article buffers; Thierry's
7412         patch to fix that will be applied after this.
7413
7414         * gnus-art.el (bookmark-make-record-function): New local variable.
7415
7416         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7417         article buffer.
7418         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7419
7420 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7421
7422         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7423         on changes in bookmark.el.
7424
7425 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7428         `no-log' instead of message not to log prompt string.
7429
7430 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7431
7432         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7433         the *other* type of HTML form submission.
7434
7435 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7436
7437         * auth-source.el (auth-source-pick): If choice does not contain a
7438         questioned keyword, set the check to t.
7439
7440 2010-06-12  Romain Francoise  <romain@orebokech.com>
7441
7442         * gnus-util.el (gnus-date-get-time): Move up before first use.
7443
7444 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7447         (gnus-article-edit-part): Bind it to make last part that is substituted
7448         or deleted visible.
7449         (gnus-mime-display-single): Buttonize part of which id equals to
7450         gnus-mime-buttonized-part-id.
7451
7452 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7453
7454         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7455         (gnus-dd-mmm): Use gnus-date-get-time.
7456         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7457         simplify logic.
7458         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7459         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7460
7461 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7462
7463         * auth-source.el (top): Autoload `secrets-list-collections',
7464         `secrets-create-item', `secrets-delete-item'.
7465         (auth-sources): Fix tag string.
7466         (auth-get-source, auth-source-retrieve, auth-source-create)
7467         (auth-source-delete): New defuns.
7468         (auth-source-pick): Rewrite in order to avoid 2 passes.
7469         (auth-source-forget-user-or-password): New parameter USERNAME.
7470         (auth-source-user-or-password): New parameters CREATE-MISSING and
7471         DELETE-EXISTING.  Retrieve password interactively, if needed.
7472
7473 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7474
7475         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7476         deleting unused directories when gnus-expert-user is t.
7477
7478 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7481         for each temp file when gnus-article-browse-delete-temp is ask.
7482
7483 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7484
7485         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7486         Replace Lisp calls to delete-backward-char by calls to delete-char.
7487
7488 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7489
7490         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7491
7492 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7493
7494         * password-cache.el (password-cache-remove): Fix docstring.
7495
7496 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7499         article unless decoding article to be saved.
7500
7501 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7504         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7505         generated within the mm-with-unibyte-current-buffer macro.
7506
7507 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7510         to nil when we're in a mml-preview buffer and no group is selected.
7511
7512 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7513
7514         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7515         when catching the `C-g'.  Reported by "Leo".
7516
7517 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * message.el (message-forward-make-body-plain)
7520         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7521         multibyte-string-p.
7522
7523         * lpath.el: Revert.
7524
7525 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * message.el (message-forward-make-body-mml): Assume original message
7528         is multibyte string; error on unibyte.
7529         (message-forward-make-body-plain): Ditto; don't add excessive newline
7530         in body end.
7531
7532         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7533
7534 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7535
7536         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7537         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7538
7539 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * mm-extern.el (mm-extern-url): Don't use
7542         mm-with-unibyte-current-buffer.
7543         (mm-extern-cache-contents): Use with-current-buffer instead of
7544         save-excursion + set-buffer.
7545
7546 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * mm-util.el (mm-emacs-mule): Remove.
7549
7550 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7551
7552         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7553         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7554         change.
7555
7556 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7559         bind the default value of enable-multibyte-characters to nil.
7560
7561 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * message.el (message-forward-make-body-plain)
7564         (message-forward-make-body-mml):
7565         Don't use mm-with-unibyte-current-buffer.
7566
7567 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7568
7569         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7570
7571 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7572
7573         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7574         (Bug#5592).
7575
7576 2010-05-07  Julien Danjou  <julien@danjou.info>
7577
7578         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7579         it to mm-pipe-part.
7580
7581         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7582         it is given.
7583
7584 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * binhex.el (binhex-decode-region-internal)
7587         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7588         (dns-query)
7589         * nnweb.el (nnweb-gmane-search)
7590         * pgg-parse.el (pgg-parse-armor)
7591         * pgg.el (pgg-verify-region)
7592         * sha1.el (sha1-string-external)
7593         * uudecode.el (uudecode-decode-region-internal)
7594         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7595         XEmacs.
7596
7597         * gnus-art.el (gnus-article-browse-html-parts)
7598         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7599         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7600         make-temp-file.
7601
7602         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7603         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7604         compiling.
7605
7606         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7607         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7608         XEmacs when compiling.
7609
7610         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7611         gnus-pick-mode-off-hook for XEmacs when compiling.
7612         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7613         gnus-binary-mode-off-hook for XEmacs when compiling.
7614
7615         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7616         Return nil if char-charset is not available.
7617
7618         * imap.el (imap-disable-multibyte)
7619         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7620         macros.
7621
7622         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7623         instead of encode-coding-string.
7624
7625         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7626         'xemacs) instead of mm-emacs-mule to switch function definitions.
7627         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7628
7629         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7630         bind temporary-file-directory for XEmacs;
7631         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7632         timer-set-function for XEmacs 21.4 and SXEmacs;
7633         bind timer-list for XEmacs 21.4 and SXEmacs;
7634         fbind char-charset and find-charset-region for non-Mule XEmacs;
7635         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7636         encode-coding-region and encode-coding-string for XEmacs having no
7637         file-coding feature.
7638
7639 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7640
7641         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7642
7643 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7646         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7647
7648 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7649
7650         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7651         alias `jka-compr-delete-temp-file' no longer exists.
7652
7653 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7654
7655         Use define-minor-mode in Gnus where applicable.
7656         * mml.el (mml-mode): Use define-minor-mode.
7657         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7658         (gnus-undo-mode): Use define-minor-mode.
7659         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7660         (gnus-dead-summary-mode): Use define-minor-mode.
7661         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7662         Initialize in declaration.
7663         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7664         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7665         (gnus-mailing-list-mode): Use define-minor-mode.
7666         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7667         (gnus-draft-mode): Use define-minor-mode.
7668         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7669         (gnus-dired-mode): Use define-minor-mode.
7670
7671 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7672
7673         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7674         handles on recursive mml-to-mime translation and check them for
7675         boundary delimiter collisions.  Reported by Greg Troxel.
7676
7677 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7680
7681 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7682
7683         * mm-util.el (mm-find-buffer-file-coding-system):
7684         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7685
7686 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7687
7688         * message.el (message-generate-headers): Record insertion of optional
7689         headers as well.  Otherwise the check to prevent repeated insertion of
7690         optional headers is a no-op.
7691
7692 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7693
7694         * smime.el: Don't mention CVS.
7695
7696         * nnrss.el (nnrss-fetch): Don't mention CVS.
7697
7698         * nnir.el: Don't mention CVS.
7699
7700 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7701
7702         * gnus-sum.el (gnus-summary-bookmark-make-record):
7703         Add `location' field.
7704
7705 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * lpath.el: Fbind bookmark-default-handler,
7708         bookmark-get-bookmark-record, bookmark-make-record-default,
7709         bookmark-prop-get for Emacs <23 and XEmacs.
7710
7711 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7712
7713         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7714         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7715         Use with-current-buffer to silence the byte-compiler.
7716         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7717         bother to require `gnus'.
7718         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7719
7720 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7721
7722         * gnus-sum.el (gnus-summary-bookmark-make-record)
7723         (gnus-summary-bookmark-jump): New functions.
7724         (gnus-summary-mode): Setup bookmark support.
7725
7726 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7727
7728         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7729         if set.
7730
7731 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7734         gnus-article-browse-html-save-cid-image; make it work recursively for
7735         forwarded messages as well.
7736         (gnus-article-browse-html-parts): Work when prefix arg is given.
7737         (gnus-article-browse-html-article): Doc fix.
7738
7739 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7740
7741         * message.el (message-default-mail-headers):
7742         (message-default-headers): Carry the value mail-default-headers over
7743         into message-default-mail-headers, rather than message-default-headers.
7744
7745 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7746
7747         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7748         charset.
7749
7750         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7751         charset into the <meta> tag when the article is encoded to utf-8.
7752
7753 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gnus-art.el (gnus-article-browse-delete-temp-files):
7756         Delete directories as well.
7757         (gnus-article-browse-html-parts): Work for images that do not specify
7758         file names; delete temp directory when quitting; insert header at the
7759         right place; use file: scheme for image files.
7760
7761 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7762
7763         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7764         (gnus-article-browse-html-parts): Use it to make temporary cid image
7765         files in addition to html file so that browser may display them.
7766
7767 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7770
7771 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7772
7773         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7774
7775 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7776
7777         * auth-source.el (auth-sources): Change default to be simpler.
7778         Explain about Secret Service API sources.  Improve Customize options.
7779         (auth-source-pick): Change to accept any number of search parameters.
7780         Implement fallbacks iteratively, not recursively.  Add scoring on the
7781         second pass and sort by score.  Call Secret Service API when needed.
7782         (auth-source-user-or-password): Use it.  Call Secret Service API
7783         directly when needed to get the user name and the password.
7784
7785 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7786
7787         * message.el (message-interactive): Doc fix.
7788         (message-qmail-inject-args): Reflow.
7789         (message-kill-to-signature): Fix typo in docstring.
7790
7791         * smiley.el (smiley-buffer): Fix typo in docstring.
7792
7793 2010-03-24  Glenn Morris  <rgm@gnu.org>
7794
7795         * mail-source.el (gnus-message): Declare.
7796         (mail-source-delete-old-incoming): Require gnus-util.
7797
7798 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7801
7802         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7803
7804         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7805         password-cache's default if it is not bound.
7806         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7807         password-cache-expiry's default if it is not bound.
7808
7809         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7810         available in Emacs 21.
7811
7812         * lpath.el: Suppress compiler warnings for:
7813         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7814         XEmacs;
7815         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7816         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7817         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7818
7819 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7820
7821         * auth-source.el (auth-sources): Fix up definition so extra parameters
7822         are always inline.
7823
7824 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7825
7826         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7827         wasn't updated after mismatch.  Clear cached mailbox info correctly
7828         when uidvalidity changes.
7829         (nnimap-group-prefixed-name): New function to avoid some code
7830         duplication.
7831         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7832         (nnimap-request-group): Use it.
7833         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7834         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7835         with many imap folders.  This is done by caching the group status from
7836         the imap server persistently in a group parameter `imap-status'.  (This
7837         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7838         but not persistently, so every Gnus startup was still very slow.)
7839
7840 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7841
7842         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7843         delete the extra newline.  Otherwise editing of :string and :number
7844         types don't work.
7845
7846 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7847
7848         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7849         secrets.el dependency.
7850         (auth-sources): Add optional user name.  Add secrets.el configuration
7851         choice (unused right now).
7852
7853 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * gnus-sum.el (gnus-summary-make-menu-bar):
7856         Let `gnus-registry-install-shortcuts' fill in the functions.
7857
7858         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7859         warnings.
7860         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7861         (gnus-registry-install-shortcuts): Populate and use it in a
7862         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7863
7864 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7865
7866         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7867         In-place substitutions for the group name encoding/decoding.
7868         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7869         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7870         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7871         (nnimap-update-unseen, nnimap-request-list)
7872         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7873         (nnimap-request-set-mark, nnimap-split-to-groups)
7874         (nnimap-split-articles, nnimap-request-newgroups)
7875         (nnimap-request-create-group, nnimap-request-accept-article)
7876         (nnimap-request-delete-group, nnimap-request-rename-group)
7877         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7878         `encoded-mbx' for consistency.
7879         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7880         variable `imap-current-mailbox'.
7881
7882         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7883         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7884
7885 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7886
7887         * pop3.el (pop3-display-message-size-flag): Display message size byte
7888         counts during POP3 download.
7889         (pop3-movemail): Use it.
7890         (pop3-list): Implement listing of available messages.
7891
7892 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7893
7894         * nnir.el (nnir-get-article-nov-override-function): New function to
7895         override the normal NOV retrieval.
7896         (nnir-retrieve-headers): Use it.
7897
7898 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7899
7900         * auth-source.el (netrc-machine-user-or-password): Autoload.
7901
7902 2010-03-19  Glenn Morris  <rgm@gnu.org>
7903
7904         Stop message.el from loading about 40 libraries it doesn't always need.
7905         The general approach is to autoload rather than require, and to
7906         require in the specific functions rather than the file.  (Bug#5642)
7907
7908         * gmm-utils.el: Don't require wid-edit.
7909         (widget-create-child-value, widget-convert, widget-default-get):
7910         Autoload.
7911
7912         * gnus-util.el: Don't require time-date, netrc.
7913         (message-fetch-field, gnus-group-name-decode): Declare rather than
7914         autoloading.
7915         (gnus-fetch-field): Require message.
7916         (gnus-decode-newsgroups): Require gnus-group.
7917
7918         * ietf-drums.el: Don't require time-date.
7919
7920         * message.el: Don't require hashcash, canlock, ecomplete.
7921         Do require mail-utils.  Require nnheader only when compiling.
7922         (smtpmail-default-smtp-server): Remove declaration.
7923         (message-send-mail-function): Check smtpmail-default-smtp-server
7924         is bound rather than requiring smtpmail.
7925         (message-auto-save-directory, message-insert-signature):
7926         Use expand-file-name rather than nnheader-concat.
7927         (nnheader-insert-file-contents): Autoload.
7928         (hashcash-wait-async): Declare.
7929         (message-send-mail): Only call gnus-setup-posting-charset if
7930         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7931         (message-send-mail-with-sendmail): Require sendmail.
7932         (canlock-password, canlock-password-for-verify): Declare.
7933         (message-canlock-password): Require canlock.
7934         (nnheader-get-report): Autoload.
7935         (gnus-setup-posting-charset): Declare.
7936         (message-send-news): Require gnus-msg.
7937         (message-make-references, message-make-in-reply-to): Use mail-header-id
7938         rather than the alias mail-header-message-id.
7939         (ecomplete-add-item, ecomplete-save): Declare.
7940         (message-put-addresses-in-ecomplete): Require ecomplete.
7941         (ecomplete-display-matches): Autoload.
7942
7943         * mm-decode.el: Don't require mailcap, gnus-util.
7944         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7945         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7946         Autoload.
7947         (mailcap-mime-extensions): Declare.
7948
7949         * mm-encode.el: Don't require mailcap.
7950         (mailcap-extension-to-mime): Autoload.
7951
7952         * mml-sec.el: Don't require password-cache.
7953
7954         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7955         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7956         (mml-minibuffer-read-type): Require mailcap.
7957         (mml-preview): Require gnus-msg.
7958
7959         * mml1991.el: Require password-cache.
7960         (password-cache-expiry): Remove declaration.
7961
7962         * mml2015.el: Require password-cache.
7963         (password-cache-expiry): Remove declaration.
7964
7965         * nneething.el (mailcap): Require mailcap.
7966
7967         * nnheader.el (declare-function): Add compatibility stub.
7968         (message-remove-header): Declare rather than autoload.
7969         (nnheader-replace-header): Require message.
7970
7971         * nnimap.el (declare-function): Add compatibility stub.
7972         (netrc-parse, netrc-machine-user-or-password): Declare.
7973         (nnimap-open-connection): Require netrc.
7974
7975         * nntp.el (declare-function): Add compatibility stub.
7976         (netrc-parse, netrc-machine, netrc-get): Declare.
7977         (nntp-send-authinfo): Require netrc.
7978
7979         * rfc2047.el: Don't require qp.
7980         (quoted-printable-encode-region, quoted-printable-decode-string):
7981         Autoload.
7982
7983         * sieve-mode.el: Don't require easymenu.
7984         (easy-menu-add-item): Autoload it.
7985
7986         * spam-stat.el (time-to-number-of-days): Autoload it.
7987
7988 2010-03-19  Glenn Morris  <rgm@gnu.org>
7989
7990         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7991
7992 2010-03-18  Glenn Morris  <rgm@gnu.org>
7993
7994         * hashcash.el (declare-function): Remove duplicate definition.
7995
7996 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7997
7998         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7999         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8000         value if any backslash escapes).
8001
8002 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8005         if it is available.  (bug#5647)
8006
8007         * lpath.el: Suppress compiler warning for coding-system-from-name for
8008         Emacs 21 and XEmacs.
8009
8010 2010-03-14  Juri Linkov  <juri@jurta.org>
8011
8012         * hmac-def.el:
8013         * hmac-md5.el:
8014         * netrc.el: Fix keywords.
8015
8016 2010-02-26  Glenn Morris  <rgm@gnu.org>
8017
8018         * message.el (message-send-mail-function): Change the default, so that
8019         it inherits from a customized send-mail-function.  (Bug#5643)
8020
8021 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8022
8023         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8024         shell-command-to-string signals an error (bug#5299).
8025
8026 2010-02-24  Glenn Morris  <rgm@gnu.org>
8027
8028         * message.el (message-smtpmail-send-it)
8029         (message-send-mail-with-mailclient): Doc fixes.
8030
8031 2010-02-16  Glenn Morris  <rgm@gnu.org>
8032
8033         * message.el (message-default-mail-headers): Change the default value
8034         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8035
8036 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8039         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8040
8041 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8042
8043         * time-date.el (date-to-time): Doc fix (Bug#5408).
8044
8045 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8046
8047         * message.el (message-mail): Just pass yank-action on to message-setup.
8048         (message-setup): Handle (FUN . ARGS) form of yank-action.
8049         (message-with-reply-buffer, message-widen-reply)
8050         (message-yank-original): Handle non-buffer values of
8051         message-reply-buffer (Bug#4080).
8052         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8053
8054 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8055
8056         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8057         Fix typo in docstring.
8058
8059 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8060
8061         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8062         response.
8063
8064 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8067
8068         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8069
8070         * message.el (message-check-news-header-syntax): Protect against a
8071         string that `rfc822-addresses' returns when parsing fails.
8072
8073 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8076         (gnus-previous-char-property-change): New functions.
8077
8078         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8079
8080 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8081
8082         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8083         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8084
8085 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8086
8087         * message.el (message-exchange-point-and-mark): Rework last change to
8088         avoid using optional arg of exchange-point-and-mark, for backward
8089         compatibility.
8090
8091 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8092
8093         * message.el (message-exchange-point-and-mark):
8094         Call exchange-point-and-mark with an argument rather than setting
8095         mark-active by hand (Bug#5175).
8096
8097 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * nntp.el (nntp-service-to-port): Work for service expressed with
8100         numeric string; replace [:digit:] with [0-9] for XEmacs.
8101
8102 2009-12-17  Glenn Morris  <rgm@gnu.org>
8103
8104         * gnus-group.el (gnus-bug-group-download-format-alist):
8105         Change emacs entry to debbugs.gnu.org.  Bump :version.
8106
8107 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8110
8111 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * message.el (message-info): Explain why we use `Info-goto-node'.
8114
8115 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8118
8119 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8120
8121         * message.el (message-completion-in-region): New compatibility function.
8122         (message-expand-group): Use it.
8123
8124 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8127         with no unread article should be listed if the 2nd arg `predicate' is
8128         given.
8129
8130 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8133
8134 2009-11-29  Juri Linkov  <juri@jurta.org>
8135
8136         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8137         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8138         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8139
8140 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8141
8142         * sha1.el (sha1-string-external): default-directory "/" in case
8143         otherwise non-existent.  process-connection-type pipe for touch of
8144         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8145
8146 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8147
8148         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8149         it's comms related and sgml-mode.el has "comm" on that basis too.
8150
8151 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8154         containing tspecial characters if they have been already quoted.
8155
8156 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8157
8158         * dns-mode.el (auto-mode-alist): Purecopy string.
8159
8160 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8161
8162         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8163
8164 2009-10-24  Glenn Morris  <rgm@gnu.org>
8165
8166         * gnus-art.el (help-xref-stack-item): Define for compiler.
8167
8168 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8169
8170         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8171
8172 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8175
8176 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8179         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8180
8181 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8184         (gnus-overlays-in): New alias to overlays-in.
8185
8186         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8187         gnus-overlay-get, and gnus-delete-overlay.
8188         (gnus-summary-show-thread): Make it work as well for systems in which
8189         next-single-char-property-change is not available.
8190         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8191
8192         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8193         (gnus-overlay-get): New alias to extent-property.
8194         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8195
8196         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8197         SXEmacs.
8198
8199         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8200         SXEmacs.
8201
8202 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8205
8206 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8207
8208         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8209         and XEmacs that don't have `remove-overlays'.
8210
8211 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8212
8213         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8214         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8215         selective display.  Use overlays instead.
8216
8217 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8218
8219         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8220
8221 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8222
8223         * spam-stat.el (spam-stat-load): Fix typo in message.
8224
8225 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8226
8227         * dig.el (dig-invoke): Fix typo in docstring.
8228         (query-dig): Reflow docstring.
8229
8230 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8231
8232         * gnus-art.el (gnus-article-encrypt-body):
8233         * message.el (message-check-recipients):
8234         * mm-util.el (mm-codepage-setup):
8235         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8236         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8237
8238 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8239
8240         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8241         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8242         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8243         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8244         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8245
8246 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8247
8248         * dig.el: Add "Keywords: comm", as per net-utils.el.
8249
8250 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8251
8252         * dig.el (dig-mode): Use define-derived-mode.
8253
8254 2009-09-19  Glenn Morris  <rgm@gnu.org>
8255
8256         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8257
8258 2009-09-18  Glenn Morris  <rgm@gnu.org>
8259
8260         * gnus-diary.el (gnus-diary-check-message):
8261         * message.el (message-insert-formatted-citation-line):
8262         * nnbabyl.el (top-level):
8263         * nndiary.el (nndiary-schedule):
8264         Fix typos in condition-case handlers.
8265
8266 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8269         configuration that provides the sole article window in a frame;
8270         position point correctly after deleting a part.
8271
8272 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8273
8274         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8275         (spam-resolve-registrations-routine): Use it to unregister articles
8276         that change status.
8277
8278 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8281         with XEmacs.
8282         (parse-time-string-chars): Use it.
8283
8284 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * imap.el (imap-interactive-login): Better messages.
8287         (imap-open): Fix bug with renamed buffer on reconnect.
8288         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8289         for easier debugging and cleaner code.  On successful (guessed based on
8290         server capabilities) secondary authentication, set imap-state
8291         correctly.
8292         (imap-last-authenticator): Define imap-last-authenticator as a variable
8293         to avoid warnings.
8294
8295 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * nnrss.el (nnrss-request-article): Remove binding of
8298         default-enable-multibyte-characters that has gotten needless by
8299         the 2007-07-13 change in rfc2047-encode-message-header.
8300
8301         * mml.el (mml-insert-multipart): Error on the message header.
8302         (mml-insert-part): Error on the message header; position point at
8303         the end of a MIME tag.
8304
8305 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * time-date.el (autoload): Expand define-obsolete-function-alias into
8308         defalias and make-obsolete for old Emacsen that Gnus supports.
8309         (with-no-warnings): Define it for old Emacsen.
8310         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8311         is available.
8312         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8313         float-time is available; suppress compile warning for time-to-seconds.
8314
8315         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8316         (gnus-float-time): Alias to float-time if it exists.
8317
8318         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8319         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8320         float-time is available; suppress compile warning for time-to-seconds.
8321
8322         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8323         XEmacs.
8324
8325 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8326
8327         * imap.el (imap-message-map): Docstring fix.
8328
8329 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8332         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8333         Add the optional argument `encoding' that overrides the default.
8334
8335         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8336         mm-encode-buffer.
8337
8338 2009-09-04  Glenn Morris  <rgm@gnu.org>
8339
8340         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8341         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8342         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8343         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8344         * mm-util.el (mm-with-unibyte-current-buffer)
8345         (mm-find-buffer-file-coding-system):
8346         * yenc.el (yenc-decode-region): Use default-value rather than
8347         default-enable-multibyte-characters.
8348
8349 2009-09-03  Glenn Morris  <rgm@gnu.org>
8350
8351         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8352         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8353         than default-enable-multibyte-characters.
8354
8355 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8356
8357         * gnus-art.el (gnus-article-read-summary-keys):
8358         Fix gnus-buffer-configuration's value temporarily used.
8359
8360 2009-09-02  Glenn Morris  <rgm@gnu.org>
8361
8362         * gnus-util.el (gnus-float-time): New function.
8363         * gnus-delay.el (gnus-delay-article):
8364         * gnus-sum.el (gnus-thread-latest-date):
8365         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8366         * nnspool.el (nnspool-request-newgroups):
8367         Use gnus-float-time rather than time-to-seconds.
8368         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8369
8370         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8371         (gnus-header-subject-face, gnus-header-newsgroups-face)
8372         (gnus-header-name-face, gnus-header-content-face):
8373         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8374         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8375         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8376         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8377         (gnus-cite-face-11):
8378         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8379         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8380         (gnus-server-closed-face, gnus-server-denied-face)
8381         (gnus-server-offline-face):
8382         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8383         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8384         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8385         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8386         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8387         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8388         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8389         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8390         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8391         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8392         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8393         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8394         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8395         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8396         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8397         (gnus-summary-high-undownloaded-face)
8398         (gnus-summary-low-undownloaded-face)
8399         (gnus-summary-normal-undownloaded-face)
8400         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8401         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8402         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8403         (gnus-splash-face):
8404         * message.el (message-header-to-face, message-header-cc-face)
8405         (message-header-subject-face, message-header-newsgroups-face)
8406         (message-header-other-face, message-header-name-face)
8407         (message-header-xheader-face, message-separator-face)
8408         (message-cited-text-face, message-mml-face):
8409         * sieve-mode.el (sieve-control-commands-face)
8410         (sieve-action-commands-face, sieve-test-commands-face)
8411         (sieve-tagged-arguments-face):
8412         * spam.el (spam-face):
8413         Mark face aliases with "-face" in the name as obsolete.
8414
8415 2009-09-01  Glenn Morris  <rgm@gnu.org>
8416
8417         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8418         than goto-line.
8419
8420 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8423         Don't move point if the command is invoked inside the message header.
8424
8425 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8426
8427         * imap.el (imap-send-command): Simplify.
8428         (imap-wait-for-tag): point-max -> buffer-size.
8429
8430 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8431
8432         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8433         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8434         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8435         * nnir.el (nnir-swish-e-index-file):
8436         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8437         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8438         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8439         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8440         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8441         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8442
8443 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8446         Don't save excursion.
8447
8448 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8449
8450         * nnheader.el (nnheader-find-file-noselect):
8451         * mm-util.el (mm-insert-file-contents):
8452         Use (default-value 'major-mode) instead of default-major-mode.
8453
8454 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8455
8456         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8457
8458 2009-08-26  Glenn Morris  <rgm@gnu.org>
8459
8460         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8461         than placing in files.el.
8462
8463 2009-08-25  Glenn Morris  <rgm@gnu.org>
8464
8465         * nnir.el (top-level): Don't require cl at run-time.
8466         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8467         Replace cl-function substitute with gnus-replace-in-string.
8468         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8469         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8470         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8471         simplified expansions.
8472
8473 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8474
8475         * dig.el (dig): Add autoload cookie.
8476
8477 2009-08-22  Glenn Morris  <rgm@gnu.org>
8478
8479         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8480         goto-line.
8481
8482 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8483
8484         * parse-time.el (parse-time-string-chars): Save match data.
8485
8486 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8487
8488         * parse-time.el (parse-time-string-chars): Compute using character
8489         classes, to handle non-ascii characters (Bug#3190).
8490
8491 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8494
8495         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8496         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8497         (gnus-mm-display-part, gnus-mime-display-single)
8498         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8499         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8500
8501         * gnus-sum.el
8502         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8503         (gnus-summary-move-article): Add expirable mark to articles copied or
8504         moved to group that has auto-expire turned on if the option is non-nil.
8505
8506 2009-07-24  Glenn Morris  <rgm@gnu.org>
8507
8508         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8509         Fix typo.  (Bug#3903)
8510
8511 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8514         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8515         that should not be used for draft articles.
8516         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8517         that has no concern in minor mode keys.
8518         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8519         Abolish.
8520
8521 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8524         article without making inquiry to a user for unknown encoding.
8525
8526         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8527         (nnmaildir--scan): Assume i-node and device number that file-attributes
8528         returns might be cons-cell.
8529
8530         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8531
8532         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8533
8534 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8535
8536         * auth-source.el: Remove docs now in auth.texi.  Don't use
8537         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8538         `auth-source-hide-passwords' and use them.
8539
8540 2009-07-15  Glenn Morris  <rgm@gnu.org>
8541
8542         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8543
8544 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8547         excessive whitespace from the default values of title and description.
8548
8549 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8552         mail-fetch-field to fetch Content-Description header in order to
8553         exclude newlines.
8554
8555 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8556
8557         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8558         format used by GnuPG 2.0.11.
8559
8560 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8563         to deleted part.
8564
8565 2009-05-30  David Engster  <dengste@eml.cc>
8566
8567         * nnmairix.el: Remove old documentation in the commentary block.
8568         (nnmairix-request-group): Do not update active file for nnml back ends.
8569         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8570         end so that overview files are ignored.
8571         (nnmairix-update-groups): Make updating the groups more robust by using
8572         marks.
8573         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8574         with dollar characters in message-id.
8575
8576 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8579         2008-12-25 in dns.el.
8580
8581 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8582
8583         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8584         could happen if the text is only composed of spaces and/or tabs.
8585
8586 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8587
8588         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8589         when sending a queued message to avoid extra mml tags.
8590
8591 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8594
8595 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8598         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8599         rmail-toggle-header for XEmacs;
8600         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8601
8602 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-dired.el: Remove autoload for gnus-setup-message.
8605         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8606         displaying Gnus logo; always use compose-mail.
8607
8608 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8611
8612 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8615         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8616         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8617         available.
8618         (gnus-nocem-epg-verify): New function.
8619
8620 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8623
8624 2009-02-15  Glenn Morris  <rgm@gnu.org>
8625
8626         * gnus-util.el (rmail-insert-rmail-file-header)
8627         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8628         autoloads.
8629         (rmail-default-rmail-file): Remove unnecessary declaration.
8630         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8631
8632 2009-02-14  Glenn Morris  <rgm@gnu.org>
8633
8634         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8635         variable (only used in gnus-util, which declares it anyway).
8636         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8637         which was only needed by gnus-art (changed to not use it any more).
8638         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8639         only used in gnus-util, which autoloads it itself.
8640         (rmail-update-summary): Fix autoload.
8641
8642         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8643         rather than rmail-output-to-rmail-file.
8644
8645 2009-02-07  Glenn Morris  <rgm@gnu.org>
8646
8647         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8648         autoload of function that no longer exists.
8649         (rmail-toggle-header): Declare.
8650         (message-forward-rmail-make-body): Handle mbox Rmail.
8651
8652 2009-01-31  Glenn Morris  <rgm@gnu.org>
8653
8654         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8655         2009-01-09 change.
8656
8657 2009-01-31  Dave Love  <fx@gnu.org>
8658
8659         * imap.el (imap-fetch-safe): Bind debug-on-error.
8660         (imap-debug): Add imap-fetch-safe.
8661
8662 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8663
8664         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8665         (auth-source-forget-all-cached): New convenience function.
8666         (auth-source-user-or-password): Accept list of modes or a single mode.
8667
8668         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8669         auth-source modes.
8670
8671         * netrc.el (netrc-machine-user-or-password): Use list of
8672         auth-source modes.
8673
8674         * nnimap.el (nnimap-open-connection): Use list of
8675         auth-source modes.
8676
8677         * nntp.el (nntp-send-authinfo): Use list of
8678         auth-source modes.
8679
8680 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8681
8682         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8683         now.
8684
8685 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8688         coding system in XEmacs; add a workaround for XEmacs.
8689
8690         * lpath.el: Fbind coding-system-aliasee.
8691
8692 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8695         of current-language-environment.
8696
8697 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8700         available at runtime.
8701
8702 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8705
8706 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8707
8708         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8709         the greatest positive fixnum value doesn't work under an XEmacs with
8710         bignum support; use the most-positive-fixnum constant instead,
8711         available since Emacs 21.1 with cl and XEmacs 21.1.
8712
8713 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8716         XEmacs gets not to work.
8717
8718 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * mm-util.el (mm-coding-system-priorities): Allow the value like
8721         "Japanese (UTF-8)" of current-language-environment.
8722
8723 2009-01-09  Glenn Morris  <rgm@gnu.org>
8724
8725         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8726         with last-command-event.
8727
8728 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8731         in the doc string.
8732
8733         * message.el (message-fix-before-sending): Amend comment.
8734
8735 2009-01-08  Dave Love  <fx@gnu.org>
8736
8737         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8738
8739 2009-01-07  David Engster  <dengste@eml.cc>
8740
8741         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8742         simplified server definitions by converting it via
8743         gnus-server-to-method.
8744
8745 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8748         parameter's operands.
8749
8750 2009-01-06  David Engster  <dengste@eml.cc>
8751
8752         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8753         primary select method (for gnus-group-mark-article-as-read).
8754
8755 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8756
8757         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8758         `(gnus)Face', not `(gnus)X-Face'.
8759
8760 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * mm-util.el (mm-ucs-to-char): New function.
8763
8764         * mm-url.el (mm-url-decode-entities): Use it.
8765
8766         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8767         unicode-to-char.
8768
8769 2009-01-05  Dave Love  <fx@gnu.org>
8770
8771         * time-date.el: Require cl for `declare'.
8772
8773 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8776         Dave Love.
8777
8778 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * message.el (message-fix-before-sending): Add `eight-bit' to
8781         illegible-text check.
8782
8783 2009-01-03  Michael Olson  <mwolson@gnu.org>
8784
8785         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8786         `headers' is nil.  This can occur if the IMAP server does not have
8787         permissions to read messages from a folder, but can write new messages
8788         to the folder.
8789         (nnimap-request-article-part): Do not insert `data' if it is nil.
8790
8791         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8792         characters which will confuse `read', so skip past them.
8793
8794 2009-01-01  Dave Love  <fx@gnu.org>
8795
8796         * imap.el (imap-string-to-integer): Fix typo.
8797         (imap-fetch-safe): New function.
8798         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8799
8800         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8801
8802         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8803         (imap-parse-greeting): Fix doc strings.
8804         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8805         (imap-parse-flag-list): Make messages unique.
8806         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8807
8808         * nnimap.el: Fix author email.
8809         (nnimap-split-rule): Add FIXME comment.
8810         (nnimap-debug): Fix doc string.
8811
8812 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8815
8816 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8819         nslookup if resolv.conf isn't available.
8820         (dns-query): Rename from query-dns.
8821         (dns-query-cached): Rename from query-dns-cached.
8822
8823 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8826         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8827         to check if those variables exist (first appeared in Emacs 18.50).
8828
8829 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * mm-util.el (mm-line-number-at-pos): New function.
8832
8833         * spam-report.el (spam-report-process-queue): Use it.
8834
8835 2008-12-24  David Engster  <dengste@eml.cc>
8836
8837         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8838         parameters that haven't existed as variables as buffer-local variables.
8839
8840 2008-12-23  Dave Love  <fx@gnu.org>
8841
8842         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8843         cadar.
8844
8845         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8846         imap-starttls-p.
8847         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8848
8849 2008-12-22  Dave Love  <fx@gnu.org>
8850
8851         * imap.el: Fix author email.  Doc fixes.
8852         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8853         reply.
8854
8855 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * spam-report.el (spam-report-gmane-max-requests): New constant.
8858         (spam-report-gmane-wait): New variable.
8859         (spam-report-gmane-ham, spam-report-gmane-spam)
8860         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8861         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8862         the server.
8863
8864         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8865         Add explanations.
8866
8867         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8868         nnheader-accept-process-output and nnheader-read-timeout if available.
8869         (pop3-movemail): Use it.
8870
8871         * message.el (message-check-news-body-syntax): Fix signature check if
8872         there's an attachment.
8873
8874 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * mm-util.el: Add comments to the mm- emulating functions.
8877
8878 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8881         Reported by Stephen Berman <stephen.berman@gmx.net>.
8882
8883 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * mm-util.el (mm-substring-no-properties): New function.
8886         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8887         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8888         (mm-string-to-multibyte): Doc fix.
8889
8890         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8891
8892 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * mml.el (mml-attach-file): Strip text properties from file name.
8895         (Bug#1574)
8896
8897 2008-12-16  Glenn Morris  <rgm@gnu.org>
8898
8899         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8900
8901 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8904         knows since the charset specified might be a bogus alias that
8905         mm-charset-synonym-alist provides.
8906
8907 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8910         "ISO_8859-1".
8911
8912         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8913
8914 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * mm-util.el (mm-charset-eval-alist):
8917         Define it before mm-charset-to-coding-system.
8918         (mm-charset-to-coding-system): Add optional argument `silent';
8919         define it before mm-charset-override-alist.
8920         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8921         default value if it can be used in Emacs currently running;
8922         silence mm-charset-to-coding-system.
8923
8924 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8927         `allow-override' which says whether to use `mm-charset-override-alist'.
8928         (rfc2047-decode-encoded-words): Use it.
8929
8930         * mm-util.el (mm-charset-override-alist): Fix custom type;
8931         add `(gb2312 . gbk)' to choices.
8932
8933 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8936         fast.
8937
8938         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8939
8940         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8941
8942 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8943
8944         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8945         on links.
8946
8947         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8948
8949 2008-12-03  Lute Kamstra  <lute@gnu.org>
8950
8951         * sha1.el: Remove leading * from docstrings of defcustoms,
8952         deffaces, defconsts and defuns.
8953
8954 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8957         users' addresses that don't have domain parts.
8958         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8959         rather than message-narrow-to-head since there will be the message
8960         header separator.
8961
8962 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8963
8964         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8965         since the result is inserted in a unibyte buffer anyway.
8966         (nnimap-demule-use-string-to-multibyte): Remove.
8967         (nnimap-demule): Alias it to mm-string-to-multibyte.
8968
8969 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8972         variable for debugging bug#464 and bug#1174.
8973         (nnimap-demule): Use it.
8974
8975 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8978         score calculation correctly.
8979
8980 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8981
8982         * message.el (message-send-mail): Just set the buffer to unibyte
8983         rather than use mm-with-unibyte-current-buffer which does a lot more.
8984         (message-send-mail-partially): Don't bother with
8985         mm-with-unibyte-current-buffer since it's already been made unibyte by
8986         message-send-mail.
8987
8988 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8989
8990         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8991
8992 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8993
8994         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8995
8996 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8999         require itself and to remove `with-no-warnings'.
9000
9001 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9002
9003         * starttls.el (starttls-any-program-available): Get the name of the
9004         available TLS layer program.
9005         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9006         well as the host name in the "opening" message.
9007
9008         * auth-source.el (auth-source-cache, auth-source-do-cache)
9009         (auth-source-user-or-password): Cache passwords and logins by default,
9010         allow override with `auth-source-do-cache'.
9011         (auth-source-forget-user-or-password): Allow users to remove cache
9012         entries if needed.
9013
9014 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9015
9016         * md4.el (md4-buffer): Fix typo in docstring.
9017         (md4, md4-64): Doc fixes.
9018         (md4-pack-int32): Reflow docstring.
9019
9020 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9021
9022         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9023         condition-case to only the forward-sexp call.
9024
9025 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9026
9027         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9028         quotes contained.  Make it more robust regardless by an extra
9029         condition-case wrapper.
9030
9031 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9034
9035 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * nnml.el (nnml-request-expire-articles): Check if the function set to
9038         `nnmail-expiry-target' returns the symbol `delete'.
9039
9040         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9041
9042         * nnmail.el (nnmail-expiry-target): Fix custom type.
9043
9044 2008-10-02  Glenn Morris  <rgm@gnu.org>
9045
9046         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9047         Silence compiler warning.
9048
9049 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9050
9051         * tls.el (open-tls-stream): Show the actual command being
9052         executed, instead of the format string.
9053
9054 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * lpath.el: Fbind codepage-setup for Emacs 23.
9057
9058 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9059
9060         * mml.el (mml-menu): Don't assume mml2015 is bound.
9061
9062 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9065         exists.
9066
9067 2008-09-27  Glenn Morris  <rgm@gnu.org>
9068
9069         * gnus-util.el (mail-header-remove-comments): Autoload it.
9070
9071 2008-09-27  Andreas Schwab  <schwab@suse.de>
9072
9073         * gnus-util.el (gnus-split-references): Strip comments.
9074         (gnus-parent-id): Likewise.
9075
9076 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * message.el (message-confirm-send): Fix version.
9079
9080 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * message.el (message-idna-to-ascii-rhs-1): Use
9083         mail-extract-address-components rather than mail-header-parse-addresses
9084         that is an alias by default to ietf-drums-parse-addresses that does not
9085         support non-ASCII names in headers' contents.
9086
9087 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9088
9089         * message.el (message-confirm-send): Fix variable documentation to
9090         avoid the "y/n" wording.
9091
9092 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9093
9094         * message.el (message-set-auto-save-file-name): Save to a different
9095         filename so multiple messages (especially drafts) can be recovered.
9096
9097 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9098
9099         * message.el (message-confirm-send): Add appropriate version.
9100
9101 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9102
9103         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9104         defvar.
9105
9106 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9107
9108         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9109         (mm-pkcs7-enveloped-magic): Ditto.
9110
9111 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9112
9113         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9114         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9115
9116 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9117
9118         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9119         default, it's better.
9120
9121 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9122
9123         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9124         summary line gnus-number property and ignore them (with a warning
9125         message).
9126
9127 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9130         macro caddr in the interactive form since it won't be expanded.
9131
9132 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9135         `charset'; fix name of function called recursively.
9136         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9137
9138 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9141         (gnus-mime-set-charset-parameters): New function.
9142         (gnus-mime-view-part-as-charset): Use it to correctly display part
9143         specifying wrong charset.
9144
9145 2008-09-08  David Engster  <dengste@eml.cc>
9146
9147         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9148         in completing-read for back end server.
9149
9150 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9151
9152         * message.el (message-confirm-send): New variable to confirm sending a
9153         message.
9154         (message-send): Use it.
9155
9156 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9157
9158         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9159
9160 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9163
9164 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9165
9166         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9167         prevent tracking too many groups.
9168         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9169         Use it.
9170
9171 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9172
9173         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9174         moving point to the bottom of the window in order to avoid recentering.
9175
9176 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9179
9180         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9181         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9182         (gnus-article-beginning-of-window): Fix calculation.
9183
9184 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-msg.el (gnus-summary-supersede-article)
9187         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9188         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9189         message header.
9190
9191 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9192
9193         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9194         pending output coming after the status change.
9195
9196 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9197
9198         * message.el:
9199         * gnus-start.el:
9200         * gnus-registry.el: Remove VMS support.
9201
9202 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9205         macro.
9206         (rfc2104-hash): Use it.
9207
9208 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9211         (gnus-summary-sort-by-most-recent-date): New commands.
9212         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9213         and menu entries.
9214
9215 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9218         don't redisplay article for raw contents; remove plural articles stuff.
9219
9220         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9221         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9222         on gnus-summary-save-article; display results properly.
9223
9224 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * lpath.el: No need to fbind ns-focus-frame.
9227
9228 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9231
9232 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * gnus-art.el (gnus-summary-save-in-pipe):
9235         Consider gnus-save-all-headers.
9236
9237 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9238
9239         * gnus-util.el (ns-focus-frame): Remove declaration.
9240         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9241         like x.
9242
9243 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9244
9245         * rfc2104.el (rfc2104-zero): Delete defconst.
9246         (rfc2104-hex-alist): Likewise.
9247         (rfc2104-hex-to-int): Delete func.
9248         (rfc2104-hexstring-to-bitstring): Likewise.
9249         (rfc2104-nybbles): New defconst.
9250         (rfc2104-hash): Rewrite for speed.
9251
9252 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * tls.el (open-tls-stream): Make it work with the 2nd argument
9255         BUFFER that is a string but does not exist as a buffer object, as
9256         mentioned in the doc-string.
9257
9258 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9261         SXEmacs.
9262
9263 2008-07-16  Glenn Morris  <rgm@gnu.org>
9264
9265         * gnus-util.el (ns-focus-frame): Declare for compiler.
9266
9267 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9270         set as a group parameter.
9271         (gnus-summary-save-in-pipe): Work when it is called independently.
9272         (gnus-summary-pipe-to-muttprint): Don't modify
9273         gnus-summary-pipe-output-default-command.
9274
9275 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9276
9277         * message.el (message-send-mail-with-sendmail):
9278         Display the error message.
9279
9280 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-art.el (gnus-default-article-saver):
9283         Add gnus-summary-save-in-pipe to choices.
9284         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9285         gnus-summary-pipe-output-default-command as the default command.
9286         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9287         instead of gnus-last-shell-command.
9288
9289         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9290         New user option.
9291         (gnus-summary-muttprint-program): Mention the value will be changed.
9292         (gnus-summary-save-article): Force showing of all headers.
9293         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9294
9295 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9296
9297         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9298
9299 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9300
9301         * nnimap.el (nnimap-id):
9302         * sieve-manage.el (sieve-manage-open): Doc fixes.
9303
9304 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9305
9306         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9307         if available.
9308
9309 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9310
9311         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9312
9313         * nnkiboze.el (nnkiboze-generate-group):
9314         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9315
9316         * nnmairix.el: Require CL.
9317
9318 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * dgnushack.el: Autoload get-display-table and put-display-table for
9321         XEmacs 21.5.
9322
9323         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9324         21.4 and SXEmacs.
9325
9326 2008-06-15  David Engster  <dengste@eml.cc>
9327
9328         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9329
9330 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9331
9332         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9333         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9334         runtime choice under XEmacs.
9335
9336         * gnus-sum.el (gnus-summary-set-display-table):
9337         Use `gnus-put-display-table', `gnus-get-display-table',
9338         `gnus-set-display-table' for the display table, instead of `aset'.
9339
9340         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9341         Use `gnus-put-display-table', `gnus-get-display-table',
9342         `gnus-set-display-table' for the display table.
9343
9344 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * nnmairix.el: Add autoloads.
9347
9348 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * nnmairix.el (nnmairix-delete-recreate-group)
9351         (nnmairix-update-and-clear-marks): Fix error messages.
9352
9353 2008-06-14  David Engster  <dengste@eml.cc>
9354
9355         * nnmairix.el: Upgrade to version 0.6.
9356         (nnmairix-group-toggle-propmarks-this-group)
9357         (nnmairix-group-toggle-readmarks-this-group)
9358         (nnmairix-group-delete-recreate-this-group)
9359         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9360         (nnmairix-remove-tick-mark-original-article): New commands.
9361         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9362         (nnmairix-propagate-marks-to-nnmairix-groups)
9363         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9364         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9365         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9366         functions needed for marks propagation and manipulation of read marks.
9367         (nnmairix-update-groups): New function.
9368         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9369         (nnmairix-determine-original-group-from-registry)
9370         (nnmairix-determine-original-group-from-path)
9371         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9372         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9373         New helper functions.
9374         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9375         keystrokes for new commands.
9376         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9377         (nnmairix-request-group): Check allow-fast group parameter.
9378         (nnmairix-request-create-group): Set allow-fast group parameter if
9379         nnmairix-allowfast-default is set.
9380         (nnmairix-close-group): Propagate marks upon closing if needed.
9381         (nnmairix-group-toggle-threads-this-group): Use new.
9382         nnmairix-group-toggle-parameter helper function.
9383         (nnmairix-search): Better check for empty search result.
9384         (nnmairix-goto-original-article): Use new helper functions for
9385         determining original article.
9386         (nnmairix-show-original-article): Make sure message-id is in brackets.
9387         (nnmairix-call-mairix-binary): Change variable name.
9388         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9389         helper function.
9390         (nnmairix-widget-toggle-activate): Fix doc string.
9391
9392 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * nnir.el: Require edmacro when compiling with XEmacs.
9395         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9396         available in Emacs 21.
9397
9398 2008-06-11  Glenn Morris  <rgm@gnu.org>
9399
9400         * gnus-util.el (x-focus-frame):
9401         * gnus.el (image-size):
9402         * mm-decode.el (image-size): Declare.
9403
9404         * gnus-picon.el (declare-function): Add compat definition.
9405         (image-size): Declare.
9406
9407         * gnus-group.el (tool-bar-map):
9408         * gnus-sum.el (tool-bar-map): Define for compiler.
9409
9410         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9411
9412         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9413
9414         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9415         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9416         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9417         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9418         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9419         * sieve-manage.el, spam-report.el, spam.el:
9420         Remove unnecessary eval-and-compile of autoloads.
9421
9422 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9423
9424         * auth-source.el: Precise Tramp doc.
9425
9426 2008-06-07  Glenn Morris  <rgm@gnu.org>
9427
9428         * nnmairix.el: Remove unnecessary eval-when-compile.
9429
9430 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * lpath.el: Fbind propertize for XEmacs 21.4.
9433
9434 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * nnir.el: Move here from ../contrib.
9437
9438 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9439
9440         * gnus-util.el (gnus-read-shell-command): New function.
9441         * mm-decode.el (mm-pipe-part):
9442         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9443
9444 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9447
9448 2008-06-03  Glenn Morris  <rgm@gnu.org>
9449
9450         * pop3.el (nnheader-accept-process-output): Autoload it.
9451
9452 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9455         are not 2-digit hexadecimal characters that follow `%'s.
9456
9457 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * message.el (message-bogus-recipient-p): Fix type in doc string.
9460         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9461         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9462         Improve custom options.
9463         (message-bogus-recipient-p): Adjust accordingly.
9464
9465 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9466
9467         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9468         long-form month and day names.
9469
9470 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * dgnushack.el: Autoload debug, eudc-expand-inline and
9473         pgg-snarf-keys-region for XEmacs.
9474
9475         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9476
9477         * nnmairix.el: Require edmacro when compiling with XEmacs.
9478
9479 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9482         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9483
9484 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9485
9486         * auth-source.el: Add more docs.
9487
9488         * netrc.el (netrc-machine): Always match if the port is not given.
9489
9490 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9491
9492         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9493         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9494         retrieval faster in some cases, but might make CPU usage larger.
9495         If this has any bad side effects, we might revert this change.
9496
9497         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9498         seems to make mail retrieval much, much faster.
9499         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9500         unconditionally.
9501
9502         * gnus-draft.el (gnus-group-send-queue):
9503         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9504
9505 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9508
9509         * message.el (message-bogus-address-regexp): Fix and improve custom
9510         type.
9511         (message-setup-hook): Add message-check-recipients as custom option.
9512
9513 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * message.el (message-cite-function): Remove bogus autoload which crept
9516         in during merge from v5-10.
9517
9518 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9519
9520         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9521
9522         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9523
9524         * auth-source.el: Preliminary Tramp docs.
9525         (auth-sources): Change the default auth-sources to use
9526         EPA .gpg files.
9527
9528 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9529
9530         * nntp.el: Autoload `auth-source-user-or-password'.
9531         (nntp-send-authinfo): Use it.
9532
9533         * nnimap.el: Autoload `auth-source-user-or-password'.
9534         (nnimap-open-connection): Use it.
9535
9536         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9537         for the gnus-message function.
9538         (auth-source-user-or-password): Use it.
9539
9540 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9541
9542         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9543         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9544         (rfc2104-hash): Use it.
9545
9546 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9547
9548         * gnus-art.el (gnus-article-toggle-truncate-lines):
9549         Don't use `iff' in docstring.
9550
9551 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9552
9553         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9554
9555         * gnus-util.el (gnus-extract-address-component-name)
9556         (gnus-extract-address-component-email): Convenience functions around
9557         `gnus-extract-address-components'.
9558
9559         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9560         Use `gnus-extract-address-component-email' to fix bug of comparing full
9561         sender name to `user-mail-address'.
9562
9563 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9564
9565         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9566         catch/throw to optimize.
9567         (gnus-registry-find-keywords): Just use member to find a keyword.
9568
9569 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9570
9571         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9572         is current before calling gnus-server-prepare.
9573         (gnus-server-setup-buffer, gnus-server-update-server)
9574         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9575
9576 2008-05-04  Juri Linkov  <juri@jurta.org>
9577
9578         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9579         (mailcap-file-default-commands): Use mailcap-replace-in-string
9580         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9581         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9582
9583 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9584
9585         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9586
9587 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9588
9589         * gnus.el: Bump version to 0.11.
9590
9591 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9592
9593         * gnus.el: No Gnus v0.10 is released.
9594
9595 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9598         hooks.
9599         (gnus-update-read-articles): Speed up non-marks-using users.
9600         (gnus-use-marks): Define gnus-use-marks.
9601         (gnus-propagate-marks): Rename variable to something more sensible.
9602
9603 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9604
9605         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9606         (gmm-image-load-path-for-library): Fix typos in docstrings.
9607         (gmm-message): Reflow docstring.
9608
9609 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9610
9611         * mail-source.el (mail-source-set-1, mail-source-bind):
9612         Move auth-source code out of the macro to clean it up and fix bugs.
9613
9614 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9615
9616         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9617         by sender if it's equal to user-mail-address, it's likely to be
9618         useless.
9619
9620         * mail-source.el (mail-source-bind): Don't use user or password if they
9621         are not bound.  Unintern them if they are nil.  Don't use server unless
9622         it's bound, and default it to empty string otherwise.
9623
9624 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9625
9626         * mail-source.el: Load auth-source.el.
9627         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9628         get user name or password, if auth-sources is set up.
9629
9630         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9631         strategy of splitting with parent.
9632         (gnus-registry-split-fancy-with-parent)
9633         (gnus-registry-post-process-groups): Use it and fix prior
9634         bug (returning a list as the split result).
9635
9636         * auth-source.el (auth-sources): Remove server parameter.
9637         (auth-source-pick, auth-source-user-or-password)
9638         (auth-source-user-or-password-imap)
9639         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9640         (auth-source-user-or-password-sftp)
9641         (auth-source-user-or-password-smtp): Remove server parameter.
9642
9643 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9644
9645         * smime.el (smime-sign-region, smime-encrypt-region)
9646         (smime-decrypt-region):
9647         Remove redundant calls to `generate-new-buffer-name'.
9648
9649 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9650
9651         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9652         Don't use QP for message/rfc822.
9653         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9654
9655 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9656
9657         * sieve-manage.el (sieve-string-bytes): Remove.
9658         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9659         correct byte-length only if the process's coding-system is the same as
9660         the one used internally by Emacs to represent strings.
9661
9662 2008-04-22  Juri Linkov  <juri@jurta.org>
9663
9664         * mailcap.el (mailcap-file-default-commands): New function.
9665
9666 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9667
9668         * message.el (message-signature-separator, message-cite-function):
9669         Change custom version.
9670
9671 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9672
9673         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9674         commands.
9675         (tls-checktrust): Ditto.
9676
9677 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * mm-decode.el (mm-display-external): Make temp file read-only.
9680
9681 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9684         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9685         `C-c C-f d'.
9686
9687 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9688
9689         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9690
9691 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * gnus.el: Bump version to 0.9.
9694
9695 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * gnus.el: No Gnus v0.8 is released.
9698
9699 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9700
9701         * mail-source.el (mail-source-value):
9702         Prefer fboundp to functionp so it works with macros as well.
9703
9704 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9705
9706         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9707         Fix last change in case the element is not even a symbol.
9708
9709 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9710
9711         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9712         Prefer fboundp to functionp so it works with macros as well.
9713
9714 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9715
9716         * auth-source.el: Add docs.
9717         (auth-sources): Modify format to support server.
9718         (auth-source-pick, auth-source-user-or-password)
9719         (auth-source-user-or-password-imap)
9720         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9721         (auth-source-user-or-password-sftp)
9722         (auth-source-user-or-password-smtp): Add server parameter.
9723
9724 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9725
9726         * gnus-registry.el: Initialize the registry when gnus-registry-install
9727         is t.
9728
9729 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * compface.el (uncompface): Make buffer unibyte.
9732
9733 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9734
9735         * mail-source.el (mail-source-value):
9736         Prefer fboundp to functionp so it works with macros as well.
9737
9738 2008-04-05  Glenn Morris  <rgm@gnu.org>
9739
9740         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9741
9742 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9743
9744         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9745         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9746
9747         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9748         multibyteness after rather than before erasing it.
9749
9750         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9751         mm-with-multibyte.
9752         (gnus-request-article-this-buffer): Make sure the proper decoding is
9753         used if gnus-original-article-buffer happens to be unibyte.
9754
9755         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9756         default-enable-multibyte-characters.
9757
9758         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9759         default-enable-multibyte-characters.
9760
9761         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9762
9763         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9764
9765 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9766
9767         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9768         Fix last change in case the element is not even a symbol.
9769
9770 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9771
9772         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9773         (imap-message-copyuid-1): Use it.
9774         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9775         J. Williams in
9776         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9777
9778         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9779         imap-enable-exchange-bug-workaround.
9780         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9781
9782 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9783
9784         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9785         a 100 byte status-checks into a 2-3MB transfer for each group.
9786         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9787         to enable bug workaround or not.
9788         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9789
9790 2008-03-31  Glenn Morris  <rgm@gnu.org>
9791
9792         * message.el (mml2015-use): Declare for compiler.
9793         (message-info): Require mml2015 when appropriate.
9794
9795 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9798         whitespace.
9799
9800 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9801
9802         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9803         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9804         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9805         (nntp-service-to-port): New function.
9806         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9807         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9808         (nntp-open-netcat-stream): New function.
9809         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9810
9811 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9812
9813         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9814
9815 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9816
9817         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9818
9819 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9820
9821         * dns.el (dns-write): Use set-buffer-multibyte.
9822
9823 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9824
9825         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9826
9827 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * message.el (message-signature-separator): Change default.
9830         Improve custom type.
9831         (message-cite-function): Change default to
9832         message-cite-original-without-signature.
9833
9834         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9835         toggle.
9836
9837         * message.el (message-check-news-body-syntax): Fix signature check.
9838         (message-setup-1): Mark buffer as unmodified _after_ running
9839         message-setup-hook and handling message-alternative-emails.
9840         (message-shorten-references): Be more strict when building list of
9841         valid references to comply with GNKSA.
9842
9843         * gnus-group.el (gnus-read-ephemeral-bug-group)
9844         (gnus-read-ephemeral-debian-bug-group)
9845         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9846
9847         * message.el (message-info): Don't use booleanp which isn't supported
9848         in Emacs 21 and XEmacs.
9849
9850 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9853         gnus-group-gmane-group-download-format.
9854         (gnus-group-read-ephemeral-gmane-group): Rename from
9855         gnus-group-read-ephemeral-gmane-group.
9856         (gnus-read-ephemeral-gmane-group-url): Rename from
9857         gnus-group-read-ephemeral-gmane-group-url.
9858         (gnus-bug-group-download-format-alist): New variable.
9859         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9860         (gnus-read-ephemeral-emacs-bug-group): New commands.
9861
9862 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9865         (gnus-visible-headers): Improve custom type.
9866
9867 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * mml.el (mml-menu): Add workarounds for XEmacs.
9870
9871         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9872         X-Boundary header.
9873
9874         * message.el (message-simplify-recipients): Fix previous commit.
9875
9876 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9877
9878         * mm-util.el (mm-set-buffer-multibyte): New function.
9879         * mm-decode.el (mm-copy-to-buffer): Use it.
9880
9881         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9882         Prefer fboundp to functionp so it works with macros as well.
9883
9884 2008-03-19  Glenn Morris  <rgm@gnu.org>
9885
9886         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9887         Accidentally removed in the sync process with Emacs.
9888
9889 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * message.el (message-alter-recipients-discard-bogus-full-name):
9892         New function.
9893         (message-alter-recipients-function): New variable.
9894         (message-get-reply-headers): Use it.
9895         (message-replace-header): New helper function.
9896         (message-recipients-without-full-name): New variable.
9897         (message-simplify-recipients): New command.
9898
9899         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9900
9901         * message.el (message-info): Handle EasyPG manual.
9902
9903         * mml.el (mml-menu): Add entry for EasyPG.
9904
9905 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9906
9907         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9908         parameter.
9909
9910         * message.el (message-disassociate-draft): Specify drafts group name
9911         fully.
9912
9913 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9914
9915         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9916         Eliminate unnecessary duplicates from the match list.
9917
9918 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9921
9922         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9923
9924         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9925         args of `how-many' of which the XEmacs version doesn't take; declare
9926         Info-index-next as function.
9927
9928 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * gnus-score.el (gnus-score-headers): Fix handling of
9931         gnus-inhibit-slow-scoring.
9932
9933         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9934         string.
9935         (gnus-button-url-regexp): Improve handling of parenthesis.
9936         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9937         (gnus-button-handle-info-keystrokes): Handle index entries.
9938
9939 2008-03-15  Glenn Morris  <rgm@gnu.org>
9940
9941         * parse-time.el (parse-time-string): Simplify.
9942
9943 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9946         Incoming* files.
9947
9948 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9949
9950         * auth-source.el (auth-sources): Rename from auth-source-choices.
9951         (auth-source-pick): Use it.
9952
9953 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9954
9955         * binhex.el (binhex-decode-region-internal):
9956         * uudecode.el (uudecode-decode-region-internal):
9957         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9958         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9959         setting default-enable-multibyte-characters.
9960
9961 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9962
9963         * auth-source.el (auth-source-protocols)
9964         (auth-source-protocols-customize, auth-source-choices): Add and
9965         modified variable customizations and defaults.
9966         (auth-source-pick, auth-source-user-or-password)
9967         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9968         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9969         (auth-source-user-or-password-sftp)
9970         (auth-source-user-or-password-smtp): Use new variables and provide an
9971         interface to netrc.el.
9972
9973 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9976         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9977         Make sure the nntp port to specify is a string.
9978
9979 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9980
9981         * nntp.el: Use with-current-buffer.
9982         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9983         dubious mm-with-unibyte-current-buffer.
9984         (nntp-with-open-group-function): New function extracted from
9985         nntp-with-open-group macro.
9986         (nntp-with-open-group): Use the function, so it's easier to debug.
9987         Add indentation and debugging info.
9988         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9989         Recommend the use of the netcat alternatives.
9990
9991         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9992         Avoid mm-string-as-multibyte as well.
9993
9994         * nnweb.el (nnweb-insert-html):
9995         Remove use of nnheader-string-as-multibyte.
9996
9997         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9998         (nnheader-string-as-multibyte): Remove.
9999
10000         * mm-view.el: Use inhibit-read-only.
10001         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10002         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10003         or unibyte-string.
10004
10005         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10006         (mm-uu-yenc-extract): Use with-current-buffer.
10007
10008         * gnus-soup.el (gnus-soup-send-packet): Don't use
10009         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10010
10011         * nnmh.el: Use with-current-buffer.
10012         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10013         mm-string-as-multibyte on the output of mm-encode-coding-string.
10014
10015         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10016         (nnimap-request-move-article): Use with-current-buffer.
10017
10018         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10019         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10020         conversion uses string-make-unibyte rather than string-as-unibyte.
10021
10022         * gnus-msg.el: Use with-current-buffer.
10023
10024         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10025
10026 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10027
10028         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10029         string for caching if it is 'PIN.
10030
10031 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * lpath.el: Consider the case without Emacs/W3.
10034
10035 2008-03-08  Glenn Morris  <rgm@gnu.org>
10036
10037         * time-date.el (date-to-time, time-subtract, time-add)
10038         (safe-date-to-time): Doc fixes.
10039
10040 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * mail-source.el (mail-source-delete-old-incoming-confirm):
10043         Change default to nil.
10044         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10045
10046 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * lpath.el: Rearrange.
10049
10050         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10051         (gnus-article-goto-prev-page): Work for articles having ^L's.
10052
10053         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10054
10055         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10056
10057 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10058
10059         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10060         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10061         (gnus-bookmark-jump): Adjust some variable names.
10062
10063 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10064
10065         * auth-source.el: New package.
10066         (auth-source-choices): Add customization entry point variable.
10067
10068         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10069         bug.
10070
10071 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10072
10073         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10074         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10075         (gnus-registry-install-shortcuts): Rename from
10076         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10077         the `gnus-registry-mark-map' keymap dynamically from
10078         `gnus-registry-marks'.  The generated functions update the summary line
10079         when a registry mark is added or deleted, and will call
10080         `gnus-registry-install-p' (see the comments in the code).
10081         (gnus-registry-user-format-function-M): Use concat intelligently.
10082
10083         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10084         the registry mark functions.
10085
10086 2008-03-05  Glenn Morris  <rgm@gnu.org>
10087
10088         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10089         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10090         gnus-art.
10091         (top-level): No need to load own source when compiling.
10092
10093 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10096         Suggested by <chris.anderton@zetnet.co.uk>.
10097
10098 2008-03-04  Glenn Morris  <rgm@gnu.org>
10099
10100         * gnus-sum.el (top-level): No need to require gnus when compiling,
10101         since unconditionally required near start of file.
10102         (gnus-summary-display-while-building): Move definition before use.
10103
10104 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10105
10106         * gnus-registry.el (gnus-registry-user-format-function-M):
10107         Add formatting function.
10108
10109 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10110
10111         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10112         with plists.
10113         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10114         Use new format.
10115
10116 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10119         `where-is-internal' that returns a range of key sequences.
10120
10121 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10122
10123         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10124
10125         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10126         (gnus-summary-jump-to-group): Consider windows on other displayed
10127         frames as well.  Similar changes might be needed elsewhere, but that's
10128         the one I've bumped into during my use.
10129
10130         * nndoc.el (nndoc-oe-dbx-type-p):
10131         * gnus-msg.el (gnus-debug):
10132         * gnus-group.el (gnus-update-group-mark-positions):
10133         Use mm-string-to-multibyte.
10134
10135 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10138         doesn't handle NotDashEscaped.
10139
10140         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10141         (mml-dnd-attach-options): Fix typo in custom choice.
10142
10143         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10144         Change nndoc-article-type to mbox.
10145         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10146
10147         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10148         to nil, instead of html2text.
10149
10150         * imap.el (imap-debug): Add `imap-ping-server'.
10151
10152         * gnus-bookmark.el: Add FIXMEs.
10153
10154         * message.el (message-form-letter-separator)
10155         (message-send-form-letter-delay): New variables.
10156         (message-send-form-letter): Use them.  New command to send form
10157         letters.  Requested by Uwe Siart.
10158         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10159
10160 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * Update copyright years.
10163
10164 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10165
10166         Sync from EMACS_22_BASE.
10167
10168         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10169
10170 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10171
10172         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10173         empty author.
10174
10175 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10176
10177         * gnus-registry.el (gnus-registry-marks): Add variable for
10178         customization of marks and their appearance.
10179         (gnus-registry-read-mark): Use it.
10180         (gnus-registry-do-marks): Add utility function to loop through
10181         `gnus-registry-marks'.
10182         (gnus-registry-install-shortcuts-and-menus): Add function to install
10183         shortcuts and menus.
10184         (gnus-registry-initialize): Use it.
10185         (gnus-registry-default-mark): Clarify documentation.
10186
10187 2008-02-29  Glenn Morris  <rgm@gnu.org>
10188
10189         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10190         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10191         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10192         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10193         Change defcustom :version from 23.0 to 23.1.
10194
10195 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10196
10197         * gnus-registry.el (gnus-registry-follow-group-p)
10198         (gnus-registry-post-process-groups): Add functions to aid registry
10199         splitting and improve logging.  Clarify behavior in function
10200         documentation.
10201         (gnus-registry-split-fancy-with-parent): Use them.
10202
10203 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10204
10205         * gnus-art.el: Use with-current-buffer.
10206
10207 2008-02-27  David Engster  <dengste@eml.cc>
10208
10209         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10210         Express real group name in the response.
10211
10212 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10215         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10216         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10217         autoload gnus-registry-fetch-group when compiling.
10218         (nnmairix-request-group-with-article-number-correction):
10219         Remove unreferenced argument passed to nnmairix-call-backend.
10220
10221 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10222
10223         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10224         (mm-uu-extract): Improve face for low color ttys.
10225         Reported by Sascha Wilde.
10226
10227 2008-02-27  Glenn Morris  <rgm@gnu.org>
10228
10229         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10230         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10231         variables to defconsts.  Convert comments to doc-strings.
10232         (nnmairix-last-server, nnmairix-current-server): Convert from free
10233         variables to defvars.  Convert comments to doc-strings.
10234         (gnus-registry-fetch-group): Autoload.
10235         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10236         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10237         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10238         caddr.
10239         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10240         nnmairix-request-group-with-article-number-correction call.
10241         (nnmairix-fast, nnmairix-group): New, less general names, for free
10242         variables passed from nnmairix-request-group to
10243         nnmairix-request-group-with-article-number-correction.  Declare.
10244         (nnmairix-request-group-with-article-number-correction):
10245         Use nnmairix-fast, nnmairix-group rather than fast, group.
10246
10247 2008-02-26  David Engster  <dengste@eml.cc>
10248
10249         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10250         version 0.5.
10251
10252 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10253
10254         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10255         instead of making an extra function call.  Don't add the current group
10256         to articles only when they have the group.  Use
10257         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10258         Reported by David <de_bb@arcor.de>.
10259
10260 2008-02-24  Miles Bader  <miles@gnu.org>
10261
10262         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10263         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10264         (mm-find-mime-charset-region):
10265         * mm-bodies.el (mm-encode-body):
10266         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10267
10268 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10271         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10272
10273 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * mail-source.el (mail-source-delete-incoming): Change default.
10276         Supplement doc string.
10277
10278         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10279
10280 2008-02-14  Glenn Morris  <rgm@gnu.org>
10281
10282         * time-date.el (format-seconds): New function.
10283
10284 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * nnmail.el (nnmail-message-id-cache-file): Derive from
10287         `gnus-home-directory'.
10288
10289 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10292         Document negative prefix.
10293
10294         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10295
10296 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297
10298         * message.el (message-unsent-separator): Add the Exim bounce
10299         separator.
10300
10301 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10302
10303         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10304         list.
10305         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10306         recipient/signer list.
10307
10308 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * Makefile.in (datarootdir): Define.
10311         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10312         name that might contain whitespace.
10313
10314 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10317         fbound (Emacs 23 unicode), signal an error.
10318
10319 2008-02-08  Glenn Morris  <rgm@gnu.org>
10320
10321         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10322
10323 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10324
10325         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10326         ports to the calls to `netrc-machine-user-or-password' in addition to
10327         "imap" and "imaps".
10328
10329 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10330
10331         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10332
10333         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10334
10335 2008-02-01  Kenichi Handa  <handa@m17n.org>
10336
10337         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10338         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10339         (rfc2104-hash): Convert the result of concat to unibyte string.
10340
10341 2008-02-01  Dave Love  <fx@gnu.org>
10342
10343         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10344         coding-system-for-read.
10345         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10346
10347 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10350         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10351         <hanche@math.ntnu.no>.
10352
10353 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10356
10357         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10358
10359 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10360
10361         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10362         * message.el (message-beginning-of-line): Use featurep instead of bound
10363         tests in order to resolve conditionals at compile time.
10364
10365 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10366
10367         * mail-source.el (mail-sources): Add `group' choice.
10368
10369         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10370         parameter `in-group' to control into which group the articles go.
10371         Add treatment of `group' mail-source.
10372
10373 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10376
10377         * mm-decode.el (mm-dissect-buffer): Decode description.
10378
10379         * mml.el (mml-to-mime): Encode message header first.
10380
10381 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10384         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10385
10386         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10387         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10388
10389 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10390
10391         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10392
10393 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10396         prefix keys.
10397         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10398         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10399         gnus-xmas.el.
10400
10401         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10402         (gnus-xmas-article-describe-bindings): New function.
10403         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10404         gnus-xmas-article-describe-bindings.
10405
10406         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10407
10408 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10409
10410         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10411         Add new variables for article mark management.
10412         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10413         list of extra data entries which, when present, will indicate that the
10414         article ID should not be trimmed from the registry.
10415         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10416         functions.
10417         (gnus-registry-read-mark): New function to read a mark name from the
10418         user.
10419         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10420         (gnus-registry-set-article-mark-internal): New functions to add and
10421         remove marks.
10422         (gnus-registry-get-article-marks): New function to show the marks for
10423         an article, or retrieve them for further use.
10424
10425 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10428         keys when no argument is given.
10429
10430 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * imap.el (imap-ping-server): New variable.
10433         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10434         (imap-ping-server): Minor doc string fixes.
10435
10436 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10437
10438         * imap.el (imap-ping-server): New function.
10439         (imap-opened): Call imap-ping-server.
10440
10441 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * gnus-sum.el (gnus-article-sort-by-random)
10444         (gnus-thread-sort-by-random): Fix doc strings.
10445         Reported by jidanni@jidanni.org.
10446
10447 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-art.el (gnus-article-describe-bindings): New function.
10450         (gnus-article-read-summary-keys): Use it.
10451         (gnus-article-mode-map): Bind `C-h b' to it.
10452
10453 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10456         XEmacs.
10457         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10458         Protect against non-character events.
10459
10460         * lpath.el: Fbind map-keymap for Emacs 21.
10461
10462 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10465         New command.
10466         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10467         instead of END.  Change name of the temp file.
10468         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10469         customizable.
10470
10471 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10474         bind `S W' to gnus-article-wide-reply-with-original; set default
10475         binding to gnus-article-read-summary-send-keys.
10476         (gnus-article-read-summary-keys): Fix the order of keys; display
10477         continuation keys correctly in the echo area; describe bindings
10478         correctly when keys end with `C-h'.
10479         (gnus-article-read-summary-send-keys): New function.
10480         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10481         Work for gnus-article-read-summary-send-keys; display continuation keys
10482         correctly in the echo area.
10483         (gnus-article-reply-with-original): Ignore prefix argument.
10484         (gnus-article-wide-reply-with-original): New function.
10485
10486         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10487         Emacs 21.
10488
10489 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10492         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10493
10494 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10497         (gnus-group-read-ephemeral-gmane-group): New command.
10498
10499 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10500
10501         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10502
10503 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10504
10505         * message.el (message-send-mail-function): Increase custom version.
10506
10507         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10508         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10509
10510 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10511
10512         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10513         for the cases where imap-authenticate is called with a nil buffer
10514         parameter.
10515
10516 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10519         html parts correctly; support forwarded messages.
10520         (gnus-article-browse-html-article): Remove work buffers.
10521
10522         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10523         compiling.
10524         (netrc-bound-and-true-p): New macro.
10525         (netrc-parse): Use it instead of bound-and-true-p that is not available
10526         in XEmacs 21.4.
10527
10528 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10529
10530         * gnus-registry.el (gnus-registry-mark-article)
10531         (gnus-registry-article-marks): Add functionality to mark articles
10532         through the Gnus registry.
10533
10534         * encrypt.el: Clarify documentation for the new pgg method.
10535         (encrypt-file-alist): Add PGG option.
10536         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10537         functionality.  Abstract password key and messaging to external
10538         functions.
10539         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10540         (encrypt-message-method-and-cipher): Add new convenience external
10541         functions.
10542         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10543         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10544
10545         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10546         (netrc-parse): Use encrypt-file-alist to determine if
10547         encrypt-find-model or encrypt-insert-file-contents should be used.
10548
10549         * encrypt.el: Clarify documentation.  Load password-cache or
10550         password, whichever one is found first, instead of autoloading.
10551
10552 2007-12-19  Glenn Morris  <rgm@gnu.org>
10553
10554         * mml.el (message-options-set, message-narrow-to-head)
10555         (message-in-body-p, message-mail-p, message-encode-message-body):
10556         Autoload.
10557         (message-remove-header, message-narrow-to-headers-or-head)
10558         (message-subscribed-p, message-make-mail-followup-to)
10559         (message-position-on-field, message-news-p)
10560         (message-options-set-recipient, message-generate-headers)
10561         (message-sort-headers): Declare as functions.
10562
10563 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10566         convention in doc string.
10567
10568 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10571         title to html parts.
10572         (gnus-article-browse-html-article): Pass message header to it.
10573
10574         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10575
10576 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10579         or password compatible with XEmacs.
10580
10581 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10584         format document.
10585         (gnus-mime-delete-part): Don't write description line if empty.
10586         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10587
10588 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10589
10590         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10591         (gnus-summary-mark-read-and-unread-as-read)
10592         (gnus-summary-mark-current-read-and-unread-as-read)
10593         (gnus-summary-mark-unread-as-ticked): Doc fix.
10594         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10595
10596 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10599         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10600
10601 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10604         yes-or-no-p.
10605
10606 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * mm-decode.el (mm-add-meta-html-tag): New function.
10609         (mm-save-part-to-file, mm-pipe-part): Use it.
10610
10611         * gnus-art.el (gnus-article-browse-delete-temp-files):
10612         Use gnus-y-or-n-p instead of y-or-n-p.
10613         (gnus-article-browse-html-parts): Work with message/external-body; use
10614         mm-add-meta-html-tag.
10615
10616 2007-12-11  Glenn Morris  <rgm@gnu.org>
10617
10618         * gnus-cache.el: Require gnus-sum not just when compiling.
10619
10620         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10621
10622         * gnus-int.el (gnus-server-opened, gnus-status-message):
10623         Move definitions before use.
10624
10625         * mm-decode.el: Require gnus-util.
10626         (mm-remove-part): Only call delete-annotation on XEmacs.
10627
10628         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10629
10630         * nnmail.el: Require gnus-int.
10631
10632         * spam.el: Move `require's before `eval-when-compile's.
10633
10634         * gnus-ems.el (gnus-alive-p):
10635         * gnus-fun.el (message-goto-eoh):
10636         * gnus-util.el (gnus-group-name-decode):
10637         * mail-source.el (gnus-compress-sequence):
10638         * message.el (Info-goto-node, format-spec):
10639         * mm-bodies.el (message-options-get):
10640         * mm-decode.el (mm-view-pkcs7):
10641         * mm-util.el (gmm-write-region):
10642         * mml-smime.el (mml-compute-boundary)
10643         (gnus-completing-read-with-default):
10644         * mml.el (widget-button-press, gnus-make-hashtable):
10645         * mml1991.el (mm-decode-content-transfer-encoding)
10646         (mm-encode-content-transfer-encoding)
10647         (message-options-get, message-options-set):
10648         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10649         * nnfolder.el (gnus-request-group):
10650         * nnheader.el (ietf-drums-unfold-fws):
10651         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10652         * smime.el (gnus-run-mode-hooks):
10653         * spam-stat.el (gnus-message): Autoload.
10654
10655         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10656         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10657         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10658         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10659         Add declare-function compatibility definition.
10660
10661         * gnus-cache.el (nnvirtual-find-group-art):
10662         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10663         (gnus-add-image, gnus-add-wash-type):
10664         * gnus-group.el (nnkiboze-score-file):
10665         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10666         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10667         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10668         (message-tokenize-header, gnus-get-buffer-create)
10669         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10670         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10671         * gnus.el (gnus-group-decoded-name):
10672         * mail-source.el (imap-capability):
10673         * mm-bodies.el (message-options-set):
10674         * mm-decode.el (gnus-configure-windows):
10675         * mm-extern.el (message-goto-body):
10676         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10677         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10678         (epg-sub-key-validity, message-options-set):
10679         * mml.el (widget-event-point, gnus-configure-windows):
10680         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10681         * mml2015.el (epg-check-configuration, epg-configuration)
10682         (message-options-set):
10683         * nndb.el (nndb-request-article):
10684         * nnfolder.el (gnus-request-create-group):
10685         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10686         * nnmaildir.el (gnus-group-mark-article-read):
10687         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10688         * rfc1843.el (message-fetch-field):
10689         * spam.el (gnus-extract-address-components):
10690         Declare as functions.
10691
10692 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10695
10696         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10697
10698         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10699         bind show-trailing-whitespace for XEmacs.
10700
10701 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10704         new no-op macro for backward compatibility.
10705
10706         * imap.el (imap-string-to-integer): New function.
10707
10708 2007-12-09  Glenn Morris  <rgm@gnu.org>
10709
10710         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10711
10712         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10713         * message.el, mm-view.el, sieve-manage.el, smime.el:
10714         Add declare-function compatibility definition.
10715
10716         * gnus-art.el (w3-region, w3m-region, Info-menu):
10717         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10718         * gnus-sum.el (gnus-get-predicate):
10719         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10720         * message.el (mail-abbrev-in-expansion-header-p):
10721         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10722         (w3m-detect-meta-charset, w3m-region):
10723         * sieve-manage.el (password-read, password-cache-add)
10724         (password-cache-remove):
10725         * smime.el (password-read-and-add): Declare as functions.
10726
10727 2007-12-08  David Kastrup  <dak@gnu.org>
10728
10729         * gnus-sum.el (gnus-summary-simplify-subject-query):
10730         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10731         `message'.
10732
10733 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10736         it to bind idna-program, installation-directory, defined-colors, and
10737         face-attribute for XEmacs of the version that compiles defcustom forms.
10738
10739 2007-12-07  Glenn Morris  <rgm@gnu.org>
10740
10741         * gnus-art.el (article-make-date-line): Revert previous change.
10742
10743 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10746
10747 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10748
10749         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10750         Call gnus-add-to-range ranges only once with a prepared article-list.
10751
10752 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10753
10754         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10755         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10756         group names with backslashes.
10757         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10758
10759 2007-12-06  Deepak Goel  <deego3@gmail.com>
10760
10761         * gnus-art.el (article-make-date-line):
10762         * gnus-start.el (gnus-load):
10763         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10764
10765 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-art.el (gnus-use-idna)
10768         * gnus-start.el (gnus-site-init-file)
10769         * message.el (message-use-idna)
10770         * mm-uu.el (mm-uu-hide-markers)
10771         * smiley.el (smiley-style): Revert changes that suppress warnings.
10772
10773 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10776         specify charset to html source.
10777         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10778
10779 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10782         idna-program in order to suppress byte compile warning issued by XEmacs
10783         that came to byte compile the default value section of defcustom forms
10784         recently.
10785
10786         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10787         value of installation-directory.
10788
10789         * message.el (message-use-idna): Don't directly refer to the value of
10790         idna-program.
10791
10792         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10793
10794         * smiley.el (smiley-style): Don't directly call face-attribute.
10795
10796 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10799
10800         * gnus-dired.el: Reduce Gnus dependencies.
10801         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10802         Don't require.  Use autoloads instead.
10803         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10804         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10805         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10806         (gnus-dired-mode): Adjust doc string.
10807         (gnus-dired-mail-mode): New variable.
10808         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10809         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10810         (gnus-dired-mail-buffers): New function.  Return mail or message
10811         composition buffers.
10812         (gnus-dired-attach): Use it.
10813         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10814         NO-DECODE.
10815         (gnus-dired-print): Use `gnus-print-buffer' depending on
10816         `gnus-dired-mail-mode'.
10817
10818 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * rfc2047.el (rfc2047-encoded-word-regexp)
10821         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10822         explaining what regexp patterns are for.
10823
10824 2007-12-04  Glenn Morris  <rgm@gnu.org>
10825
10826         * password.el: Move to password-cache.el.
10827
10828         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10829         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10830         * mml-smime.el (password-read, password-cache-add)
10831         (password-cache-remove):
10832         No need to autoload, since mml-sec requires password.
10833
10834         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10835         * message.el (gnus-extract-address-components):
10836         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10837
10838         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10839         password.
10840
10841 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * mailcap.el: Reduce dependencies.
10844         (mail-header-parse-content-type): Autoload.
10845         (mailcap-delete-duplicates): New alias.
10846         (mailcap-mime-info): Add optional argument NO-DECODE.
10847         (mailcap-mime-types): Use mailcap-delete-duplicates.
10848
10849         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10850
10851 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10852
10853         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10854         (imap-parse-status): Upcase status-att for servers that sends them
10855         lower-case (e.g., MS Exchange 2007).
10856
10857 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858
10859         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10860         function.
10861
10862         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10863         (gnus-uu-yenc-article): New function.
10864
10865         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10866
10867         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10868
10869 2007-12-02  Glenn Morris  <rgm@gnu.org>
10870
10871         * binhex.el (binhex): New custom group.
10872         (binhex-decoder-program, binhex-decoder-switches)
10873         (binhex-use-external): Move to the binhex custom group.
10874
10875         * uudecode.el (uudecode): New custom group.
10876         (uudecode-decoder-program, uudecode-decoder-switches)
10877         (uudecode-use-external): Move to the uudecode custom group.
10878
10879         * netrc.el (top-level): Don't load `encrypt' features.
10880         (netrc-parse): Don't use encrypt.
10881         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10882
10883         * encrypt.el: Remove file.
10884
10885 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10888         matches on patches.
10889
10890         * gnus-art.el (gnus-article-browse-html-article):
10891         Mention `mm-text-html-renderer' in the doc string.
10892
10893         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10894         string.  Add comments.
10895
10896         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10897         if rhs is ASCII.
10898
10899 2007-12-01  Glenn Morris  <rgm@gnu.org>
10900
10901         * mail-source.el (top-level): Require format-spec before
10902         eval-when-compile.
10903
10904 2007-11-30  Glenn Morris  <rgm@gnu.org>
10905
10906         * encrypt.el: Require password, rather than autoloading password-read.
10907
10908 2007-11-29  Glenn Morris  <rgm@gnu.org>
10909
10910         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10911         (sasl-make-client, sasl-next-step, sasl-step-data)
10912         (sasl-step-set-data): Declare as functions.
10913
10914 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10917
10918 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10919
10920         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10921         certs should be verified and what is to be done in the event of a
10922         verification failure.
10923
10924         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10925         caller can indicate whether the cache should be disregarded for this
10926         call.  This way the result of the call is reproducible at all times and
10927         can be considered a canonical server name for the supplied method.
10928         (gnus-agent-method-p): Canonicalize server names by pushing their
10929         method through `gnus-method-to-server' using the no-cache argument.
10930
10931         * gnus-srvr.el (gnus-server-insert-server-line):
10932         Call `gnus-method-to-server' with `no-cache' argument.
10933
10934         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10935         gnus-agent-possibly-synchronize-flags as this should be called when the
10936         server is actually being opened.
10937         (gnus-agent-possibly-synchronize-flags)
10938         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10939         flags file of an agentized server to the latter function.
10940
10941         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10942         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10943         after a connection has been established successfully.
10944
10945 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * gnus-art.el (article-display-face): Force to display face if called
10948         interactively; check if gnus-article-x-face-too-ugly matches author.
10949         (article-display-x-face): Display face even if From header is missing
10950         as article-display-face does.
10951
10952 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10953
10954         * hashcash.el (message-narrow-to-headers-or-head)
10955         (message-fetch-field, message-goto-eoh)
10956         (message-narrow-to-headers): Declare as functions.
10957
10958 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * mail-source.el (mail-sources): Default to fetch from file for
10961         compatibility with default of nnmail-spool-file.
10962
10963 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10966         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10967         to look for encoded word that should be encoded again.
10968         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10969         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10970         encoding pattern.
10971         (rfc2047-decode-region): Switch strict regexp and loose one according
10972         to rfc2047-allow-irregular-q-encoded-words.
10973
10974 2007-11-25  Romain Francoise  <romain@orebokech.com>
10975
10976         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10977
10978 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * tls.el (tls-program): Provide more custom choices from
10981         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10982         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10983
10984 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10987         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10988
10989         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10990         `nnmail-spool-file'.
10991
10992         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10993         `nnmail-spool-file'.
10994
10995         * gnus-move.el (gnus-change-server): Ditto.
10996
10997         * gnus-kill.el (gnus-batch-score): Ditto.
10998
10999         * gnus-cache.el (gnus-jog-cache): Ditto.
11000
11001         * gnus-msg.el (gnus-summary-reply):
11002         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11003
11004 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11007         version.  Minor improvement to doc strings.
11008         (tls-program): Add comment.
11009
11010 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11011
11012         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11013         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11014         mismatch between the hostname provided in the certificate and the name
11015         of the host connnecting to.
11016         (open-tls-stream): Use them.  Check certificates against trusted root
11017         certificates.
11018
11019 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * gnus-cache.el (gnus-cache-generate-nov-databases):
11022         Use nnml-generate-nov-databases-directory instead of
11023         nnml-generate-nov-databases-1.
11024
11025 2007-11-24  Glenn Morris  <rgm@gnu.org>
11026
11027         * message.el (message-tool-bar-retro): Update for rename
11028         mail_send.xpm->mail-send.xpm.
11029
11030 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11031
11032         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11033         `smime-ldap-search' for Emacs 22 and up.
11034
11035 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11036
11037         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11038
11039         * message.el (message-send-mail-function): Fix error convention.
11040         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11041         (message-widen-reply, message-send-mail, message-talkative-question)
11042         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11043         (message-clone-locals, message-send-news): Use with-current-buffer.
11044         (message-insert-or-toggle-importance): Remove unused var `valid'.
11045         (message-make-references): Remove unused var `new-references'.
11046         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11047
11048 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11049
11050         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11051         (spam-split-symbolic-return-positive): Reflow docstring.
11052         (spam-backends, spam-summary-exit-behavior)
11053         (spam-mark-ham-unread-before-move-from-spam-group)
11054         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11055         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11056         (spam-clear-cache, spam-backend-check, spam-install-backend)
11057         (spam-install-statistical-backend, spam-list-of-processors)
11058         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11059         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11060         (spam-check-crm114, spam-initialize, spam-unload-hook):
11061         Fix typos in docstrings.
11062
11063 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11066         been checked if they have never been read and those group levels are
11067         higher than the one that a user specified.
11068
11069 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11072         foreign groups unless a group level is specified by a user.
11073         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11074
11075 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * message.el (message-send-mail-function): Require sendmail.
11078
11079 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * message.el (message-send-mail-function): Check for smtpmail too.
11082
11083         * utf7.el (utf7-encode, utf7-decode): Use coding system
11084         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11085
11086         * message.el (message-send-mail-function): New function.
11087         (message-send-mail-function): Set default using
11088         message-send-mail-function.  Adjust doc string.
11089         (message-send-mail-with-mailclient): New function.
11090
11091 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11092
11093         * smime.el (from):
11094         * rfc2047.el (message-posting-charset):
11095         * qp.el (mm-use-ultra-safe-encoding):
11096         * pop3.el (parse-time-months):
11097         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11098         * nnml.el (files):
11099         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11100         (jka-compr-compression-info-list, ange-ftp-path-format)
11101         (efs-path-regexp):
11102         * nndiary.el (files):
11103         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11104         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11105         (epg-digest-algorithm-alist, inhibit-redisplay)
11106         (password-cache-expiry):
11107         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11108         (pgg-output-buffer, password-cache-expiry):
11109         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11110         (efs-path-regexp):
11111         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11112         (inhibit-redisplay):
11113         * mm-uu.el (file-name, start-point, end-point, entry)
11114         (gnus-newsgroup-name, gnus-newsgroup-charset):
11115         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11116         (latin-unity-ucs-list):
11117         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11118         (mm-uu-binhex-decode-function):
11119         * message.el (gnus-message-group-art, gnus-list-identifiers)
11120         (rmail-enable-mime-composing, gnus-local-organization)
11121         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11122         (gnus-read-active-file, facemenu-add-face-function)
11123         (facemenu-remove-face-function, gnus-article-decoded-p)
11124         (tool-bar-mode):
11125         * mail-source.el (display-time-mail-function):
11126         * gnus-util.el (nnmail-pathname-coding-system)
11127         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11128         (gnus-original-article-buffer, gnus-user-agent)
11129         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11130         (xemacs-codename, sxemacs-codename, emacs-program-version):
11131         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11132         * gnus-start.el (gnus-agent-covered-methods)
11133         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11134         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11135         (gnus-newsgroup-headers, gnus-group-list-mode)
11136         (gnus-group-mark-positions, gnus-newsgroup-data)
11137         (gnus-newsgroup-unreads, nnoo-state-alist)
11138         (gnus-current-select-method, mail-sources)
11139         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11140         (nnmail-spool-file, gnus-cache-active-hashtb):
11141         * gnus-mh.el (mh-lib-progs):
11142         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11143         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11144         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11145         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11146         (gnus-group-buffer):
11147         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11148         (font-lock-set-defaults):
11149         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11150         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11151         (gnus-summary-post-menu, total-parts, type, condition, length):
11152         * gnus-agent.el (gnus-agent-read-agentview):
11153         * flow-fill.el (show-trailing-whitespace):
11154         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11155         eval-and-compile wrappers for byte compiler pacifiers.
11156
11157         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11158         (mm-display-inline-fontify): Check for featurep 'xemacs not
11159         extent-list.
11160
11161         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11162         itimer-list.
11163         (mm-create-image-xemacs): Only do something for XEmacs.
11164         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11165
11166         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11167
11168         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11169         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11170
11171 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11172
11173         * nnimap.el (nnimap-split-download-body):
11174         * gnus-demon.el (gnus-demon):
11175         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11176
11177 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11180         New macros.
11181         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11182         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11183         copy data from unibyte buffer to multibyte current buffer.
11184         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11185         to copy data from unibyte current buffer to multibyte buffer.
11186         (nntp-make-process-buffer): Make process buffer unibyte.
11187
11188         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11189
11190 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11191
11192         * pop3.el (pop3-open-server): Accept and process data more robustly at
11193         connexion start to avoid spurious "POP SSL connexion failed" errors.
11194
11195 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11198         read group names.
11199
11200 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11203
11204 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11207         (nnmail-save-active): Use a unibyte buffer when saving active file,
11208         which may contain non-ASCII group names.
11209
11210         * nnml.el (nnml-request-group): Decode group names in messages.
11211
11212 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * message.el (message-citation-line-function)
11215         (message-insert-formatted-citation-line): Fix spelling of
11216         `message-insert-formated-citation-line'.
11217
11218 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11221
11222 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11225         nnmail-pathname-coding-system.
11226
11227         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11228         that a user enters; decode group names in messages.
11229
11230         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11231
11232 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11235
11236         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11237
11238         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11239         risky local variable.
11240
11241         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11242
11243 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11244
11245         * encrypt.el: Improve documentation to fix function name typo.
11246         Reported by Daiki Ueno <ueno@unixuser.org>.
11247
11248 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11251         even if the point is not in the last page of an article.
11252         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11253         back to the previous page.
11254
11255 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11256
11257         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11258
11259 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11262
11263 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11264
11265         * message.el (message-check-news-body-syntax):
11266         Avoid mm-string-as-multibyte.
11267         (message-hide-headers): Don't assume (point-min)==1.
11268
11269 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11270
11271         * message.el (message-remove-blank-cited-lines): Fix if remove is
11272         given.
11273         (message-bogus-address-regexp): New variable.
11274         (message-bogus-recipient-p): New function.
11275         (message-check-recipients): New command.
11276         (message-syntax-checks): Add `bogus-recipient'.
11277         (message-fix-before-sending): Add `bogus-recipient'.
11278
11279         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11280         (gnus-treat-body-boundary): Don't test window-system.
11281
11282 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11283
11284         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11285
11286 2007-10-28  Miles Bader  <miles@gnu.org>
11287
11288         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11289         at compile-time too.
11290
11291 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * gnus-msg.el (gnus-message-setup-hook):
11294         Add `message-remove-blank-cited-lines' to options.
11295
11296 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * message.el (message-remove-blank-cited-lines): New function.
11299         Suggested by Karl Plästerer.
11300
11301 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11304         mapc.
11305
11306         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11307         (top-level): Use mapc to set functions to be traced for debugging.
11308
11309         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11310         called for effect with while loop.
11311
11312         * message.el (message-talkative-question): Replace mapcar called for
11313         effect with mapc.
11314
11315         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11316         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11317         called for effect with dolist.
11318
11319         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11320
11321         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11322         gnus-extra-headers and nnmail-extra-headers.
11323
11324         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11325         called for effect with dolist.
11326         (top-level): Use mapc to set functions to be traced for debugging.
11327
11328         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11329         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11330         dolist.
11331
11332         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11333         Replace mapcar called for effect with mapc.
11334         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11335         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11336         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11337         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11338
11339         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11340         remove-if that's a cl function.
11341
11342         * webmail.el (webmail-debug): Replace mapcar called for effect with
11343         dolist.
11344
11345         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11346         with mapc.
11347
11348 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11351         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11352         with while loop.
11353
11354         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11355         functions from article-* functions.
11356         (gnus-multi-decode-header): Replace mapcar called for effect with
11357         dolist.
11358
11359         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11360         (gnus-bookmark-show-details): Replace mapcar called for effect with
11361         while loop.
11362
11363         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11364         called for effect with while loop.
11365
11366         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11367         with dolist.
11368
11369         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11370         Replace mapcar called for effect with dolist.
11371
11372         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11373
11374         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11375         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11376         Replace mapcar called for effect with dolist.
11377         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11378         mapc.
11379
11380         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11381         Replace mapcar called for effect with dolist.
11382         (gnus-topic-list): Replace mapcar called for effect with mapc.
11383
11384         * gnus.el: Use mapc instead of mapcar to add autoloads.
11385
11386 2007-10-23  Richard Stallman  <rms@gnu.org>
11387
11388         * gnus-group.el (gnus-group-highlight): Mark as risky.
11389
11390 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus.el (gnus-server-to-method): Return method found first in
11393         gnus-newsrc-alist.
11394
11395         * gnus-art.el (gnus-article-highlight-signature)
11396         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11397         button overlay without the front stickiness.
11398
11399 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11400
11401         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11402         overview buffer needed a catch to receive its throw.
11403         (gnus-agent-flush-cache): Declare as interactive to make this function
11404         easier to use.
11405
11406 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11409         `next-line'.
11410
11411 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11414         exclude address matching message-dont-reply-to-names.
11415
11416 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * gnus-util.el (gnus-string<): New function.
11419
11420         * gnus-sum.el (gnus-article-sort-by-author)
11421         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11422
11423 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11426         the frame-focus tag is set in gnus-buffer-configuration.
11427
11428 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11431         the front stickiness.
11432
11433 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11436         url pattern; remove duplicate one.
11437         (gnus-article-extend-url-button): New function.
11438         (gnus-article-add-buttons): Use it.
11439         (gnus-button-push): Use concatenated url that it makes.
11440
11441 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11442
11443         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11444
11445 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11446
11447         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11448         Don't hardcode point-min==1.
11449
11450 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11453         Fix comment about "iso8859-1".
11454
11455 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11456
11457         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11458         ones returned from the verify-function.
11459
11460         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11461         Call mml2015-extract-cleartext-signature if extraction failed.
11462
11463 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11464
11465         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11466         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11467         failed.
11468
11469 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11472
11473 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11476         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11477         recommends to use EasyPG instead of PGG.
11478
11479         * pgg.el: Revert to revision 6.23.2.16.
11480
11481         * pgg-def.el: Revert to revision 6.6.2.14.
11482
11483         * pgg-gpg.el: Revert to revision 6.23.2.34.
11484
11485 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11486
11487         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11488         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11489         thread for both the null and zero (kill/expire thread) universal prefix
11490         cases.
11491         (gnus-summary-expire-thread): Add new function to expire a thread,
11492         using gnus-summary-kill-thread.
11493         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11494         shortcuts for gnus-summary-expire-thread.
11495         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11496         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11497
11498 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11499
11500         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11501         extras value, so an extras entry can be deleted.
11502         (gnus-registry-delete-extra-entry): Use it.
11503         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11504         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11505         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11506         storage through the gnus-registry, and provide an appropriate API for
11507         it.
11508
11509 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11512         Suggested by Leo <sdl.web@gmail.com>.
11513
11514         * gnus.el: Do.
11515
11516 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11519         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11520
11521         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11522
11523         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11524         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11525
11526 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11529         newline.
11530         (nnmbox-request-accept-article): Don't change article in source buffer;
11531         narrow to header to use message-fetch-field rather than
11532         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11533         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11534         as delimiters; make sure article ends with newline.
11535         (nnmbox-delete-mail): Correct last position of article to be deleted;
11536         ignore X-Gnus-Newsgroup header in article body.
11537         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11538         positions; make sure article ends with newline.
11539
11540         * message.el (message-display-abbrev): Don't infloop when a user
11541         inserts SPC in the beginning of header.
11542
11543         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11544         coding-system-for-read and coding-system-for-write for XEmacs having no
11545         file-coding feature.
11546
11547         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11548
11549 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11550
11551         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11552         list of groups not followed by default.  Fix type to be regexp.
11553         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11554
11555 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11556
11557         * hmac-def.el (define-hmac-function): Switch from old-style to
11558         new-style backquotes.
11559
11560         * md4.el (md4-make-step): Likewise.
11561
11562 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11565         raw-text coding system when saving .newsrc file, which may contain
11566         non-ASCII group names.
11567
11568 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gnus-cus.el (gnus-score-extra): New widget.
11571         (gnus-score-extra-convert): New function.
11572         (gnus-score-customize): Use it for Extra.
11573
11574 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11575
11576         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11577         (mml2015-mailcrypt-clear-verify): Use it.
11578         (mml2015-gpg-clear-verify): Use it.
11579         (mml2015-pgg-clear-verify): Use it.
11580         (mml2015-epg-clear-verify): Replace the current part with the output
11581         from GnuPG; don't extract the plaintext by itself.
11582
11583         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11584         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11585         mml2015-clear-verify-function; don't touch the armor headers or
11586         dash-escaped text here.
11587
11588 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11591         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11592         parts, or application/octet-stream as a last resort.
11593         (gnus-mime-view-part-as-type): Don't toggle display.
11594         (gnus-mime-view-part-as-charset): Don't turn off display before
11595         querying charset.
11596
11597         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11598         stuff to undisplayer function in Emacs.
11599         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11600
11601         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11602         text/calendar parts.
11603
11604 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11607         decoding text/calendar parts.
11608
11609         * message.el (message-forward-make-body-mime): Always mark body as
11610         having no illegible text; remove signed-or-encrypted argument.
11611         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11612
11613         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11614         (mml-generate-mime-1): Don't encode body if it is specified to be in
11615         raw form; don't make buffer be unibyte when inserting multibyte string.
11616
11617 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11618
11619         * sha1.el: Fix up comment style.
11620         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11621         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11622
11623         * hex-util.el: Fix up comment style.
11624         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11625
11626         * gnus-salt.el: Use with-current-buffer.
11627         (gnus-pick-setup-message): Fix long-standing typo.
11628
11629 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * imap.el (imap-logout-timeout): New variable.
11632         (imap-logout, imap-logout-wait): New functions.
11633         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11634
11635         * nnimap.el (nnimap-logout-timeout): New server variable.
11636         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11637         nnimap-logout-timeout.
11638
11639         * gnus-art.el (gnus-article-summary-command-nosave)
11640         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11641
11642 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * gnus.el (gnus-maximum-newsgroup): New variable.
11645
11646         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11647         according to gnus-maximum-newsgroup.
11648
11649         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11650         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11651         Limit the range of articles according to gnus-maximum-newsgroup.
11652
11653 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11654
11655         * gnus-art.el (gnus-sticky-article): Fix problems described in
11656         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11657         Don't perform gnus-configure-windows here; reuse existing sticky
11658         article buffer.
11659
11660         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11661         it doesn't exist in gnus-article-mode.
11662
11663 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11666         (gnus-agent-decoded-group-name): New function.
11667         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11668         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11669
11670 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11671
11672         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11673         Add binding for gnus-sticky-article.
11674         (gnus-summary-exit): Don't kill sticky article buffers.
11675
11676         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11677         article buffer.
11678         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11679         (gnus-kill-sticky-article-buffers): New commands.
11680
11681 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * nntp.el (nntp-xref-number-is-evil): New server variable.
11684         (nntp-find-group-and-number): If it is non-nil, don't trust article
11685         numbers in the Xref header.
11686
11687 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-agent.el (gnus-agent-read-group): New function.
11690         (gnus-agent-flush-group, gnus-agent-expire-group)
11691         (gnus-agent-regenerate-group): Use it.
11692         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11693         nnmail-pathname-coding-system.
11694
11695 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11698
11699         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11700         that are unread as unread, and also as selected so that information of
11701         marks having been changed by a user may be updated when exiting group.
11702
11703 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11706
11707 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11710         calculated ignoring signature parts to gnus-treat-article.
11711
11712 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11715         a point here in order to keep the window start.
11716         (gnus-insert-mime-security-button): Make a button overlay without the
11717         front stickiness.
11718         (gnus-mime-display-security): Goto the end of a button.
11719
11720         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11721
11722 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11725         group-name-at-point.
11726         (gnus-group-completing-read): New function that offers decoded
11727         non-ASCII group names for completion.
11728         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11729         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11730         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11731         (gnus-group-fetch-control): Use it.
11732         (gnus-fetch-group): Use group-name-at-point for the initial value
11733         rather than the default value; use gnus-alive-p.
11734
11735         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11736         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11737         (gnus-summary-post-news): Use gnus-group-completing-read.
11738
11739         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11740         (gnus-read-move-group-name): Decode group name for completion.
11741
11742 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11743
11744         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11745         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11746         Yamaoka slightly modified the code).
11747
11748 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11751         (nnmail-split-incoming): Bind it.
11752
11753         * nnml.el (nnml-group-name-charset): New function.
11754         (nnml-decoded-group-name): Use it; don't decode group name if
11755         nnmail-group-names-not-encoded-p is non-nil.
11756         (nnml-encoded-group-name): New function.
11757         (nnml-group-pathname): Inline nnml-decoded-group-name.
11758         (nnml-request-expire-articles): Decode group name in message.
11759         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11760         nnmail-pathname-coding-system.
11761         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11762         not decoded ones according to nnmail-group-names-not-encoded-p.
11763         (nnml-generate-active-info): Use nnml-encoded-group-name.
11764
11765 2007-08-08  Glenn Morris  <rgm@gnu.org>
11766
11767         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11768         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11769         doc-strings and comments.
11770
11771 2007-07-25  Glenn Morris  <rgm@gnu.org>
11772
11773         * Relicense all FSF files to GPLv3 or later.
11774
11775 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-sum.el (gnus-summary-move-article):
11778         Make gnus-summary-respool-article work.
11779
11780 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11781
11782         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11783         string.
11784
11785 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11786
11787         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11788         that should be ignored when comparing distant RSS articles with local
11789         ones.
11790         (nnrss-make-hash-index): New function.  Create a hash index according
11791         to the ignored fields.
11792         (nnrss-check-group): Use it.
11793
11794 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11797
11798         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11799
11800         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11801         the new optional argument ENCODED is non-nil.
11802         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11803         coding system for encoding group name.
11804         (gnus-group-make-rss-group): Pass un-encoded group name to
11805         gnus-group-make-group.
11806         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11807         encoded.
11808
11809         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11810         Encode group name to which articles are moved or copied.
11811         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11812         coding system for encoding Newsgroup, Followup-To and Xref headers.
11813
11814         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11815         marks; use nnheader-file-coding-system to write a file.
11816         (nnagent-retrieve-headers): Bind file-name-coding-system to
11817         nnmail-pathname-coding-system.
11818
11819         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11820
11821         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11822         (nnml-request-article, nnml-request-create-group)
11823         (nnml-request-rename-group, nnml-find-id)
11824         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11825         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11826         (nnml-save-marks): Use nnml-group-pathname instead of
11827         nnmail-group-pathname.
11828
11829         (nnml-request-create-group, nnml-request-expire-articles)
11830         (nnml-request-move-article, nnml-request-delete-group)
11831         (nnml-deletable-article-p, nnml-possibly-create-directory)
11832         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11833         (nnml-open-marks): Bind file-name-coding-system to
11834         nnmail-pathname-coding-system.
11835
11836         (nnml-request-article): Pass server argument to nnml-find-group-number.
11837         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11838         Pass server argument to nnml-possibly-create-directory.
11839         (nnml-request-accept-article): Pass server argument to
11840         nnml-active-number and nnml-save-mail.
11841         (nnml-find-group-number): Pass server argument to nnml-find-id.
11842         (nnml-request-update-info): Pass server argument to
11843         nnml-marks-changed-p.
11844
11845         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11846         (nnml-save-mail, nnml-active-number): Add server argument.
11847
11848         (nnml-request-delete-group): Warn if group is missing.
11849         (nnml-get-nov-buffer): Decode group name.
11850         (nnml-generate-active-info): Encode group name.
11851         (nnml-open-marks): Decode group name in messages.
11852
11853 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11856         if it is not specified.
11857         (gnus-article-pipe-part, gnus-article-save-part)
11858         (gnus-article-interactively-view-part, gnus-article-copy-part)
11859         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11860         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11861         (gnus-article-replace-part, gnus-article-delete-part)
11862         (gnus-article-view-part-as-type): Pass raw prefix argument to
11863         gnus-article-part-wrapper.
11864
11865 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * gnus-agent.el (gnus-agent-save-active):
11868         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11869
11870         * gnus-cache.el (gnus-cache-save-buffers)
11871         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11872         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11873         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11874         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11875         (gnus-cache-generate-active, gnus-cache-rename-group)
11876         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11877         (gnus-cache-update-overview-total-fetched-for):
11878         Bind file-name-coding-system to nnmail-pathname-coding-system.
11879         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11880         New variables.
11881         (gnus-cache-decoded-group-name): New function.
11882         (gnus-cache-file-name): Use it.
11883         (gnus-cache-generate-active): Use non-decoded group name for active.
11884
11885         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11886         right place.
11887         (gnus-write-active-file): Don't break non-ASCII group names.
11888
11889         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11890         nnmail-pathname-coding-system.
11891
11892         * lpath.el: Bind default-file-name-coding-system,
11893         file-name-coding-system and language-info-alist for XEmacs.
11894
11895         * gnus-uu.el (gnus-uu-decode-save): Typo.
11896
11897 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11900
11901 2007-07-14  David Kastrup  <dak@gnu.org>
11902
11903         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11904         finishing actions if we did not edit the article.
11905
11906 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11909         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11910         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11911         (gnus-agent-flush-group, gnus-agent-flush-cache)
11912         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11913         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11914         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11915         (gnus-agent-regenerate-group)
11916         (gnus-agent-update-files-total-fetched-for)
11917         (gnus-agent-update-view-total-fetched-for):
11918         Bind file-name-coding-system to nnmail-pathname-coding-system.
11919         (gnus-agent-group-pathname): Don't encode file names by
11920         nnmail-pathname-coding-system.
11921         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11922         coding-system-for-write instead of buffer-file-coding-system to
11923         gnus-agent-file-coding-system.
11924
11925         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11926         Decode group name.
11927
11928         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11929
11930         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11931         (gnus-read-newsrc-el-file): Make group names unibyte.
11932
11933         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11934         nnmail-pathname-coding-system.
11935
11936         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11937         (nnrss-request-delete-group): Bind file-name-coding-system to
11938         nnmail-pathname-coding-system.
11939         (nnrss-read-server-data, nnrss-read-group-data):
11940         Bind file-name-coding-system correctly.
11941         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11942
11943         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11944         (nntp-server-to-method-cache): New variable.
11945         (nntp-group-pathname): New function that decodes non-ASCII group names.
11946         (nntp-possibly-create-directory, nntp-marks-changed-p)
11947         (nntp-save-marks, nntp-open-marks): Use it.
11948         (nntp-possibly-create-directory, nntp-open-marks):
11949         Bind file-name-coding-system to nnmail-pathname-coding-system.
11950         (nntp-open-marks): Decode group names when bootstrapping marks.
11951
11952         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11953         Newsgroups and Folowup-To headers.
11954
11955 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11958         (gnus-server-closed-face, gnus-server-denied-face)
11959         (gnus-server-offline-face): Remove variable.
11960         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11961
11962         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11963         of modifying message-stack directly for XEmacs.
11964
11965         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11966         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11967         if the coding-system argument is nil for XEmacs.
11968
11969         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11970         mm-charset-override-alist.
11971
11972         * rfc2047.el: Don't require base64; require rfc2045 for the function
11973         rfc2045-encode-string.
11974         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11975         to quote the parameter value.
11976
11977 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11980         form in gnus-group-name-charset-method-alist.
11981
11982         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11983         overrides the default layout edit-form.
11984
11985         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11986
11987         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11988
11989 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11992         as unfetched articles.
11993
11994 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11997
11998 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12001         original back end that keeps marks in the local system.
12002
12003 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12006         arg of pop-to-buffer for XEmacs.
12007         (gnus-article-read-summary-keys): Ditto; don't restore window
12008         configuration if summary command ends up with neither article buffer
12009         nor summary buffer; describe bindings if summary keys end with C-h.
12010
12011 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * message.el (message-fix-before-sending): Skip raw message part to be
12014         forwarded while checking illegible text.
12015         (message-forward-make-body-mime, message-forward-make-body):
12016         Mark signed or encrypted raw message as having no illegible text.
12017
12018 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12021         (gnus-message-with-timestamp-1): New macro.
12022         (gnus-message-with-timestamp): New function.
12023         (gnus-message): Use them.
12024
12025         * nnheader.el (nnheader-message): Use them.
12026
12027 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12030         .newsrc.eld file.
12031
12032 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus-agent.el (gnus-agent-fetch-headers)
12035         (gnus-agent-retrieve-headers):
12036         Bind gnus-decode-encoded-address-function to identity.
12037
12038         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12039         available also when the server returns simply a dot.
12040
12041         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12042
12043 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12046
12047 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-ems.el (gnus-x-splash): Make it work.
12050
12051         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12052         from being used.
12053
12054         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12055
12056 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12059         4th and the 5th arguments.
12060
12061         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12062         the front stickiness.
12063         (gnus-article-summary-command-nosave): Correct the order of the
12064         arguments passed to pop-to-buffer.
12065         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12066         summary command ends up with the article buffer.
12067
12068         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12069         the same faces.
12070
12071 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12072
12073         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12074
12075 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12076
12077         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12078         * gnus-sum.el (gnus-summary-highlight):
12079         * pgg.el (pgg-sign-region, pgg-sign):
12080         * mail-source.el (mail-source-delete-old-incoming-confirm):
12081         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12082
12083 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus-art.el (gnus-mime-view-part-externally)
12086         (gnus-mime-view-part-internally): Fix predicate function passed to
12087         completing-read.
12088
12089         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12090
12091         * gnus.el (gnus-update-message-archive-method): Add :version.
12092
12093 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * gnus.el (gnus-update-message-archive-method): New variable.
12096
12097         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12098         according to gnus-message-archive-method if
12099         gnus-update-message-archive-method is non-nil.
12100
12101 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12104         Suggested by Loic Dachary <loic@dachary.org>.
12105         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12106
12107 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * message.el (message-pop-to-buffer): Add switch-function argument.
12110         (message-mail): Pass switch-function argument to it.
12111
12112 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12115         Improve doc string.
12116
12117 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12120         (gnus-header-content)
12121         * gnus-cite.el (gnus-cite-10)
12122         * gnus-srvr.el (gnus-server-closed)
12123         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12124         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12125         (gnus-group-mail-3-empty, gnus-group-mail-low)
12126         (gnus-group-mail-low-empty, gnus-splash)
12127         * message.el (message-header-to, message-header-cc)
12128         (message-header-subject, message-header-other, message-header-name)
12129         (message-header-xheader, message-separator, message-cited-text)
12130         (message-mml): Lighten colors of faces used for dark background.
12131
12132 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12133
12134         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12135         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12136
12137 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * message.el (message-narrow-to-headers-or-head):
12140         Ignore mail-header-separator in the body.
12141
12142 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12145         same as window size.
12146
12147 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12148
12149         * message.el (message-font-lock-keywords): Use message-header-xheader
12150         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12151         ahead of the anything pattern, to get it recognised.
12152
12153 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12156         spam.el loads uses it in the compiled defadvice form.
12157
12158 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12159
12160         * gnus-sum.el (gnus-articles-to-read)
12161         (gnus-summary-insert-old-articles): Don't truncate group name for
12162         `read-string'.
12163
12164         * gnus-util.el (gnus-limit-string): Delete this function.
12165
12166         * gnus-sum.el (gnus-simplify-subject-fully):
12167         Use `truncate-string-to-width' instead.
12168
12169 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12170
12171         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12172         Tell if, on summary exit, the next group has to be selected.
12173         (gnus-summary-exit): Use it.
12174
12175 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12178         non-break space.
12179
12180 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12183         Check if group is not a directory.
12184         (nnfolder-request-expire-articles): Don't delete articles if the target
12185         group is not available.
12186
12187         * nnml.el (nnml-request-create-group): Properly check if group is not a
12188         file.
12189         (nnml-request-expire-articles): Don't delete articles if the target
12190         group is not available.
12191
12192         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12193         Don't quote characters that are within parentheses.
12194
12195 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12198         (gnus-handle-ephemeral-exit): Select article according to it.
12199
12200 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * message.el (message-insert-formated-citation-line): Remove newline.
12203         (message-citation-line-format): Add final \n here so that the user can
12204         avoid a blank line.
12205
12206 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12207
12208         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12209         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12210         Update lanl/arXiv support.
12211
12212 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * gnus.el: Bump version number.
12215
12216 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * gnus.el (gnus-version-number): Bump version.
12219
12220 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12221
12222         * gnus.el: No Gnus v0.6 is released.
12223
12224 2007-04-27  Didier Verna  <didier@xemacs.org>
12225
12226         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12227         * gmm-utils.el (gmm-regexp-concat): ... here.
12228         * message.el: Don't require 'gnus-util.
12229         (message-dont-reply-to-names): Handle name change above.
12230         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12231
12232 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12235         since the initial value varies according to the system.
12236
12237 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12240
12241 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12242
12243         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12244
12245 2007-04-24  Didier Verna  <didier@xemacs.org>
12246
12247         Improve the type of gnus-ignored-from-addresses.
12248         * gnus-util.el (gnus-orify-regexp): New function.
12249         * message.el (gnus-util): Require it.
12250         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12251         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12252         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12253
12254 2007-04-24  Didier Verna  <didier@xemacs.org>
12255
12256         * gnus-sum.el:
12257         * gnus-utils.el: Fix some trailing whitespaces.
12258
12259 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12262         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12263         article's Message-ID; refer parent article in summary buffer.
12264
12265         * message.el (message-bounce): Call mime-to-mml.
12266
12267         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12268         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12269         optimize and/or forms properly.
12270
12271 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12272
12273         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12274         URL.
12275
12276 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12279
12280 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12283         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12284         displayed of multipart/alternative part if it is invoked from summary
12285         buffer.
12286
12287         * mm-view.el (mm-inline-text-html-render-with-w3m)
12288         (mm-inline-text-html-render-with-w3m-standalone)
12289         (mm-inline-render-with-function): Use mail-parse-charset by default.
12290
12291 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12292
12293         * parse-time.el (parse-time-string-chars): Check if CHAR
12294         is less than the length of parse-time-syntax.
12295
12296 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12299         from gnus-newsgroup-processable.
12300
12301 2007-04-16  Didier Verna  <didier@xemacs.org>
12302
12303         * gnus-msg.el (gnus-configure-posting-styles):
12304         Handle message-signature-directory properly with :file syntax.
12305         Reported by "Leo".
12306
12307 2007-04-11  Didier Verna  <didier@xemacs.org>
12308
12309         New user option: message-signature-directory.
12310         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12311         * message.el (message-insert-signature): Ditto.
12312         * message.el (message-signature-file): Doc update.
12313         * message.el (message-signature-directory): New.
12314
12315 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-msg.el (gnus-inews-yank-articles):
12318         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12319
12320 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * message.el (message-yank-original): Make sure cited text ends with
12323         newline; don't exchange point and mark.
12324
12325 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12326
12327         * tls.el (open-tls-stream): Properly handle case where there
12328         is no associated buffer.
12329
12330 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12331
12332         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12333         message-yank-original, make sure (< mark TEXT point).
12334
12335 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * message.el (message-fill-column): New variable.
12338         (message-mode): Use it.  Add comment on a possible new hook.
12339
12340         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12341         (nnmail-get-new-mail): Reformat.
12342
12343         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12344
12345         * gmm-utils.el: Fix Commentary.
12346         (gmm-tool-bar-from-list): Fix typo in doc string.
12347
12348 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12349
12350         * message.el (message-yank-original): Don't switch point and mark
12351         unnecessarily to put point and mark as documented.
12352
12353 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12354
12355         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12356         from the message heads.
12357
12358 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12359
12360         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12361         article buffer does not have a window.  This may not be the best
12362         solution but is certainly better than setting the start of the null,
12363         that is the current, window.
12364
12365 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12368         (gnus-draft-setup): Run it.
12369
12370         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12371         gnus-score-fast-scoring.  Allow regexp.
12372         (gnus-score-headers): Use it.
12373
12374         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12375         XEmacs.
12376
12377         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12378         string.
12379         (gnus-button-alist): Also catch `<f1> k ...'.
12380         (gnus-treat-display-x-face): Fix doc string.
12381
12382 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12383
12384         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12385         evaluation of gnus-extended-version to ensure correct generation of the
12386         User-Agent header when message-generate-headers-first is used.
12387
12388 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12389
12390         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12391         hashcash-path is nil.  Don't call callback with incorrect number of
12392         parameters if val is 0.
12393
12394 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12395
12396         * message.el (message-required-news-headers):
12397         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12398
12399 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12400
12401         * tls.el (open-tls-stream): In handshake-waiting loop,
12402         don't wait more if there is output available to process.
12403
12404 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12405
12406         * tls.el (tls-program): Doc fix.
12407
12408 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * message.el (message-generate-new-buffers): Change the meaning of the
12411         nil value; add `standard' to the choices; treat t as `unique'; improve
12412         doc string.
12413         (gnus-select-frame-set-input-focus): Autoload.
12414         (message-buffer-name): Search for the existing message buffer if
12415         message-generate-new-buffers is nil or `standard'; treat the value t of
12416         message-generate-new-buffers as `unique'.
12417         (message-pop-to-buffer): Raise the frame already displaying the message
12418         buffer; clear the echo area after querying.
12419         (message-setup): Pass the `continue' argument to compose-mail.
12420         (message-mail): Prefer `switch-function' if it is given; search for the
12421         existing message buffer if the `continue' argument is non-nil; pass
12422         continue and switch-function arguments to compose-mail by way of
12423         message-setup.
12424         (message-mail-other-window): Adjust argument of message-setup.
12425         (message-mail-other-frame): Ditto.
12426
12427 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12430         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12431         to turn font-lock on when turning gnus-message-citation-mode on.
12432
12433 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12434
12435         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12436         (mml-smime-function-alist): New variable; add epg as the backend.
12437         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12438         mml-smime- functions instead.
12439         * mm-view.el: Require smime.
12440
12441 2007-03-05  Didier Verna  <didier@xemacs.org>
12442
12443         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12444         instead of just inheritance for posting styles.
12445         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12446
12447 2007-02-24  Chris Moore  <dooglus@gmail.com>
12448
12449         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12450         * pgg-pgp.el (pgg-pgp-encrypt-region):
12451         * pgg-gpg.el (pgg-gpg-encrypt-region):
12452         Check pgg-encrypt-for-me if no other recipients.
12453
12454 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12455
12456         * tls.el (tls-certtool-program): Fix custom type.
12457
12458 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12461         and point-at-eol instead of line-(beginning|end)-position.
12462
12463         * assistant.el (assistant-parse-buffer): Ditto.
12464
12465         * netrc.el (netrc-parse-services): Ditto.
12466
12467 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12468
12469         * mml2015.el (mml2015-epg-find-usable-key): New function.
12470         (mml2015-epg-sign): Use it.
12471         (mml2015-epg-encrypt): Use it.
12472
12473 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * message.el (message-make-in-reply-to): Quote name containing
12476         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12477         if there are special characters.  Reported by NAKAJI Hiroyuki
12478         <nakaji@jp.freebsd.org>.
12479
12480 2007-02-27  Didier Verna  <didier@xemacs.org>
12481
12482         Include the group parameters as well as the topic ones in the
12483         inheritance filter process.
12484         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12485         argument GROUP-PARAMS-LIST.
12486         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12487
12488 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * nntp.el (nntp-never-echoes-commands)
12491         (nntp-open-connection-functions-never-echo-commands): New variables.
12492         (nntp-send-command): Use them.
12493
12494 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12495
12496         * mml2015.el (mml2015-epg-verify): Simplify.
12497
12498 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * mml.el (mml-content-disposition-alist): New user option.
12501         (mml-content-disposition): New function.
12502         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12503         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12504
12505 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12506
12507         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12508         verification.
12509
12510 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12511
12512         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12513         articles posted in the last 24 hours.
12514
12515 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12516
12517         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12518
12519 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12520
12521         * nntp.el (nntp-send-command): Don't wait for echoes when
12522         nntp-open-ssl-stream is used.
12523
12524 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12527         (gnus-message-add-citation-keywords)
12528         (gnus-message-remove-citation-keywords): Remove.
12529         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12530         directly, make the variables in font-lock-defaults buffer-local, add
12531         gnus-message-citation-keywords to them and then update the value of
12532         font-lock-keywords.
12533
12534 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * message.el (message-cite-original-1): Don't call
12537         gnus-article-highlight-citation.
12538
12539         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12540         citations; fix line count.
12541
12542 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12545         (gnus-message-add-citation-keywords)
12546         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12547         versions of font-lock-add-keywords and font-lock-remove-keywords to
12548         work with XEmacs correctly.
12549
12550 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * gnus-cite.el (gnus-cite-face-list): Set the values of
12553         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12554         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12555         (gnus-message-cite-prefix-regexp): New variable.
12556         (gnus-message-search-citation-line): Use it; protect against long
12557         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12558         the 0th match data for Emacs.
12559         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12560         (gnus-message-add-citation-keywords): Append keywords rather than
12561         prepending; emulate font-lock-add-keywords if it is not available.
12562         (gnus-message-remove-citation-keywords):
12563         Emulate font-lock-remove-keywords if it is not available.
12564
12565         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12566
12567         * message.el (message-cite-prefix-regexp): Set the value of
12568         gnus-message-cite-prefix-regexp.
12569
12570 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12571
12572         * nnweb.el (nnweb-google-parse-1): Update parser.
12573
12574 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12575
12576         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12577
12578 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12579
12580         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12581         regexp.
12582
12583 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12586         string-to-multibyte.
12587         (uudecode-decode-region-internal): Use it.
12588
12589         * lpath.el: Fbind string-as-multibyte for XEmacs.
12590
12591 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12594         Fix custom choice.
12595
12596         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12597
12598 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12599
12600         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12601
12602         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12603         `write-region' to respect `mm-inhibit-file-name-handlers'.
12604
12605 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12608         Use gnus-home-directory instead of "~/" or "$HOME".
12609
12610 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12611
12612         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12613         to mention filename.
12614         Add comments at beginning regarding usage.
12615         (encrypt-write-file-contents): Change interactive so a string is
12616         acceptable.  If the file has no associated model, show an error instead
12617         of a nonsense prompt.
12618
12619 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12620
12621         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12622         Thanks to Yoshihiko Yamada for kind notification of this typo.
12623
12624 2007-01-12  Kenichi Handa  <handa@m17n.org>
12625
12626         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12627         multibyte buffer.
12628
12629 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-score.el (gnus-score-fast-scoring): New variable.
12632         (gnus-score-headers): Use it.
12633
12634         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12635
12636         * message.el (message-cite-original-1):
12637         Call gnus-article-highlight-citation if requested.
12638         (message-make-from): Allow name and address as optional arguments.
12639
12640         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12641
12642         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12643         bugs to doc string.
12644         (gnus-button-alist): Add mid\\|message-id.
12645         (gnus-button-fetch-group): Extend for use in
12646         `browse-url-browser-function'.
12647         (gnus-button-url-regexp): Try to catch paired parentheses like in
12648         Wikipedia URLs.
12649
12650         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12651         Suggested by Simon Krahnke <overlord@gmx.li>.
12652
12653 2007-01-13  Romain Francoise  <romain@orebokech.com>
12654
12655         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12656         Update copyright.
12657
12658 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12659
12660         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12661
12662 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12663
12664         * gnus-registry.el (gnus-registry-unfollowed-groups)
12665         (gnus-registry-split-fancy-with-parent): Fix documentation.
12666
12667 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12668
12669         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12670         from nnweb groups.
12671
12672 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12673
12674         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12675         Xref urls.  Erase buffer before requesting head.
12676
12677         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12678
12679 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12680
12681         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12682         customizable.
12683
12684 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12685
12686         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12687         no signing key is found.
12688         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12689         no encrypting and/or signing key is found.
12690
12691 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12694
12695 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12696
12697         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12698         headers read from disk with the ones newly found in the current search.
12699         This should no longer cause problems, because the article numbers in
12700         Gmane's `nov.php' output are ignored since the previous change.
12701
12702 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12703
12704         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12705
12706 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12709         replace-regexp-in-string; bind url-version; fbind display-images-p and
12710         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12711         find-face and set-itimer-function for Emacs; bind itimer-list for
12712         Emacs.
12713
12714         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12715
12716 2007-01-01  Romain Francoise  <romain@orebokech.com>
12717
12718         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12719
12720 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12721
12722         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12723         `define-minor-mode' macro definition expanded properly.
12724         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12725         exclude it there.
12726
12727         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12728         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12729         `fboundp' test.
12730         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12731         This is OK to autoload in (S)XEmacs now.
12732
12733 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734
12735         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12736         keystroke.
12737         (gnus-summary-limit-to-singletons): Fix typo.
12738
12739         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12740         else fails.
12741
12742 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12743
12744         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12745         docstring.
12746
12747         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12748         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12749         (gnus-summary-insert-dormant-articles): Fix typo in message.
12750
12751 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12754         nil for XEmacs.
12755         (gnus-message-citation-mode): Don't autoload in XEmacs.
12756
12757         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12758
12759 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12760
12761         * nnimap.el (nnimap-expunge-search-string):
12762         Mention nnimap-search-uids-not-since-is-evil in docstring.
12763
12764 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * spam.el: Revert to make-obsolete-variable because
12767         define-obsolete-variable-alias is not supported in Emacs 21.
12768
12769         * spam.el (spam-ifile-path, spam-ifile-database-path)
12770         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12771         make-obsolete-variable.
12772         (spam-bsfilter-path, spam-bsfilter-program)
12773         (spam-spamassassin-path, spam-spamassassin-program)
12774         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12775         Don't use "path" inappropriately.
12776         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12777         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12778         variable names.
12779
12780 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12781
12782         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12783         summary buffer.
12784
12785         * password.el (password-cache-remove): Use clear-string to burn
12786         password, if available.
12787
12788 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12789
12790         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12791
12792         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12793
12794         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12795         (gnus-message-highlight-citation): Move defcustom here from
12796         gnus-cite.el.
12797         (gnus-message-citation-mode): Autoload.
12798
12799         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12800         checks to make it compile with XEmacs.
12801         (gnus-message-citation-mode): New minor mode.
12802         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12803         (gnus-message-highlight-citation): New variables.
12804         (gnus-message-search-citation-line)
12805         (gnus-message-add-citation-keywords)
12806         (gnus-message-remove-citation-keywords)
12807         (turn-on-gnus-message-citation-mode)
12808         (turn-off-gnus-message-citation-mode): New functions.
12809
12810 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12811
12812         * gnus-cite.el: Enable highlighting of different citation levels in
12813         message-mode.
12814
12815 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * message.el (message-make-fqdn): Fix comment.
12818         (message-bogus-system-names): Add ".local".
12819
12820         * spam.el (spam-ifile-path, spam-ifile-program)
12821         (spam-ifile-database-path, spam-ifile-database)
12822         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12823         Don't use "path" inappropriately.
12824         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12825         strings.
12826         (spam-check-ifile, spam-ifile-register-with-ifile)
12827         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12828         Use new variable names.
12829
12830         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12831         (gnus-treat-display-smileys): Simplify using
12832         gnus-image-type-available-p.
12833
12834         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12835         available.
12836
12837         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12838         Use `display-images-p' if available.
12839
12840 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12843         one after turning on the buffer's multibyteness instead of decoding
12844         them directly in the unibyte buffer that causes unexpected conversion
12845         in Emacs 23 (unicode).
12846
12847 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12848
12849         * message.el (message-generate-hashcash): Fix custom type.
12850
12851 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12854
12855 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12856
12857         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12858         disconnect icons.  Add help text.
12859
12860 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12861
12862         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12863         negated to be consistent with the others we handle.
12864
12865 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12866
12867         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12868         version of gnus-summary-buffer to something, so that we can use two
12869         article buffers at the same time.
12870
12871 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12872
12873         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12874         trigger all the extra headers.
12875         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12876         sorting.
12877
12878 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12879
12880         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12881         solid groups.
12882
12883 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12884
12885         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12886
12887 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * legacy-gnus-agent.el: Add Copyright notice.
12890
12891 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12892
12893         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12894
12895 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12896
12897         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12898
12899         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12900         to make it work reliably in CVS Emacs.
12901         (gnus-summary-limit-strange-charsets-predicate)
12902         (gnus-summary-limit-to-predicate): New functions.
12903
12904 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12905
12906         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12907         specifying array size.
12908         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12909         array if it is too small.
12910         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12911         (gnus-sort-threads-loop): New function.
12912
12913 2006-12-06  Chris Moore  <dooglus@gmail.com>
12914
12915         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12916         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12917
12918 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12919
12920         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12921         options.
12922
12923 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12924
12925         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12926         DOS-ing the recipient.
12927
12928         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12929         the headers when creating the mapping to avoid mismappings.
12930         (nnweb-gmane-create-mapping): Always nix out old mapping.
12931
12932 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12935         and mm-verify-option to never.
12936
12937 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * message.el (message-signed-or-encrypted-p): New function.
12940         (message-forward-make-body): Use it.
12941
12942         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12943         Replace encode-coding-string with mm-encode-coding-string.
12944
12945 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * nneething.el (nneething-decode-file-name):
12948         Replace decode-coding-string with mm-decode-coding-string.
12949
12950         * gnus-int.el (gnus-open-server): Say failed server's name.
12951
12952 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12953
12954         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12955         strings to a single string.  Quote `errors-file-name'.
12956         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12957         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12958         Adjust calls.  Use `shell-quote-argument'.
12959
12960 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12961
12962         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12963         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12964
12965         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12966         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12967         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12968         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12969         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12970         (gnus-subscribe-newsgroup, gnus-1):
12971         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12972         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12973         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12974         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12975
12976 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12977
12978         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12979         keystroke.
12980         (gnus-summary-limit-to-bodies): Implement headersp.
12981
12982 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12983
12984         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12985
12986 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12989
12990 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12991
12992         * message.el (message-generate-hashcash): Expand range of values to
12993         include `opportunistic'.
12994         (message-send-mail): Use it.
12995
12996 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12997
12998         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12999         and comment it.
13000
13001         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13002
13003 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * gnus-util.el (gnus-extract-address-components): Improve comment.
13006
13007 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * gnus-util.el (gnus-extract-address-components): Work with address in
13010         which the name portion contains @.
13011
13012         * lpath.el: Fbind custom-autoload.
13013
13014 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * gnus.el (gnus-start): Move custom group up.
13017         (gnus-select-method): Don't autoload, but make it available for
13018         `customize-variable'.
13019         (gnus-getenv-nntpserver): Don't autoload.
13020
13021 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13024
13025 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * message.el (message-sendmail-extra-arguments): New variable.
13028         (message-send-mail-with-sendmail): Use it.
13029
13030 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13033         mm-with-unibyte-current-buffer to make string unibyte.
13034
13035         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13036         mm-string-as-multibyte.
13037
13038 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13039
13040         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13041         Reported by Werner Koch <wk@gnupg.org>.
13042
13043 2006-11-14  Daiki Ueno  <ueno@p360>
13044
13045         * mml2015.el: Autoload epa-select-keys when compiling.
13046
13047 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13048
13049         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13050         message-options.
13051         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13052
13053 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13054
13055         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13056         EasyPG (< 0.0.6).
13057         (mml2015-always-trust): New user option.
13058         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13059         prompt.
13060
13061 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * nntp.el (nntp-authinfo-force): New variable.
13064         (nntp-send-authinfo): Use it.
13065
13066 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13069         decode encoded words.  Improve prompt.  Add comment about forwarding.
13070         (message-replacement-char): Move up.
13071
13072 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13073
13074         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13075         instead of gnus-intersection because arguments of gnus-sorted-nunion
13076         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13077
13078 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13081         (message-simplify-subject-functions):
13082         Enable message-strip-subject-encoded-words by default.
13083
13084 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * message.el (message-strip-subject-encoded-words): New function.
13087         (message-simplify-subject-functions): New variable.
13088         (message-simplify-subject): Use it.  Fix typo in doc string.
13089         Support message-strip-subject-encoded-words.
13090
13091 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13092
13093         * gnus-diary.el (gnus-diary-delay-format-function):
13094         * nndiary.el (nndiary-reminders):
13095         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13096
13097 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * gnus-art.el (article-hide-boring-headers): Fetch date from
13100         gnus-original-article-buffer to avoid problems with localized date
13101         strings.
13102
13103 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13106
13107 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13108
13109         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13110         New variables.
13111         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13112         (mm-charset-synonym-alist): Move some entries to
13113         mm-codepage-iso-8859-list.
13114         (mm-charset-synonym-alist, mm-charset-override-alist):
13115         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13116
13117 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13120
13121 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13124         with Emacs 21 and XEmacs.
13125
13126 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13127
13128         * spam.el (spam-parse-address): New function for better parsing,
13129         catching errors, etc.
13130         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13131
13132 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * mm-view.el: Add interactive arg to html2text autoload.
13135
13136 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13139
13140 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13141
13142         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13143         New variables.
13144         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13145         (mm-charset-synonym-alist): Move some entries to
13146         mm-codepage-iso-8859-list.
13147
13148         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13149
13150 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * message.el (message-citation-line-format)
13153         (message-insert-formated-citation-line): Fix implementation of %E, %N
13154         and %n according to the doc string.
13155
13156 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13157
13158         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13159         Use car-safe to avoid bad parses.
13160
13161 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13164         names.
13165
13166         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13167
13168 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13171         header.
13172
13173         * message.el (message-draft-headers): Add Date.
13174         (message-headers-to-generate): Fix typo in docstring.
13175
13176         * nndraft.el (nndraft-required-headers): New variable.
13177         (nndraft-generate-headers): Use it.
13178
13179         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13180
13181 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13182
13183         * gnus-registry.el (gnus-registry-wash-for-keywords)
13184         (gnus-registry-find-keywords): New functions to allow easy searching of
13185         articles that are in the registry.
13186
13187 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13188
13189         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13190         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13191         Reported by Damien Elmes <damien@repose.cx>.
13192
13193 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * gnus.el (gnus-mime): Remove unused custom group.
13196
13197 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13198
13199         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13200         "blank line" when searching for end of armor headers.
13201
13202 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gmm-utils.el (gmm-write-region): Fix variable name.
13205
13206 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * gmm-utils.el (gmm-write-region): New function based on compatibility
13209         code from `mm-make-temp-file'.
13210
13211         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13212
13213         * nnmaildir.el (nnmaildir--update-nov)
13214         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13215         Use `gmm-write-region'.
13216
13217 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13218
13219         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13220         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13221
13222         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13223
13224         * message.el (message-replacement-char): New variable.
13225         (message-fix-before-sending): Use it.
13226         (message-simplify-subject): New function to remove duplicate code.
13227         (message-reply, message-followup): Use it.
13228
13229         * gnus-sum.el (gnus-summary-make-menu-bar):
13230         Clarify gnus-summary-limit-to-articles.
13231
13232 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * gnus-util.el (gnus-with-local-quit): New macro.
13235
13236         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13237
13238 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13239
13240         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13241         ignore non-string data.
13242
13243 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13244
13245         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13246         non-string data (needs to be done in the registry too).
13247
13248 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13249
13250         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13251         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13252         (gnus-registry-split-fancy-with-parent)
13253         (gnus-registry-fetch-simplified-message-subject-fast)
13254         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13255         Remove text properties on ingress into the registry and when it's saved.
13256         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13257         registry from entries with no groups.
13258
13259 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13260
13261         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13262         function to remove string properties.
13263
13264 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * gmm-utils.el (gmm): Adjust custom version.
13267
13268         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13269         Adjust custom version.
13270
13271         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13272
13273 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * gnus-art.el (gnus-insert-prev-page-button)
13276         (gnus-insert-next-page-button): Simplify.  Reformat.
13277
13278 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13279
13280         * gnus-art.el (gnus-insert-prev-page-button)
13281         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13282
13283 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13284
13285         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13286
13287 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13288
13289         * gnus-art.el (gnus-insert-mime-button)
13290         (gnus-insert-mime-security-button):
13291         Apply gnus-article-button-face to MIME and security buttons.
13292
13293 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13296         readable.
13297
13298 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13301
13302 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13303
13304         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13305         `browse-url-of-file' instead of `browse-url'.
13306
13307 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13308
13309         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13310         regexp.  Articles containing quotation were cut prematurely.
13311
13312 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * message.el (message-cite-original-1): Use nobody by default for the
13315         value of From header.
13316         (message-reply): Ditto.
13317
13318 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13319
13320         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13321         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13322         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13323
13324 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13327         mails in the doc string.  Add some URLs in comment.
13328         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13329
13330 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13333         backslashes handling and the way to find boundaries of quoted strings.
13334
13335 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13336
13337         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13338         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13339         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13340         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13341
13342 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13345         doc string.
13346         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13347
13348 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * lpath.el: Fbind epg-check-configuration.
13351
13352 2006-09-06  Simon Josefsson  <jas@extundo.com>
13353
13354         * mml2015.el (mml2015-use): Doc fix, mention epg.
13355
13356 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13357
13358         * mml2015.el (mml2015-use): Default to epg, if available.
13359
13360 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13361
13362         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13363         message-sender.
13364         (mml1991-epg-encrypt): Ditto.
13365         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13366         message-sender.
13367         (mml2015-epg-encrypt): Ditto.
13368
13369 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13370
13371         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13372         several common directories.
13373
13374 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13375
13376         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13377         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13378
13379 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-art.el (article-decode-encoded-words): Make it fast.
13382
13383 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13386
13387         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13388         in quoted string into `\'.
13389
13390 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13393         Use standard-syntax-table.
13394
13395 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-art.el (gnus-decode-address-function): New variable.
13398         (article-decode-encoded-words): Use it to decode headers which are
13399         assumed to contain addresses.
13400         (gnus-mime-delete-part): Remove useless `or'.
13401
13402         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13403         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13404         (gnus-nov-parse-line): Use it to decode From header.
13405         (gnus-get-newsgroup-headers): Ditto.
13406         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13407
13408         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13409         (mail-decode-encoded-address-string): New alias.
13410
13411         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13412         New function.
13413         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13414         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13415         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13416         (rfc2047-decode-string): Ditto.
13417         (rfc2047-decode-address-region): New function.
13418         (rfc2047-decode-address-string): New function.
13419
13420 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * message.el (message-caesar-buffer-body): Allow rotating headers.
13423
13424         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13425
13426         * message.el (message-insert-formated-citation-line): Fix %f.
13427         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13428
13429 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13432         (gnus-bookmark-mouse-available-p): New macro.
13433         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13434         (gnus-bookmark-bmenu-show-infos): Use it.
13435         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13436         (gnus-bookmark-bmenu-hide-infos): Ditto.
13437         (gnus-bookmark-remove-properties): New function.
13438         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13439         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13440         (gnus-bookmark-write-file): Bind coding-system-for-write.
13441         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13442         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13443         group before selecting it.
13444         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13445         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13446         quit-window if it is not available; use gnus-mouse-2 and bind it to
13447         gnus-bookmark-bmenu-select-by-mouse.
13448         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13449         (gnus-bookmark-bmenu-select-by-mouse): New function.
13450
13451 2006-08-13  Romain Francoise  <romain@orebokech.com>
13452
13453         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13454         space.
13455
13456 2006-08-10  Romain Francoise  <romain@orebokech.com>
13457
13458         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13459         (dns-mode-soa-auto-increment-serial): New user option.
13460         (dns-mode-soa-maybe-increment-serial): New function.
13461         (dns-mode): Add the latter to `write-contents-functions'.
13462
13463 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * compface.el (uncompface): Use binary rather than raw-text-unix.
13466
13467 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * compface.el (uncompface): Make sure the eol conversion doesn't take
13470         place when communicating with the external programs.
13471         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13472
13473 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13476
13477 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13478
13479         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13480         Make it more robust by parsing author and date independently.
13481
13482 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13485
13486 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13487
13488         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13489         first matching secret key.
13490         (mml2015-epg-encrypt): Ditto.
13491
13492         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13493         first matching secret key.
13494         (mml1991-epg-encrypt): Ditto.
13495
13496         * mml2015.el (mml2015-encrypt-to-self): New user option.
13497         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13498         mml2015-epg-encrypt-to-self is set.
13499
13500         * mml1991.el (mml1991-encrypt-to-self): New variable.
13501         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13502         mml1991-epg-encrypt-to-self is set.
13503
13504         * mml2015.el (mml2015-signers): New user option.
13505         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13506         (mml2015-epg-encrypt): Allow to select signing keys.
13507
13508         * mml1991.el (mml1991-signers): New variable.
13509         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13510         (mml1991-epg-encrypt): Allow to select signing keys.
13511
13512 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * nnheader.el (nnheader-insert-head): Make it work even if the file
13515         uses CRLF for the line-break code.
13516
13517 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13518
13519         * mml2015.el: Require mml-sec instead of password.
13520         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13521         (mml2015-cache-passphrase): Inherit the default value from
13522         mml-secure-cache-passphrase.
13523         (mml2015-passphrase-cache-expiry): Inherit the default value from
13524         mml-secure-passphrase-cache-expiry.
13525
13526         * mml1991.el: Require mml-sec instead of password.
13527         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13528         (mml1991-cache-passphrase): Inherit the default value from
13529         mml-secure-cache-passphrase.
13530         (mml1991-passphrase-cache-expiry): Inherit the default value from
13531         mml-secure-passphrase-cache-expiry.
13532
13533         * mml-sec.el: Require password.
13534         (mml-secure-verbose): New user option.
13535         (mml-secure-cache-passphrase): New user option.
13536         (mml-secure-passphrase-cache-expiry): New user option.
13537
13538 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13539
13540         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13541         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13542         andreas@altroot.de (Andreas Vögele).
13543
13544         FIXME: Use `tiny change'?
13545
13546 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13547
13548         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13549         workaround for the url package included with Emacs.
13550
13551         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13552
13553 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13556         correctly.  This fixes a bug caused by the 2006-05-12 change.
13557
13558 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13559
13560         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13561         some information about the error when saying that the `bogus' mail
13562         group will be used.
13563
13564 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13567         string.
13568
13569 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13570
13571         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13572
13573 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13574
13575         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13576
13577 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13578
13579         * mml1991.el (mml1991-function-alist): Add epg.
13580         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13581         (mml1991-epg-encrypt): New functions.
13582
13583 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13584
13585         * mml2015.el (mml2015-verbose): New variable.
13586         (mml2015-cache-passphrase): Ditto.
13587         (mml2015-passphrase-cache-expiry): Ditto.
13588         (mml2015-function-alist): Add epg.
13589         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13590         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13591         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13592         New functions.
13593
13594 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13595
13596         * message.el (message-cite-original-1): Preserve region when removing
13597         quoted text due to X-No-Archive in order to avoid bogus attribution
13598         when citing multiple messages.
13599
13600 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13601
13602         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13603         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13604
13605 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-diary.el (gnus-user-format-function-d)
13608         (gnus-user-format-function-D): Autoload.
13609
13610         * imap.el (Commentary): Fix typo.
13611
13612         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13613         2006-04-22 contribution.
13614
13615 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13616
13617         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13618         It didn't really fix the bogosity I'm seeing with solid web groups.
13619
13620 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13621
13622         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13623         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13624         created using server names.  If we use the feature without declaring
13625         it, Gnus does not properly manage server and group state.
13626
13627         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13628         bound.
13629
13630 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13631
13632         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13633         looking up the method using GROUP's prefix before inventing a new one.
13634         It is used on killed/unknown groups in various places where returning
13635         an all-new method isn't expected by the caller.
13636
13637         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13638         and match semantics of gnus-group-real-prefix.
13639
13640 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13641
13642         * nnmail.el (nnmail-broken-references-mailers): New variable.
13643         (nnmail-ignore-broken-references): New function generalizing
13644         nnmail-fix-eudora-headers.
13645         (nnmail-fix-eudora-headers): Now obsolete.
13646
13647         * gnus-art.el (gnus-button-handle-custom):
13648         Support `customize-apropos*'.
13649
13650 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13651
13652         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13653
13654         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13655         articles.
13656
13657 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * message.el (message-cite-reply-above): New variable.
13660         (message-yank-original): Use it.
13661
13662 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13665
13666 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13669         as read.
13670
13671         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13672
13673 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13676         (gnus-bookmark-default-file): Use gnus-directory.
13677         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13678         Remove "*" in doc string.
13679         (gnus-bookmark-write-file): Simplify.
13680         (gnus-bookmark-maybe-sort-alist): Use `when'.
13681         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13682         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13683         Add FIXME about Emacs 21 and XEmacs compatibility.
13684         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13685         compatibility.
13686         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13687         compatibility.
13688         (gnus-bookmark-menu-heading): Fix version.
13689
13690 2006-06-19  Bastien Guerry  <bzg@altern.org>
13691
13692         * gnus-bookmark.el: New file.
13693
13694 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * message.el (message-syntax-checks): Doc fix.
13697
13698 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13699
13700         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13701         unsubscribed groups as if they were killed ones.  It causes duplicate
13702         entries in gnus-newsrc-alist.
13703
13704 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * message.el (message-syntax-checks): Doc fix.
13707         (message-send-mail): Add check for continuation headers.
13708         (message-check-news-header-syntax): Fix regexp used to check for
13709         continuation headers.
13710
13711 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13714
13715 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13718
13719 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13722         default-truncate-lines.
13723
13724 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13727         to fill the utf-8 entry.
13728
13729         * lpath.el: Fbind unicode-precedence-list.
13730
13731 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13732
13733         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13734
13735 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13736
13737         * gnus-agent.el (directory-files-and-attributes): Move all the way
13738         forward (the third and final move).
13739         (gnus-agent-read-agentview): Trap reconstruction errors due to
13740         nonexistent directory.  Handle by returning nil.
13741
13742 2006-05-30  Didier Verna  <didier@xemacs.org>
13743
13744         * message.el (message-dont-reply-to-names): Update the custom type.
13745         * message.el (message-dont-reply-to-names): New defsubst: potentially
13746         convert a list of regexps into a single one.
13747         * message.el (message-get-reply-headers): Use it.
13748         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13749
13750 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * gnus-agent.el (directory-files-and-attributes): Move forward.
13753
13754 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * gnus-ml.el (gnus-mailing-list-subscribe)
13757         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13758         (gnus-mailing-list-message): Fix doc strings.
13759
13760 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13761
13762         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13763         of doing it manually.
13764
13765 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13766
13767         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13768         comment.
13769
13770 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13771
13772         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13773         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13774         (gnus-agent-read-local): All symbols allocated in my-obarray.
13775         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13776         (gnus-agent-regenerate-group): Check numeric names to see if they are
13777         messages or groups.
13778         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13779         better way of do this...)
13780
13781         * gnus-cache.el (gnus-agent-total-fetched-for):
13782         Ignore 'dummy.group' (there should be a better way of do this...)
13783
13784 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13787         (gnus-saved-headers): Ditto.
13788         (gnus-default-article-saver): Mention functions may have properties.
13789         (gnus-article-save): Override gnus-save-all-headers and
13790         gnus-saved-headers by :headers property which saver function may have.
13791         (gnus-summary-save-in-file): Add :headers property.
13792         (gnus-summary-write-to-file): Ditto.
13793
13794         * gnus-sum.el (gnus-summary-save-article): Bind
13795         gnus-prompt-before-saving to t when saving many articles in a file;
13796         always show all headers.
13797
13798         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13799
13800 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13801
13802         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13803         marks.
13804
13805         * message.el (message-indent-citation): Add optional arguments to allow
13806         using it outside of message buffers.
13807
13808         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13809         (gnus-article-treat-unfold-headers): Use it.
13810         (gnus-article-truncate-lines): New variable.
13811         (gnus-article-mode): Use it.
13812         (gnus-article-toggle-truncate-lines): New function.
13813
13814         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13815         Add gnus-article-toggle-truncate-lines.
13816
13817         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13818         coding system in XEmacs, use binary.
13819
13820 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13823         after-load-alist.
13824
13825         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13826         this function should save decoded articles.
13827         (gnus-summary-write-to-file): Use property to specify this function
13828         should save decoded articles and specify gnus-summary-save-in-file
13829         should be used to save articles other than the first one when saving
13830         many articles.
13831         (gnus-summary-save-body-in-file): Use property to specify this
13832         function should save decoded articles.
13833         (gnus-summary-write-body-to-file): Use property to specify this
13834         function should save decoded articles and specify
13835         gnus-summary-save-body-in-file should be used to save articles other
13836         than the first one when saving many articles.
13837
13838         * gnus-sum.el (gnus-summary-save-article): Simplify.
13839
13840 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-art.el (gnus-default-article-saver):
13843         Add gnus-summary-write-body-to-file.
13844         (gnus-article-save-coding-system): Don't use coding system object
13845         in XEmacs.
13846         (gnus-read-save-file-name): Add optional `dir-var' argument which
13847         specifies directory in which files are saved; work even if optional
13848         `variable' argument is not specified.
13849         (gnus-summary-write-to-file): Read file name.
13850         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13851         (gnus-summary-write-body-to-file): New function.
13852
13853         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13854         (gnus-summary-local-variables): Add it.
13855         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13856         (gnus-summary-save-article): Remove optional `decode' argument;
13857         determine whether to decode articles by the value of
13858         gnus-default-article-saver; when saving many files using
13859         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13860         it first and use gnus-summary-save-in-file or
13861         gnus-summary-save-body-in-file thereafter unless
13862         gnus-prompt-before-saving is always; move point to article which
13863         will be saved.
13864         (gnus-summary-save-article-file): Revert.
13865         (gnus-summary-write-article-file): Revert.
13866         (gnus-summary-save-article-body-file): Revert.
13867         (gnus-summary-write-article-body-file): New function.
13868
13869 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus-art.el (gnus-default-article-saver): Doc fix.
13872         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13873         from gnus-summary-save-article-coding-system, and default to a
13874         certain coding system.
13875         (gnus-output-to-file): Add coding cookie and encode text according
13876         to gnus-article-save-coding-system; don't use mm-append-to-file.
13877
13878         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13879         gnus-art.el and rename to gnus-article-save-coding-system.
13880         (gnus-summary-save-article): Require gnus-art; don't show all
13881         headers if it decodes articles; don't add coding cookie here;
13882         don't bind mm-text-coding-system-for-write.
13883         (gnus-summary-save-article-file): Save decoded articles.
13884         (gnus-summary-write-article-file): When saving many files, use
13885         gnus-summary-write-to-file first and gnus-summary-save-in-file
13886         thereafter unless gnus-prompt-before-saving is always.
13887         (gnus-summary-save-article-body-file): Save decoded articles.
13888
13889         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13890
13891 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13892
13893         * nnrss.el (nnrss-check-group): Bind hash-index.
13894
13895 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13896
13897         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13898         its hash index.  Store this hash in `nnrss-group-data'.
13899         (nnrss-read-group-data): Update accordingly.
13900
13901 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13904         entry.
13905
13906         * gnus-sum.el (gnus-summary-make-menu-bar):
13907         Add gnus-article-browse-html-article.
13908
13909 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13910
13911         * gnus-sum.el (gnus-summary-mime-map):
13912         Add gnus-article-browse-html-article.
13913
13914         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13915
13916 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13919         suitable coding systems in customize.
13920
13921 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * mail-source.el (mail-sources): Fix custom type.
13924
13925 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13928         (gnus-summary-expire-articles-now): Shorten prompt.
13929
13930         * gmm-utils.el (wid-edit): Require.
13931         (defun-gmm): Rename from `gmm-defun-compat'.
13932         (gmm-image-search-load-path): Use it.
13933         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13934
13935 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * gnus-sum.el (gnus-summary-save-article-coding-system):
13938         New variable.
13939         (gnus-summary-save-article): Add optional `decode' argument.
13940         If it is set and gnus-summary-save-article-coding-system is non-nil,
13941         save decoded article.
13942         (gnus-summary-write-article-file): Save decoded article if
13943         gnus-summary-save-article-coding-system is non-nil.
13944
13945         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13946         type.
13947
13948 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13951
13952 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13955         first to test gnus-single-article-buffer which may be buffer-local.
13956
13957         * gnus-sum.el (gnus-summary-setup-buffer):
13958         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13959         group; make gnus-article-buffer, gnus-article-current, and
13960         gnus-original-article-buffer always buffer-local.
13961         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13962         group.
13963         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13964
13965 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13966
13967         * nnml.el (nnml-request-compact-group): Compressed files might not
13968         have .gz extension.
13969
13970 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13971
13972         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13973         (mm-copy-to-buffer): Use with-current-buffer.
13974         (mm-display-part): Simplify.
13975         (mm-inlinable-p): Add optional arg `type'.
13976
13977 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13978
13979         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13980         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13981         Try harder to show the attachment internally or externally using
13982         gnus-mime-view-part-as-type.
13983
13984 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * message.el (message-from-style, message-signature-separator)
13987         (message-user-organization-file, message-send-mail-function)
13988         (message-citation-line-function, message-yank-prefix)
13989         (message-indent-citation-function, message-signature)
13990         (message-signature-file, message-signature-insert-empty-line):
13991         Remove autoloads.
13992
13993         * gnus-art.el (gnus-buttonized-mime-types):
13994         Remove "multipart/signed".  Revert 2006-04-26 change.
13995
13996 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13997
13998         * gnus.el (gnus-version-number): Bump version.
13999
14000 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14001
14002         * gnus.el: No Gnus v0.5 is released.
14003
14004 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14005
14006         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14007         fetching articles by message-id.
14008
14009 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14010
14011         * message.el (hashcash): Require hashcash as normal.
14012
14013         * ecomplete.el (ecomplete-highlight-match-line):
14014         Use point-at-eol.
14015         (ecomplete-highlight-match-line): Use `highlight', because that
14016         face exists in both Emacs and XEmacs.
14017
14018         * message.el (message-display-abbrev): Use point-at-bol.
14019
14020         * mail-source.el: Don't require timer/timer-funcs.
14021
14022         * gnus-async.el: Ditto.
14023
14024         * password.el: Ditto.
14025
14026         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14027
14028         * mm-url.el: Ditto.
14029
14030         * gnus-xmas.el: Don't require timer-funcs.
14031
14032         * mm-util.el: Require timer/timer-funcs.
14033
14034 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14035
14036         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14037         Close.
14038
14039 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14042         unibyte after clear-decrypt function runs.
14043
14044         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14045         returns as a unibyte string.
14046
14047 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * lpath.el: Revert.
14050
14051         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14052         (pgg-gpg-process-sentinel): Revert.
14053
14054         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14055         (pgg-pgp-lookup-key): Revert.
14056
14057         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14058         (pgg-pgp5-lookup-key): Revert.
14059
14060         * pgg.el (pgg-fetch-key): Revert.
14061
14062 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * lpath.el: Fbind string-as-multibyte for XEmacs.
14065
14066         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14067         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14068         (mml1991-pgg-encrypt): Ditto.
14069
14070         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14071         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14072         a multibyte buffer.
14073
14074         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14075         (pgg-pgp-lookup-key): Ditto.
14076
14077         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14078         (pgg-pgp5-lookup-key): Ditto.
14079
14080         * pgg.el (pgg-fetch-key): Ditto.
14081
14082 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * message.el (message-user-organization-file): Check several
14085         locations of the organization file.
14086
14087         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14088         Add gnus-article-view-part-as-type.
14089
14090         * gnus-art.el (gnus-article-view-part-as-type): New function.
14091
14092         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14093         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14094
14095         * mml.el: Simplify autoload.
14096         (mml-mode): defvar dnd-protocol-alist instead of using
14097         symbol-value.
14098         (mml-default-directory): New variable.
14099         (mml-minibuffer-read-file): Use it.
14100         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14101
14102         * message.el (message-citation-line-format): New variable.
14103         (message-insert-formated-citation-line): New function.
14104         (message-citation-line-function):
14105         Add `message-insert-formated-citation-line' to custom type.
14106
14107         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14108         to doc string.
14109
14110         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14111         depending on mm-verify-option.
14112
14113 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14116         binding pgg-* variables; reimplement the section which prevents
14117         MIME header from being signed.
14118         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14119         pgg-text-mode; remove a blank line at the top of body.
14120
14121         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14122         lines at the top of body; use gnus-newsgroup-charset if there's no
14123         Charset header.
14124
14125 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * message.el (message-self-insert-commands): Doc fix.
14128
14129         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14130         (mm-uu-pgp-encrypted-test): Ditto.
14131         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14132         between header and body; return application/pgp-encrypted handle
14133         if decryption failed; decode decrypted body by charset.
14134
14135         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14136         element match to application/pgp-*.
14137
14138 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14139
14140         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14141         HTML.
14142
14143 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14144
14145         * mail-source.el (mail-source-call-script): Message the error
14146         string.
14147
14148 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14149
14150         * gnus-util.el (gnus-byte-compile): Use it.
14151
14152 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14153
14154         * gnus-util.el (kill-empty-logs): New function.
14155
14156 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14157
14158         * message.el (message-mail-alias-type): Doc fix.
14159         (message-mail-alias-type-p): New function.
14160         (message-send): Use it.
14161         (message-mode): Ditto.
14162         (message-strip-forbidden-properties): Ditto.
14163
14164         * ecomplete.el (ecomplete-database-file-coding-system):
14165         New variable.
14166         (ecomplete-save): Use it.
14167         (ecomplete-setup): Use it.
14168
14169 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * message.el (message-self-insert-commands): New variable.
14172         (message-strip-forbidden-properties): Use it.
14173
14174 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14175
14176         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14177         that doesn't make XEmacs choke.
14178
14179 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * gnus-util.el (gnus-replace-in-string):
14182         Prefer replace-regexp-in-string over of replace-in-string.
14183
14184 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gnus-util.el (gnus-select-frame-set-input-focus):
14187         Use select-frame-set-input-focus if it is available in XEmacs; use
14188         definition defined in Emacs 22 for old Emacsen.
14189
14190         * dgnushack.el: Autoload unmorse-region for XEmacs.
14191
14192         * lpath.el: Bind cursor-in-non-selected-windows and
14193         select-frame-set-input-focus for XEmacs.
14194
14195 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14198
14199 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14200
14201         * gnus-registry.el (gnus-registry-cache-save): Remove text
14202         properties when saving via the temp buffer.
14203
14204 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14205
14206         * message.el (message-generate-hashcash): Honor custom type.
14207
14208 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209
14210         * message.el (message-generate-hashcash): Default to non-nil when
14211         hashcash is found.
14212
14213         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14214         (gnus-refer-thread-limit): Increase default to 500.
14215
14216         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14217
14218         * flow-fill.el (fill-flowed): Allow delete-space.
14219
14220 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14223         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14224         Remove autoloads.
14225
14226 2006-04-18  Simon Josefsson  <jas@extundo.com>
14227
14228         * message.el (message-generate-hashcash): Default to.
14229
14230 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14233         concatenating segments rather than before concatenating them.
14234
14235 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14236
14237         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14238
14239 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14240
14241         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14242
14243         * message.el (message-forward-make-body-plain):
14244         Allow message-forward-ignored-headers to be a list.
14245         (message-remove-ignored-headers): Factor out into function.
14246         (message-forward-make-body-mml): Use it.
14247
14248         * imap.el (imap-quote-specials): New function.
14249         (imap-login-auth): Quote specials.
14250
14251         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14252         (rfc2231-parse-string): Allow concatanation of parameters that
14253         aren't contiguous.  The test case is
14254           (mail-header-parse-content-type "message/external-body;
14255             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14256             access-type=LOCAL-FILE;
14257             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14258
14259 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14260
14261         * nntp.el (nntp-accept-process-output): Return the value of
14262         `nnheader-accept-process-output'.
14263
14264 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14265
14266         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14267         (gnus-button-alist): Recognize more diff formats.
14268         (gnus-button-patch): Strip directory.
14269
14270 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14273         Emacs 22 when setting focus.
14274
14275 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14276
14277         * gnus-art.el (gnus-article-treat-types): Do treatment of
14278         text/x-verbatim parts.
14279         (gnus-button-patch): New command.
14280
14281         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14282         addresses that contain invalid characters.
14283
14284 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14285
14286         * message.el (message-put-addresses-in-ecomplete):
14287         Use gnus-replace-in-string.
14288         (message-is-yours-p): Use the more correct
14289         mail-header-parse-address instead of
14290         mail-extract-address-components.
14291         (message-put-addresses-in-ecomplete): Fix typo.
14292
14293         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14294         keystroke.
14295
14296         * gnus-art.el (gnus-treatment-function-alist): Change order of
14297         newsgroups/generic header folding to avoid double-folding.
14298
14299         * message.el (message-hidden-headers): Add X-Draft-From.
14300
14301         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14302         New command.
14303         (gnus-summary-repeat-search-article-backward): New command.
14304
14305         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14306         groups in the parent topic.
14307
14308 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14309
14310         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14311         (spam-extra-header-to-number): Return the CRM114 number as a
14312         number instead of a string.
14313
14314 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14315
14316         * gnus-art.el (gnus-face-properties-alist): Move here from
14317         gnus-fun.
14318
14319         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14320
14321 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14322
14323         * message.el (message-strip-forbidden-properties): Only display on
14324         self-insert-command.
14325
14326         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14327         reindent.
14328         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14329
14330 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14331
14332         * smiley.el (smiley-style): Fix typo.
14333
14334 2006-03-23  Kenichi Handa  <handa@m17n.org>
14335
14336         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14337         instead of set-buffer-multibyte.
14338
14339 2006-03-23  Kenichi Handa  <handa@m17n.org>
14340
14341         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14342         buffer and then decode the buffer text if necessary.
14343         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14344         first, and after mm-encode-body, change the buffer to unibyte.
14345
14346 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14347
14348         * hashcash.el (hashcash-insert-payment-async-2):
14349         Use message-goto-eoh instead of doing it manually.
14350         (mail-add-payment): Use message-narrow-to-header instead of trying
14351         to do the same itself.
14352
14353         * message.el (message-hidden-headers): Add Face.
14354
14355         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14356         reparenting code.
14357         (gnus-summary-reparent-children): Refactored out code.
14358         (gnus-summary-thread-map): New keystroke.
14359         (gnus-summary-reparent-children): Make into command.
14360
14361         * smiley.el (smiley-style): Default to `medium' if using a large
14362         font.
14363
14364         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14365         does it itself.
14366
14367         * message.el (message-point-in-header-p): Simplify definition.
14368
14369 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14370
14371         * nnagent.el (nnagent-request-set-mark): Silence log file
14372         writing.
14373         (nnagent-request-set-mark): Use write-region instead of
14374         append-to-file.
14375
14376         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14377         strange select method.
14378
14379         * ecomplete.el (ecomplete-display-matches): Get highlightling
14380         right.
14381         (ecomplete-display-matches): Use literals.
14382         (ecomplete-display-matches): Disable message logging.
14383
14384         * message.el (message-display-abbrev): Small optimization.
14385
14386         * ecomplete.el (ecomplete-display-matches): Allow automatic
14387         display.
14388
14389         * message.el (message-strip-forbidden-properties):
14390         Display abbrevs.
14391         (message-display-abbrev): Get automatic display right.
14392
14393         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14394         keystrokes.
14395
14396 2006-04-13  Romain Francoise  <romain@orebokech.com>
14397
14398         TODO: Backport to v5-10!
14399
14400         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14401         Move here (and rename) from gnus-registry.el.
14402
14403         * gnus-registry.el: Require gnus-util.
14404         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14405
14406 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14407
14408         * gnus-group.el (gnus-group-catchup-current):
14409         Change if-then-else-if-then-else into cond.
14410         (gnus-group-catchup): Indent.
14411         (group-name-at-point): New function.
14412         (gnus-fetch-group): Provide default from thing at point.
14413
14414 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14415
14416         * message.el (message-display-abbrev): Fix regexp.
14417
14418         * ecomplete.el (ecomplete-highlight-match-line):
14419         Reimplement choosing.
14420         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14421         dead variables.
14422
14423         * message.el (message-newline-and-indent): Remove debugging.
14424         (message-display-abbrev): Use new implementation.
14425
14426 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-art.el (gnus-article-mode):
14429         Set cursor-in-non-selected-windows to nil.
14430
14431         * smiley.el: Revert previous change.
14432         (smiley-data-directory): defvar it before using it in the
14433         defcustom of `smiley-style'.
14434
14435 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14436
14437         * message.el (message-newline-and-indent): New function.
14438
14439         * ecomplete.el: Implement more bits.
14440
14441         * message.el (message-put-addresses-in-ecomplete): Clean up the
14442         string.
14443
14444         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14445
14446         * gnus-sum.el (gnus-summary-save-parts):
14447         Bind gnus-summary-save-parts-counter and use it to make unique file
14448         names.
14449
14450         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14451
14452         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14453         parameter to say whether to actually parse the individual
14454         addresses.
14455
14456         * message.el (message-put-addresses-in-ecomplete): New function.
14457         (ecomplete): Require.
14458         (message-mail-alias-type): Add ecomplete as an option.
14459
14460 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14461
14462         * flow-fill.el (fill-flowed): Remove trailing space from blank
14463         quoted lines.
14464
14465 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14466
14467         * smiley.el (smiley-style): Move definition later to avoid a
14468         compilation warning.
14469
14470 2006-04-12  Kenichi Handa  <handa@m17n.org>
14471
14472         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14473         buffer and then decode the buffer text if necessary.
14474         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14475         first, and after mm-encode-body, change the buffer to unibyte.
14476         Use mm-disable-multibyte instead of set-buffer-multibyte.
14477
14478 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14481         Content-Type header instead of Content-Disposition header.
14482         (gnus-mime-inline-part): Ditto.
14483         (gnus-mime-view-part-as-charset): Ignore charset that the part
14484         specifies.
14485
14486         * mm-decode.el (mm-display-part): Work with external parts and
14487         usual parts similarly.
14488
14489         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14490         instead of gnus-display-mime.
14491
14492         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14493         instead of with-temp-buffer.
14494
14495         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14496         tag to summarized topics part in order to encode non-ASCII text.
14497
14498 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * smiley.el (smiley-style): New variable.
14501         (smiley-directory): New function.
14502         (smiley-data-directory): Derive from `smiley-style' using
14503         `smiley-directory'.
14504         (smiley-regexp-alist): Add new entries.
14505
14506         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14507         (gnus-article-browse-delete-temp): Add :version.
14508
14509 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14510
14511         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14512         the sieve region.
14513
14514 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14515
14516         * gnus.el (gnus-version-number): Bump version.
14517
14518 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * gnus.el: No Gnus v0.4 is released.
14521
14522 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14523
14524         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14525         layout.
14526
14527         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14528         unknown charset.
14529
14530         * message.el (message-header-synonyms): Add Original-To to the
14531         default.
14532
14533         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14534         optional parameter.
14535
14536 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14537
14538         * gnus-fun.el (gnus): Require it for gnus-directory.
14539
14540 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14543
14544 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14545
14546         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14547
14548 2006-04-05  Simon Josefsson  <jas@extundo.com>
14549
14550         * password.el (password-reset): New function.
14551
14552 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14553
14554         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14555         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14556
14557 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14558
14559         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14560         Some whitespace was matched into the url, which broke browsing hits
14561         > 100 when mm-url-use-external was nil.
14562
14563 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14566         Check gnus-extra-headers for 'Newsgroups.
14567
14568         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14569         bound.
14570
14571 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14572
14573         * pgg-gpg.el: Clean up process buffers every time gpg processes
14574         complete.
14575
14576 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14579         doc string.
14580
14581 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14582
14583         * pgg-gpg.el (pgg-gpg-process-filter)
14584         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14585
14586         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14587         lines, temporary fix.
14588
14589 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14590
14591         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14592
14593 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14594
14595         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14596         default-enable-multibyte-characters.  This reverts the change from
14597         revision 6.17 which is no longer necessary because the passphrase
14598         is sent separately now.  GnuPG messages are unreadable under
14599         multibyte locales with default-enable-multibyte-characters set to
14600         nil.
14601
14602 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * message.el (message-tool-bar-gnome): Move "spell".
14605
14606 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14607
14608         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14609         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14610         instead.
14611
14612 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14613
14614         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14615         Improve newsgroups handling for NNTP overviews which don't include
14616         Newsgroups.
14617
14618 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14619
14620         * message.el (message-resend): Bind message-generate-hashcash to nil.
14621
14622 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14623
14624         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14625         when searching for already-paid recipients.
14626
14627 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14628
14629         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14630         passphrases when it is not needed.
14631         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14632         passphrase stuff from gpg, should only be necessary when you use
14633         gpg with a smartcard.
14634
14635 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * mml.el (mml-insert-mime): Ignore cached contents of
14638         message/external-body part.
14639
14640         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14641         (mm-insert-part): Ditto.
14642
14643 2006-03-23  Simon Josefsson  <jas@extundo.com>
14644
14645         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14646         Reiner.
14647         (pgg-gpg-use-agent-p): Use it again.
14648
14649 2006-03-23  Simon Josefsson  <jas@extundo.com>
14650
14651         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14652         older emacsen.
14653         (pgg-gpg-use-agent-p): Don't use it.
14654
14655 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14656
14657         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14658         if we can.
14659
14660 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14661
14662         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14663         (pgg-gpg-update-agent): New function.
14664         (pgg-gpg-use-agent-p): New function.
14665         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14666         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14667         (pgg-gpg-sign-region): Use it.
14668
14669 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14672         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14673
14674 2006-03-21  Simon Josefsson  <jas@extundo.com>
14675
14676         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14677         <wilde@sha-bang.de>.
14678         (pgg-gpg-use-agent): New variable.
14679         (pgg-gpg-process-region): Use it.
14680         (pgg-gpg-encrypt-region): Likewise.
14681         (pgg-gpg-encrypt-symmetric-region): Likewise.
14682         (pgg-gpg-decrypt-region): Likewise.
14683         (pgg-gpg-sign-region): Likewise.
14684         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14685
14686 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14689
14690         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14691         Add comment on version.
14692
14693 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * smiley.el: Add missing test smiley.
14696
14697 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * mm-decode.el (mm-with-part): New macro.
14700         (mm-get-part): Use it; work with message/external-body as well.
14701         (mm-save-part): Treat name and filename equally.
14702
14703         * mm-extern.el (mm-extern-cache-contents): New function.
14704         (mm-inline-external-body): Use it; force the part to be displayed;
14705         move undisplayer added to the cached handle to the parent.
14706
14707         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14708         (gnus-mime-view-part-as-type): Work with message/external-body.
14709
14710         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14711
14712 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14715         images in image-load-path.  [Sync with image.el, revision 1.60, in
14716         Emacs.]
14717
14718 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14719
14720         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14721         path rather than symbol.  Always return list of directories.
14722         Guarantee that image directory comes first.  [Sync with image.el,
14723         revision 1.59, in Emacs.]
14724
14725         * message.el (message-make-tool-bar): Adjust to new API of
14726         `gmm-image-load-path-for-library'.
14727
14728         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14729
14730         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14731
14732 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14733
14734         * gnus-art.el (gnus-article-only-boring-p):
14735         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14736         intangible text.
14737         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14738
14739 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14742         Use `defun' instead of `gmm-defun-compat'.
14743
14744 2006-03-14  Simon Josefsson  <jas@extundo.com>
14745
14746         * message.el (message-unique-id): Don't use message-number-base36
14747         if (user-uid) is a float.
14748         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14749
14750 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14753
14754         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14755         empty line between a part and a message part.
14756
14757 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * smiley.el: Add more test smileys.
14760         (smiley-data-directory, smiley-regexp-alist)
14761         (gnus-smiley-file-types): Fix doc strings.
14762         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14763         adding new elements.
14764         (smiley-mouse-map): Unused code.  Make it a comment.
14765
14766 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14769         scan latest NoCeM messages instead of old ones.
14770         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14771         delimiters that are recently used.
14772         (gnus-nocem-load-cache): Add autoload cookie.
14773
14774         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14775
14776         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14777         level which is larger than gnus-use-nocem is specified.
14778
14779         * gnus-group.el (gnus-group-get-new-news): Ditto.
14780
14781 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * gnus-util.el (gnus-tool-bar-update): New function.
14784
14785         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14786         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14787
14788         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14789
14790         * gnus-group.el (gnus-group-redraw-when-idle)
14791         (gnus-group-redraw-check): Remove.
14792         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14793
14794 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14797         if optional last element is specified in splits (FIELD VALUE...).
14798
14799 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14802         to gmm-image-load-path-for-library.  Call with no-error argument.
14803         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14804
14805         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14806
14807         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14808
14809         * gmm-utils.el (gmm-image-load-path): Remove alias.
14810
14811 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * gmm-utils.el (gmm-image-load-path): Add alias.
14814
14815         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14816         nnml-generate-nov-databases-1.
14817         (nnml-generate-nov-databases): Use it.
14818         (nnml-generate-nov-databases-directory): Document no-active
14819         argument.
14820
14821         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14822         directory if path is t.  Add no-error.
14823
14824         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14825         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14826
14827         * gnus-art.el (gnus-article-browse-delete-temp-files):
14828         Simplify resetting gnus-article-browse-html-temp-list.
14829
14830         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14831         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14832         Add example to docstring.  Rename local variables.  Move error
14833         checks to default case in cond and simplify.
14834
14835 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14838         handle is multipart when calling it recursively.
14839         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14840
14841 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14842
14843         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14844         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14845
14846 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14849         is loaded.
14850
14851         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14852         loaded.
14853
14854 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14857         to "Emacs 23 (unicode)" in doc string.
14858
14859         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14860         "Emacs 23 (unicode)" in comment.
14861
14862 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14865
14866         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14867         characters 160 through 255 in Emacs 23.
14868
14869 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14872         gnus-article-browse-html-temp.
14873         (gnus-article-browse-delete-temp): Make it customizable.
14874         Add `file'.  Adjust doc string.
14875         (gnus-article-browse-delete-temp-files): Add argument.
14876         Allow query for each file.  Adjust doc string.
14877         (gnus-article-browse-html-parts):
14878         Add `gnus-article-browse-delete-temp-files' to
14879         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14880
14881 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14882
14883         * gnus-art.el (gnus-article-browse-html-temp)
14884         (gnus-article-browse-delete-temp): New variables.
14885         (gnus-article-browse-delete-temp-files): New function.
14886         (gnus-article-browse-html-parts): Use it.
14887
14888 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14891
14892         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14893         string.
14894
14895         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14896         gnus-summary-insert-new-articles when unplugged.
14897         Remove gnus-summary-search-article-forward.
14898
14899         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14900         display-visual-class instead of display-color-cells.
14901
14902 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * dgnushack.el: Autoload customize-group for XEmacs.
14905
14906         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14907         message/* containing non-ASCII text properly.
14908
14909 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * message.el: Require gmm-utils, remove autoloads.
14912         (message-tool-bar): Set default based on
14913         gmm-tool-bar-style.
14914         (message-tool-bar-gnome): Add gmm-customize-mode.
14915
14916         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14917         gmm-tool-bar-style.
14918         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14919
14920         * gnus-group.el (gnus-group-tool-bar): Set default based on
14921         gmm-tool-bar-style.
14922         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14923
14924         * gmm-utils.el (gmm-image-directory): Rename variable from
14925         gmm-image-load-path.
14926         (gmm-image-load-path): Use gmm-image-directory.
14927         (gmm-customize-mode): New function.
14928         (gmm-tool-bar-style): New variable.
14929
14930         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14931         gnus-group-redraw-line-number.
14932         (gnus-group-redraw-check): Simplify.
14933         (gnus-group-tool-bar-update): Remove redraw check.
14934         (gnus-group-make-tool-bar): Add redraw check.
14935
14936 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14937
14938         * gnus-art.el (gnus-button): Add missing parentheses.
14939
14940 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * lpath.el: Fbind line-number-at-pos.
14943
14944 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14947
14948 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14949
14950         * gnus-art.el (gnus-button): New face.
14951         (gnus-article-button-face): Use it.
14952
14953         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14954         Add gnus-summary-next-page.  Re-order.
14955
14956         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14957         next-node are now included.
14958         (gnus-group-redraw-line-number): New internal variable.
14959         (gnus-group-redraw-check): Helper function for updating the tool
14960         bar.
14961         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14962
14963         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14964
14965         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14966         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14967         Use it to match format of Spamassassin 3.0 and later.
14968         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14969         (spam-check-bogofilter)
14970         (spam-bogofilter-register-with-bogofilter): Fix args of
14971         `gnus-error' calls.
14972
14973 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14976         unnecessary interaction when sending queued mails.
14977         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14978
14979 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14982         first or last are nil.
14983
14984 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14985
14986         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14987
14988 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14989
14990         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14991
14992 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14993
14994         * dns.el (query-dns): Protect more against buggy tcp output.
14995
14996 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14999         nov.php.
15000
15001 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15002
15003         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15004         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15005         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15006         output on the server side.
15007         (nnweb-google-create-mapping): Update regexps and add some
15008         progress indication.
15009
15010 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * gnus-group.el (gnus-group-tool-bar-gnome):
15013         Fix gnus-agent-toggle-plugged.  Re-order icons.
15014         (gnus-group-tool-bar-gnome):
15015         Add gnus-group-{prev,next}-unread-group.
15016         (gnus-group-tool-bar-gnome): Re-order icons.
15017
15018         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15019         Move gnus-summary-insert-new-articles.
15020
15021         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15022         Fix comments.
15023
15024         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15025         also available in Emacs 21.3.
15026
15027         * message.el (message-fix-before-sending): Change "Emacs 22" to
15028         "Emacs 23 (unicode)" in comment.
15029
15030         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15031         "Emacs 23 (unicode)" in comment.
15032
15033         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15034         comment.
15035         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15036
15037         * mm-view.el (mm-fill-flowed): Add :version.
15038
15039 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15042         and load-path.
15043
15044 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * message.el: Autoload gmm-image-load-path.
15047         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15048         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15049         consitency.
15050
15051         * gmm-utils.el (gmm-image-load-path): Also search in
15052         "../etc/images".  Don't set gmm-image-load-path if we don't find
15053         the image.
15054
15055 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gmm-utils.el (gmm-image-load-path): Don't make
15058         `gmm-image-load-path' include subdirectories which the second arg
15059         `image' might specify.
15060
15061         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15062         subdirectory to icon file names.
15063
15064         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15065
15066 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15069         gmm-image-load-path calls.
15070
15071         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15072
15073         * message.el (message-make-tool-bar): Ditto.
15074
15075         * mml.el (mml-preview): Add comment concerning tool bar icons.
15076
15077         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15078         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15079
15080         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15081         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15082
15083         * message.el (message-tool-bar-gnome): Use new icon names.
15084         (message-make-tool-bar): Use `gmm-image-load-path'.
15085
15086         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15087         New functions from MH-E.
15088         (gmm-image-load-path): New variable from MH-E.
15089         (gmm-image-load-path): New function from MH-E.  Add arguments
15090         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15091         *-image-load-path-called-flag.
15092
15093 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15094
15095         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15096
15097 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15098
15099         * nnimap.el (nnimap-request-move-article): Change folder back to
15100         source group before deleting.
15101
15102 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15105
15106         * gnus-art.el (mm-url-insert-file-contents-external):
15107         Autoload mm-url.
15108
15109         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15110
15111 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15114         coding system which mm-charset-to-coding-system returns for a
15115         given charset is valid.
15116
15117 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15118
15119         * html2text.el (html2text-remove-tag-list):
15120         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15121
15122 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15123
15124         * gnus-cus.el: Revert 2005-10-17 change.
15125
15126 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * gnus-art.el (article-strip-banner):
15129         Call article-really-strip-banner only when the regexp match is made.
15130
15131 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-art.el (article-strip-banner):
15134         Use gnus-extract-address-components instead of
15135         mail-header-parse-addresses to make it work with non-ASCII text;
15136         remove mail-encode-encoded-word-string.
15137
15138         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15139         values which are surrounded with \"...\"; make it never cause a
15140         Lisp error; give up parsing of parameters if it failed in
15141         extracting type.
15142
15143 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15144
15145         * smime.el (smime-cert-by-ldap-1): Fix bug where
15146         `smime-ldap-search' returns results without userCertificates.
15147
15148 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15151
15152 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15153
15154         * spam.el (spam-check-spamassassin-headers): Adapt format for
15155         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15156         <ari@mbf.ocn.ne.jp>.
15157         (spam-list-of-processors): Add spam-use-gmane.
15158
15159 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15162         make-temp-file; make it work with XEmacs as well.
15163
15164         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15165         mm-make-temp-file.
15166
15167         * mm-decode.el (mm-display-external): Use the 3rd arg of
15168         mm-make-temp-file.
15169         (mm-create-image-xemacs): Ditto.
15170
15171 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15174         with message-narrow-to-headers.
15175         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15176         (gnus-draft-check-draft-articles): New function.
15177         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15178
15179 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15180
15181         * gnus-art.el (gnus-article-browse-html-parts):
15182         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15183         Don't use suffix argument for mm-make-temp-file for Emacs 21
15184         compatibility.  Remove useless `format'.
15185
15186 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15187
15188         * nnweb.el (nnweb-google-wash-article): Update regexps.
15189         (nnweb-group-alist): Use defvoo instead of defvar.
15190
15191 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15194         re-loading nn* modules.
15195
15196 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15197
15198         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15199         for `tool-bar-mode' and don't check it's default-value.
15200
15201         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15202
15203         * message.el (message-make-tool-bar): Ditto.
15204
15205         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15206         `substring'.  Shorten tmp-file name.
15207
15208         * gnus.el: Remove bogus comment.
15209
15210 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15211
15212         * gnus-art.el (gnus-article-browse-html-parts): New function.
15213         (gnus-article-browse-html-article): New function for viewing html
15214         articles with a browser.
15215
15216 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15217
15218         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15219         in elisp.
15220         (pgg-gpg-encrypt-symmetric-region): Ditto.
15221         (pgg-gpg-sign-region): Ditto.
15222
15223         * pgg-def.el (pgg-text-mode): New variable.
15224
15225         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15226         (mml2015-pgg-encrypt): Ditto.
15227
15228         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15229         (mml1991-pgg-encrypt): Ditto.
15230
15231 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * nnfolder.el (nnfolder-insert-newsgroup-line):
15234         Use message-make-date instead of current-time-string.
15235
15236         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15237         to gnus-decoded which mm-uu might set.
15238
15239 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15242         don't decode quoted parameters; remove misimported Emacs code.
15243         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15244         (rfc2231-decode-encoded-string): Don't use split-string which
15245         behaves differently according to Emacs version; use
15246         mm-decode-coding-region to convert charset to coding-system.
15247         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15248         (rfc2231-encode-string): Remove misimported Emacs code.
15249
15250 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15253         when calling mail-header-parse-content-type.
15254         (article-de-quoted-unreadable): Ditto.
15255         (article-de-base64-unreadable): Ditto.
15256         (article-wash-html): Ditto.
15257
15258         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15259         calling mail-header-parse-content-type and
15260         mail-header-parse-content-disposition.
15261         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15262         mail-header-parse-content-type.
15263
15264         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15265         insert charset and format parameters; encode description after
15266         inserting it to buffer.
15267         (mml-insert-parameter): Fold lines properly even if a parameter is
15268         segmented into two or more lines; change the max column to 76.
15269
15270         * rfc1843.el (rfc1843-decode-article-body): Don't use
15271         ignore-errors when calling mail-header-parse-content-type.
15272
15273         * rfc2231.el (rfc2231-parse-string): Return at least type if
15274         possible; don't cause an error even if it fails in parsing of
15275         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15276         (rfc2231-encode-string): Don't break lines at the beginning, leave
15277         it to mml-insert-parameter.
15278
15279         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15280         calling mail-header-parse-content-type.
15281
15282 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * spam-report.el (spam-report-gmane-use-article-number):
15285         Improve doc string.
15286         (spam-report-gmane-internal): Check if a suitable header was found
15287         in the article.
15288
15289 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15292         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15293
15294 2006-02-05  Romain Francoise  <romain@orebokech.com>
15295
15296         Update copyright notices of all files in the gnus directory.
15297
15298 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15299
15300         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15301
15302 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15305         segmented lines of parameter value to cope with Thunderbird 1.5
15306         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15307         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15308         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15309
15310 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15311
15312         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15313         parts.
15314
15315 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15316
15317         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15318         there's only one active file for all servers.
15319         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15320         solid groups.  Gnus might have used a FAST request to select the group.
15321         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15322         and nnweb-search redundantly in the active file.
15323         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15324         (nnweb-request-create-group): Don't use ARGS.
15325         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15326         initialisations.  Let nnoo do the work.
15327
15328 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15331         Say the part has been decoded.
15332
15333         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15334
15335 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15336
15337         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15338         mailcap-viewer-test-cache when there's no 'test clause, since that
15339         will invert the meaning of a "nil" test previously determined by
15340         mailcap-mailcap-entry-passes-test.
15341
15342 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15345         compiling.
15346
15347         * gnus-sum.el: Ditto.
15348
15349         * message.el: Don't bind tool-bar-map when compiling.
15350
15351 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15352
15353         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15354
15355 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15356
15357         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15358         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15359         current Google Groups.
15360
15361 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15364         and tool-bar-mode.
15365
15366         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15367         and tool-bar-mode.
15368
15369         * message.el (message-tool-bar-update): Simplify.
15370         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15371
15372         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15373         gnus-summary-buffer.
15374         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15375         gnus-summary-reply.
15376
15377         * gmm-utils.el (gmm): Add :version.
15378
15379 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * Makefile.in (clean): New rule.
15382         (distclean): Use it.
15383
15384 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15385
15386         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15387         Don't autoload.
15388
15389 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * gmm-utils.el (gmm-verbose): Add :group.
15392
15393 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * message.el: Change some comments WRT tool-bars.
15396
15397         * gnus-sum.el (gnus-summary-tool-bar)
15398         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15399         (gnus-summary-tool-bar-zap-list): New variables.
15400         (gnus-summary-make-tool-bar): Complete rewrite using
15401         `gmm-tool-bar-from-list'.
15402
15403         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15404         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15405         New variables.
15406         (gnus-group-make-tool-bar): Complete rewrite using
15407         `gmm-tool-bar-from-list'.
15408         (gnus-group-tool-bar-update): New function.
15409
15410         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15411
15412 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15415         is dissected into a single part of which the type is the same as
15416         the given one; decode charset.
15417
15418 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15419
15420         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15421         into alists as symbol not string, since that's what
15422         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15423         look for.
15424
15425 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15428         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15429
15430         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15431
15432 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15435         (gnus-xmas-mime-security-button-menu): New function.
15436
15437         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15438         (gnus-mime-security-button-menu): New definition.
15439         (gnus-mime-security-button-map): Use them.
15440         (gnus-mime-security-button-menu): New function.
15441         (gnus-insert-mime-security-button): Addition to help echo.
15442         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15443         (gnus-mime-security-pipe-part): New functions.
15444
15445         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15446         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15447
15448         * mm-decode.el (mm-handle-set-disposition): Remove.
15449         (mm-handle-set-description): Remove.
15450
15451 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15454         (mm-w3m-standalone-supports-m17n-p): New function.
15455         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15456         w3m usage.
15457
15458         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15459         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15460
15461 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * message.el (message-tool-bar-zap-list):
15464         Use gmm-tool-bar-zap-list as custom type.
15465         (message-tool-bar-update): New function.
15466         (message-tool-bar, message-tool-bar-gnome)
15467         (message-tool-bar-retro): Add message-tool-bar-update.
15468         (message-tool-bar-gnome): Add flyspell-buffer.
15469
15470         * gnus-util.el (gnus-error): Describe `args'.
15471
15472         * gmm-utils.el (gmm-error): Describe `args'.
15473         (gmm-tool-bar-zap-list): New widget.
15474         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15475
15476 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15479         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15480         the number of recursive calls.
15481
15482         * mm-decode.el (mm-handle-set-disposition): New macro.
15483         (mm-handle-set-description): New macro.
15484
15485 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15488         encoding.
15489
15490 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15491
15492         * message.el (message-tool-bar-zap-list, message-tool-bar)
15493         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15494         (message-tool-bar-local-item-from-menu): Remove.
15495         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15496         (message-make-tool-bar): New function.
15497         (message-mode): Use `message-make-tool-bar'.
15498
15499         * gmm-utils.el: New file.
15500         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15501         (gmm-lazy): New widget copied from `nnmail.el'.
15502         (gmm-tool-bar-from-list): New function for creating customizable
15503         tool bars.
15504         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15505         output.
15506         (gmm): Add :prefix to defgroup.
15507
15508 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15509
15510         * gmm-utils.el (gmm-widget-p): New function.
15511
15512 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * mml.el (mml-attach-file): Describe `description' in doc string.
15515         (mml-menu): Add Emacs MIME manual and PGG manual.
15516
15517 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15518
15519         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15520
15521 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15522
15523         * nntp.el (nntp-end-of-line): Doc fix.
15524
15525 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15526
15527         * imap.el (imap-open): Handle case where buffer is a buffer
15528         object.
15529
15530 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15531
15532         * gnus-delay.el (gnus-delay): Don't autoload.
15533         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15534         to be re-loaded when customizing the `gnus-delay' group.
15535
15536 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15537
15538         * message.el (message-insert-citation-line): Use newlines.
15539
15540 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15541
15542         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15543         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15544         these routines, so the passphrase can be managed externally and
15545         passed in to the system.
15546         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15547         pgg-add-passphrase-to-cache function.
15548
15549         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15550         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15551         these routines, so the passphrase can be managed externally and
15552         passed in to the system.
15553         (pgg-pgp5-sign-region): Use new name of
15554         pgg-add-passphrase-to-cache function.
15555
15556 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15557
15558         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15559         part of the decoded armor to find the key-identifier.
15560         (pgg-gpg-lookup-key-owner): New function to return the
15561         human-readable identifier of a key owner.
15562         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15563         itself.
15564         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15565         the key value) if we have a key and can match it against a secret
15566         key.  Also, added a note pointing out fact that the prompt only
15567         indicates the first matching key.
15568
15569         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15570         pgg-decrypt-region.
15571         (pgg-add-passphrase-to-cache): Rename from
15572         `pgg-add-passphrase-cache' to reduce confusion (all callers
15573         changed).
15574         (pgg-remove-passphrase-from-cache): Rename from
15575         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15576         changed).
15577         (pgg-read-passphrase, pgg-add-passphrase-cache)
15578         (pgg-remove-passphrase-cache): Add informative docstrings.
15579         (pgg-decrypt): Convey provided passphrase in subordinate call to
15580         pgg-decrypt-region.
15581
15582 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15583
15584         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15585         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15586         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15587         'passphrase' argument, so the passphrase can be managed externally
15588         and then passed in to the system.
15589
15590         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15591         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15592         so the passphrase cache can be used reliably with identifiers
15593         besides a pgp packet's key id.
15594
15595         * pgg-gpg.el (pgg-gpg-encrypt-region)
15596         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15597         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15598         these routines, so the passphrase can be managed externally and
15599         passed in to the system.
15600
15601         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15602         'notruncate' argument, so the passphrase cache can be used
15603         reliably with identifiers besides a pgp packet's key id.
15604
15605 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15606
15607         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15608         symmetric encryption.
15609         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15610         encrypted session key.
15611         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15612         message ask for the passphrase in a proper way.
15613
15614         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15615         New user commands for symmetric encryption.
15616
15617 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15620
15621         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15622
15623 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15624
15625         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15626
15627 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * mm-decode.el (mm-inlined-types): Add application/pgp.
15630         (mm-automatic-display): Ditto.
15631
15632         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15633         part as text.
15634
15635 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * nnrss.el: Update copyright.
15638         (nnrss-opml-import): Query whether to subscribe to each entry.
15639
15640         * gnus-art.el:
15641         * gnus-sum.el:
15642         * gnus-xmas.el:
15643         * messagexmas.el:
15644         * mm-uu.el:
15645         * mm-view.el: Update copyright.
15646
15647 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * message.el (message-info): New function.
15650         (message-mode-menu): Add it.
15651         Update copyright.
15652
15653         * ChangeLog: Fix and update copyright.
15654
15655 2006-01-13  Romain Francoise  <romain@orebokech.com>
15656
15657         * message.el (message-forward-subject-name-subject): Prefer the
15658         address to 'nowhere' if the sender has no name.
15659         Fix typo.  Update copyright year.
15660
15661 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-art.el (article-wash-html):
15664         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15665         (gnus-article-wash-html-with-w3m-standalone): New function.
15666
15667         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15668         mm-inline-text-html-render-with-w3m-standalone.
15669         (mm-text-html-washer-alist): Map w3m-standalone to
15670         gnus-article-wash-html-with-w3m-standalone.
15671         (mm-inline-text-html-render-with-w3m-standalone): New function.
15672
15673 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15676         Improve LaTeX.
15677
15678 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15681         (nnrss-request-article): Render text/plain parts as HTML.
15682
15683         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15684         the buffer.
15685
15686 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15689         custom definition of `gnus-posting-styles'.
15690
15691         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15692         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15693
15694 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15697         Use nntp for bug archive.
15698
15699 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15702         parts.
15703         (nnrss-normalize-date): New function converts ISO 8601 date into
15704         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15705         (nnrss-check-group): Use it.
15706
15707 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15710
15711         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15712         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15713         (nnrss-insert-w3): Ditto.
15714
15715 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15718         the articles to be forwarded including the case where neither a
15719         number of articles nor a region is specified.
15720
15721 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * nnrss.el (nnrss-request-article): Fix last change; fill
15724         text/plain parts.
15725
15726 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15729         in text/plain part.
15730         (nnrss-check-group): Don't add excessive newline to dc:subject.
15731
15732 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15733
15734         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15735         article.
15736
15737 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15738
15739         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15740         (nnml-use-compressed-files, nnml-save-mail): Support other
15741         comression programs such as bzip2.
15742
15743 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15744
15745         * dns.el (query-dns): Make sure we check the buffer size before
15746         removing tcp headers.
15747
15748 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15751         remove MIME buttons associated with multipart/alternative parts.
15752         (gnus-mime-display-alternative): Tag buttons using `article-type'
15753         text property.
15754
15755         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15756         associated with multipart/alternative parts.
15757
15758         * gnus-art.el (gnus-signature-separator): Fix custom type.
15759
15760         * mm-decode.el (mm-inlined-types): Fix custom type.
15761         (mm-keep-viewer-alive-types): Ditto.
15762         (mm-automatic-display): Ditto.
15763         (mm-attachment-override-types): Ditto.
15764         (mm-inline-override-types): Ditto.
15765         (mm-automatic-external-display): Ditto.
15766
15767 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15768
15769         * spam-report.el (spam-report-user-mail-address)
15770         (spam-report-user-agent): New variables.
15771         (spam-report-url-ping-plain): Use spam-report-user-agent.
15772
15773 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15774
15775         * gnus-art.el (gnus-button-handle-custom): Do not just use
15776         `customize-apropos' for any "M-x customize-*" button but the
15777         function called for.  Accept both the function name and its
15778         argument in order to achieve this.
15779         (gnus-button-alist): Remove support for "custom:" URL's.
15780         Pass function name to `gnus-button-handle-custom' in case of "M-x
15781         customize-*" buttons.
15782
15783 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15786         multipart/alternative and add xref to mm-discouraged-alternatives
15787         in doc string.
15788
15789         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15790         gnus-buttonized-mime-types in doc string.
15791
15792 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15795         Suggest image/.* in the doc string.
15796
15797 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15798
15799         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15800         message-marks (Debian bug #342521).
15801
15802 2005-12-12  Simon Josefsson  <jas@extundo.com>
15803
15804         * password.el (password-read-from-cache): Add.
15805         (password-read): Use it.
15806
15807 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * rfc2047.el (rfc2047-charset-to-coding-system):
15810         Recognize us-ascii as a MIME charset.
15811
15812         * mm-bodies.el (mm-decode-content-transfer-encoding):
15813         Protect against the case where the 2nd arg TYPE is nil.
15814
15815 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * pop3.el (pop3-stream-type): Fix custom version.
15818
15819         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15820
15821 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15822
15823         * mm-decode.el (mm-display-external): Add missing cdr.
15824
15825 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15828         RFC1524) if it is in mailcap or add a suffix according to
15829         mailcap-mime-extensions when generating a temp filename; postpone
15830         deleting a temp file for 2 seconds for some wrappers, shell
15831         scripts, and so on, which might exit right after having started a
15832         viewer command as a background job.
15833
15834 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15835
15836         * nntp.el (nntp-marks-directory): Fix custom group.
15837
15838         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15839         steps when < 10.
15840
15841         * gnus-start.el (gnus-no-server-1):
15842         Mention `gnus-level-default-subscribed' in doc string.
15843
15844 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15845
15846         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15847         parens.
15848
15849 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-xmas.el (gnus-use-toolbar): Revert.
15852         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15853         gnus-use-toolbar is default.
15854
15855         * messagexmas.el (message-use-toolbar): Revert.
15856         (message-setup-toolbar): Use global default-toolbar if
15857         message-use-toolbar is default.
15858
15859 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15862         according to default-toolbar-visible-p.
15863
15864         * messagexmas.el (message-use-toolbar): Ditto.
15865
15866 2005-11-26  Dave Love  <fx@gnu.org>
15867
15868         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15869         (tls-program, tls-success): Provide openssl alternative.
15870
15871         * starttls.el: Doc fixes.
15872         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15873         SERVICE to PORT.
15874
15875         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15876         port null or service name.
15877         (starttls-negotiate): Autoload.
15878
15879 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * message.el (message-kill-to-signature): Fix interactive spec.
15882
15883 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * pop3.el (pop3-open-server): Recognize a string as a service name.
15886
15887 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15888
15889         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15890
15891 2005-11-23  Dave Love  <fx@gnu.org>
15892
15893         Add pop3s, pop3/starttls.
15894
15895         * pop3.el (pop3-authentication-scheme): Clarify doc.
15896         (open-tls-stream, starttls-open-stream): Autoload.
15897         (pop3-stream-type): New.
15898         (pop3-open-server): Use it.
15899
15900         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15901         for POP.
15902         (mail-source-keyword-map): Add :stream for POP.
15903         (mail-source-fetch-pop): Use pop3-stream-type.
15904
15905 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15908         of current-time-string.
15909
15910 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15911
15912         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15913         date header.
15914
15915 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15916
15917         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15918         it can seriously impact performance as it bypasses the agent's
15919         local caches.
15920
15921 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15922
15923         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15924         must be explicitly online rather than "not explicitly offline" for
15925         its flags to be synchronized.
15926
15927         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15928         that gnus-uu-unmark-thread will function correctly.
15929
15930         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15931         1024K is instead displayed as 1M.
15932
15933 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15934
15935         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15936
15937 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15938
15939         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15940
15941 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15942
15943         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15944         error message to display actual error condition.
15945         (gnus-agent-save-local): Avoid saving symbols that are bound to
15946         nil as they simply result in a warning message in
15947         gnus-agent-read-local.
15948
15949 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15952         rather than make-variable-buffer-local for file-precious-flag.
15953
15954 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15955
15956         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15957         for duplicates which are removed.  The invalid sort check then
15958         triggers a rescan after the sort as sorting may have moved
15959         duplicate entries such that they can be cheaply detected.
15960
15961 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15964
15965 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15966
15967         * gnus-agent.el (gnus-agent-article-alist-save-format):
15968         Change internal variable to a custom variable.  Change default value
15969         from compressed(2) to uncompressed(1).
15970         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15971         support for uncompressed agentview files.  Taken together, reading
15972         the agentview file should now be 6-7 times faster.
15973
15974 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15975
15976         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15977         as a buffer-local variable.  This avoids creating truncated
15978         dribble files as a result of a hang up, eg.
15979
15980 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15981
15982         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15983         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15984         XEmacs.
15985
15986 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15987
15988         * gnus-start.el (gnus-start-draft-setup):
15989         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15990
15991         * gnus.el (gnus-splash): Change custom group.
15992         (gnus-group-get-parameter, gnus-group-parameter-value):
15993         Describe allow-list argument.
15994
15995         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15996         string.
15997
15998 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15999
16000         * gnus-art.el (gnus-default-article-saver): Add user-defined
16001         `function' to custom type.
16002
16003 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16004
16005         * imap.el (imap-open): Handle case where buffer is a buffer
16006         object.
16007
16008 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16009
16010         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16011         long lines.
16012         (gnus-cache-delete-group): Wrap doc strings.
16013
16014         * gnus-agent.el (gnus-agent-rename-group)
16015         (gnus-agent-delete-group): Wrap doc strings.
16016
16017 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * messagexmas.el (message-use-toolbar): Change the valid values
16020         into default, top, bottom, left, and right.
16021         (message-toolbar-thickness): New variable.
16022         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16023         well.
16024         (message-setup-toolbar): Make it work.
16025
16026         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16027         (gnus-use-toolbar): Change the valid values into default, top,
16028         bottom, left, and right.
16029         (gnus-toolbar-thickness): New variable.
16030         (gnus-xmas-setup-toolbar): New function.
16031         (gnus-xmas-setup-group-toolbar): Use it.
16032         (gnus-xmas-setup-summary-toolbar): Use it.
16033
16034 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16035
16036         * gnus-start.el (gnus-1): Add "native" to
16037         gnus-predefined-server-alist.
16038
16039         * gnus.el (gnus-method-to-server): Don't add "native" to the
16040         lists here, because that leads to problems when
16041         gnus-select-method is bound.
16042
16043 2005-11-09  Simon Josefsson  <jas@extundo.com>
16044
16045         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16046         use (not sort-by-date) instead.
16047
16048 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16049
16050         * gnus-delay.el (gnus-delay-group): Don't autoload.
16051         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16052         to be re-loaded when customizing the `gnus-delay' group.
16053
16054 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16055
16056         * message.el: Revert last changes.
16057         (message-insert-citation-line): Use newlines.
16058
16059 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16060
16061         * message.el (message-courtesy-message)
16062         (message-mark-insert-begin, message-mark-insert-end)
16063         (message-elide-ellipsis, message-cancel-message)
16064         (message-add-header, message-change-subject)
16065         (message-cross-post-followup-to-header)
16066         (message-cross-post-insert-note, message-reduce-to-to-cc)
16067         (message-widen-reply, message-delete-not-region)
16068         (message-kill-to-signature, message-insert-signature)
16069         (message-insert-importance-high, message-insert-importance-low)
16070         (message-insert-or-toggle-importance)
16071         (message-insert-disposition-notification-to)
16072         (message-indent-citation, message-yank-original)
16073         (message-cite-original-without-signature, message-cite-original)
16074         (message-insert-citation-line, message-position-on-field)
16075         (message-fix-before-sending, message-send-mail-partially)
16076         (message-send-mail, message-send-mail-with-sendmail)
16077         (message-send-mail-with-qmail, message-send-news)
16078         (message-check-news-header-syntax, message-generate-headers)
16079         (message-insert-courtesy-copy, message-fill-address)
16080         (message-fill-header, message-shorten-references)
16081         (message-setup-1, message-cancel-news)
16082         (message-forward-make-body-plain, message-forward-make-body-mime)
16083         (message-forward-make-body-mml, message-encode-message-body)
16084         (message-forward-make-body-digest-plain)
16085         (message-forward-make-body-digest-mime)
16086         (message-use-alternative-email-as-from): Insert `hard-newline'
16087         instead of ordinary newlines.
16088
16089 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * message.el (message-generate-headers): Downcase the argument
16092         given to message-check-element.
16093
16094 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16095
16096         * nntp.el (nntp-authinfo-rejected): New error condition.
16097         (nntp-wait-for): Use new error condition to signal authentication
16098         error.
16099         (nntp-retrieve-data): Rethrow new error condition to break out of
16100         recursive call to nntp-send-authinfo.
16101
16102 2005-11-08  Romain Francoise  <romain@orebokech.com>
16103
16104         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16105         (gnus-summary-exit-map): Bind to `Z p'.
16106         (gnus-summary-make-menu-bar): Add menu item.
16107
16108 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16109
16110         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16111         (gnus-treat-*): Add `first' in all doc strings.
16112
16113         * gnus-group.el (gnus-group-compact-group): Fix typo.
16114
16115 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * gnus.el (gnus-parameters-case-fold-search): New variable.
16118         (gnus-parameters-get-parameter): Use it.
16119
16120         * gnus-score.el (gnus-home-score-file): Doc fix.
16121
16122 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16123
16124         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16125
16126 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * mm-util.el (mm-special-display-p): New function.
16129
16130         * mml.el (mml-preview): Use it; doc fix.
16131
16132 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16133
16134         * imap.el (imap-open): Handle case where buffer is a buffer object.
16135
16136 2005-10-29  Romain Francoise  <romain@orebokech.com>
16137
16138         * message.el (message-fix-before-sending): Fix comment.
16139
16140 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16141
16142         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16143
16144 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16145
16146         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16147         Used in gnus-score.el.
16148
16149 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16150
16151         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16152
16153 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16154
16155         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16156         whitespace removed in revision 7.8.  Use concatenated string to
16157         protect trailing whitespace.
16158
16159 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16160
16161         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16162         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16163         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16164         Courier IMAP ("some version from 2004").  Mostly based on similar
16165         code in the same function.
16166
16167 2005-10-26  Didier Verna  <didier@xemacs.org>
16168
16169         * gnus-group.el (gnus-group-compact-group): Invalidate original
16170         article buffer.
16171         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16172         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16173         NOV database and in article itself.
16174         Invalidate article backlog.
16175
16176 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16179
16180 2005-10-26  Simon Josefsson  <jas@extundo.com>
16181
16182         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16183         part of 2004-07-25 change.
16184
16185 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * message.el (message-display-completion-list): New function.
16188         (message-expand-group): Use it; make sure the Completions buffer
16189         is modifiable.
16190 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16191
16192         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16193         user-mail-name is an empty string.
16194
16195 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16198         depending on gnus-score-decay-constant.
16199
16200         * encrypt.el (encrypt-insert-file-contents)
16201         (encrypt-write-file-contents): Don't use `gnus-message'.
16202
16203         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16204         arguments.
16205         (mm-uu-type-alist): Add message-marks and insert-marks.
16206         Pass arguments to mm-uu-verbatim-marks-extract.
16207         (mm-uu-hide-markers): New variable.
16208         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16209
16210         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16211         (gnus-convert-image-to-face-command): Use "convert" by default to
16212         allow other input image formats.
16213         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16214         accordingly.
16215
16216 2005-10-23  Simon Josefsson  <jas@extundo.com>
16217
16218         * imap.el (imap-gssapi-program): Align command line parameters
16219         with latest GNU SASL.
16220         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16221
16222 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16223
16224         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16225         HTML.
16226         (nnslashdot-request-article): Ditto.
16227
16228         * lpath.el (featurep): Add nobreak-char-display.
16229
16230 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16231
16232         * mail-source.el (mail-source-fetch-pop): Require pop3.
16233         (mail-source-check-pop): Ditto.
16234
16235 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16238         errors.
16239
16240 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16241
16242         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16243         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16244
16245         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16246
16247         * mm-bodies.el (mm-decode-string):
16248         Call `mm-charset-to-coding-system' with allow-override argument.
16249
16250 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16253         (rfc2047-charset-to-coding-system): New function.
16254         (rfc2047-decode-encoded-words): New function.
16255         (rfc2047-decode-region): Use them.
16256         (rfc2047-decode-cte): Remove.
16257         (rfc2047-parse-and-decode): Remove.
16258         (rfc2047-decode): Remove.
16259
16260 2005-10-15  Kenichi Handa  <handa@m17n.org>
16261
16262         * rfc2047.el (rfc2047-decode-cte): New function.
16263         (rfc2047-decode-region): Change the way to decode successive
16264         encoded-words: decode B- or Q-encoding in each encoded-word,
16265         concatenate them, and decode it as charset.
16266
16267 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * lpath.el: Fbind codepage-setup for XEmacs.
16270
16271 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16272
16273         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16274         widget-move-and-invoke.
16275         (gnus-custom-mode): Use gnus-custom-map.
16276
16277 2005-10-15  Bill Wohler  <wohler@newt.com>
16278
16279         * message.el (message-tool-bar-map): Rename image file from
16280         mail_send to mail/send.
16281
16282 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16283
16284         * message.el (message-expand-group): Pass the common
16285         prefix substring of completion to `display-completion-list'.
16286
16287 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * mml-sec.el (mml-secure-method): New internal variable.
16290         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16291         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16292         New functions using mml-secure-method.
16293
16294         * mml.el (mml-mode-map): Add key bindings for those functions.
16295         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16296         Harder <harder@myrealbox.com>.
16297         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16298         Goto end of message if point is the headers of the message.
16299
16300         * message.el (message-in-body-p): New function.
16301
16302         * assistant.el: Autoload gnus-util and netrc.
16303
16304         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16305         Use `mm-charset-override-alist' only when decoding.
16306
16307         * mm-bodies.el (mm-decode-body):
16308         Call `mm-charset-to-coding-system' with allow-override argument.
16309
16310         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16311         `filename' from Content-Disposition if Content-Type doesn't
16312         provide `name'.
16313         (gnus-mime-view-part-as-type): Set default instead of
16314         initial-input.
16315
16316 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16317
16318         * format-spec.el (format-spec): Propagate text properties of % spec.
16319
16320 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16321
16322         * gnus-art.el (gnus-treat-predicate): Add `first'.
16323
16324 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16325
16326         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16327         (mm-charset-override-alist): New variable.
16328         (mm-charset-to-coding-system): Use it.
16329         (mm-codepage-setup): New helper function.
16330         (mm-charset-eval-alist): New variable.
16331         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16332         Warn about unknown charsets.
16333
16334         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16335
16336 2005-10-04  David Hansen  <david.hansen@gmx.net>
16337
16338         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16339         (nnrss-check-group): Ditto.
16340
16341 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16344         Rename x-gnus-verbatim to x-verbatim.
16345         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16346
16347         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16348         x-verbatim.
16349
16350         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16351
16352         * gnus-util.el (gnus-remove-duplicates): Remove.
16353
16354         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16355         instead of gnus-remove-duplicates.
16356
16357         * message.el (message-remove-duplicates): Remove.
16358         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16359         message-remove-duplicates.
16360
16361         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16362         available, else use implementation from `delete-dups'.
16363
16364         * message.el (message-insert-expires): New function.
16365         (message-mode-map): Add key binding.
16366         (message-mode-field-menu): Add menu entry.
16367         (message-mode): Document it.
16368         (message-make-expires-date): Use `message-make-date'.
16369
16370 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16371
16372         * message.el (message-make-expires-date): New function.
16373
16374 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * Makefile.in (list-installed-shadows): New entry.
16377         (install): Use it.
16378         (remove-installed-shadows): New entry.
16379
16380         * dgnushack.el (dgnushack-default-load-path): New variable.
16381         (dgnushack-find-lisp-shadows): New function.
16382         (dgnushack-remove-lisp-shadows): New function.
16383
16384 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * Makefile.in (install-el-elc): New entry.
16387         (install): Use it so that .el files are necessarily installed.
16388
16389 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16392
16393 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16394
16395         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16396         function rather than the diff-mode.el package.
16397         (mm-display-external): Use with-current-buffer.
16398         (mm-viewer-completion-map, mm-viewer-completion-map):
16399         Move initialization inside declaration.
16400
16401 2005-09-29  Simon Josefsson  <jas@extundo.com>
16402
16403         * spam.el: Load hashcash when compiling, to avoid warnings.
16404         Don't autoload mail-check-payment.
16405         (spam-check-hashcash): Define unconditionally, since hashcash.el
16406         is part of Gnus now.  Ignore errors from payment checking.
16407
16408 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16409
16410         * message.el (message-bold-region, message-unbold-region):
16411         Rename from `bold-region' and `unbold-region'.
16412
16413         * message.el: Remove useless autoloads.
16414
16415 2005-09-28  Simon Josefsson  <jas@extundo.com>
16416
16417         * message.el (message-use-idna): Default to t.
16418         (message-use-idna): Test whether encoding works too.  Doc fix.
16419
16420 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * nntp.el (nntp-warn-about-losing-connection): Remove.
16423
16424 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16427         customizable.  Change default value.
16428         (mm-uu-diff-groups-regexp): Change default value.
16429         (mm-uu-type-alist): Add doc string.
16430         (mm-uu-configure): Add doc string.  Make it interactive.
16431         (mm-uu-tex-groups-regexp): New variable.
16432         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16433         (mm-uu-type-alist): Add LaTeX documents.
16434         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16435         of "text/verbatim".
16436         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16437
16438         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16439         instead of "text/verbatim".
16440
16441         * message.el (message-mark-inserted-region)
16442         (message-mark-insert-file): Use slrn style marks when called with
16443         prefix argument.
16444
16445 2005-09-27  Simon Josefsson  <jas@extundo.com>
16446
16447         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16448
16449 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16450
16451         * message.el (message-remove-duplicates): New function.
16452         Implementation borrowed from `gnus-remove-duplicates'.
16453         (message-idna-to-ascii-rhs): Also encode idna addresses in
16454         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16455         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16456         only ask about the same idna domain once per header and also tell
16457         in what header to replace the idna domain.
16458
16459         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16460         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16461         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16462         a header is decoded and not just the last one.
16463
16464 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16467         has been decoded.
16468
16469         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16470         (mm-insert-part): Don't modify text if it has been decoded.
16471
16472         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16473         decoded.
16474
16475         * mm-view.el (mm-inline-text): Don't strip text props unless
16476         decoding enriched or richtext parts.
16477
16478 2005-09-25  Romain Francoise  <romain@orebokech.com>
16479
16480         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16481         * gnus-start.el (gnus-subscribe-interactively):
16482         * gnus-uu.el (gnus-uu-grab-articles):
16483         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16484         space.
16485
16486 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16487
16488         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16489         * mm-view.el (mm-view-pkcs7-decrypt):
16490         * gnus-sum.el (gnus-summary-limit-to-extra)
16491         (gnus-summary-respool-article, gnus-read-move-group-name):
16492         * gnus-score.el (gnus-summary-increase-score):
16493         * gnus-util.el (gnus-completing-read-with-default):
16494         * gnus-art.el (gnus-read-save-file-name)
16495         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16496         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16497         * message.el (message-check-news-header-syntax):
16498         Follow convention for reading with the minibuffer.
16499
16500 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * spam-report.el (spam-report-url-ping-plain):
16503         Use gnus-extended-version as User-Agent.
16504
16505         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16506         default value is nil.
16507
16508         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16509         (mm-uu-verbatim-marks-extract): New function.
16510         (mm-uu-extract): New face.
16511         (mm-uu-copy-to-buffer): Use it.
16512
16513         * spam-report.el (spam-report-gmane-ham): Rename from
16514         `spam-report-gmane-unspam'.
16515         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16516         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16517
16518         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16519         Autoload.
16520         (spam-report-gmane-unregister-routine):
16521         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16522
16523 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16524
16525         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16526         (spam-report-gmane-unregister-routine): Add support for gmane
16527         unregistration.
16528
16529         * spam-report.el (spam-report-gmane-unspam)
16530         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16531         (spam-report-gmane): Change to take a single article and do unspam
16532         registration.
16533
16534 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16535
16536         * mm-url.el (mm-url-decode-entities): Fix regexp.
16537
16538 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16539
16540         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16541         default to nil, to be able to use Gnus at all.  If the default
16542         switches to something else, then the function should be fixed not
16543         be exceedingly slow.
16544
16545 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16548         fail hard.
16549
16550         * spam-report.el: Add better Keywords line.
16551
16552         * spam.el: Add Maintainer and better Keywords line.
16553
16554 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16555
16556         * gnus-art.el (gnus-article-replace-part)
16557         (gnus-mime-replace-part): New functions.
16558         (gnus-mime-action-alist, gnus-mime-button-commands)
16559         (gnus-mime-save-part-and-strip): Add file argument.
16560         (gnus-article-part-wrapper): Add interactive argument.
16561
16562         * gnus-sum.el (gnus-summary-mime-map):
16563         Add `gnus-article-replace-part'.
16564
16565 2005-09-19  Didier Verna  <didier@xemacs.org>
16566
16567         The nnml compaction feature:
16568         * nnml.el (nnml-request-compact-group): New function.
16569         * nnml.el (nnml-request-compact): New function.
16570         * gnus-int.el (gnus-request-compact-group): New function.
16571         * gnus-int.el (gnus-request-compact): New function.
16572         * gnus-group.el (gnus-group-compact-group): New function.
16573         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16574         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16575         * gnus-srvr.el (gnus-server-compact-server): New function.
16576         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16577         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16578
16579 2005-09-18  Deepak Goel  <deego@gnufans.org>
16580
16581         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16582         format spec.
16583
16584 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16587
16588 2005-09-15  Romain Francoise  <romain@orebokech.com>
16589
16590         * message.el (message-fill-paragraph): Clarify docstring.
16591
16592 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * gnus-art.el (gnus-mime-display-part): Protect against broken
16595         MIME messages.
16596
16597 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16600         before parsing header.
16601
16602 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16603
16604         * html2text.el (html2text-replace-list): Add new entities.
16605
16606 2005-09-11  Romain Francoise  <romain@orebokech.com>
16607
16608         * message.el (message-alternative-emails): Improve docstring.
16609         (message-setup-1): Call `message-use-alternative-email-as-from'
16610         after `message-setup-hook' to give it precedence over posting
16611         styles, etc.
16612         (message-use-alternative-email-as-from): Add docstring.
16613         Remove the original From header if present.
16614
16615         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16616         (nnml-save-mail): Use it.
16617
16618         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16619         articles.  Add new argument `silent'.
16620         (gnus-uu-mark-all): Report the total number of marked articles.
16621
16622 2005-09-10  Romain Francoise  <romain@orebokech.com>
16623
16624         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16625         (gnus-uu-mark-series): Likewise.
16626
16627 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16628
16629         * spam-report.el (spam-report-gmane): Fix generation of spam
16630         report URL.
16631
16632 2005-09-10  Simon Josefsson  <jas@extundo.com>
16633
16634         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16635         t, based on discussion on the ding list with Robert Epprecht
16636         <epprecht@solnet.ch>.
16637
16638 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16639
16640         * spam-report.el (spam-report-gmane): Make it work without
16641         X-Report-Spam header.  Gmane now only provides Archived-At.
16642         This is only used if `spam-report-gmane-use-article-number' is nil.
16643         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16644
16645         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16646         make `gnus-summary-sort-by-recipient' work with threading.
16647
16648         * nnweb.el (nnweb-google-wash-article): Print a message if article
16649         is not available.
16650
16651 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16652
16653         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16654         change.  Decode text/* parts content before displaying.
16655
16656 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16657
16658         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16659
16660 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16661
16662         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16663
16664         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16665         url-package-name, url-package-version,
16666         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16667         w3m-display-inline-images, and w3m-minor-mode-map.
16668
16669 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16670
16671         * message.el (message-tab-body-function): Fix mismatched custom type.
16672
16673         * gnus.el (gnus-group-change-level-function): Ditto.
16674
16675         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16676
16677         * gnus-art.el (gnus-signature-limit)
16678         (gnus-article-mime-part-function): Ditto.
16679
16680 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * mml.el (mml-mode): Silence the byte compiler.
16683
16684         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16685         using `(sit-for 0)' before moving the point to the specified part;
16686         skip unbuttonized parts.
16687         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16688         return to the summary window if gnus-auto-select-part is non-nil.
16689
16690 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16693         New variables.
16694         (mml-dnd-attach-file, mml-mode): Use them.
16695
16696         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16697         Make fetching article by MID work again for Google Groups.
16698         Add FIXME concerning gnus-group-make-web-group.
16699
16700         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16701         Don't depend on Gnus by using mail-extract-address-components if
16702         gnus-extract-address-components is not bound.
16703
16704 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16705
16706         * gnus-art.el (gnus-mime-display-security): Don't display the
16707         signature, but only the signed part.
16708
16709 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16712
16713         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16714         list, not listp.
16715
16716 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16717
16718         * mm-encode.el (mm-encode-content-transfer-encoding):
16719         Likewise when encoding.
16720
16721         * mm-bodies.el (mm-decode-content-transfer-encoding):
16722         De-canonicalize CRLF for all text content types, not just
16723         text/plain.
16724
16725 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16728         valid article; point arrow and cursor at the MIME button.
16729
16730 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16733         Suggested by Dan Christensen <jdc@uwo.ca>.
16734
16735         * mm-decode.el (mm-save-part): Enable change of prompt.
16736
16737 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16738
16739         * gnus-msg.el (gnus-inews-add-send-actions):
16740         Make `message-post-method' lambda parameter ARG `&optional'.
16741
16742 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16743
16744         * gnus-sum.el (gnus-summary-mime-map):
16745         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16746         gnus-article-jump-to-part.
16747
16748         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16749         (gnus-article-edit-part): Use it.
16750         (gnus-article-part-wrapper): Add no-handle argument.
16751         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16752         New functions.
16753
16754 2005-08-29  Romain Francoise  <romain@orebokech.com>
16755
16756         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16757         docstring.
16758         (gnus-face-from-file): Likewise.
16759
16760 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16763         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16764         non-nil.
16765         (gnus-auto-select-part): New variable.
16766         (gnus-article-jump-to-part): New function.
16767         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16768         (gnus-mime-delete-part): Allow selecting specified part after
16769         deleting or stripping parts.
16770         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16771         part if argument is bogus.
16772
16773 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16774
16775         * gnus-art.el (w3m-minor-mode-map):
16776         * gnus-spec.el (gnus-newsrc-file-version):
16777         * gnus-util.el (nnmail-active-file-coding-system)
16778         (gnus-original-article-buffer, gnus-user-agent):
16779         * gnus.el (gnus-ham-process-destinations)
16780         (gnus-parameter-ham-marks-alist)
16781         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16782         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16783         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16784         * mm-decode.el (gnus-current-window-configuration):
16785         * mm-extern.el (gnus-article-mime-handles):
16786         * mm-url.el (url-current-object, url-package-name)
16787         (url-package-version):
16788         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16789         (smime-keys, w3m-cid-retrieve-function-alist)
16790         (w3m-current-buffer, w3m-display-inline-images)
16791         (w3m-minor-mode-map):
16792         * mml-smime.el (gnus-extract-address-components):
16793         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16794         (gnus-newsrc-hashtb, message-default-charset)
16795         (message-deletable-headers, message-options)
16796         (message-posting-charset, message-required-mail-headers)
16797         (message-required-news-headers):
16798         * mml1991.el (mc-pgp-always-sign):
16799         * mml2015.el (mc-pgp-always-sign):
16800         * nnheader.el (nnmail-extra-headers):
16801         * rfc1843.el (gnus-decode-encoded-word-function)
16802         (gnus-decode-header-function, gnus-newsgroup-name):
16803         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16804
16805 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16806
16807         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16808         the end of the date treatments.
16809
16810 2005-08-15  Simon Josefsson  <jas@extundo.com>
16811
16812         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16813         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16814         Capello and Romain Francoise.
16815         (pgg-fetch-key-function): Remove, not used?
16816         (pgg-insert-url-with-w3): Require url, to get
16817         url-insert-file-contents regardless of where it is defined.
16818
16819 2005-08-13  Romain Francoise  <romain@orebokech.com>
16820
16821         * message.el (message-cite-original-1): New function.
16822         (message-cite-original): Use it.
16823         (message-cite-original-without-signature): Ditto.
16824
16825 2005-08-08  Romain Francoise  <romain@orebokech.com>
16826
16827         * message.el (message-yank-empty-prefix): New variable.
16828         (message-indent-citation): Use it.
16829         (message-cite-original-without-signature): Respect X-No-Archive.
16830
16831 2005-08-08  Simon Josefsson  <jas@extundo.com>
16832
16833         * pgg.el: Autoload url-insert-file-contents instead of loading
16834         w3/url.
16835         (pgg-insert-url-with-w3): Don't load url here.
16836
16837 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16838
16839         * message.el (message-kill-to-signature): Don't insert newline at
16840         bol.
16841         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16842
16843 2005-08-06  Romain Francoise  <romain@orebokech.com>
16844
16845         * message.el (message-user-fqdn): Fix typo in docstring.
16846
16847 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16848
16849         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16850
16851         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16852
16853 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * mm-bodies.el (mm-encode-body): Use coding system rather than
16856         charset to encode text.
16857
16858         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16859         number of charsets if utf-8 is available (XEmacs).
16860
16861 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16864         taken from `gnus-button-mid-or-mail-regexp'.
16865         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16866         (gnus-button-alist): Improve regexp for domain part of the MIDs
16867         for news:localpart@domain buttons.
16868         (gnus-button-ctan-directory-regexp): Update.
16869
16870 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * sieve-manage.el (sieve-manage-interactive-login):
16873         Use make-local-variable rather than make-variable-buffer-local.
16874         (sieve-manage-open): Ditto.
16875         (sieve-manage-authenticate): Ditto.
16876
16877         * mml.el (mml-generate-mime-1): Make the content type default to
16878         text/plain if the filename is not specified.
16879
16880 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16883         instead of insert-buffer.
16884
16885         * message.el (message-yank-original): Ditto; set the mark at the
16886         end of the yanked message.
16887
16888 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16891         lines to scroll rather than to stop it.
16892
16893         * mml.el (mml-generate-default-type): Add doc string.
16894         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16895         default to application/octet-stream when determining the content
16896         type if it is not specified for the part or the mml contents; add
16897         a comment about mml-generate-default-type.
16898
16899 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16900
16901         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16902         make it default to application/octet-stream when determining the
16903         content type if it is not specified for the external contents.
16904
16905 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16908         segmented parameter but also other parameters might be there.
16909
16910 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * mm-decode.el (mm-display-external): Delete temp file, directory
16913         and buffer immediately if the external process is exited.
16914
16915 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16918         fewer lines than that of scroll-margin.
16919         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16920
16921 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * gnus-art.el (gnus-article-next-page): Revert.
16924         (gnus-article-beginning-of-window): New macro.
16925         (gnus-article-next-page-1): Use it.
16926         (gnus-article-prev-page): Ditto.
16927         (gnus-article-edit-part): Use insert-buffer-substring instead of
16928         insert-buffer.
16929         (gnus-article-edit-exit): Ditto.
16930
16931         * gnus-util.el (gnus-beginning-of-window): Remove.
16932         (gnus-end-of-window): Remove.
16933
16934         * lpath.el: Don't bind header-line-format and scroll-margin.
16935
16936 2005-07-25  Simon Josefsson  <jas@extundo.com>
16937
16938         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16939         to have the url package without w3.  Reported by Daiki Ueno
16940         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16941
16942 2005-07-20  Didier Verna  <didier@xemacs.org>
16943
16944         * gnus-diary.el: Remove the description comment (nndiary is now
16945         properly documented in the Gnus manual).
16946         Fix the spelling of "Back End".
16947         * nndiary.el: Ditto.
16948         Fix the copyright notice.
16949
16950 2005-07-18  Romain Francoise  <romain@orebokech.com>
16951
16952         * gnus-sum.el (gnus-summary-to-prefix)
16953         (gnus-summary-newsgroup-prefix): New variables.
16954         (gnus-summary-from-or-to-or-newsgroups): Use them.
16955
16956 2005-07-17  Romain Francoise  <romain@orebokech.com>
16957
16958         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16959         space as it's generally not especially interesting to the user.
16960
16961 2005-07-16  Romain Francoise  <romain@orebokech.com>
16962
16963         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16964         nil to avoid prompting and file modification if one of the
16965         messages at the top of the nnfolder file contains a copyright
16966         notice.
16967         Update copyright notice.
16968
16969         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16970         instead of `current-time-string' as the latter creates a time
16971         string that is not RFC 2822 compliant (it lacks the zone).
16972         Update copyright notice.
16973
16974 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16975
16976         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16977         for text/rtf.  Display default in prompt.  Pass default for M-n.
16978
16979         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16980
16981 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16982
16983         * gnus-msg.el (gnus-button-mailto):
16984         Remove save-selected-window-window hackery because it relies on
16985         save-selected-window internals.
16986
16987 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16990         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16991         (gnus-article-prev-page): Ditto.
16992
16993         * gnus-util.el (gnus-beginning-of-window): New function.
16994         (gnus-end-of-window): New function.
16995
16996         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16997
16998 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16999
17000         * gnus-score.el (gnus-score-edit-all-score):
17001         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17002         gnus-message.
17003
17004 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17005
17006         * gnus-msg.el (gnus-button-mailto):
17007         Remove save-selected-window-window hackery because it relies on
17008         save-selected-window internals.
17009
17010 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17013         add-minor-mode.
17014         (gnus-binary-mode): Ditto.
17015
17016         * gnus-topic.el (gnus-topic-mode): Ditto.
17017
17018 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17019
17020         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17021         (gnus-article-prev-page): Take scroll-margin into consideration.
17022
17023 2005-07-04  Lute Kamstra  <lute@gnu.org>
17024
17025         Update FSF's address in GPL notices.
17026
17027 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17028
17029         * gnus.el (gnus-exit):
17030         * gnus-group.el (gnus-group-icons):
17031         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17032
17033         * gnus-nocem.el (gnus-nocem):
17034         * message.el (message-various, message-buffers, message-sending)
17035         (message-interface, message-forwarding, message-insertion)
17036         (message-headers, message-news, message-mail):
17037         * pgg-gpg.el (pgg-gpg):
17038         * pgg-parse.el (pgg-parse):
17039         * pgg-pgp.el (pgg-pgp):
17040         * pgg-pgp5.el (pgg-pgp5):
17041         * pop3.el (pop3): Finish `defgroup' description with period.
17042
17043 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * gnus-art.el (article-display-face): Improve the efficiency.
17046         (article-display-x-face): Ditto; remove grey x-face stuff.
17047
17048 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * gnus-art.el (article-display-face): Correct the position in
17051         which Faces are inserted.
17052
17053 2005-06-29  Didier Verna  <didier@xemacs.org>
17054
17055         * gnus-art.el (article-display-face): Display faces in correct
17056         order.
17057
17058 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17061         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17062         (gnus-nocem-check-article): Fetch the Type header.
17063         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17064         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17065         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17066         make sure gnus-nocem-hashtb is initialized.
17067         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17068         (gnus-nocem-unwanted-article-p): Ditto.
17069
17070         * pgg.el (pgg-verify): Return the verification result.
17071
17072 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17073
17074         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17075         is ascii.
17076
17077 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17078
17079         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17080         `show-nonbreak-escape'.
17081
17082 2005-06-23  Lute Kamstra  <lute@gnu.org>
17083
17084         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17085
17086         * dig.el (dig-mode):
17087         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17088
17089 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17090
17091         * nnimap.el (nnimap-split-download-body): Fix spellings.
17092
17093 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17094
17095         * gnus-art.el (gnus-article-encrypt-body):
17096         * gnus-cus.el (gnus-score-customize):
17097         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17098         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17099
17100 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17101
17102         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17103         header by looking for magic "MII" at the beginnig.
17104
17105 2005-06-16  Miles Bader  <miles@gnu.org>
17106
17107         * gnus-xmas.el (gnus-xmas-group-startup-message):
17108         Use renamed gnus-splash face.
17109
17110         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17111         (assistant-field-face): New backward-compatibility alias for renamed
17112         face.
17113         (assistant-render-text): Use renamed assistant-field face.
17114
17115         * spam.el (spam): Remove "-face" suffix from face name.
17116         (spam-face): New backward-compatibility alias for renamed face.
17117         (spam-face, spam-initialize): Use renamed spam face.
17118
17119         * message.el (message-header-to, message-header-cc)
17120         (message-header-subject, message-header-newsgroups)
17121         (message-header-other, message-header-name)
17122         (message-header-xheader, message-separator, message-cited-text)
17123         (message-mml): Remove "-face" suffix from face names.
17124         (message-header-to-face, message-header-cc-face)
17125         (message-header-subject-face, message-header-newsgroups-face)
17126         (message-header-other-face, message-header-name-face)
17127         (message-header-xheader-face, message-separator-face)
17128         (message-cited-text-face, message-mml-face):
17129         New backward-compatibility aliases for renamed faces.
17130         (message-font-lock-keywords): Use renamed message faces.
17131
17132         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17133         (sieve-test-commands, sieve-tagged-arguments):
17134         Remove "-face" suffix from face names.
17135         (sieve-control-commands-face, sieve-action-commands-face)
17136         (sieve-test-commands-face, sieve-tagged-arguments-face):
17137         New backward-compatibility aliases for renamed faces.
17138         (sieve-control-commands-face, sieve-action-commands-face)
17139         (sieve-test-commands-face, sieve-tagged-arguments-face):
17140         Use renamed sieve faces.
17141
17142         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17143         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17144         (gnus-group-news-3-empty, gnus-group-news-4)
17145         (gnus-group-news-4-empty, gnus-group-news-5)
17146         (gnus-group-news-5-empty, gnus-group-news-6)
17147         (gnus-group-news-6-empty, gnus-group-news-low)
17148         (gnus-group-news-low-empty, gnus-group-mail-1)
17149         (gnus-group-mail-1-empty, gnus-group-mail-2)
17150         (gnus-group-mail-2-empty, gnus-group-mail-3)
17151         (gnus-group-mail-3-empty, gnus-group-mail-low)
17152         (gnus-group-mail-low-empty, gnus-summary-selected)
17153         (gnus-summary-cancelled, gnus-summary-high-ticked)
17154         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17155         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17156         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17157         (gnus-summary-low-undownloaded)
17158         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17159         (gnus-summary-low-unread, gnus-summary-normal-unread)
17160         (gnus-summary-high-read, gnus-summary-low-read)
17161         (gnus-summary-normal-read, gnus-splash):
17162         Remove "-face" suffix from face names.
17163         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17164         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17165         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17166         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17167         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17168         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17169         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17170         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17171         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17172         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17173         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17174         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17175         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17176         (gnus-summary-normal-ticked-face)
17177         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17178         (gnus-summary-normal-ancient-face)
17179         (gnus-summary-high-undownloaded-face)
17180         (gnus-summary-low-undownloaded-face)
17181         (gnus-summary-normal-undownloaded-face)
17182         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17183         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17184         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17185         (gnus-splash-face):
17186         New backward-compatibility aliases for renamed faces.
17187         (gnus-group-startup-message): Use renamed gnus faces.
17188
17189         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17190         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17191         (gnus-server-agent): Remove "-face" suffix from face names.
17192         (gnus-server-agent-face, gnus-server-opened-face)
17193         (gnus-server-closed-face, gnus-server-denied-face)
17194         (gnus-server-offline-face):
17195         New backward-compatibility aliases for renamed faces.
17196         (gnus-server-agent-face, gnus-server-opened-face)
17197         (gnus-server-closed-face, gnus-server-denied-face)
17198         (gnus-server-offline-face): Use renamed gnus faces.
17199
17200         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17201         Remove "-face" suffix from face names.
17202         (gnus-picon-xbm-face, gnus-picon-face):
17203         New backward-compatibility aliases for renamed faces.
17204
17205         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17206         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17207         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17208         (gnus-cite-11): Remove "-face" suffix from face names.
17209         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17210         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17211         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17212         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17213         New backward-compatibility aliases for renamed faces.
17214         (gnus-cite-attribution-face, gnus-cite-face-list)
17215         (gnus-article-boring-faces): Use renamed gnus faces.
17216
17217         * gnus-art.el (gnus-signature, gnus-header-from)
17218         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17219         (gnus-header-content): Remove "-face" suffix from face names.
17220         (gnus-signature-face, gnus-header-from-face)
17221         (gnus-header-subject-face, gnus-header-newsgroups-face)
17222         (gnus-header-name-face, gnus-header-content-face):
17223         New backward-compatibility aliases for renamed faces.
17224         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17225
17226         * gnus-sum.el (gnus-summary-selected-face)
17227         (gnus-summary-highlight): Use renamed gnus faces.
17228         * gnus-group.el (gnus-group-highlight): Likewise.
17229
17230 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17231
17232         * gnus-sieve.el (gnus-sieve-article-add-rule):
17233         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17234         * spam-stat.el (spam-stat-buffer-change-to-spam)
17235         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17236
17237         * message.el (message-is-yours-p):
17238         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17239
17240 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * mm-view.el (mm-inline-text): Withdraw the last change.
17243
17244 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17247         executing enriched-decode.
17248
17249 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17252         charset of tar files.
17253
17254 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17255
17256         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17257
17258 2005-06-04  Lute Kamstra  <lute@gnu.org>
17259
17260         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17261         information is never recorded.
17262
17263 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17264
17265         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17266
17267 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * pop3.el (pop3-apop): Run md5 in the binary mode.
17270
17271         * starttls.el (starttls-set-process-query-on-exit-flag):
17272         Use eval-and-compile.
17273
17274 2005-05-31  Simon Josefsson  <jas@extundo.com>
17275
17276         * smime.el (smime-replace-in-string): Define.
17277         (smime-cert-by-ldap-1): Use it.
17278
17279 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * gnus-art.el (article-display-x-face): Replace
17282         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17283
17284         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17285         set-process-query-on-exit-flag or process-kill-without-query.
17286
17287         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17288         loop instead of replace-regexp.
17289
17290         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17291         instead of process-kill-without-query if it is available.
17292
17293         * lpath.el: Fbind ldap-search-entries.
17294
17295         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17296         instead of find-file-hooks if it is available.
17297
17298         * mml1991.el: Bind pgg-default-user-id when compiling.
17299
17300         * mml2015.el: Bind pgg-default-user-id when compiling.
17301
17302         * nndraft.el (nndraft-request-associate-buffer):
17303         Use write-contents-functions instead of write-contents-hooks if it is
17304         available.
17305
17306         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17307         instead of find-file-hooks if it is available.
17308
17309         * nntp.el (nntp-open-connection): Replace
17310         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17311         (nntp-open-ssl-stream): Ditto.
17312         (nntp-open-tls-stream): Ditto.
17313
17314         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17315         set-process-query-on-exit-flag or process-kill-without-query.
17316         (starttls-open-stream-gnutls): Use it instead of
17317         process-kill-without-query.
17318         (starttls-open-stream): Ditto.
17319
17320 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17321
17322         * smime.el (smime-cert-by-ldap-1): Don't use
17323         replace-regexp-in-string.
17324
17325 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17326
17327         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17328
17329         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17330         in PEM format.  Adjust to the XEmacs compatibility.
17331
17332 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17333
17334         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17335         by `string-to-number'.
17336         * gnus-agent.el (gnus-agent-regenerate-group)
17337         (gnus-agent-fetch-articles): Ditto.
17338         * gnus-art.el (gnus-button-fetch-group): Ditto.
17339         * gnus-cache.el (gnus-cache-generate-active)
17340         (gnus-cache-articles-in-group): Ditto.
17341         * gnus-group.el (gnus-group-set-current-level)
17342         (gnus-group-insert-group-line): Ditto.
17343         * gnus-score.el (gnus-score-set-expunge-below)
17344         (gnus-score-set-mark-below, gnus-summary-score-effect)
17345         (gnus-summary-score-entry): Ditto.
17346         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17347         (gnus-soup-pack): Ditto.
17348         * gnus-spec.el (gnus-xmas-format): Ditto.
17349         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17350         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17351         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17352         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17353         * nndb.el (nndb-get-remote-expire-response): Ditto.
17354         * nndiary.el (nndiary-parse-schedule-value)
17355         (nndiary-string-to-number, nndiary-request-replace-article)
17356         (nndiary-request-article): Ditto.
17357         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17358         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17359         * nneething.el (nneething-make-head): Ditto.
17360         * nnfolder.el (nnfolder-request-article)
17361         (nnfolder-retrieve-headers): Ditto.
17362         * nnheader.el (nnheader-file-to-number): Ditto.
17363         * nnkiboze.el (nnkiboze-request-article): Ditto.
17364         * nnmail.el (nnmail-process-unix-mail-format)
17365         (nnmail-process-babyl-mail-format): Ditto.
17366         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17367         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17368         (nnmh-request-create-group, nnmh-request-list-1)
17369         (nnmh-request-group, nnmh-request-article): Ditto.
17370         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17371         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17372         * nnsoup.el (nnsoup-make-active): Ditto.
17373         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17374         * nntp.el (nntp-find-group-and-number)
17375         (nntp-retrieve-headers-with-xover): Ditto.
17376         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17377         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17378         (pgg-format-key-identifier): Ditto.
17379         * pop3.el (pop3-last, pop3-stat): Ditto.
17380         * qp.el (quoted-printable-decode-region): Ditto.
17381
17382         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17383         of concat.
17384
17385 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17388
17389         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17390
17391         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17392
17393         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17394
17395         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17396
17397         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17398
17399         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17400         (gnus-carpal-mode): Ditto.
17401
17402         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17403         (gnus-browse-mode): Ditto.
17404
17405         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17406
17407         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17408
17409 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17410
17411         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17412
17413 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-util.el (gnus-run-mode-hooks): New function.
17416
17417         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17418
17419         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17420         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17421
17422 2005-05-27  Lute Kamstra  <lute@gnu.org>
17423
17424         * dns-mode.el (dns-mode): Specify customization group.
17425
17426 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17427
17428         * gnus-agent.el (gnus-agent-make-mode-line-string):
17429         Use mode-line-highlight as mouse-face.
17430
17431 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * canlock.el (canlock): Change the parent group to news.
17434
17435         * deuglify.el (gnus-outlook-deuglify): Add :group.
17436
17437         * dig.el (dig): Add :group.
17438
17439         * dns-mode.el (dns-mode): Add :group.
17440
17441         * encrypt.el (encrypt): Add :group.
17442
17443         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17444         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17445         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17446         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17447         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17448
17449         * gnus-diary.el (gnus-diary): Add :group.
17450
17451         * gnus.el (gnus-group-news-1-face): Add :group.
17452         (gnus-group-news-1-empty-face): Ditto.
17453         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17454         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17455         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17456         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17457         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17458         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17459         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17460         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17461         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17462         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17463         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17464         (gnus-summary-high-ticked-face): Ditto.
17465         (gnus-summary-low-ticked-face): Ditto.
17466         (gnus-summary-normal-ticked-face): Ditto.
17467         (gnus-summary-high-ancient-face): Ditto.
17468         (gnus-summary-low-ancient-face): Ditto.
17469         (gnus-summary-normal-ancient-face): Ditto.
17470         (gnus-summary-high-undownloaded-face): Ditto.
17471         (gnus-summary-low-undownloaded-face): Ditto.
17472         (gnus-summary-normal-undownloaded-face): Ditto.
17473         (gnus-summary-high-unread-face): Ditto.
17474         (gnus-summary-low-unread-face): Ditto.
17475         (gnus-summary-normal-unread-face): Ditto.
17476         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17477         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17478
17479         * hashcash.el (hashcash): New custom group.
17480         (hashcash-default-payment): Add :group.
17481         (hashcash-payment-alist): Ditto.
17482         (hashcash-default-accept-payment): Ditto.
17483         (hashcash-accept-resources): Ditto.
17484         (hashcash-path): Ditto.
17485         (hashcash-extra-generate-parameters): Ditto.
17486         (hashcash-double-spend-database): Ditto.
17487         (hashcash-in-news): Ditto.
17488
17489         * message.el (message-minibuffer-local-map): Add :group.
17490
17491         * netrc.el (netrc): Add :group.
17492
17493         * sieve-manage.el (sieve-manage-log): Add :group.
17494         (sieve-manage-default-user): Diito.
17495         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17496         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17497         (sieve-manage-authenticators): Ditto.
17498         (sieve-manage-authenticator-alist): Ditto.
17499         (sieve-manage-default-port): Ditto.
17500
17501         * sieve-mode.el (sieve-control-commands-face): Add :group.
17502         (sieve-action-commands-face): Ditto.
17503         (sieve-test-commands-face): Ditto.
17504         (sieve-tagged-arguments-face): Ditto.
17505
17506         * smime.el (smime): Add :group.
17507
17508         * spam-report.el (spam-report): Add :group.
17509
17510         * spam.el (spam, spam-face): Add :group.
17511
17512 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17513
17514         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17515         return \n.\n.\n at the end of articles.  Protect against that.
17516         (nntp-with-open-group): Allow debugging.
17517
17518         * nnheader.el (mail-header-set-extra): Make into a function
17519         because I just could't understand how to quote the list properly.
17520
17521         * dns.el (query-dns-cached): New function.
17522
17523 2005-05-26  Lute Kamstra  <lute@gnu.org>
17524
17525         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17526
17527 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17530
17531         * gnus-art.el: Don't autoload mail-extract-address-components.
17532
17533         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17534         eval-and-compile to evaluate it.
17535
17536         * hashcash.el: Don't autoload executable-find.
17537
17538         * nndb.el: Don't declare the nndb back end two or more times; don't
17539         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17540
17541         * nntp.el: Autoload format-spec instead of format; use
17542         eval-and-compile to evaluate autoload forms.
17543
17544 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17545
17546         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17547
17548 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17549
17550         * gnus.el (gnus-version-number): Bump version.
17551
17552 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17553
17554         * gnus.el: No Gnus v0.3 is released.
17555
17556 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17557
17558         * lpath.el (featurep): Bind show-nonbreak-escape.
17559
17560 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * gnus-art.el (gnus-article-edit-part): Disable undo.
17563
17564 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17567         gnus-article-date-lapsed-new-header is t if date timer is active;
17568         skip headers in which the original date value is empty.
17569         (gnus-article-save-original-date): Redefine it as a macro.
17570         (gnus-display-mime): Use it.
17571
17572 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * gnus-art.el (article-date-ut): Support converting date in
17575         forwarded parts as well.
17576         (gnus-article-save-original-date): New function.
17577         (gnus-display-mime): Use it.
17578
17579 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17580
17581         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17582         enclosure element of <item>.
17583
17584 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17585
17586         * message.el (message-kill-buffer-query): Rename from
17587         `message-kill-buffer-query-if-modified'.  Add :version.
17588
17589 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17592         window layout.
17593
17594 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * mml.el: Autoload dnd when compiling.
17597
17598 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17599
17600         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17601         x-dnd-*.
17602
17603 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * qp.el (quoted-printable-encode-region): Save excursion.
17606
17607 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17608
17609         * message.el (message-kill-buffer-query-if-modified): Add new variable
17610         so the user can kill a modified message buffer quickly.
17611         (message-kill-buffer): Use it.
17612
17613 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * lpath.el: Fbind display-time-event-handler; don't fbind
17616         string-to-multibyte.
17617
17618         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17619
17620 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17623         contained in text because xml.el decodes entities) with LFs.
17624
17625 2005-04-11  Lute Kamstra  <lute@gnu.org>
17626
17627         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17628         differently.
17629
17630 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17631
17632         * mm-util.el (mm-detect-coding-region): Typo.
17633
17634 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17637
17638 2005-04-06  Deepak Goel  <deego@gnufans.org>
17639
17640         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17641         user-function allow user modifications of the scores.
17642         (spam-stat-score-buffer-user): New function, to allow
17643         user-computed modifications to the score.
17644         (spam-stat-score-buffer-user-functions): List of additional
17645         scoring functions.
17646         (spam-stat-error-holder): Global temporary error holder.
17647         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17648         variable.
17649
17650 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17651
17652         * gnus-registry.el (gnus-registry-clean-empty-function)
17653         (gnus-registry-trim, gnus-registry-fetch-groups)
17654         (gnus-registry-delete-group): Groups that match
17655         `gnus-registry-ignored-groups' are removed from the registry
17656         entries, not just ignored for splitting.  This helps clean up the
17657         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17658         to get all the groups a message ID is in.
17659
17660         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17661         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17662         (spam-stat-score-buffer-user-functions): Add :number custom type.
17663
17664 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17667         argument in XEmacs.
17668
17669         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17670         (nnrss-request-group): Decode group name first.
17671         (nnrss-request-article): Make a text/plain article if mml-to-mime
17672         failed.
17673         (nnrss-get-encoding): Return a compatible encoding according to
17674         nnrss-compatible-encoding-alist.
17675         (nnrss-find-el): Use consp instead of listp.
17676         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17677
17678 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17681         which Emacs 20 doesn't support.
17682         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17683
17684 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17685
17686         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17687         silence the byte compiler inside the defun.
17688
17689         * gnus-demon.el (parse-time-string): Add autoload.
17690
17691         * gnus-delay.el (parse-time-string): Add autoload.
17692
17693         * gnus-art.el (parse-time-string): Add autoload.
17694
17695         * nnultimate.el (parse-time): Require for `parse-time-string'.
17696
17697 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17698
17699         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17700
17701         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17702
17703         * smime.el (smime-ldap-host-list): Add :version.
17704
17705 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17708         pass it to `gnus-browse-read-group'.
17709         (gnus-browse-read-group): Add NUMBER argument and pass it to
17710         `gnus-group-read-ephemeral-group'.
17711
17712         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17713         argument and pass it to `gnus-group-read-group'.
17714
17715 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17716
17717         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17718         mm-xemacs-find-mime-charset-1 if we have the mule feature
17719         available at runtime.
17720
17721 2005-03-25  Werner Lemberg  <wl@gnu.org>
17722
17723         * nnmaildir.el: Replace `illegal' with `invalid'.
17724
17725 2005-03-23  Lute Kamstra  <lute@gnu.org>
17726
17727         * time-date.el: Add comment on time value formats.
17728         Don't require parse-time.
17729         (with-decoded-time-value): New macro.
17730         (encode-time-value): New function.
17731         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17732         (days-to-time): Return a valid time value when arg is huge.
17733         (time-since): Use time-subtract.
17734         (time-to-number-of-days): Use time-to-seconds.
17735
17736 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17737
17738         * gnus-start.el (gnus-display-time-event-handler):
17739         Check display-time-timer at runtime rather than only at load time
17740         in case display-time-mode is turned off in the mean time.
17741
17742 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17743
17744         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17745         used.
17746
17747         * nneething.el (nneething-map-file-directory): Derive from
17748         `gnus-directory'.
17749
17750         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17751         the To/Cc button.
17752
17753 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17754
17755         * nnmaildir.el (nnmaildir-request-accept-article):
17756         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17757
17758 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17759
17760         * gnus-async.el: Require timer-funcs at compile time when in
17761         XEmacs for `run-with-idle-timer'.
17762
17763 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17764
17765         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17766         autoloaded function.
17767
17768 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17769
17770         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17771
17772 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17773
17774         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17775
17776 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17777
17778         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17779         Add gnus-expert-user to default.
17780
17781 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17782
17783         * nnimap.el (nnimap-open-server): Ditto.
17784
17785         * imap.el (imap-authenticate): Fix typo.
17786
17787 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17788
17789         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17790         buffer (since IMAP server might return FETCH response out of
17791         order, and the nntp buffer must be sorted).
17792
17793 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17794
17795         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17796         comparison on string.
17797
17798         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17799         (gnus-agent-score): Rename category keywords to match gnus-cus.
17800         (gnus-agent-summary-fetch-series): Modify to protect against
17801         gnus-agent-summary-fetch-group clearing processable flags.
17802         (gnus-agent-synchronize-group-flags): Update live group buffer as
17803         synchronization may occur due to the user toggle the plugged
17804         status.
17805         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17806         successfully downloaded.
17807         (gnus-agent-expire-group-1): Avoid using markers when the overview
17808         is in ascending order; greatly improves performance.
17809         (gnus-agent-regenerate-group):
17810         Use gnus-agent-synchronize-group-flags to reset read status in both
17811         gnus and server.
17812         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17813
17814 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17815
17816         * message.el: Don't autoload former message-utils variables.
17817         (message-strip-subject-trailing-was): Change doc string.
17818
17819         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17820         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17821         (nnweb-google-search): Add "hl=en" here.
17822         (nnweb-google-parse-1, nnweb-google-create-mapping):
17823         Don't hardcode URL.
17824
17825 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17826
17827         * message.el (message-get-reply-headers, message-followup):
17828         Mention related variables `message-use-followup-to' and
17829         `message-use-mail-followup-to', in the information buffer.
17830
17831         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17832         of broken groups(-beta).google.com.
17833
17834 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17835
17836         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17837         parameter to invoked gnus-request-move-article; remove the
17838         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17839         all at once instead of once per article.
17840         (gnus-summary-remove-process-mark): Accept a list of articles as
17841         well as a single article for processing.
17842
17843         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17844         parameter.
17845
17846         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17847
17848         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17849
17850         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17851         parameter.
17852
17853         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17854         parameter.
17855
17856         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17857         parameter and remove the gnus-sum-hint-move-is-internal variable.
17858
17859         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17860         parameter.
17861
17862         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17863         parameter.
17864
17865         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17866         parameter.
17867
17868         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17869
17870         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17871         parameter.
17872
17873         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17874         parameter.
17875
17876 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17877
17878         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17879         a more conservative way.
17880
17881 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17882
17883         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17884         buffer, so it moves the window's cursor.
17885
17886 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17887
17888         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17889         `mm-dissect-multipart' and receive the from field as an (optional)
17890         argument from `mm-dissect-multipart'.
17891         (mm-dissect-multipart): Receive the from field as an argument and
17892         pass it on when we call `mm-dissect-buffer' on MIME parts.
17893         Fixes verification/decryption of signed/encrypted MIME parts.
17894
17895 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17896
17897         * gnus-sum.el (gnus-summary-move-article):
17898         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17899         whatever it calls (right now, only nnimap-request-move article
17900         respects it).
17901
17902         * nnimap.el (nnimap-request-move-article):
17903         When gnus-sum-hint-move-is-internal is set, don't do the extra
17904         nnimap-request-article.
17905
17906 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17907
17908         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17909
17910         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17911         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17912
17913         * gnus-sum.el (gnus-summary-caesar-message):
17914         Apply `gnus-treat-article' after rotation.
17915
17916         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17917         doc string.
17918
17919 2005-02-22  Simon Josefsson  <jas@extundo.com>
17920
17921         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17922         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17923         <arne@arnested.dk>.
17924         (encrypt): Add password-cache and password-cache-expiry as group
17925         members.
17926
17927 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17928
17929         * smime.el (smime-ldap-host-list): Doc fix.
17930         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17931         cache) password.
17932         (smime-sign-region): Use it.
17933         (smime-decrypt-region): Use it.
17934         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17935         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17936         fails.
17937         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17938         certificate from DER to PEM format rather than calling openssl.
17939
17940         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17941
17942         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17943         for signing/encryption.
17944
17945         * mml.el (mml-parse-1): Use them.
17946
17947 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17948
17949         * nnrss.el (nnrss-verbose): Remove.
17950         (nnrss-request-group): Use `nnheader-message' instead.
17951
17952 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17953
17954         * nnrss.el (nnrss-verbose): New variable.
17955         (nnrss-request-group): Make it say nnrss is requesting a group.
17956
17957 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17958
17959         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17960         Handle news URL with given port correctly.
17961
17962 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17965         containing special characters.
17966
17967         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17968
17969         * mml.el (mime-to-mml): Ditto.
17970
17971         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17972         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17973         (rfc2047-decode-region): Quote decoded words containing special
17974         characters when rfc2047-quote-decoded-words-containing-tspecials
17975         is non-nil.
17976
17977 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17978
17979         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17980
17981         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17982
17983 2005-02-15  Simon Josefsson  <jas@extundo.com>
17984
17985         * nnimap.el (nnimap-debug): Doc fix.
17986
17987         * imap.el (imap-debug): Doc fix.
17988
17989 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17992
17993 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17994
17995         * gnus.el (spam-contents): Improve docs for spam-contents
17996         parameter in its variable incarnation.
17997
17998 2005-02-14  Simon Josefsson  <jas@extundo.com>
17999
18000         * smime-ldap.el: Use require instead of load-library for ldap.
18001         (smime-ldap-search): Indent.
18002         (smime-ldap-search-internal): Shorten line.
18003
18004         * smime.el (smime-cert-by-dns): Add doc-string.
18005         (smime-cert-by-ldap-1): Indent.
18006
18007         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18008         mml-smime-get-dns-ldap.
18009         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18010
18011 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18012
18013         * smime.el: Require smime-ldap.
18014         (smime-ldap-host-list): New variable.
18015         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18016
18017         * mml-smime.el (mml-smime-encrypt-query): New function.
18018         (mml-smime-encrypt-query): Use it.
18019
18020         * smime-ldap.el: New file.
18021
18022 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18025
18026 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18027
18028         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18029         argument in doc string.  Make query for type more clear.
18030
18031 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18032
18033         * gnus.el (gnus-group-startup-message): Search for gnus images in
18034         etc/images/gnus.
18035         * mm-util.el (mm-image-load-path): Likewise.
18036         * smiley.el (smiley-data-directory): Search for smilies in
18037         etc/images/smilies.
18038
18039 2005-02-09  Kim F. Storm  <storm@cua.dk>
18040
18041         Change Emacs release version from 21.4 to 22.1 throughout.
18042         Change Emacs development version from 21.3.50 to 22.0.50.
18043
18044 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18047
18048         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18049         non-Mule XEmacs as well.
18050         (mm-decompress-buffer): Signal an error intentionally if it does
18051         not decompress compressed data because auto-compression-mode is
18052         disabled.
18053
18054 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18055
18056         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18057         an ID in the registry even if it has no groups.
18058
18059 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18062         merge it into mm-decompress-buffer.
18063         (gnus-mime-copy-part): Use the MIME part charset, the value which
18064         a user specified or gnus-newsgroup-charset for decoding, like
18065         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18066         save-buffer what was used.  Suggested by Kevin Ryde
18067         <user42@zip.com.au>.
18068         (gnus-mime-inline-part): Allow the name parameter as well as the
18069         filename parameter; force decompressing of compressed data; always
18070         display contents being not decoded as unibyte.
18071
18072         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18073         as well as the filename parameter.
18074
18075         * mm-util.el (mm-decompress-buffer):
18076         Merge gnus-mime-jka-compr-maybe-uncompress.
18077         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18078         of compressed data.
18079
18080 2005-02-08  Simon Josefsson  <jas@extundo.com>
18081
18082         * imap.el (imap-log): Doc fix.
18083
18084 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18087         the coding cookies; decompress compressed parts.
18088
18089         * mml.el (mml-generate-mime-1): Add the charset parameter according
18090         to the value which a user specified manually or the coding cookie.
18091
18092         * mm-util.el (mm-string-to-multibyte): New function.
18093         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18094         (mm-coding-system-to-mime-charset): New function.
18095         (mm-decompress-buffer): New function.
18096         (mm-find-buffer-file-coding-system): New function.
18097
18098         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18099         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18100         parts.
18101
18102 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18103
18104         * mm-view.el (mm-display-inline-fontify): Decode a part according
18105         to the charset parameter.
18106
18107 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18110         prefix arg is neither nil nor a number, as info specifies.
18111
18112 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18115         timestamps.
18116
18117 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18118
18119         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18120         groups error checking and notify user.
18121
18122 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18123
18124         * message.el (message-send-mail-function): Check existence of
18125         sendmail-program first before using default value
18126         `message-send-mail-with-sendmail'.  Otherwise use more generic
18127         `smtpmail-send-it'.
18128
18129 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * nntp.el (nntp-request-update-info): Always return nil.
18132
18133 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18134
18135         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18136
18137 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18138
18139         * message.el (message-beginning-of-line): Change the behavior when
18140         invoked between BOL and : so that it first moves backward.
18141
18142 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18145         article buffer when editing of the article is discarded.
18146         (gnus-article-prepare): Revert.
18147
18148 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * gnus-art.el (gnus-article-prepare):
18151         Remove message-strip-forbidden-properties from the local hook.
18152
18153 2005-01-27  Simon Josefsson  <jas@extundo.com>
18154
18155         * password.el (password-cache-add): Only start one timer per key.
18156         Reported by Derek Atkins <warlord@MIT.EDU>.
18157
18158 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18159
18160         * run-at-time.el: Remove.  It is no longer needed as
18161         timer-funcs.el in the xemacs-base package has a working version of
18162         `run-at-time'.
18163
18164         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18165
18166         * password.el: Require timer-funcs instead of run-at-time in
18167         XEmacs.
18168         Remove `password-run-at-time' macro.
18169         (password-cache-add): Use `run-at-time' instead of
18170         `password-run-at-time'.
18171
18172         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18173         Remove `nnheader-cancel-function-timers' alias,
18174         `cancel-function-timers' exists in XEmacs in timer-funcs.
18175
18176         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18177         for `run-with-idle-timer'.
18178
18179         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18180         for `run-at-time'.
18181
18182         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18183         for `with-timeout'.
18184
18185         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18186         the same as for XEmacs 21.4.
18187         No need to ignore `run-with-idle-timer', this function exists in
18188         XEmacs now in timer-funcs.el in the xemacs-base package.
18189         (dgnushack-compile): No need to delete
18190         run-at-time.el from the list of files to compile because it
18191         doesn't exist anymore.
18192
18193 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18196         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18197
18198 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18199
18200         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18201         sensitively.
18202
18203 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18204
18205         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18206
18207 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18210         which will be inserted according to the multibyteness of a buffer
18211         rather than the type of contents.  Suggested by ARISAWA Akihiro
18212         <ari@mbf.ocn.ne.jp>.
18213
18214         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18215         of string which old xml.el may return rather than a string.
18216
18217 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18220
18221 2005-01-16  Simon Josefsson  <jas@extundo.com>
18222
18223         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18224         idn/idna.el isn't available.
18225         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18226         <michael@waxrat.com>.
18227
18228         * hashcash.el: Remove non-FSF copyright header.
18229
18230         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18231         (hashcash-generate-payment): Use it.
18232         (hashcash-generate-payment-async): Use it.
18233
18234 2005-01-15  Simon Josefsson  <jas@extundo.com>
18235
18236         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18237         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18238
18239         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18240         gnus-summary-idna-message.
18241         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18242         (gnus-summary-idna-message): New function.
18243
18244 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18245
18246         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18247         gnus-novice-user.
18248
18249 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * nnrss.el (nnrss-request-delete-group): Delete entries in
18252         nnrss-group-alist as well.
18253         (nnrss-save-server-data): Insert newline.
18254
18255 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18256
18257         * gnus.el (gnus-user-agent): Use list of symbols instead of
18258         symbols.  Display full version number for (S)XEmacs.
18259         Optionally display (S)XEmacs codename.
18260
18261         * gnus-util.el (gnus-emacs-version): Update for new
18262         `gnus-user-agent'.
18263
18264         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18265         Gnus version.
18266
18267 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18268
18269         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18270         which is unreadable in some setups.
18271
18272 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * gnus-spec.el (gnus-update-format-specifications): Flush the
18275         group format spec cache if it doesn't support decoded group names.
18276
18277 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18278
18279         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18280         Allow to apply decay on score files matching a regexp.
18281
18282 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18285         compatibility in %g and %c.
18286
18287 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18290         name for only %g and %c.
18291         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18292         of gnus-tmp-group to decoded group name.
18293         (gnus-group-make-rss-group): Exclude `/'s from group names.
18294
18295 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18296
18297         * nnrss.el (nnrss-get-encoding): Fix regexp.
18298
18299 2004-12-27  Simon Josefsson  <jas@extundo.com>
18300
18301         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18302         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18303         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18304
18305 2004-12-17  Kim F. Storm  <storm@cua.dk>
18306
18307         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18308
18309         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18310
18311 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18312
18313         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18314
18315 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * nnrss.el: Require rfc2047 and mml.
18318         (nnrss-file-coding-system): New variable.
18319         (nnrss-format-string): Redefine it as an inline function.
18320         (nnrss-decode-group-name): New function.
18321         (nnrss-string-as-multibyte): Remove.
18322         (nnrss-retrieve-headers): Decode group name; don't use
18323         nnrss-format-string.
18324         (nnrss-request-group): Decode group name.
18325         (nnrss-request-article): Decode group name; allow a Message-ID as
18326         well as an article number; don't use nnrss-format-string; encode a
18327         Message-ID string which may contain non-ASCII characters; use
18328         mml-to-mime to compose a MIME article.
18329         (nnrss-request-expire-articles): Decode group name.
18330         (nnrss-request-delete-group): Decode group name.
18331         (nnrss-fetch): Clarify error message.
18332         (nnrss-read-server-data): Use insert-file-contents instead of load;
18333         bind file-name-coding-system; use multibyte buffer.
18334         (nnrss-save-server-data): Bind coding-system-for-write to the
18335         value of nnrss-file-coding-system; bind file-name-coding-system;
18336         add coding cookie.
18337         (nnrss-read-group-data): Use insert-file-contents instead of load;
18338         bind file-name-coding-system; use multibyte buffer.
18339         (nnrss-save-group-data): Bind coding-system-for-write to the
18340         value of nnrss-file-coding-system; bind file-name-coding-system.
18341         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18342         make it work with non-ASCII text.
18343         (nnrss-find-el): Make it work with old xml.el as well.
18344
18345 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18346
18347         * nnrss.el (nnrss-get-encoding): New function.
18348         (nnrss-fetch): Use unibyte buffer initially; bind
18349         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18350         decode contents according to the encoding attribute.
18351         (nnrss-save-group-data): Add coding cookie.
18352         (nnrss-mime-encode-string): New function.
18353         (nnrss-check-group): Use it to encode subject and author.
18354
18355 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18356
18357         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18358         imaginary variable.
18359
18360 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18363         correctly even if there are wide characters.
18364
18365 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18366
18367         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18368         downcased symbol names; make a new cache instead of reusing
18369         bbdb-hashtable.
18370
18371 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18374         concatenating segments rather than before concatenating them.
18375         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18376
18377         * message.el (message-get-reply-headers): Bind `extra'.
18378
18379 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18380
18381         * message.el (message-extra-wide-headers): New variable.
18382         (message-get-reply-headers): Use it.
18383
18384 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18387         (gnus-agent-group-pathname): Ditto.
18388
18389         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18390
18391         * gnus-group.el (gnus-group-make-group): Decode group name.
18392         (gnus-group-make-rss-group): Register the group data after opening
18393         the nnrss group.
18394
18395 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18396
18397         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18398         by expiry now get marked as read.
18399
18400 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18401
18402         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18403
18404 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18405
18406         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18407         unify Latin characters in XEmacs.
18408         (mm-find-mime-charset-region): Use it.
18409
18410 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * gnus-util.el (gnus-delete-directory): New function.
18413
18414         * gnus-agent.el (gnus-agent-delete-group): Use it.
18415
18416         * gnus-cache.el (gnus-cache-delete-group): Use it.
18417
18418 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18421         names.
18422
18423 2004-12-16  Simon Josefsson  <jas@extundo.com>
18424
18425         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18426
18427 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18428
18429         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18430
18431         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18432         (gnus-group-set-current-level): Decode group name.
18433
18434 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18435
18436         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18437         failed.
18438
18439 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * gnus-group.el (gnus-group-delete-group): Decode group name.
18442         (gnus-group-make-rss-group): Encode group name.
18443         (gnus-group-catchup-current): Decode group name.
18444         (gnus-group-kill-group): Decode group name.
18445
18446 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18447
18448         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18449
18450 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * gnus-group.el (gnus-group-make-rss-group):
18453         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18454
18455         * gnus-start.el (gnus-setup-news): Honor user's setting to
18456         gnus-message-archive-method.  Suggested by Lute Kamstra
18457         <lute@gnu.org>.
18458
18459 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18460
18461         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18462         global counterparts of the buffer-local variables.
18463
18464 2004-11-16  Romain Francoise  <romain@orebokech.com>
18465
18466         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18467         counterparts of the buffer-local variables.
18468
18469 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18470
18471         * message.el (message-forbidden-properties): Fix typo in doc
18472         string.
18473
18474 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18475
18476         * gnus-util.el (gnus-replace-in-string): Add doc string.
18477
18478         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18479         to avoid problems when splitting mails with many recipients.
18480
18481 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18482
18483         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18484         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18485
18486 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18487
18488         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18489         if there is no hashtable in memory or file modification time is
18490         newer than cached timestamp.
18491
18492 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18493
18494         * gnus-sum.el (gnus-summary-limit-to-recipient):
18495         Implement not-matching option.
18496
18497 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18500         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18501         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18502         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18503         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18504         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18505
18506 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18507
18508         * message.el (message-forward-make-body-mml): Remove headers
18509         according to message-forward-ignored-headers if a message is decoded.
18510
18511 2004-12-02  Romain Francoise  <romain@orebokech.com>
18512
18513         * message.el (message-forward-make-body-plain): Always remove
18514         headers according to message-forward-ignored-headers.
18515
18516 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18517
18518         * spam.el (spam-summary-prepare-exit): Remove the
18519         gnus-summary-limit pop for now, it has problems with ham marks for
18520         me.
18521
18522 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18523
18524         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18525         correctly.
18526
18527 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18528
18529         * format-spec.el (format-spec): Message the char.
18530
18531 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18532
18533         * gnus-art.el (gnus-split-methods): Reformat comments.
18534
18535         * spam.el (spam-summary-prepare-exit): Remove article limits
18536         before exiting the summary buffer.
18537
18538 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18541         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18542
18543         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18544         order to silence the byte compiler.
18545
18546         * spam.el: Fix the way to silence the byte compiler, which
18547         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18548         bbdb-search-simple, spam-BBDB-register-routine,
18549         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18550         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18551         spam-stat-buffer-is-spam, spam-stat-load,
18552         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18553         spam-stat-save and spam-stat-split-fancy.
18554
18555 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18558         which may confuse users.
18559         (canlock-password-for-verify): Ditto.
18560
18561         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18562
18563         * gnus-art.el (gnus-emphasis-alist): Ditto.
18564
18565         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18566
18567         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18568
18569         * gnus-start.el (gnus-save-killed-list): Ditto.
18570
18571         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18572         (gnus-sum-thread-tree-root): Ditto.
18573         (gnus-sum-thread-tree-false-root): Ditto.
18574         (gnus-sum-thread-tree-single-indent): Ditto.
18575
18576         * message.el (message-courtesy-message): Ditto.
18577         (message-archive-note): Ditto.
18578         (message-subscribed-address-file): Ditto.
18579         (message-user-fqdn): Ditto.
18580
18581         * spam-report.el (spam-report-gmane-regex): Ditto.
18582
18583         * spam.el (spam-blackhole-good-server-regex): Ditto.
18584
18585 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * mml.el (mml-preview): Widen the message buffer before copying
18588         the contents to the preview buffer; sort headers before previewing.
18589
18590         * message.el (message-hidden-headers): Fix the way to avoid a bug
18591         in the `repeat' widget in Emacs 21.3 or earlier.
18592
18593 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * message.el (message-hidden-headers): Default to "^References:".
18596         Improve customization type.  Suggested by Reiner Steib
18597         <Reiner.Steib@gmx.de>.
18598
18599 2004-11-25  Romain Francoise  <romain@orebokech.com>
18600
18601         * message.el (message-strip-forbidden-properties): Remove check for
18602         obsolete `message-hidden' text property, hidden headers are not
18603         accessible in the buffer anymore.
18604
18605 2004-11-22  Romain Francoise  <romain@orebokech.com>
18606
18607         * message.el (message-header-format-alist): Add `From' in list
18608         so that it can be sorted.
18609         (message-fix-before-sending): Widen and sort headers before
18610         sending.
18611         (message-hide-headers): Use narrowing to hide headers by moving
18612         them to the top of the buffer and narrowing to the region
18613         underneath.
18614
18615 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18616
18617         * message.el (message-strip-forbidden-properties):
18618         Bind buffer-read-only (etc) to nil.
18619
18620 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18621
18622         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18623         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18624
18625 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18626
18627         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18628
18629 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18630
18631         * dns.el (query-dns): Use sit-for to time instead of
18632         accept-process-output, since that doesn't seem to work on udp
18633         sockets.
18634
18635 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18638
18639 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18640
18641         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18642         doc string.  Improve doc string.
18643
18644 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18645
18646         * nntp.el (nntp-request-update-info): Return nil if
18647         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18648         may not call gnus-activate-group which uselessly issues the GROUP
18649         commands for all nntp groups and wastes time.  Reported by Romain
18650         Francoise <romain@orebokech.com>.
18651
18652         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18653
18654 2004-11-15  Simon Josefsson  <jas@extundo.com>
18655
18656         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18657         headers separately.
18658         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18659         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18660
18661 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18662
18663         * gnus-start.el (gnus-convert-old-newsrc):
18664         Assign legacy-gnus-agent to 5.10.7.
18665
18666 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18667
18668         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18669         start of the lines.
18670
18671 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18672
18673         * hashcash.el (hashcash-default-payment): Change default to 20.
18674         (hashcash-default-accept-payment): Change default to 20.
18675         (hashcash-process-alist): New variable.
18676         (hashcash-generate-payment-async): Add.
18677         (hashcash-already-paid-p): Add.
18678         (hashcash-insert-payment): Don't generate payments twice.
18679         (hashcash-insert-payment-async): Add.
18680         (hashcash-insert-payment-async-2): Add.
18681         (hashcash-cancel-async): Add.
18682         (hashcash-wait-async): Add.
18683         (hashcash-processes-running-p): Add.
18684         (hashcash-wait-or-cancel): Add.
18685         (mail-add-payment): New optional argument.  Conditionally start
18686         asynchronous calculation.
18687         (mail-add-payment-async): Add.
18688
18689         * message.el (message-send-mail): Wait for asynchronous hashcash
18690         results.  Don't clobber existing X-Hashcash headers.
18691         (message-setup-1): Call mail-add-payment-async when
18692         message-generate-hashcash is non-nil.
18693
18694 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18695
18696         * message.el (message-use-alternative-email-as-from): Examine the
18697         From header as well; use message-make-from in order to include a
18698         user's full name.
18699
18700 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18703         default; improve customization type.
18704         (gnus-emphasis-custom-with-format): New macro.
18705         (gnus-emphasis-custom-value-to-external): New function.
18706         (gnus-emphasis-custom-value-to-internal): New function.
18707
18708 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18709
18710         * dns.el (query-dns): Resolve reverse addresses.
18711
18712 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18713
18714         * gnus-group.el (gnus-group-get-new-news): Use it.
18715
18716         * gnus-start.el (gnus-check-reasonable-setup): New function.
18717
18718 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18721         "Args out of range" error.  Reported by Arnaud Giersch
18722         <arnaud.giersch@free.fr>.
18723
18724 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18725
18726         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18727
18728 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18729
18730         * spam.el (spam group): Add :version.
18731
18732         * pgg-def.el (pgg group): Add :version.
18733
18734 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * gnus-art.el (gnus-article-edit-article): Don't associate the
18737         article buffer with a draft file.  This is a temporary measure
18738         against the 2004-08-22 change to gnus-article-edit-mode.
18739
18740 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18743         (html2text-format-tags): Remove unused variable `attr'.
18744
18745 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18746
18747         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18748
18749         * tls.el (tls-process-connection-type, tls-success)
18750         (tls-certtool-program): Add :version.
18751
18752         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18753         (starttls-extra-arguments, starttls-process-connection-type)
18754         (starttls-connect, starttls-failure, starttls-success): Add :version.
18755
18756         * spam-stat.el (spam-stat): Add :version.
18757
18758         * sieve.el (sieve): Add :version.
18759
18760         * sha1.el (sha1): Add :version.
18761         (sha1-use-external): Remove redundant version.
18762
18763         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18764         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18765         (nnmail-split-fancy-match-partial-words)
18766         (nnmail-split-lowercase-expanded): Add :version.
18767
18768         * nndiary.el (nndiary): Add :version.
18769
18770         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18771
18772         * mml-sec.el (mml-default-sign-method)
18773         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18774         Add :version.
18775
18776         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18777
18778         * mm-url.el (mm-url-use-external, mm-url-program)
18779         (mm-url-arguments): Add :version.
18780
18781         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18782         (mm-attachment-file-modes, mm-decrypt-option)
18783         (mm-w3m-safe-url-regexp): Add :version.
18784
18785         * message.el (message-cite-prefix-regexp)
18786         (message-sendmail-envelope-from, message-minibuffer-local-map)
18787         (message-user-fqdn, message-completion-alist): Add :version.
18788
18789         * gnus-win.el (gnus-configure-windows-hook)
18790         (gnus-use-frames-on-any-display): Add :version.
18791
18792         * gnus-art.el (gnus-article-address-banner-alist)
18793         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18794         (gnus-treat-from-picon, gnus-treat-mail-picon)
18795         (gnus-treat-x-pgp-sig): Add :version.
18796
18797         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18798         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18799         (gnus-summary-article-delete-hook)
18800         (gnus-summary-display-while-building): Add :version.
18801
18802         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18803         (gnus-get-top-new-news-hook): Add :version.
18804
18805         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18806         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18807
18808         * gnus-registry.el (gnus-registry): Add :version.
18809
18810         * gnus-spec.el (gnus-use-correct-string-widths)
18811         (gnus-make-format-preserve-properties): Add :version.
18812
18813         * gnus.el (gnus-group-charter-alist)
18814         (gnus-group-fetch-control-use-browse-url)
18815         (gnus-install-group-spam-parameters): Add :version.
18816
18817         * gnus-diary.el (gnus-diary): Add :version.
18818
18819         * gnus-delay.el (gnus-delay): Add :version.
18820
18821         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18822         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18823         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18824         Add :version.
18825
18826         * gnus-agent.el (gnus-agent-max-fetch-size)
18827         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18828         (gnus-agent-prompt-send-queue): Add :version.
18829
18830         * deuglify.el (gnus-outlook-deuglify): Add :version.
18831
18832         * html2text.el: Beautify code.  Improve doc strings.
18833         Some checkdoc cleanup.
18834         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18835
18836 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18837
18838         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18839
18840 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18841
18842         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18843         when package is loaded.
18844
18845         * spam.el (spam-summary-score-preferred-header): Add global preference
18846         for people who want to override the default SpamAssassin over
18847         Bogofilter preference (when both are set).
18848         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18849         (spam-user-format-function-S):
18850         Check spam-summary-score-preferred-header.
18851         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18852         (spam-user-format-function-S): Format the score correctly.
18853
18854 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18857         signature file.  Suggested by Manoj Srivastava
18858         <srivasta@golden-gryphon.com>.
18859
18860         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18861         iso-2022-jp even in the Japanese language environment.
18862         Suggested by Jason Rumney <jasonr@gnu.org>.
18863
18864 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18865
18866         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18867         use the same characters as the dummy marks; make it free from
18868         getting affected by the language environment.
18869         (gnus-summary-read-group-1): Update mark positions only when the
18870         format spec is updated.
18871
18872         * gnus-spec.el (gnus-update-format-specifications): Return a list
18873         of updated types.
18874
18875 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18878         of boundp to check if display-warning is available.
18879
18880 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18881
18882         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18883
18884 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * nnspool.el (nnspool-spool-directory): Use news-path if the
18887         news-directory variable is not bound.
18888
18889         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18890         function instead of display-warning if it is not available.
18891
18892 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18893
18894         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18895         v5-10: Use `point-at-bol'.
18896
18897 2004-10-26  Simon Josefsson  <jas@extundo.com>
18898
18899         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18900         <chenggao@gmail.com>.
18901
18902 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18903
18904         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18905         instead.
18906
18907 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18908
18909         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18910         to remove a server from the nnimap-server-buffer-alist.
18911         (nnimap-open-connection, nnimap-close-server): Use it.
18912
18913         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18914
18915 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18918         running the major-mode function.
18919
18920 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18921
18922         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18923         dummy marks in the right way.
18924
18925 2004-10-18  David Edmondson  <dme@dme.org>
18926
18927         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18928         excessively.
18929
18930 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18931
18932         * gnus-util.el (gnus-split-references): Accept a nil references
18933         string and go on blissfully.
18934
18935         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18936         cases where the references string is non-nil but has no references.
18937
18938         * encrypt.el: Add autoload tags.
18939
18940         * spam.el (spam-resolve-registrations-routine): Remove article
18941         from unregistration list too.  Reported by David Hanak
18942         <dhanak@isis.vanderbilt.edu>
18943
18944 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18945
18946         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18947         nil.  Change custom type.
18948
18949 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18950
18951         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18952
18953         * gnus-sum.el (gnus-summary-move-article): Use it.
18954
18955 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18956
18957         * encrypt.el: Add autoload cookies.
18958
18959         * spam.el (spam-backend-article-list-property)
18960         (spam-backend-get-article-todo-list)
18961         (spam-backend-put-article-todo-list)
18962         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18963         Resolve registrations separately.
18964         (spam-register-routine): Format comments.
18965         (spam-unregister-routine, spam-register-routine): Always call with
18966         specific-articles, no default list.
18967         (spam-summary-prepare-exit): Use the spam-classifications function.
18968
18969         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18970         gnus-encrypt.el.
18971
18972         * encrypt.el: Copied from gnus-encrypt.el.
18973
18974         * gnus-encrypt.el: Commented that it's obsolete.
18975
18976 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18977
18978         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18979         (gnus-score-save): Use it.
18980
18981         * message.el (message-bury): Use `window-dedicated-p'.
18982
18983 2004-10-15  Simon Josefsson  <jas@extundo.com>
18984
18985         * pop3.el (top-level): Don't require nnheader.
18986         (pop3-read-timeout): Add.
18987         (pop3-accept-process-output): Add.
18988         (pop3-read-response, pop3-retr): Use it.
18989
18990 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18991
18992         * spam.el (spam-register-routine): Move comment.
18993         (spam-verify-bogofilter): Use 'unknown for the initial
18994         spam-bogofilter-valid state, not 'never.
18995
18996         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18997         for netrc-machine.
18998
18999         * nnimap.el (nnimap-open-connection):
19000         Use netrc-machine-user-or-password.
19001
19002 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19003
19004         * gnus-registry.el (gnus-registry-unload-hook):
19005         Set as a variable with add-hook.
19006
19007         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19008         of news-path.
19009
19010         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19011
19012         * spam.el: Delete duplicate `provide'.
19013         (spam-unload-hook): Set as a variable with add-hook.
19014
19015 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19016
19017         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19018         in the doc string.
19019
19020         * message.el (message-ignored-news-headers)
19021         (message-ignored-supersedes-headers)
19022         (message-ignored-resent-headers)
19023         (message-forward-ignored-headers): Improve custom type.
19024
19025 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19026
19027         * message.el (message-tokenize-header): Fix 2004-09-06 change
19028         which used point-min in the wrong place.
19029
19030 2004-10-12  Simon Josefsson  <jas@extundo.com>
19031
19032         * tls.el (tls-certtool-program): New variable.
19033         (tls-certificate-information): New function, based on
19034         ssl-certificate-information.
19035
19036 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19037
19038         * compface.el: Move the version of ELisp-based uncompface program
19039         to the contrib directory because of the copyright problem.
19040
19041 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19042
19043         * message.el (message-kill-buffer): Raise the current frame.
19044
19045 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19046
19047         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19048
19049         * gnus.el (message-y-or-n-p): Autoload.
19050
19051         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19052         (pop3-password-required, pop3-authentication-scheme)
19053         (pop3-leave-mail-on-server): Make customizable.
19054         (pop3): New custom group.
19055         (pop3-retr): Remove `sleep-for' statements.
19056         Suggested by Dave Love <fx@gnu.org>.
19057
19058         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19059         Windows/DOS.
19060
19061         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19062         (imap-parse-body): Fix incorrect use of `assert'.
19063         Suggested by Dave Love <fx@gnu.org>.
19064
19065         * mml.el (mml-minibuffer-read-disposition): Require match.
19066         Suggested by Dave Love <fx@gnu.org>.
19067
19068 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19069
19070         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19071         doc string.
19072
19073 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19076
19077 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19078
19079         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19080         instead of calling `mm-insert-inline', to decode text/* parts
19081         before displaying them.
19082
19083 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * mm-uu.el (mm-uu-text-plain-type): New variable.
19086         (mm-uu-pgp-signed-extract-1): Use it.
19087         (mm-uu-pgp-encrypted-extract-1): Use it.
19088         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19089         bind mm-uu-text-plain-type with that value.
19090         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19091         mm-uu-dissect.
19092
19093 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * gnus-group.el (gnus-update-group-mark-positions):
19096         * gnus-sum.el (gnus-update-summary-mark-positions):
19097         * message.el (message-check-news-body-syntax):
19098         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19099         of string-as-multibyte.
19100
19101 2004-10-05  Juri Linkov  <juri@jurta.org>
19102
19103         * gnus-group.el (gnus-update-group-mark-positions):
19104         * gnus-sum.el (gnus-update-summary-mark-positions):
19105         * message.el (message-check-news-body-syntax):
19106         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19107         8-bit unibyte values to a multibyte string for search functions.
19108
19109 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19112         (mm-uu-dissect-text-parts): New function.
19113
19114         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19115         dissect text parts.
19116
19117         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19118         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19119
19120         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19121
19122         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19123         Use gnus-current-topics instead of gnus-current-topic.
19124
19125 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19126
19127         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19128
19129 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19130
19131         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19132         where approriate.
19133
19134         * nnml.el (nnml-generate-active-info): do.
19135
19136         * nndiary.el (nndiary-generate-active-info): do.
19137
19138         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19139         (gnus-topic-move): do.
19140
19141         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19142         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19143
19144         * gnus-srvr.el (gnus-server-prepare)
19145         (gnus-server-open-all-servers): do.
19146
19147         * gnus-msg.el (gnus-summary-cancel-article)
19148         (gnus-summary-resend-message)
19149         (gnus-summary-mail-crosspost-complaint): do.
19150
19151         * gnus-move.el (gnus-change-server): do.
19152
19153         * gnus-group.el (gnus-group-unmark-all-groups)
19154         (gnus-group-set-current-level): do.
19155
19156 2004-10-04  Simon Josefsson  <jas@extundo.com>
19157
19158         * message.el (message-generate-hashcash): Doc fix.
19159
19160 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19161
19162         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19163         avoid infinite recursion via gnus-get-function.
19164
19165 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19166
19167         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19168
19169         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19170
19171         * nnmail.el (nnmail-split-history): do.
19172
19173         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19174         (nnml-request-delete-group): do.
19175
19176         * nnslashdot.el (nnslashdot-read-groups): do.
19177
19178         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19179         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19180
19181         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19182         (nnspool-sift-nov-with-sed): Use last.
19183         (nnspool-retrieve-headers-with-nov): Use mapc.
19184         (nnspool-request-newgroups): Use dolist.
19185         (nnspool-request-group): Use last.
19186
19187         * nntp.el (nntp-read-server-type): Use dolist.
19188
19189         * nnvirtual.el (nnvirtual-create-mapping)
19190         (nnvirtual-update-read-and-marked): Use dolist.
19191         (nnvirtual-convert-headers): Simplify.
19192
19193 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19194
19195         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19196         Add support for sync'ing tick marks.
19197
19198 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19201         there's no visible header.
19202
19203 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19204
19205         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19206         When necessary, pass full group name to gnus-request-set-marks.
19207
19208 2004-10-01  Simon Josefsson  <jas@extundo.com>
19209
19210         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19211         acroread.
19212
19213 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19214
19215         * spam-report.el (spam-report-gmane): Fix interactive.
19216
19217         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19218
19219         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19220         when writing file.
19221         (gnus-agent-synchronize-flags): Don't default to being
19222         interactive.
19223
19224 2004-09-30  Simon Josefsson  <jas@extundo.com>
19225
19226         * message.el (message-generate-hashcash): Add.
19227         (message-send-mail): Use it, call mail-add-payment.
19228
19229 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19230
19231         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19232
19233 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19234
19235         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19236         gnus-requst-update-info with explicit code to sync the in-memory
19237         info read flags with the marks being sync'd to the backend.
19238
19239         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19240
19241 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19242
19243         * spam.el (spam-verify-bogofilter): Add new function.
19244         (spam-check-bogofilter)
19245         (spam-bogofilter-register-with-bogofilter): Use it.
19246         (spam-verify-bogofilter): Add small fixes.
19247
19248 2004-09-28  Simon Josefsson  <jas@extundo.com>
19249
19250         * hashcash.el (hashcash-generate-payment): Revert.
19251
19252 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19253
19254         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19255         Use gnus-extract-references instead of gnus-split-references.
19256
19257         * gnus-util.el (gnus-extract-references): Add new function, analogous
19258         to gnus-split-references but extracts only the message-ID without
19259         anything extra.
19260
19261         * hashcash.el (hashcash-generate-payment)
19262         (hashcash-check-payment): Do the right thing if hashcash-path is
19263         nil (because the hashcash program could not be found).
19264
19265         * spam.el (spam-use-hashcash): Remove comment.
19266
19267 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19268
19269         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19270         (gnus-cache-enter-article, gnus-cache-remove-article)
19271         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19272
19273         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19274
19275         * gnus-art.el (article-hide-boring-headers)
19276         (article-translate-strings, article-display-face)
19277         (gnus-article-mime-match-handle-first)
19278         (gnus-article-highlight-headers)
19279         (gnus-article-add-buttons-to-head): do.
19280
19281 2004-09-27  Simon Josefsson  <jas@extundo.com>
19282
19283         * hashcash.el: New version, from
19284         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19285         ../contrib/.
19286
19287 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19288
19289         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19290
19291 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19292
19293         * gnus-dup.el (gnus-dup-open): Use mapc.
19294         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19295
19296         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19297         Reported by Stefan Wiens <s.wi@gmx.net>.
19298
19299         * gnus.el (gnus-shutdown): Use dolist.
19300
19301         * gnus-undo.el (gnus-undo): Use mapc.
19302
19303         * nnrss.el (nnrss-generate-active): do.
19304
19305         * message.el (message-cite-original-without-signature)
19306         (message-cite-original): Use mapc.
19307         (message-do-actions, message-make-forward-subject): Use dolist.
19308
19309 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19310
19311         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19312         deletion to remove entire duplicate line.  Fixes merged article
19313         number bug.
19314
19315 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19316
19317         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19318         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19319         first ask if you want to open a server and then, even when you
19320         responded with no, asking if you want to synchronize the server's
19321         flags.
19322         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19323         multi-line expressions.
19324         (gnus-agent-synchronize-group-flags): New internal function.
19325         Updates marks in memory (in the info structure) AND in the
19326         backend.
19327
19328         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19329
19330         * nnagent.el (nnagent-request-set-mark):
19331         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19332         method, to ensure that synchronization updates marks in the
19333         backend and in the info (in memory) structure.
19334
19335 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19338         convention fully; don't miss the root article of a thread; make
19339         the X-Draft-From header with correct article numbers.
19340
19341 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19342
19343         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19344         unless plugged.  Disable the agent so that an open failure causes
19345         an error.
19346
19347         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19348         Revert 2004-09-21 change.  The backend must be opened while
19349         synchronizing flags even when the backend stores the flags
19350         locally.
19351
19352 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19353
19354         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19355         in `header' match.  Reported by Svend Tollak Munkejord.
19356
19357         * message.el (message-cite-original): Fix use of
19358         `message-cite-articles-with-x-no-archive'.
19359
19360 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19363         (gnus-window-to-buffer): Ditto.
19364
19365         * mml.el (mml-preview-buffer): New variable.
19366         (mml-preview): Manage window layout with gnus-buffer-configuration.
19367
19368         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19369         X-Draft-From header even if those articles aren't quoted.
19370
19371 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19372
19373         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19374         (gnus-request-set-mark, gnus-request-update-mark): Use new
19375         g-s-t-u-l-m to decide to use backend even when unplugged.
19376
19377 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19378
19379         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19380         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19381
19382 2004-09-20  Simon Josefsson  <jas@extundo.com>
19383
19384         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19385         "utf-16-le".
19386
19387 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19388
19389         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19390
19391 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19392
19393         * uudecode.el (uudecode-use-external): Add :version.
19394
19395         * smime.el (smime-CA-file, smime-encrypt-cipher)
19396         (smime-dns-server): Add :version.
19397
19398         * smiley.el (gnus-smiley-file-types): Add :version.
19399
19400         * sha1.el (sha1-use-external): Add :version.
19401
19402         * pgg-def.el (pgg-query-keyserver): Add :version.
19403
19404         * nnmail.el (nnmail-fancy-expiry-targets)
19405         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19406         Add :version.
19407
19408         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19409         (nnimap-retrieve-groups-asynchronous): Add :version.
19410         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19411
19412         * mml.el (mml-content-disposition-parameters)
19413         (mml-insert-mime-headers-always): Add :version.
19414
19415         * mm-util.el (mm-coding-system-priorities): Add :version.
19416
19417         * mm-decode.el (mm-inline-text-html-with-images)
19418         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19419         (mm-verify-option): Add :version.
19420         (mm-text-html-renderer): Change :version.
19421
19422         * message.el (message-fcc-externalize-attachments)
19423         (message-required-headers, message-draft-headers)
19424         (message-subject-trailing-was-query)
19425         (message-subject-trailing-was-ask-regexp)
19426         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19427         (message-mark-insert-end, message-archive-header)
19428         (message-archive-note, message-cross-post-default)
19429         (message-cross-post-note, message-followup-to-note)
19430         (message-cross-post-note-function, message-use-mail-followup-to)
19431         (message-subscribed-address-functions)
19432         (message-subscribed-address-file, message-subscribed-addresses)
19433         (message-subscribed-regexps, message-allow-no-recipients)
19434         (message-yank-cited-prefix, message-signature-insert-empty-line)
19435         (message-hidden-headers, message-hierarchical-addresses)
19436         (message-mail-user-agent, message-use-idna)
19437         (message-valid-fqdn-regexp)
19438         (message-strip-special-text-properties, message-header-synonyms)
19439         (message-beginning-of-line, message-tab-body-function): Add :version.
19440         (message-insert-canlock, message-wide-reply-confirm-recipients):
19441         Change :version.
19442
19443         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19444         and :version.
19445         (mail-source-delete-old-incoming-confirm)
19446         (mail-source-movemail-program): Add :version.
19447
19448         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19449         (gnus-agent-cache, gnus-agent): Change :version.
19450
19451         * gnus-util.el (gnus-use-byte-compile): Change :version.
19452
19453         * gnus-sum.el (gnus-summary-make-false-root-always)
19454         (gnus-summary-default-high-score)
19455         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19456         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19457         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19458         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19459         (gnus-sum-thread-tree-single-indent)
19460         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19461         (gnus-sum-thread-tree-leaf-with-other)
19462         (gnus-sum-thread-tree-single-leaf): Add :version.
19463         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19464         (gnus-article-loose-mime): Change :version.
19465
19466         * gnus-start.el (gnus-backup-startup-file)
19467         (gnus-save-startup-file-via-temp-buffer): Add :version.
19468
19469         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19470         (gnus-server-offline-face): Add :version.
19471
19472         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19473
19474         * gnus-msg.el (gnus-gcc-externalize-attachments)
19475         (gnus-debug-files, gnus-debug-exclude-variables)
19476         (gnus-discouraged-post-methods): Change :version.
19477         (gnus-confirm-mail-reply-to-news)
19478         (gnus-confirm-treat-mail-like-news): Add :version.
19479
19480         * gnus-int.el (gnus-server-unopen-status): Add :version.
19481
19482         * gnus-group.el (gnus-group-jump-to-group-prompt)
19483         (gnus-large-ephemeral-newsgroup)
19484         (gnus-fetch-old-ephemeral-headers): Add :version.
19485
19486         * gnus-fun.el (gnus-x-face-directory)
19487         (gnus-convert-pbm-to-x-face-command)
19488         (gnus-convert-image-to-x-face-command)
19489         (gnus-convert-image-to-face-command): Add :version.
19490
19491         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19492
19493         * gnus-cite.el (gnus-cite-blank-line-after-header)
19494         (gnus-article-boring-faces): Add :version.
19495
19496         * gnus-art.el (gnus-buttonized-mime-types)
19497         (gnus-inhibit-mime-unbuttonizing)
19498         (gnus-treat-display-face)
19499         (gnus-treat-body-boundary): Change :version.
19500         (gnus-body-boundary-delimiter, gnus-picon-databases)
19501         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19502         (gnus-treat-date-english, gnus-treat-fold-headers)
19503         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19504         (gnus-treat-mail-picon, gnus-treat-wash-html)
19505         (gnus-article-encrypt-protocol)
19506         (gnus-use-idna, gnus-article-over-scroll)
19507         (gnus-mime-display-multipart-alternative-as-mixed)
19508         (gnus-mime-display-multipart-related-as-mixed)
19509         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19510         (gnus-ctan-url, gnus-button-ctan-handler)
19511         (gnus-button-handle-ctan-bogus-regexp)
19512         (gnus-button-ctan-directory-regexp)
19513         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19514         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19515         (gnus-button-man-level, gnus-button-emacs-level)
19516         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19517
19518         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19519         (gnus-agent-go-online): Change :version.
19520         (gnus-agent-expire-unagentized-dirs)
19521         (gnus-agent-auto-agentize-methods): Add :version.
19522
19523         * flow-fill.el (fill-flowed-display-column)
19524         (fill-flowed-encode-column): Add :version.
19525
19526         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19527         (gnus-outlook-deuglify-unwrap-max)
19528         (gnus-outlook-deuglify-cite-marks)
19529         (gnus-outlook-deuglify-unwrap-stop-chars)
19530         (gnus-outlook-deuglify-no-wrap-chars)
19531         (gnus-outlook-deuglify-attrib-cut-regexp)
19532         (gnus-outlook-deuglify-attrib-verb-regexp)
19533         (gnus-outlook-deuglify-attrib-end-regexp)
19534         (gnus-outlook-display-hook): Add :version.
19535
19536         * binhex.el (binhex-use-external): Add :version.
19537
19538 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19539
19540         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19541         and `invisible'.
19542
19543 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19544
19545         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19546         in gnus-registry-trim.
19547
19548 2004-09-13  Simon Josefsson  <jas@extundo.com>
19549
19550         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19551
19552         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19553
19554         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19555         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19556         <yamaoka@jpl.org>.
19557         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19558         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19559         <yamaoka@jpl.org>.
19560
19561         * sieve.el (sieve-manage-mode): Ditto.
19562
19563 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19564
19565         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19566
19567 2004-09-11  Simon Josefsson  <jas@extundo.com>
19568
19569         * dns-mode.el: Add.
19570
19571         * mm-view.el (mm-display-dns-inline): Add.
19572
19573         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19574         (mm-automatic-display): Ditto.
19575
19576         * mailcap.el (mailcap-mime-data): Add text/dns.
19577         (mailcap-mime-extensions): Map .soa to text/dns.
19578
19579 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19580
19581         * gnus-art.el (article-decode-mime-words, article-babel)
19582         (gnus-article-highlight-signature, gnus-article-add-buttons)
19583         (gnus-signature-toggle): Remove unnecessary bindings of
19584         `inhibit-read-only' inherited from v5.10 merge.
19585
19586 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19587
19588         * nntp.el (nntp): New customization group.
19589         (nntp-authinfo-file): Add customization group.
19590
19591         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19592
19593         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19594
19595         * gnus.el (to-address, to-list, subscribed)
19596         (large-newsgroup-initial): Ditto.
19597
19598         * flow-fill.el (fill-flowed-display-column)
19599         (fill-flowed-encode-column): Ditto.
19600
19601 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19602
19603         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19604         Use point-min rather than 1.
19605         (message-send-mail): Use buffer-size rather than point-max.
19606
19607         * gnus-sum.el (gnus-summary-search-article-forward):
19608         Signal a specific `search-failed' rather than a generic `error'.
19609
19610         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19611         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19612         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19613
19614 2004-09-10  Simon Josefsson  <jas@extundo.com>
19615
19616         * nndb.el (require): Remove tcp and duplicate cl.
19617
19618 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * gnus-agent.el (directory-files-and-attributes): Move forward.
19621
19622 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19623
19624         * gnus-agent.el (directory-files-and-attributes):
19625         Optionally defined to support XEmacs.
19626
19627 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19628
19629         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19630         to avoid run-time CL dependencies.
19631         (gnus-agent-unfetch-articles): New function.
19632         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19633         article numbers even when local .overview file is missing.
19634         (gnus-agent-read-article-number): New function.  Only accepts
19635         27-bit article numbers.
19636         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19637         Use gnus-agent-read-article-number.
19638         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19639         from backend while recognizing that article numbers in .overview
19640         must be valid.
19641         (gnus-agent-update-files-total-fetched-for):
19642         Use directory-files-and-attributes to improve performance.
19643         * gnus-int.el (gnus-request-move-article):
19644         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19645         improve performance.
19646
19647         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19648         some users confused by references to .newsrc when they only have a
19649         .newsrc.eld file.
19650         (gnus-convert-mark-converter-prompt)
19651         (gnus-convert-converter-needs-prompt): Fix use of property list.
19652         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19653         New function.  Used internally to only display 'gnus converting
19654         files' message when actually necessary.
19655
19656         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19657         methods now autoloaded.
19658
19659 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19662         identifiers.
19663
19664 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19665
19666         * gnus-picon.el: Fix indentation and closing parenthesis.
19667
19668 2004-09-01  Simon Josefsson  <jas@extundo.com>
19669
19670         * message.el (message-canlock-generate): Require sha1, not
19671         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19672         to require within a function.  Sadly, if sha1.el isn't loaded, the
19673         let binding in m-c-g will hide the defcustom definition, which is
19674         bad.)
19675
19676         * canlock.el: Require sha1, not sha1-el.
19677
19678         * message.el: Don't autoload sha1 (there is a autoload cookie in
19679         sha1.el).
19680
19681         * sha1-el.el: Rename to sha1.el.
19682
19683 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19684
19685         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19686
19687 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19688
19689         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19690
19691 2004-08-30  Kim F. Storm  <storm@cua.dk>
19692
19693         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19694
19695         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19696         Add :group 'nnimap.
19697
19698 2004-08-30  Andreas Schwab  <schwab@suse.de>
19699
19700         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19701         ?* and ?\;.
19702
19703         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19704         and ?\' to symbol instead of whitespace.
19705
19706 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19707
19708         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19709
19710         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19711         instead of re-search-forward.
19712
19713         * gnus-uu.el (gnus-uu-save-article): Ditto.
19714         (gnus-uu-post-encode-uuencode): Ditto.
19715
19716         * html2text.el (html2text-clean-list-items): Ditto.
19717         (html2text-clean-dtdd): Ditto.
19718         (html2text-format-tags): Ditto.
19719
19720         * message.el (message-send-mail-with-sendmail): Fix regexp.
19721         (message-fill-field-general): Use search-forward instead of
19722         re-search-forward.
19723         (unbold-region): Ditto.
19724
19725         * nnrss.el (nnrss-request-article): Ditto.
19726
19727         * nnslashdot.el (nnslashdot-request-article): Ditto.
19728
19729         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19730
19731         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19732         "Unrecognized menu descriptor" error in XEmacs.
19733
19734 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19735
19736         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19737         parent article of a sparse article in the thread hashtb.
19738
19739 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19740
19741         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19742         (nnmail-expand-newtext): Lowercase expanded entries if
19743         nnmail-split-lowercase-expanded is non-nil.
19744
19745 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19748
19749         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19750         of gnus-tmp-news-method into string under XEmacs.  It will be
19751         passed to gnus-correct-length which takes only a string argument.
19752
19753 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * gnus-util.el (gnus-bind-print-variables): New macro.
19756         (gnus-prin1): Use it.
19757         (gnus-prin1-to-string): Use it.
19758         (gnus-pp): New function.
19759         (gnus-pp-to-string): New function.
19760
19761         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19762         Replace pp-to-string with gnus-pp-to-string.
19763         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19764         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19765         * gnus-msg.el (gnus-debug): Ditto.
19766         * gnus-score.el (gnus-score-save): Ditto.
19767         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19768         gnus-pp-to-string.
19769         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19770         with gnus-pp.
19771         * score-mode.el (gnus-score-pretty-print): Ditto.
19772         * webmail.el (webmail-debug): Ditto.
19773
19774 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * gnus-art.el (article-display-face, article-display-x-face):
19777         Use buffer-read-only.
19778
19779 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19780
19781         * gnus-art.el (article-hide-list-identifiers):
19782         Bind inhibit-read-only as t.
19783
19784 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19785
19786         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19787
19788 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19789
19790         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19791         (gnus-narrow-to-page): Don't assume point-min == 1.
19792         (gnus-article-edit-mode): Derive from message-mode.
19793
19794         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19795         point-min == 1.
19796
19797         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19798         Disable incorrect use of `assert'.
19799
19800         * message.el (message-mode): Set comment-start-skip.
19801
19802
19803 2004-08-22  Sam Steingold  <sds@gnu.org>
19804
19805         * pop3.el (pop3-leave-mail-on-server): New user variable.
19806         (pop3-movemail): Delete mail only when it is nil.
19807
19808 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19809
19810         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19811
19812         * mml.el (mml-preview): Use `pop-to-buffer'.
19813
19814         * message.el (message-goto-mail-followup-to): Insert after "To".
19815         (message-carefully-insert-headers): Add comment.
19816
19817         * gnus.el: Remove unused variable `gnus-article-check-size'.
19818
19819         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19820
19821         * gnus-art.el (gnus-button-alist):
19822         Improve `gnus-button-handle-library' entry.
19823
19824 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19825
19826         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19827         Use downcase, since XEmacs capitalizes error messages differently.
19828
19829 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19830
19831         * nntp.el: Add (require 'gnus) due to reference to
19832         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19833
19834 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19835
19836         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19837         Bind `mm-fill-flowed'.
19838
19839         * mm-decode.el (mm-dissect-singlepart): Check it.
19840
19841 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19842
19843         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19844         'imap' for netrc parsing.
19845
19846 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19847
19848         * mailcap.el (mailcap-mime-data): Mark as risky.
19849
19850 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19851
19852         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19853         may be included in the encoded word.
19854         (rfc2047-encode): Don't append a space if the encoded word
19855         includes close parenthesis.
19856
19857 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19858
19859         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19860         of text within parentheses.
19861
19862 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19863
19864         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19865         (gnus-encrypt-write-file-contents): Make the password key the file
19866         name PLUS the cipher, not just the cipher.  Also remove failed
19867         passwords from the cache.
19868
19869 2004-08-06  Simon Josefsson  <jas@extundo.com>
19870
19871         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19872         Doc fix.
19873
19874 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19877         LWSP.
19878
19879 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19880
19881         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19882         Try to append in-reply-to: data to the references: header.
19883
19884         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19885         (netrc-parse): Use gnus-encrypt.el functions.
19886
19887         * gnus-encrypt.el: Add new file for encryption support; currently
19888         does only a few GPG ciphers and an internal XOR cipher.
19889
19890         * password.el: Add comments on using password-read-and-add.
19891         (password-read-and-add): Add function to read and add the
19892         password to the cache at once.
19893
19894 2004-07-28  Simon Josefsson  <jas@extundo.com>
19895
19896         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19897         parameter (but don't use it, for now).
19898
19899         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19900         instead of hard coding to nil.
19901
19902 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19903
19904         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19905         as mm-inline-image-xemacs does.
19906
19907 2004-07-26  Simon Josefsson  <jas@extundo.com>
19908
19909         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19910         Revert part of 2004-07-17 change below.
19911
19912 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19913
19914         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19915         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19916
19917 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19918
19919         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19920         quotes that actually start with ">" at the beginning of the
19921         lines.
19922
19923 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * rfc2047.el (rfc2047-encode-region): Fix last change.
19926         (rfc2047-encode-parameter): Remove useless concat.
19927
19928 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19931         encode special characters; fix some kind of misconfigured headers;
19932         signal a real error if debug-on-quit or debug-on-error is non-nil.
19933         (rfc2047-encode-max-chars): New variable.
19934         (rfc2047-encode-1): Use it.
19935         (rfc2047-encode-parameter): New function.
19936
19937         * mml.el (mml-insert-parameter): Remove an excessive space.
19938
19939 2004-07-17  Simon Josefsson  <jas@extundo.com>
19940
19941         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19942         Kai Grossjohann <kai@emptydomain.de>.
19943         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19944         (gnus-group-make-menu-bar): Ditto.
19945
19946         * gnus-util.el (gnus-group-server): Add.
19947
19948 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19949
19950         * message.el (message-clone-locals): Clone sendmail and smtp
19951         variables.
19952
19953 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19954
19955         * rfc2047.el (rfc2047-encode-region): Fix last change.
19956
19957 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19958
19959         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19960         characters as non-special.
19961
19962 2004-07-09  Simon Josefsson  <jas@extundo.com>
19963
19964         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19965         Users will lose all flag changes made while unplugged with
19966         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19967         good default.  See numerous reports on ding mailing list.
19968
19969 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19970
19971         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19972         add generate-head-function and generate-article-function to the
19973         rfc822-forward entry.
19974         (nndoc-rfc822-forward-generate-article): New function.
19975         (nndoc-rfc822-forward-generate-head): New function.
19976
19977         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19978
19979 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19980
19981         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19982         respect display group parameter and gnus-summary-expunge-below.
19983         (gnus-articles-to-read): Remove unused reference to display group
19984         parameter.
19985
19986 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19987
19988         * nnheader.el (nnheader-uniquify-message-id): New experimental
19989         variable.
19990         (nnheader-nov-read-message-id): Use it.
19991
19992         * spam-report.el (spam-report-gmane): Add interactive.
19993
19994 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19995
19996         * mm-encode.el (mm-content-transfer-encoding-defaults):
19997         Use qp-or-base64 for the application/* types.
19998
19999 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20000
20001         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20002
20003 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20004
20005         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20006         trim value.
20007
20008 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20009
20010         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20011         New macro and function.
20012         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20013
20014 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20015
20016         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20017         after-load-alist.
20018
20019 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20020
20021         * gnus-group.el (gnus-group-get-new-news-this-group):
20022         Don't update info that isn't there.
20023
20024 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20025
20026         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20027         entry.
20028
20029 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20030
20031         * mm-view.el (mm-inline-render-with-function): Use multibyte
20032         buffer; decode html source by charset.
20033
20034         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20035
20036         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20037         Mule-UCS is loaded under XEmacs.
20038         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20039
20040 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20041
20042         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20043
20044 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * mm-util.el (mm-coding-system-p): Return a coding-system.
20047         (mm-mime-mule-charset-alist): Use shift_jis instead of
20048         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20049         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20050         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20051         instead of japanese-shift-jis and iso-latin-1 respectively in
20052         order to share the default value with both Emacs and XEmacs-mule.
20053         (mm-mule-charset-to-mime-charset):
20054         Make mm-coding-system-priorities effective.
20055         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20056         while predicating of candidates upon the priorities.
20057
20058 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20059
20060         * gnus-sum.el (gnus-summary-make-menu-bar):
20061         Add gnus-uu-invert-processable.
20062
20063         * gnus.el: Autoload gnus-uu-invert-processable.
20064
20065 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * mm-util.el (mm-with-multibyte-buffer): New macro.
20068
20069         * rfc2047.el (rfc2047-encode-string): Use it.
20070         (rfc2047-encode-region): Move point to the end of the region after
20071         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20072
20073 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20074
20075         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20076         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20077
20078 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20081         (gnus-cite-parse): Ignore quoted envelope From_.
20082         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20083
20084 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20085
20086         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20087         invalid addresses.
20088
20089 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20090
20091         * spam.el: Change section markers, revise TODO list.
20092         (spam-backends): Make new master list of all installed backends.
20093         (spam-summary-exit-behavior): Add new variable to determine how
20094         messages moves are done at summary exit.
20095         (spam-move-spam-nonspam-groups-only)
20096         (spam-process-ham-in-nonham-groups)
20097         (spam-process-ham-in-spam-groups): Remove variables, the
20098         spam-summary-exit-behavior variable should be used to manage this
20099         behavior.
20100         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20101         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20102         and spam-old-spam-articles.
20103         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20104         Add empty variables, placeholders for the backends they represent.
20105         (spam-set-difference): Move, unchanged.
20106         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20107         unless the user has a processor variable.
20108         (spam-classifications, spam-classification-valid-p)
20109         (spam-backend-properties, spam-backend-property-valid-p)
20110         (spam-backend-function-type-valid-p)
20111         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20112         (spam-report-articles-gmane, spam-report-articles-resend):
20113         Remove functions, they are not needed.
20114         (spam-install-backend-super, spam-backend-list)
20115         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20116         (spam-backend-function, spam-backend-ham-registration-function)
20117         (spam-backend-spam-registration-function)
20118         (spam-backend-ham-unregistration-function)
20119         (spam-backend-spam-unregistration-function)
20120         (spam-backend-statistical-p, spam-backend-mover-p)
20121         (spam-install-backend-alias, spam-install-checkonly-backend)
20122         (spam-install-mover-backend, spam-install-nocheck-backend)
20123         (spam-install-backend, spam-install-statistical-backend)
20124         (spam-install-statistical-checkonly-backend): Add backend installation
20125         support.
20126         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20127         (spam-group-processor-p): Use the new backend code and respect the
20128         summary exit behavior.
20129         (spam-mark-spam-as-expired-and-move-routine): Remove.
20130         (spam-summary-prepare): Change to use the new spam-old-articles
20131         variable.
20132         (spam-copy-or-move-routine, spam-copy-spam-routine)
20133         (spam-move-spam-routine, spam-copy-ham-routine)
20134         (spam-move-ham-routine): Add code to copy/move ham or spam.
20135         (spam-fetch-field-fast): Improve doc and code, plus allow the
20136         'number request.
20137         (spam-list-of-checks, spam-list-of-statistical-checks):
20138         Remove variables.
20139         (spam-split, spam-find-spam): Use the new backend code.
20140         (spam-registration-functions): Remove variable.
20141         (spam-unregister-routine): Add convenience wrapper.
20142         (spam-log-undo-registration, spam-register-routine)
20143         (spam-log-processing-to-registry)
20144         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20145         where possible.
20146         (spam-check-gmane-xref, spam-check-regex-headers)
20147         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20148         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20149         (spam-check-bogofilter-headers, spam-check-spamoracle)
20150         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20151         (spam-check-crm114-headers): Use the spam-split-group that
20152         spam-split prepares, no need to determine it every time.
20153
20154         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20155         to the nnheader-parse-naked-head call.
20156
20157         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20158
20159         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20160         the nnheader-nov-read-message-id call.
20161
20162 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20165         gnus-activate-group twice.  Suggested by Markus Peter
20166         <warp@spin.de>.
20167
20168 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20169
20170         * gnus-art.el (gnus-article-time-format): Exchange the order of
20171         day and month in the default value; fix customization type.
20172         (article-date-ut): Use add-text-properties.
20173         (article-make-date-line): Use message-make-date instead of
20174         current-time-string.
20175
20176         * message.el (message-fetch-field): Don't use set-text-properties.
20177         (message-make-date): Simplify.
20178
20179         * messagexmas.el (message-xmas-make-date): New function.
20180         (message-xmas-redefine): Defalias message-make-date to it.
20181
20182 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20183
20184         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20185         (rfc2047-encode-region): Treat text within parentheses as special;
20186         show the original text when error has occurred.
20187
20188         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20189         already-computed method to gnus-activate-group.
20190
20191         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20192         same select-methods identical Lisp objects.
20193
20194         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20195         object when modifying the info.
20196
20197 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20198
20199         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20200         gnus-opened-servers since it has never been opened with the new
20201         configuration yet.
20202
20203 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20204
20205         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20206         arg to nnheader-generate-fake-message-id.
20207
20208 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20209
20210         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20211         number and build a fake message ID localized to a group and
20212         article number (so it's repeatable from that point on).
20213         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20214         ID format.
20215
20216         * gnus-sum.el (gnus-get-newsgroup-headers):
20217         Call nnheader-generate-fake-message-id with the article number.
20218
20219 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20220
20221         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20222         end-of-buffer.
20223
20224 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20225
20226         * message.el (message-ignored-supersedes-headers): Add Approved.
20227
20228 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20229
20230         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20231         goto-char.
20232         (rfc2047-encode): Fold the line before encoding.
20233
20234 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20235
20236         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20237         folding -- not all headers can be folded, and this should be done
20238         by the message composition mode.  Probably.  I think.
20239
20240 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20243         fast.
20244
20245         * gnus-ems.el (gnus-remove-image): Don't use
20246         message-text-with-property; remove only the image found first.
20247
20248         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20249         found first.
20250
20251 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20252
20253         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20254
20255 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20256
20257         * message.el (message-text-with-property): Make it fast and accept
20258         optional arguments.
20259         (message-strip-forbidden-properties): Use it.
20260         (message-fix-before-sending): Follow the m-t-w-p change.
20261
20262         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20263
20264 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * gnus-art.el (article-hide-headers): Don't change the buffer
20267         mistakenly when performing mml-preview even if
20268         gnus-single-article-buffer is nil.
20269
20270 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20271
20272         * message.el (message-expand-name-databases): New user option.
20273         (message-expand-name): Use it.
20274
20275 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20276
20277         * spam.el (spam-report-articles-resend)
20278         (spam-report-resend-register-routine): Allow ham reporting.
20279         (spam-report-resend-register-ham-routine): Add wrapper.
20280         (spam-registration-functions): Add ham resending functions.
20281         (spam-list-of-processors): Add ham resend processor.
20282
20283         * gnus.el (ham-resend-to): Add new group parameter.
20284         (spam-process): Add ham resend option.
20285
20286         * spam-report.el (spam-report-resend): Allow reporting ham.
20287         (spam-report-resend-ham): Add wrapper.
20288
20289 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20290
20291         * message.el (message-cite-articles-with-x-no-archive):
20292         New variable.
20293         (message-cite-original): Use it.
20294
20295 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20296
20297         * message.el (message-cite-original): Respect X-No-Archive.
20298
20299 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20300
20301         * gnus-art.el (article-hide-headers): Refer to the values for
20302         gnus-ignored-headers and gnus-visible-headers in the summary
20303         buffer since a user may have set them as group parameters.
20304
20305 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20306
20307         * assistant.el (assistant-node-name): Add convenience function.
20308         (assistant-render-text, assistant-render-node): Add error handling,
20309         plus handle multiple next nodes.
20310         (assistant-find-next-node): Comment out for now.
20311         (assistant-find-next-nodes): Add function, returns list of next
20312         nodes.
20313
20314 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20315
20316         * mail-source.el (mail-source-directory): Fix doc-string.
20317
20318 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20319
20320         * assistant.el (assistant-render-text, assistant-eval): Add :set
20321         widget type, which is different because it takes and returns a
20322         list.  Much hilarity ensues.
20323
20324 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20325
20326         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20327
20328         * gnus-group.el (gnus-group-get-new-news-this-group):
20329         Add doc-string.
20330
20331         * gnus-start.el (gnus-activate-group): Add doc-string.
20332
20333 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20334
20335         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20336
20337 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20338
20339         * assistant.el (assistant-render-text): Try to add a :set
20340         widget, more to come.
20341
20342         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20343         strings.
20344         (spam-report-articles-resend)
20345         (spam-register-routine): Do registration iff any articles warrant
20346         it.
20347         (spam-summary-prepare-exit): Change log message for nil group
20348         destinations.
20349
20350 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20351
20352         * spam.el (spam-report-resend-register-routine):
20353         Allow spam-report-resend-to to be a group parameter or a global value.
20354
20355 2004-05-26  Simon Josefsson  <jas@extundo.com>
20356
20357         * starttls.el: Merge with my GNUTLS based starttls.el.
20358         (starttls-gnutls-program, starttls-use-gnutls)
20359         (starttls-extra-arguments, starttls-process-connection-type)
20360         (starttls-connect, starttls-failure, starttls-success):
20361         New variables.
20362         (starttls-program, starttls-extra-args): Doc fix.
20363         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20364         New functions.
20365         (starttls-negotiate, starttls-open-stream):
20366         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20367         function if it is set.
20368
20369 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20370
20371         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20372         structured fields.
20373
20374 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20377
20378 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20379
20380         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20381         Add variable.
20382         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20383         assigning the spam-mark to new messages.
20384
20385 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20386
20387         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20388
20389 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20390
20391         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20392
20393         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20394         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20395         default.
20396
20397 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20398
20399         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20400         correct data.
20401
20402 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20403
20404         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20405         (spam-group-processor-p): Fix function.
20406         (spam-group-processor-multiple-p)
20407         (spam-group-spam-processor-report-gmane-p)
20408         (spam-group-spam-processor-report-resend-p)
20409         (spam-group-spam-processor-bogofilter-p)
20410         (spam-group-spam-processor-blacklist-p)
20411         (spam-group-spam-processor-ifile-p)
20412         (spam-group-ham-processor-ifile-p)
20413         (spam-group-spam-processor-spamoracle-p)
20414         (spam-group-spam-processor-crm114-p)
20415         (spam-group-ham-processor-bogofilter-p)
20416         (spam-group-spam-processor-stat-p)
20417         (spam-group-ham-processor-stat-p)
20418         (spam-group-ham-processor-whitelist-p)
20419         (spam-group-ham-processor-BBDB-p)
20420         (spam-group-ham-processor-spamoracle-p)
20421         (spam-group-ham-processor-copy-p): Remove functions with some
20422         prejudice against unneeded code.
20423         (spam-report-articles-resend)
20424         (spam-report-resend-register-routine): Allow the group/topic
20425         spam-resend-to value to override spam-report-resend-to.
20426         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20427         properly now.
20428
20429         * gnus.el (spam-resend-to): Add group/topic parameter.
20430         (spam-process): Move the OBSOLETE processors to the end of the
20431         choices.
20432
20433 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20434
20435         * spam-report.el (spam-report-resend-to, spam-report-resend):
20436         Start with resend-to set to nil, and then ask the user if necessary.
20437         (spam-report-resend): spam-report-resend takes a list of articles, not
20438         separate article numbers.
20439
20440 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20441
20442         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20443         addition to emacs-w3m.
20444
20445 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20446
20447         * assistant.el (assistant-authinfo-data): New function.
20448         (assistant-eval): Eval for entire assistant.
20449
20450         * netrc.el (netrc-services-file): New variable.
20451         (netrc-parse-services): New function.
20452         (netrc-find-service-name): New function.
20453         (netrc-find-service-number): New function.
20454         (netrc-port-equal): New function.
20455         (netrc-machine): Use it.
20456
20457         * nnimap.el (nnimap-open-connection): Use netrc.
20458
20459         * gnus-util.el (gnus-netrc-get): Remove aliases.
20460
20461         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20462
20463         * assistant.el (wid-edit): Fix compilation.
20464
20465         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20466
20467 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20468
20469         * gnus-util.el (gnus-set-file-modes): New function.  (small
20470         patch).
20471
20472 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20473
20474         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20475
20476         * assistant.el (assistant-render-node): Fix up rendering and
20477         read-only text.
20478         (assistant-render-node): Reset.
20479         (assistant-make-read-only): Not sticky.
20480
20481 2004-05-20  Danny Siu  <dsiu@adobe.com>
20482
20483         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20484         centered even when gnus-auto-center-summary is t.
20485
20486 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20487
20488         * dns.el (dns-get-txt-answer): New function.
20489         (dns-read-txt): Ditto.
20490         (query-dns): Use it.
20491
20492 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20493
20494         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20495         active for foreign groups even if the group level is higher than
20496         the specified value.
20497
20498 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20499
20500         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20501         non-active groups.
20502
20503         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20504
20505 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20506
20507         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20508
20509 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20510
20511         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20512         (spam-crm114-header, spam-crm114-spam-switch)
20513         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20514         (spam-crm114-positive-spam-header)
20515         (spam-crm114-database-directory, spam-list-of-processors)
20516         (spam-group-spam-processor-crm114-p)
20517         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20518         (spam-generic-score, spam-list-of-checks)
20519         (spam-list-of-statistical-checks, spam-registration-functions)
20520         (spam-check-crm114-headers, spam-crm114-score)
20521         (spam-check-crm114, spam-crm114-register-with-crm114)
20522         (spam-crm114-register-spam-routine)
20523         (spam-crm114-unregister-spam-routine)
20524         (spam-crm114-register-ham-routine)
20525         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20526         From asjo@koldfront.dk (Adam Sjøgren).
20527
20528         * gnus.el: Add spam-use-crm114.
20529
20530         * spam.el (spam-list-of-processors, spam-registration-functions):
20531         Add spam-use-resend.
20532         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20533         (spam-report-articles-gmane): Add doc fix.
20534         (spam-report-articles-resend, spam-report-resend-register-routine):
20535         Add wrappers around spam-report-resend-to.
20536
20537         * spam-report.el (spam-report-resend-to, spam-report-resend):
20538         Add support for resending spam.
20539         (spam-report-gmane): Fix line length >80.
20540
20541         * gnus.el (spam-process): Add spam-use-resend.
20542
20543 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20544
20545         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20546         number of processed spam messages.
20547         (spam-ham-copy-or-move-routine): Return the number of processed
20548         ham messages.
20549         (spam-summary-prepare-exit): Use the above values to decide
20550         whether status messages shouled be displayed.
20551
20552 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20555         `rfc2047-encoding-function-alist' in order to avoid conflicting
20556         with the old version.
20557         (rfc2047-encode-region): Concatenate words containing non-ASCII
20558         characters in structured fields; don't encode space-delimited
20559         ASCII words even in unstructured fields; don't break words at
20560         char-category boundaries.
20561         (rfc2047-encode-1): New function.
20562         (rfc2047-encode): Use it; encode text so that it occupies the
20563         maximum width within 76-column; work correctly on Q encoding for
20564         iso-2022-* charsets.
20565         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20566         sure not to break a line just after the header name.
20567         (rfc2047-b-encode-region): Remove.
20568         (rfc2047-b-encode-string): New function.
20569         (rfc2047-q-encode-region): Remove.
20570         (rfc2047-q-encode-string): New function.
20571
20572         * mm-util.el (mm-replace-in-string): New function.
20573
20574 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20575
20576         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20577         Really get it right.
20578         (gnus-inews-make-draft): Really.
20579
20580 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20581
20582         * nnmh.el (nnmh-request-list-1): Don't check the link count
20583         before descending.  (small patch)
20584
20585 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20586
20587         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20588         stuff.
20589
20590         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20591         Match on real group name.
20592
20593         * gnus-art.el (gnus-signature-limit): Doc fix.
20594
20595         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20596
20597         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20598
20599 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20600
20601         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20602         isn't a string.
20603
20604 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20605
20606         * gnus-draft.el (gnus-draft-send):
20607         Bind rfc2047-encode-encoded-words.
20608
20609         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20610         (rfc2047-encodable-p): Say that =? needs encoding.
20611         (rfc2047-encode-encoded-words): New variable.
20612
20613         * gnus-group.el (gnus-group-select-group): Doc fix.
20614
20615         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20616
20617         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20618         to nil.
20619
20620         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20621
20622         * nnheader.el (nnheader-get-lines-and-char): New function.
20623
20624 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20625
20626         * gnus-msg.el (gnus-summary-followup-with-original):
20627         Document yanking of region when active.
20628
20629 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20630
20631         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20632         groups if the group level is higher than the specified value.
20633
20634 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20635
20636         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20637         (gnus-group-jump-to-group): Add prefix argument using
20638         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20639         non-active group.
20640
20641         * compface.el (uncompface): Be verbose when changing
20642         `uncompface-use-external'.
20643
20644         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20645         handle manual section.
20646
20647 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20648
20649         * gnus-art.el (gnus-button-alist): Revert previous change.
20650
20651 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20652
20653         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20654
20655 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20656
20657         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20658         whether backend can accept message.
20659
20660         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20661
20662 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20663
20664         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20665         Avoid creating directory when nntp-marks-is-evil is true.
20666         Reported by Reiner Steib.
20667
20668 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20669
20670         * gnus-picon.el (gnus-picon-style): New variable.
20671         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20672         (gnus-picon-transform-address): Support `gnus-picon-style'.
20673         From Jesper Harder <harder@ifa.au.dk>.
20674
20675 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20676
20677         * message.el (message-fill-field): Return point.
20678         (message-generate-headers): Go to end of field.
20679
20680         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20681         stuff for non-living groups.
20682
20683 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20684
20685         * gnus-art.el (gnus-article-followup-with-original)
20686         (gnus-article-reply-with-original): gnus-mark-active-p ->
20687         gnus-region-active-p.
20688
20689 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20690
20691         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20692         only when there is spam or ham to be processed.
20693
20694 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20695
20696         * mail-source.el (mail-source-delete-crash-box): Refactor.
20697         (mail-source-fetch): Use it.
20698         (mail-source-fetch-file): Ditto.
20699         (mail-source-fetch-directory): Run postscript in loop.
20700         (mail-source-fetch-pop): Delete.
20701         (mail-source-fetch-maildir): Ditto.
20702         (mail-source-fetch-imap): Ditto.
20703
20704         * imap.el (imap-authenticators): Comment out sasl.
20705
20706         * message.el (message-skip-to-next-address): New function.
20707         (message-fill-header-address): Refactor.
20708         (message-fill-address): Use it.
20709         (message-delete-address): Use it.
20710         (message-fill-header-general): Refactor.
20711         (message-fill-field-address): Rename.
20712         (message-narrow-to-field): Find the start of the header.
20713         (message-header-format-alist): Don't pre-fill.
20714         (message-fill-header): Remove.
20715         (message-insert-header): New function.
20716         (message-shorten-references): Use it.
20717
20718         * rfc2047.el (rfc2047-field-value): Strip props.
20719
20720         * mail-parse.el (mail-header-make-address): New alias.
20721
20722         * ietf-drums.el (ietf-drums-make-address): New function.
20723
20724         * imap.el: Add compiler directives.
20725
20726         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20727
20728         * gnus-art.el (article-decode-idna-rhs): Don't use
20729         message-idna-inside-rhs-p.
20730
20731 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20732
20733         * message.el (message-idna-inside-rhs-p): Remove.
20734         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20735
20736         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20737         false positives.
20738
20739 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20740
20741         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20742
20743 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20744
20745         * nneething.el (nneething-file-name): Don't create spurious
20746         files.
20747
20748         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20749         (gnus-inews-do-gcc): Remove sleep.
20750
20751         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20752         part under point.
20753
20754         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20755         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20756
20757 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20758
20759         * spam.el (spam-summary-prepare-exit): Fix (length).
20760
20761 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20762
20763         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20764         as expired without moving it" message when there are spam
20765         messages left.
20766
20767 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20768
20769         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20770         header is not nil.
20771
20772 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20773
20774         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20775         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20776         (nntp-marks-changed-p): New arg SERVER.
20777         (nntp-request-update-info): Adjust caller.
20778
20779 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20780
20781         * nntp.el (nntp-save-marks): Pass missing arg.
20782
20783 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20784
20785         * nntp.el: Support marks.
20786         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20787         (nntp-marks-modtime, nntp-marks-directory): New variables.
20788         (nntp-request-set-mark, nntp-request-update-info)
20789         (nntp-possibly-create-directory, nntp-marks-changed-p)
20790         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20791         New functions.
20792
20793 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20794
20795         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20796         (gnus-xmas-redefine): Rename.
20797
20798         * gnus-score.el (gnus-score-insert-help):
20799         Use gnus-select-lowest-window.
20800
20801         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20802         appt-select-lowest-window and rename to gnus-select-lowest-window.
20803
20804         * gnus.el: do.
20805
20806 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20807
20808         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20809         encodings of MIME-encoded words, in order to improve
20810         interoperability with several broken MUAs.
20811
20812 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20813
20814         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20815         tags, only when charsets are not specified in headers.
20816         (mm-inline-text-html-render-with-w3m): Ditto.
20817
20818         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20819         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20820
20821 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20822
20823         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20824         instead of MIME-decoded from fields when checking
20825         `gnus-article-address-banner-alist'.
20826
20827 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20828
20829         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20830         description rather than subject.
20831
20832 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20833
20834         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20835
20836 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20837
20838         * gnus.el (gnus-version-number): Bump.
20839
20840 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20841
20842         * gnus.el: No Gnus v0.2 is released.
20843
20844 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20845
20846         * gnus-agent.el (gnus-agent-read-agentview):
20847         Inline gnus-uncompress-range.
20848
20849 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20850
20851         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20852         `exec-installed-p'.
20853
20854 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20855
20856         * gnus.el (spam-process, spam-autodetect-methods):
20857         Add bsfilter and bsfilter-headers.
20858
20859         * spam.el (spam-bsfilter): New customize group.
20860         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20861         (spam-bsfilter-header, spam-bsfilter-probability-header)
20862         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20863         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20864         (spam-bsfilter-database-directory): New options.
20865         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20866         (spam-list-of-statistical-checks, spam-registration-functions):
20867         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20868         (spam-bsfilter-score): New command.
20869         (spam-check-bsfilter-headers, spam-check-bsfilter)
20870         (spam-bsfilter-register-with-bsfilter)
20871         (spam-bsfilter-register-spam-routine)
20872         (spam-bsfilter-unregister-spam-routine)
20873         (spam-bsfilter-register-ham-routine)
20874         (spam-bsfilter-unregister-ham-routine): New functions.
20875         (spam-generic-score): Support bsfilter; Accept an optional argument
20876         to recalcurate spam score even if scoring header has already been
20877         added.
20878         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20879         optional argument to recalcurate spam score even if scoring header
20880         has already been added.
20881
20882 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20883
20884         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20885         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20886         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20887         link is missing.
20888
20889 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20890
20891         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20892         (html2text-get-attr): Rewrite.
20893
20894         * message.el (message-setup-1): Remove redundant put-text-property
20895         on mail-header-separator.
20896
20897 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20898
20899         * gnus-registry.el (gnus-registry-cache-whitespace)
20900         (gnus-registry-action, gnus-registry-spool-action)
20901         (gnus-registry-split-fancy-with-parent): Change message levels
20902         from 5 to 3 or 7, as needed.
20903
20904         * spam.el (spam-summary-prepare-exit)
20905         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20906         (spam-split, spam-find-spam, spam-log-undo-registration)
20907         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20908         level from 5 to 6.
20909
20910 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20911
20912         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20913         2004-03-04 change).
20914
20915 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20916
20917         * sieve-manage.el (sieve-manage-open):
20918         * nnweb.el (nnweb-insert-html):
20919         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20920         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20921         * nnspool.el (nnspool-request-group):
20922         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20923         * nnml.el (nnml-request-update-info):
20924         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20925         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20926         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20927         (nnimap-request-set-mark):
20928         * nnfolder.el (nnfolder-request-update-info):
20929         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20930         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20931         * gnus-uu.el (gnus-uu-find-articles-matching):
20932         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20933         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20934         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20935         * gnus-nocem.el (gnus-nocem-scan-groups):
20936         * gnus-int.el (gnus-start-news-server):
20937         * gnus-group.el (gnus-group-make-kiboze-group)
20938         (gnus-group-browse-foreign-server):
20939         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20940         Use mapc when appropriate.
20941
20942 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20943
20944         FIXME: Make separate entries for each person.
20945
20946         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20947         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20948         <shields@msrl.com>:
20949
20950         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20951         may need for spam sorting and scoring.
20952         (spam-user-format-function-S): Add user format function suitable for
20953         general use.
20954         (spam-article-sort-by-spam-status): Add sorting function for summary
20955         sorting.
20956         (spam-extra-header-to-number): Add function to get a score from a
20957         header.
20958         (spam-summary-score): Add function to get a numeric score from the
20959         headers.
20960         (spam-generic-score): Fix function doc, was in wrong place.
20961         (spam-initialize): Take symbols when it's run, and install the
20962         extra headers that spam-necessary-extra-headers thinks we need.
20963
20964 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20965
20966         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20967         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20968
20969 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20970
20971         * gnus-sum.el (gnus-set-global-variables)
20972         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20973         (gnus-article-get-xrefs, gnus-summary-best-group)
20974         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20975         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20976         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20977         Use with-current-buffer.
20978
20979 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20980
20981         * spam.el (spam-summary-prepare-exit): Simplify logic.
20982         (spam-fetch-article-header): Read the article header if it's not
20983         available.
20984         (spam-list-articles): Simplify logic.
20985         (spam-filelist-register-routine): Fix bug with unregister-list.
20986
20987         * gnus-registry.el: Fix comments at beginning.
20988
20989 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20990
20991         * message.el (message-cater-to-broken-inn): Remove.
20992         (message-shorten-references): Make sure the total folded length of
20993         References is shorter than 998 characters to cater to a bug in INN
20994         2.3.  Also, don't pretend that references aren't folded -- this
20995         hasn't worked for a while.
20996
20997 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20998
20999         * gnus-agent.el (gnus-agentize):
21000         gnus-agent-send-mail-real-function no longer set to current value
21001         of message-send-mail-function but rather a lambda that calls
21002         message-send-mail-function.  The change makes the agent real-time
21003         responsive to user changes to message-send-mail-function.
21004
21005 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21006
21007         * legacy-gnus-agent.el
21008         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21009         help from Florian Weimer <fw@deneb.enyo.de>
21010
21011 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21012
21013         * nnmail.el (nnmail-cache-insert): Revert last change.
21014
21015 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * nnmail.el (nnmail-cache-insert): Always check whether
21018         nnmail-cache-ignore-groups matches a group name.
21019
21020 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21021
21022         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21023         (spam-find-spam, spam-log-processing-to-registry)
21024         (spam-log-registered-p, spam-log-unregistration-needed-p)
21025         (spam-log-undo-registration): Use gnus-message instead of
21026         gnus-error, none of these errors are fatal.
21027
21028         * gnus-registry.el (gnus-registry-clean-empty-function)
21029         (gnus-registry-clean-empty): Remove only empty entries without
21030         extra data.
21031
21032 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21033
21034         * spam-stat.el (spam-stat-buffer-change-to-spam)
21035         (spam-stat-buffer-change-to-non-spam): Change (error) to
21036         (gnus-message 8) invocation.
21037
21038 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21039
21040         * nntp.el (nntp-via-netcat-command): New variable.
21041         (nntp-via-netcat-switches): New variable.
21042         (nntp-open-via-rlogin-and-netcat): New function.
21043         (nntp-open-connection-function): Doc fix.
21044         (nntp-telnet-command): Doc fix.
21045         (nntp-end-of-line): Doc fix.
21046         (nntp-via-rlogin-command): Doc fix.
21047         (nntp-via-user-name): Doc fix.
21048         (nntp-via-address): Doc fix.
21049
21050 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21051
21052         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21053         error in Emacs 21.1.
21054
21055 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21056
21057         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21058
21059 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21060
21061         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21062         (gnus-agent-with-refreshed-group): New macro.
21063         (gnus-agent-rename-group): New function.
21064         (gnus-agent-delete-group): New function.
21065         (gnus-agent-save-group-info): Use gnus-command-method when
21066         `method' parameter is nil.  Don't write nil entries into the
21067         active file.
21068         (gnus-agent-get-group-info): New function.
21069         (gnus-agent-fetch-articles):
21070         Use gnus-agent-update-files-total-fetched-for to increment disk space
21071         used.
21072         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21073         Use gnus-agent-update-view-total-fetched-for to increment disk space
21074         used.
21075         (gnus-agent-get-local): Add optional parameters to avoid calling
21076         gnus-group-real-name and gnus-find-method-for-group.
21077         (gnus-agent-set-local): Delete stored entry if either min, or max,
21078         are nil.
21079         (gnus-agent-fetch-session): Reworded error/quit messages.
21080         On quit, use gnus-agent-regenerate-group to record existance of any
21081         articles fetched to disk before the quit occurred.
21082         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21083         gnus-agent-update-view-total-fetched-for, and
21084         gnus-agent-update-files-total-fetched-for to decrement disk space
21085         used.
21086         (gnus-agent-retrieve-headers):
21087         Use gnus-agent-update-view-total-fetched-for to increment disk space
21088         used.
21089         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21090         with gnus-agent-update-files-total-fetched-for to decrement disk
21091         space and fresh group buffer.
21092         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21093         (gnus-agent-need-update-total-fetched-for): New variable.
21094         (gnus-agent-update-files-total-fetched-for): New function.
21095         (gnus-agent-update-view-total-fetched-for): New function.
21096         (gnus-agent-total-fetched-for): New function.
21097
21098         * gnus-cache.el (gnus-cache-save-buffers):
21099         Use gnus-cache-update-overview-total-fetched-for to change disk space
21100         used by this group.
21101         (gnus-cache-possibly-enter-article):
21102         Use gnus-cache-update-file-total-fetched-for to increment disk space
21103         used by this group.
21104         (gnus-cache-possibly-remove-article):
21105         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21106         used by this group.
21107         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21108         (gnus-cache-rename-group): New function.
21109         (gnus-cache-delete-group): New function.
21110         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21111         (gnus-cache-need-update-total-fetched-for): New variable.
21112         (gnus-cache-with-refreshed-group): New macro.
21113         (gnus-cache-update-file-total-fetched-for): New function.
21114         (gnus-cache-update-overview-total-fetched-for): New function.
21115         (gnus-cache-rename-group-total-fetched-for): New function.
21116         (gnus-cache-delete-group-total-fetched-for): New function.
21117         (gnus-cache-total-fetched-for): New function.
21118
21119         * gnus-group.el: Require gnus-sum and autoload functions to
21120         resolve warnings when gnus-group.el compiled alone.
21121         (gnus-group-line-format): Documented new %F.
21122         (size of Fetched data) group line format; identifies disk space
21123         used by agent and cache.
21124         (gnus-group-line-format-alist): Defined new F format.
21125         (gnus-total-fetched-for): New function.
21126         (gnus-group-delete-group): No longer update
21127         gnus-cache-active-altered as gnus-request-delete-group now keeps
21128         the cache in sync.
21129         (gnus-group-list-active): Let the agent store a server's active
21130         list if currently plugged.
21131
21132         * gnus-int.el (gnus-request-delete-group):
21133         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21134         local disk in sync with the server.
21135         (gnus-request-rename-group):
21136         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21137         local disk in sync with the server.
21138
21139         * gnus-start.el (gnus-get-unread-articles):
21140         Cosmetic simplification to logic.
21141
21142         * gnus-util.el (gnus-rename-file): New function.
21143
21144 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21145
21146         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21147
21148 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21149
21150         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21151         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21152
21153 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21154
21155         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21156         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21157
21158 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21159
21160         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21161
21162 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21163
21164         * spam.el (spam-set-difference): Add function to replace
21165         gnus-set-difference in spam.el.
21166         (spam-summary-prepare-exit): Use spam-set-difference.
21167
21168 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21169
21170         * gnus-registry.el (gnus-registry-cache-file): Update to use
21171         gnus-dribble-directory OR gnus-home-directory OR ~.
21172         (gnus-registry-split-fancy-with-parent): Fix doc.
21173
21174 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * message.el (message-exchange-point-and-mark):
21177         Use message-mark-active-p.  Suggested by Jesper Harder
21178         <harder@ifa.au.dk>.
21179
21180 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21181
21182         * message.el (message-exchange-point-and-mark): Don't activate
21183         region if it was inactive.  Suggested by Hiroshi Fujishima
21184         <pooh@nature.tsukuba.ac.jp>.
21185
21186 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21187
21188         * gnus-art.el (article-display-face): Display Faces in the same
21189         order as X-Faces.
21190
21191 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21192
21193         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21194
21195 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21196
21197         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21198         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21199         (gnus-article-mime-hierarchy): Remove.
21200         (gnus-article-mime-hierarchy-next): Remove.
21201         (gnus-article-mode): Revert 2004-03-19 change.
21202         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21203         (gnus-insert-mime-button): Revert 2004-03-19 change.
21204         (gnus-mime-accumulate-hierarchy): Remove.
21205         (gnus-mime-enter-multipart): Remove.
21206         (gnus-mime-leave-multipart): Remove.
21207         (gnus-mime-display-part): Revert 2004-03-19 change.
21208         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21209
21210         * mml.el (mml-preview): Revert 2004-03-19 change.
21211
21212 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21213
21214         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21215
21216 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21217
21218         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21219         t while entering a file name using the mm-with-multibyte macro.
21220         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21221
21222         * mm-util.el (mm-with-multibyte): New macro.
21223
21224 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21227         New user option.
21228         (gnus-mime-multipart-functions): Doc and customization fix.
21229         (gnus-article-mime-hierarchy): New variable.
21230         (gnus-article-mime-hierarchy-next): New variable.
21231         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21232         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21233         gnus-article-mime-hierarchy-next to nil.
21234         (gnus-insert-mime-button): Show hierarchy numbers.
21235         (gnus-mime-accumulate-hierarchy): New function.
21236         (gnus-mime-enter-multipart): New function.
21237         (gnus-mime-leave-multipart): New function.
21238         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21239         (gnus-mime-display-alternative): Show hierarchy numbers.
21240
21241         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21242         gnus-article-mime-hierarchy-next to nil.
21243
21244 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21245
21246         * dns.el: Don't require gnus-xmas.
21247
21248 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21249
21250         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21251         inline PGP.
21252         (mml-menu): Disable mml-quote-region if mark is inactive.
21253
21254 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21255
21256         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21257         when the group's active is not available.
21258
21259 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21260
21261         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21262         error.
21263
21264 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21265
21266         * imap.el (imap-store-password): New variable.
21267         (imap-interactive-login): Use it.
21268         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21269
21270 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21271
21272         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21273         window-start and hscroll to summary window.
21274
21275 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21276
21277         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21278         conversion message to newsrc-dribble when an actual conversion is
21279         performed.
21280
21281 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21282
21283         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21284
21285 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21286
21287         * mm-decode.el (mm-complicated-handles): New function reviving
21288         former definition of mm-multiple-handles.
21289
21290         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21291         (gnus-mime-delete-part): Use it.
21292
21293 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21294
21295         * gnus-agent.el (gnus-agent-read-local):
21296         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21297         avoid the implicit assumption that they will always be equal.
21298         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21299         coding-system-for-write, as the with-temp-file macro first prints
21300         to a buffer then saves the buffer.
21301
21302 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21303
21304         * gnus-art.el (gnus-article-edit-part): New function.
21305         (gnus-mime-save-part-and-strip): Use it; do query instead of
21306         signaling an error; don't use mm-multiple-handles.
21307         (gnus-mime-delete-part): Ditto.
21308
21309 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21310
21311         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21312         old file versions.
21313         (gnus-group-prepare-hook): Remove function that converted list
21314         form of gnus-agent-expire-days to group properties.
21315
21316         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21317         (gnus-request-accept-article): Re-indented.
21318
21319         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21320         converters to handle old agent file formats.  Add logic for a
21321         "backup before upgrading warning".
21322         (gnus-convert-mark-converter-prompt): Developers can mark
21323         functions as needing (default), or not needing,
21324         gnus-convert-old-newsrc's "backup before upgrading warning".
21325         (gnus-convert-converter-needs-prompt): Tests whether the user
21326         should be protected from potentially irreversable changes by the
21327         function.
21328
21329         * legacy-gnus-agent.el: New.  Provides converters that are only
21330         loaded when gnus-convert-old-newsrc needs to call them.
21331
21332 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21333
21334         * mail-source.el (mail-source-touch-pop): Doc fix.
21335
21336         * message.el (message-smtpmail-send-it): Doc fix.
21337
21338 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21339
21340         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21341
21342         * nnmail.el (nnmail-split-fancy): do.
21343
21344         * gnus-kill.el (gnus-kill, gnus-execute): do.
21345
21346 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21347
21348         * gnus-sum.el (gnus-widget-reversible-match)
21349         (gnus-widget-reversible-to-internal)
21350         (gnus-widget-reversible-to-external): New functions.
21351         (gnus-widget-reversible): New widget.
21352         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21353
21354 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21355
21356         * gnus-sum.el (gnus-thread-sort-functions)
21357         (gnus-article-sort-functions): Document `(not F)' items.
21358
21359 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21360
21361         * spam.el (spam-use-gmane-xref): Add new backend.
21362         (spam-gmane-xref-spam-group): Add variable to control the name of the
21363         Gmane spam group.
21364         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21365         (spam-regex-headers-spam, spam-regex-headers-ham)
21366         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21367         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21368         backends and checks.
21369         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21370
21371         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21372         an autodetect method.
21373
21374 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21375
21376         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21377         articles are being added to a group.
21378         (gnus-request-replace-article): Inform the agent that articles
21379         need to be uncached as the cached contents are no longer valid.
21380
21381 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21382
21383         * binhex.el: Don't autoload executable-find.
21384
21385         * canlock.el: Don't autoload mail-fetch-field.
21386
21387         * dgnushack.el: Autoload c-mode for XEmacs.
21388
21389         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21390
21391         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21392         rmail-dont-reply-to and rmail-output.
21393
21394         * gnus-score.el: Don't autoload ffap-string-at-point.
21395
21396         * gnus-setup.el: Don't autoload sc-cite-original.
21397
21398         * imap.el: Don't autoload base64-decode-string,
21399         base64-encode-string and md5.
21400
21401         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21402         and rmail-msg-restore-non-pruned-header.
21403
21404         * mm-decode.el: Don't autoload executable-find.
21405
21406         * mm-url.el: Don't autoload executable-find.
21407
21408         * mm-view.el: Don't autoload diff-mode.
21409
21410         * nndb.el: Don't autoload news-reply-mode, news-setup,
21411         cancel-timer and telnet.
21412
21413         * password.el: Don't autoload run-at-time for Emacs.
21414
21415         * sha1-el.el: Don't autoload executable-find.
21416
21417         * sieve-mode.el: Don't autoload c-mode.
21418
21419         * uudecode.el: Don't autoload executable-find.
21420
21421 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21422
21423         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21424         (gnus-agent-possibly-alter-active): Avoid null in numeric
21425         comparison.
21426         (gnus-agent-set-local): Refuse to save null in local object table.
21427         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21428         list of articles that will be marked as unread.
21429
21430 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21433
21434 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21435
21436         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21437         language tags.
21438
21439 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21440
21441         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21442         Don't bind "obarray".
21443
21444         * gnus-sum.el (gnus-thread-sort-functions):
21445         Add `gnus-thread-sort-by-most-recent-number' and
21446         `gnus-thread-sort-by-most-recent-date'.
21447         Reported by Kai Grossjohann <kai@emptydomain.de>.
21448
21449 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21450
21451         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21452
21453 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21454
21455         * gnus-cus.el (gnus-agent-customize-category):
21456         Remove ignore-errors macro reference that required cl to be loaded at
21457         run-time.
21458
21459         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21460         single-interval range of the form (min . max).  Previously the
21461         range had to look like ((min . max)).  Likewise, return
21462         (min . max) rather than ((min . max)).
21463         (gnus-range-map): Use gnus-range-normalize to accept
21464         single-interval range.
21465
21466         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21467         the cache, but not the agent, now appear with their usual face.
21468
21469         * dgnushack.el (loaddir): New variable that is bound to the
21470         directory containing the dgnushack.el file. Use loaddir, rather
21471         than srcdir, to update load-path. Change lets dgnushack compile
21472         code in directories other than GNUS/lisp.
21473
21474 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21475
21476         * lpath.el: Don't bind w3m-safe-url-regexp.
21477
21478         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21479         w3m-safe-url-regexp variable buffer-local.
21480
21481         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21482
21483 2004-02-27  Simon Josefsson  <jas@extundo.com>
21484
21485         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21486         gnus-group-real-prefix.
21487         (gnus-summary-move-article): Use it, instead of
21488         gnus-group-real-prefix.
21489
21490 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21491
21492         * lpath.el: Bind w3m-safe-url-regexp.
21493
21494         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21495         w3m-safe-url-regexp variable buffer-local and set it as the value
21496         of mm-w3m-safe-url-regexp.
21497
21498         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21499
21500         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21501         parsing gnus-posting-styles when the message is not for replying.
21502
21503         * dgnushack.el: Autoload sgml-mode for XEmacs.
21504
21505         * nnrss.el (nnrss-opml-export):
21506         Use mm-set-buffer-file-coding-system instead of
21507         set-buffer-file-coding-system.
21508
21509 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21510
21511         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21512         of checkdoc.el).
21513         * nnrss.el: do.
21514         * gnus-mlspl.el: do.
21515         * gnus-ml.el: do.
21516         * gnus-srvr.el: do.
21517
21518         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21519
21520 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21521
21522         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21523         Corrections to custom-manual links.
21524
21525         * gnus-art.el (gnus-article): Ditto.
21526
21527         * mm-decode.el (mime-display, mime-security): Ditto.
21528
21529 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21530
21531         * flow-fill.el: Typo.
21532
21533 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21534
21535         * spam-wash.el: New file.
21536
21537 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21538
21539         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21540
21541 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21542
21543         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21544         to be run with new-articles as LIST1, not LIST2.
21545         (spam-registration-functions): Add spam-use-ham-copy as a nil
21546         registration backend.
21547
21548 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21549
21550         * spam-stat.el (spam-stat-washing-hook): New option.
21551         (spam-stat-buffer-words): Use it.
21552         (spam-stat-process-directory, spam-stat-test-directory):
21553         Use insert-file-contents-literally.
21554         (spam-stat-coding-system): New variable.
21555         (spam-stat-load, spam-stat-save): Use it.
21556
21557 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21558
21559         * spam-report.el (spam-report-plug-agent):
21560         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21561
21562 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21563
21564         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21565         Allow / in mailto URLs.
21566
21567 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21568
21569         * spam-report.el (spam-report-process-queue): Fix interactive use.
21570         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21571         (spam-report-unplug-agent): Doc fixes.
21572         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21573         (spam-report-agentize, spam-report-deagentize): Autoload.
21574
21575 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21576
21577         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21578
21579         * message.el (message-setup-fill-variables): Add mml tags to
21580         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21581         <ajk@iu.edu>.
21582         (message-mode): Don't modify paragraph-separate there.
21583
21584 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21585
21586         * compface.el (uncompface-use-external): Default to undecided.
21587         (uncompface-use-external-threshold): New variable.
21588         (uncompface-float-time): New macro.
21589         (uncompface): Determine whether to use the external decoder if
21590         uncompface-use-external is undecided.
21591
21592 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21593
21594         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21595         after images.
21596
21597         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21598
21599 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21600
21601         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21602
21603         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21604
21605         * gnus-sum.el (gnus-summary-limit-to-age)
21606         (gnus-summary-limit-children): do.
21607
21608         * gnus-int.el (gnus-request-scan): do.
21609
21610         * gnus-group.el (gnus-group-suspend): do.
21611
21612         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21613
21614         * gnus-cite.el (gnus-cite-parse-attributions): do.
21615
21616         * gnus-agent.el (gnus-summary-set-agent-mark)
21617         (gnus-agent-regenerate-group): do.
21618
21619         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21620
21621         * binhex.el (binhex-decode-region-internal): do.
21622
21623 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21624
21625         * gnus-fun.el (gnus-face-properties-alist): New user option.
21626         (gnus-display-x-face-in-from): Use it.
21627
21628         * gnus-art.el (article-display-face): Ditto.
21629
21630         * compface.el (uncompface-use-external): Default to nil.
21631
21632 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21633
21634         * nntp.el (nntp-erase-buffer): New function.
21635         (nntp-retrieve-data, nntp-send-command)
21636         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21637         (nntp-possibly-change-group): Use it.
21638
21639         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21640         Use with-current-buffer.
21641
21642 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21643
21644         * compface.el: Merge the ELisp-based uncompface program.
21645         (compface): New customization group.
21646         (uncompface-use-external): New user option.
21647         (uncompface): Call uncompface-internal if uncompface-use-external
21648         is nil.
21649         (uncompface-internal): New function.  Note that there are also
21650         some other functions and variables added for this function.
21651
21652 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21653
21654         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21655         if necessary.
21656
21657 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21658
21659         * spam-report.el (spam-report-unplug-agent)
21660         (spam-report-plug-agent, spam-report-deagentize)
21661         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21662         Add support for the Agent in spam-report: when unplugged, report to a
21663         file; when plugged, submit all the requests.
21664
21665         * spam.el (spam-register-routine): Fix message about
21666         registration.
21667
21668 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21669
21670         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21671         dependencies.
21672         (rfc2047-encode): Use it.
21673
21674         * gnus-art.el (gnus-button-marker-list): Move before first
21675         reference.
21676
21677         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21678         (imap-parse-body): Fix format string mismatch.
21679
21680         * gnus-score.el (gnus-summary-increase-score): do.
21681
21682         * nnrss.el (nnrss-close): New function.
21683
21684 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21685
21686         * nnrss.el (nnrss-make-filename): New function.
21687         (nnrss-request-delete-group, nnrss-read-server-data)
21688         (nnrss-save-server-data, nnrss-read-group-data)
21689         (nnrss-save-group-data): Use it.
21690         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21691         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21692         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21693
21694 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21695
21696         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21697
21698 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21699
21700         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21701         files.
21702
21703         * message.el (message-generate-headers-first): Don't quote nil
21704         and t in docstrings.
21705
21706         * imap.el (imap-id): do.
21707
21708         * gnus-agent.el (gnus-agent-consider-all-articles)
21709         (gnus-agent-queue-mail): do.
21710
21711 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21712
21713         * spam-report.el (spam-report-process-queue): New function.
21714         Process requests from `spam-report-requests-file'.
21715         (spam-report-process-queue): Doc fix.
21716
21717 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21718
21719         * spam.el (spam-register-routine)
21720         (spam-log-processing-to-registry, spam-log-registered-p)
21721         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21722         Change "check" to "spam-check" for semi-clarity.
21723
21724 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21725
21726         * pop3.el: Require nnheader.
21727
21728         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21729
21730         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21731
21732         * gnus-picon.el: Require cl.
21733
21734         * gnus-fun.el: Require gnus-ems and gnus-util.
21735
21736         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21737
21738         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21739
21740         * gnus-art.el (gnus-article-edit-mode): Define before first
21741         reference.
21742
21743 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21744
21745         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21746         (gnus-uu-post-encoded): Use point-at-bol.
21747
21748         * gnus-topic.el (gnus-group-active-topic-p): do.
21749
21750         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21751
21752         * gnus-group.el (gnus-group-kill-region): do.
21753
21754         * gnus-art.el (article-date-ut): do.
21755
21756         * message.el (message-fetch-field): Remove redundant
21757         case-fold-search binding.
21758         (message-narrow-to-field): Simplify.
21759
21760 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21761
21762         * spam.el (spam-directory): Derive from `gnus-directory'.
21763
21764         * spam-report.el (spam-report-url-to-file)
21765         (spam-report-requests-file): New function and variable for offline
21766         reporting.
21767         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21768         and user defined function.
21769         (spam-report-url-ping-mm-url): Remove doubled slash.
21770
21771 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21772
21773         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21774
21775 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21776
21777         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21778         Fix format string mismatch.
21779
21780         * sieve.el (sieve-deactivate-all): do.
21781
21782         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21783
21784         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21785
21786         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21787
21788         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21789
21790 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21791
21792         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21793         the list of checks.
21794
21795 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21796
21797         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21798         padding.
21799
21800 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21801
21802         * mm-view.el (mm-fill-flowed): New variable.
21803         (mm-inline-text): Use it.
21804
21805 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21806
21807         * spam.el (spam-spamassassin-register-ham-routine)
21808         (spam-spamassassin-register-spam-routine): Fix function names.
21809
21810 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21811
21812         * gnus.el (gnus-tmp-grouplens): Remove.
21813         (gnus-summary-line-format): Remove grouplens.
21814
21815         * gnus-group.el (gnus-group-line-format): Ditto.
21816
21817         * gnus-spec.el (gnus-format-specs): Ditto.
21818         (gnus-update-format-specifications): Flush the group format spec
21819         cache if there's the grouplens stuff.
21820         (gnus-parse-simple-format): Replace %l with the empty string.
21821
21822 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21823
21824         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21825         omission.
21826
21827 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21828
21829         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21830         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21831
21832 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21833
21834         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21835         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21836         New macros and functions.
21837         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21838         Handle > NLINK_MAX messages.
21839         * nnmaildir.el (nnmaildir-request-set-mark):
21840         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21841
21842 2004-01-25  Alex Schroeder  <alex@gnu.org>
21843
21844         * spam-stat.el (spam-stat-process-directory-age): New option.
21845         (spam-stat-process-directory): Use it.
21846
21847 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21848
21849         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21850         (spam-stat-save): Accept prefix argument.
21851
21852 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21853
21854         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21855         links" error.
21856
21857 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21858
21859         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21860         the rest of the and/or forms.
21861
21862 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21863
21864         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21865         compatibility with old .newsrc.eld files.
21866
21867         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21868
21869         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21870
21871         * gnus-start.el (gnus-1): do.
21872
21873         * gnus-group.el (gnus-group-line-format-alist): do.
21874
21875         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21876
21877         * gnus-gl.el: Remove.
21878
21879 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21880
21881         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21882         marks consisting of a single range {for example, (3 . 5)} rather
21883         than a list of a single range { ((3 . 5)) }.
21884
21885 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21886
21887         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21888         Use with-current-buffer.
21889         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21890         avoid consing a string.
21891
21892         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21893         Remove obsolete entries for big5 and gb2312.
21894
21895 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21896
21897         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21898         uncompressed list.
21899
21900 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21901
21902         * spam-stat.el (spam-stat-strip-xref): New function.
21903         (spam-stat-process-directory): Use it.
21904
21905         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21906         here -- it's done in message-fetch-field.
21907
21908 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21909
21910         * gnus-agent.el (gnus-agent-queue-mail)
21911         (gnus-agent-prompt-send-queue): New variables.
21912         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21913         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21914         "nndraft:queue" along to gnus-draft-send.
21915         Use gnus-agent-prompt-send-queue.
21916         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21917         is "nndraft:queue".  Suggested by Gaute Strokkenes
21918         <gs234@srcf.ucam.org>
21919
21920         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21921         (agent-enable-undownloaded-faces): Add.
21922         (gnus-agent-cat-groups): Use eval-and-compile, not
21923         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21924         method of gnus-agent-cat-groups even when the buffer has been
21925         evaled.
21926         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21927         delete gnus-agent-save-active-1.
21928         (gnus-agent-save-groups): Delete.  Identical to
21929         gnus-agent-save-active.
21930         (gnus-agent-write-active): No longer adjust agent's copy of active
21931         file as agent's adjustments are now stored in their own
21932         file.  Remove optional parameter.
21933         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21934         servers.  Add use of min/max range limits from server's local
21935         file.
21936         (gnus-agent-save-alist): Remove unused optional argument.
21937         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21938         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21939         (gnus-agent-set-local): A per-server file that keeps min/max range
21940         limits for articles known to the agent.  Provides a fast mechanism
21941         for altering many active ranges.
21942         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21943         active file (local makes it unnecessary).
21944         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21945
21946         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21947         (agent-enable-undownloaded-faces): Add.
21948
21949         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21950         disable it when sending to "nndraft:queue".
21951         (gnus-group-send-queue): Add safety check to avoid sending queue
21952         when unplugged.
21953
21954         * gnus-group.el (gnus-group-catchup): Use new
21955         gnus-sequence-of-unread-articles, not
21956         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21957         numbers of articles.  Use gnus-range-map to avoid having to
21958         uncompress the unread list.
21959         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21960         Fix invalid ange-ftp reference.
21961
21962         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21963         (gnus-sorted-range-intersection): Intersection of two ranges
21964         without requiring that they first be uncompressed.
21965
21966         * gnus-start.el (gnus-activate-group): Unless blocked by the
21967         caller, possibly expand the active range to include both cached
21968         and agentized articles.
21969         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21970         multiple version-dependent converters.
21971         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21972         gnus-agent-save-active.
21973         (gnus-save-newsrc-file): Save dirty agent range limits.
21974
21975         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21976         gnus-agent-possibly-alter-active.
21977         (gnus-adjust-marked-articles): Faster handling of simple lists.
21978
21979 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21980
21981         * spam-stat.el (spam-stat-test-directory): New optional argument
21982         displays a list of files detected.  Suggested by Andrew Cohen
21983         <cohen@andy.bu.edu>.
21984         (spam-stat-buffer-words-with-scores): Don't narrow and change
21985         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21986
21987 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21988
21989         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21990         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21991         (spam-spamassassin-arguments)
21992         (spam-spamassassin-spam-flag-header)
21993         (spam-spamassassin-positive-spam-flag-header)
21994         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21995         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21996         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21997         (spam-list-of-processors, spam-list-of-checks)
21998         (spam-list-of-statistical-checks, spam-registration-functions)
21999         (spam-check-spamassassin-headers, spam-check-spamassassin)
22000         (spam-spamassassin-score)
22001         (spam-spamassassin-register-with-sa-learn)
22002         (spam-spamassassin-register-spam-routine)
22003         (spam-spamassassin-register-ham-routine)
22004         (spam-assassin-register-spam-routine)
22005         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22006         (spam-bogofilter-score): Fix to show article before scoring.
22007
22008 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22009
22010         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22011         default scoring function.
22012         (spam-generic-score): Call spam-spamassassin-score if
22013         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22014         spam-bogofilter-score otherwise.
22015
22016         * gnus.el (spam-process, spam-autodetect-methods):
22017         Add spamassassin and spamassassin-headers.
22018
22019 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22020
22021         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22022         Suppress unnecessary messages.
22023
22024 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22025
22026         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22027         make-hash-table.
22028
22029 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22030
22031         * canlock.el (base64-encode-string): Don't autoload it.
22032
22033 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22034
22035         * run-at-time.el: Remove useless (require 'itimer),
22036         eval-and-compile and (featurep 'xemacs).
22037
22038 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22039
22040         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22041         GROUP is a virtual group.
22042
22043 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22044
22045         * gnus.el: Autoload `message-y-or-n-p'.
22046
22047 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22048
22049         * pgg-parse.el: Remove unnecessary (require 'custom).
22050
22051         * pgg-def.el: do.
22052
22053         * nnmail.el: do.
22054
22055         * gnus-undo.el: do.
22056
22057         * gnus-picon.el: do.
22058
22059         * gnus-util.el: do.
22060
22061 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22062
22063         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22064
22065 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22066
22067         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22068         handle, as well as a list.
22069
22070         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22071         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22072         (mm-w3m-cid-retrieve): Simplify.
22073
22074 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22075
22076         * message.el (message-kill-to-signature): Allow prefix arg to
22077         specify number of lines to keep before signature.
22078
22079 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22080
22081         * message.el (message-kill-to-signature): Change docstring.
22082
22083 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22084
22085         * canlock.el: Always require sha1-el.
22086         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22087
22088         * message.el: Autoload sha1 only when compiling.
22089
22090         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22091         eudc-expand-inline for XEmacs.
22092
22093 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22094
22095         * message.el (message-canlock-generate): Require sha1-el.
22096
22097 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22098
22099         * message.el (message-expand-name): Silence the byte compiler.
22100
22101         * lpath.el: Add detect-coding-system.
22102
22103         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22104         cus-edit.
22105
22106 2004-01-13  Simon Josefsson  <jas@extundo.com>
22107
22108         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22109         Invoke gnus-score-mode.
22110         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
22111
22112         * gnus-range.el (gnus-compress-sequence): Doc fix.
22113         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22114
22115 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22116
22117         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22118
22119 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22120
22121         * spam.el (spam-get-article-as-string): Update to use
22122         gnus-request-article-this-buffer, much simpler.
22123         (spam-get-article-as-buffer): Remove.
22124
22125 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22126
22127         * message.el (message-expand-name): Use EUDC if the user uses that.
22128
22129 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22130
22131         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22132         character for the encoding to avoid consing a string.
22133
22134         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22135         unnecessarily.
22136
22137         * mm-util.el (mm-replace-chars-in-string): Remove.
22138
22139         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22140         of mm-replace-chars-in-string.
22141
22142 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22143
22144         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22145
22146         * mm-util.el (mm-subst-char-in-string): Support inplace.
22147
22148         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22149         a new string in every iteration.  Use shy groups.
22150
22151 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22152
22153         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22154         * gnus-soup.el (gnus-soup-group-brew):
22155         * gnus-msg.el (gnus-put-message):
22156         * gnus-move.el (gnus-group-move-group-to-server):
22157         * gnus-kill.el (gnus-batch-score):
22158         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22159         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22160         (gnus-group-update-group, gnus-group-read-group)
22161         (gnus-group-make-group, gnus-group-make-help-group)
22162         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22163         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22164         (gnus-group-sort-by-unread, gnus-group-catchup)
22165         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22166         (gnus-group-yank-group, gnus-group-set-info)
22167         (gnus-group-list-groups):
22168         * gnus.el (gnus-generate-new-group-name):
22169         * gnus-delay.el (gnus-delay-send-queue):
22170         * nnvirtual.el (nnvirtual-catchup-group):
22171         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22172         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22173         (gnus-group-prepare-topics, gnus-topic-check-topology):
22174         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22175         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22176         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22177         (gnus-group-make-articles-read):
22178         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22179         (gnus-group-change-level, gnus-kill-newsgroup)
22180         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22181         (gnus-get-unread-articles, gnus-make-articles-unread)
22182         (gnus-make-ascending-articles-unread): Use accessor
22183         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22184         to get group information for improved readability.
22185
22186
22187 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22188
22189         * gnus-art.el (article-decode-mime-words, article-babel)
22190         (gnus-article-highlight-signature, gnus-article-add-buttons)
22191         (gnus-signature-toggle): Use gnus-with-article-buffer.
22192
22193         * gnus-art.el (gnus-article-highlight-headers)
22194         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22195
22196         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22197         (gnus-article-set-globals, gnus-request-article-this-buffer)
22198         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22199         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22200         (gnus-mime-display-alternative): Use with-current-buffer.
22201
22202 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22203
22204         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22205         also under 80 char limit, and call gnus-error if needed.
22206         (spam-fetch-article-header): Fix - it was a
22207         buffer-local variable (gnus-newsgroup-data).
22208         (spam-find-spam): Use spam-generate-fake-headers, forget about
22209         spam-insert-fake-headers.
22210         (spam-insert-fake-headers): Remove.
22211
22212 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22213
22214         * deuglify.el (gnus-article-outlook-unwrap-lines)
22215         (gnus-outlook-rearrange-article)
22216         (gnus-outlook-repair-attribution-outlook)
22217         (gnus-outlook-repair-attribution-block)
22218         (gnus-outlook-repair-attribution-other): Remove redundant
22219         save-excursion.
22220
22221 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22222
22223         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22224         (spam-fetch-field-subject-fast)
22225         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22226         (spam-fetch-article-header): Add functions to deal with Gnus
22227         internals for fast retrieval of article header data.
22228         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22229
22230 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22231
22232         * pop3.el (pop3-md5): Remove.
22233         (pop3-apop): Replace pop3-md5 with md5.
22234
22235         * mm-bodies.el: base64 is always built-in.
22236
22237         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22238         Use with-current-buffer.
22239
22240 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22241
22242         * canlock.el (canlock-insert-header): Remove excessive grouping in
22243         regexp.
22244
22245         * gnus-sum.el (gnus-summary-read-document): Ditto.
22246
22247         * gnus-uu.el (gnus-uu-part-number): Ditto.
22248
22249         * html2text.el (html2text-remove-tags): Ditto.
22250         (html2text-format-tags): Ditto.
22251         (html2text-format-single-elements): Ditto.
22252
22253         * mml.el (mml-parse-1): Ditto.
22254
22255 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22256
22257         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22258
22259         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22260
22261         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22262
22263         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22264
22265 2003-11-15  Simon Josefsson  <jas@extundo.com>
22266
22267         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22268         (pgg-gpg-lookup-key): Use regexp match instead of
22269         split-string (split-string is different between emacs 21.2 and
22270         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22271
22272 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22273
22274         * gnus-art.el (gnus-mime-view-all-parts)
22275         (gnus-article-part-wrapper, gnus-article-view-part):
22276         Use with-current-buffer.
22277
22278 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22279
22280         * spam.el (spam-disable-spam-split-during-ham-respool)
22281         (spam-spamoracle-database, spam-cache-lookups)
22282         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22283         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22284         (spam-group-ham-marks, spam-group-spam-marks)
22285         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22286         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22287         also add spam-use-blackholes to the statistical checks.
22288         (spam-fetch-field-fast): Add interface to fetching fields, may
22289         become a macro.
22290         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22291         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22292         (spam-insert-fake-headers): Fake an article when needed.
22293         (spam-find-spam): Fake article when possible.
22294         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22295         (spam-check-bogofilter-headers): Use message-fetch-field instead
22296         of nnmail-fetch-field.
22297
22298 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22299
22300         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22301
22302 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22303
22304         * spam.el (spam-split): Do not require spam-use-CHECK to be
22305         enabled if that check is passed to spam-split explicitly; also
22306         fix so 'spam doesn't get converted to spam-split-group when
22307         spam-split-symbolic-return is t.
22308         (spam-find-spam): Find registrations of the article and use those
22309         instead of re-running spam-split to find the spam/ham
22310         classification of the article.
22311         (spam-log-processing-to-registry, spam-log-registered-p)
22312         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22313         Use gnus-error instead of gnus-message.
22314         (spam-log-registration-type): Add function to determine the
22315         classification of a message based on registry entries; will
22316         return nil if both 'spam and 'ham are found.
22317         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22318         a reasonably fast local cache without the loading errors.
22319         (spam-cache-lookups): Set to t by default.
22320         (spam-find-spam): Don't try to guess spam-cache-lookups.
22321         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22322         spam-caches entry.
22323         (spam-filelist-build-cache, spam-filelist-check-cache):
22324         Fix caching of whitelist/blacklist entries.
22325         (spam-check-whitelist, spam-check-blacklist):
22326         Invoke spam-from-listed-p with a type, not a cache variable.
22327         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22328
22329 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22330
22331         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22332
22333         * nnmail.el (nnmail-split-fancy): do.
22334
22335         * mml.el (mml-parse): do.
22336
22337         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22338         (gnus-score-adaptive): do.
22339
22340 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22341
22342         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22343         (gnus-mime-button-map): Don't set keymap parent.
22344         (gnus-button-ctan-directory-regexp): Use shy grouping.
22345         (gnus-prev-page-map): Don't set keymap parent.
22346         (gnus-prev-page-map): Remove duplicated one.
22347         (gnus-next-page-map): Don't set keymap parent.
22348         (gnus-mime-security-button-map): Ditto.
22349
22350         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22351         version number.
22352
22353         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22354
22355 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22356
22357         * canlock.el (canlock-sha1-function): Remove.
22358         (canlock-sha1-function-for-verify): Remove.
22359         (canlock-openssl-program): Remove.
22360         (canlock-openssl-args): Remove.
22361         (canlock-ignore-errors): Remove.
22362         (canlock-sha1-with-openssl): Remove.
22363         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22364         (canlock-verify): Don't use canlock-ignore-errors.
22365
22366         * sha1-el.el (sha1-string-external): Make it can return a string
22367         in binary form.
22368         (sha1-region-external): Ditto.
22369         (sha1-string-internal): Ditto.
22370         (sha1-region-internal): Ditto.
22371         (sha1-region): Ditto.
22372         (sha1-string): Ditto.
22373         (sha1): Ditto.
22374
22375 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22376
22377         * spam.el (spam-report-articles-gmane): New command.
22378
22379 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22380
22381         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22382
22383         * run-at-time.el (run-at-time-saved): Remove.
22384         (run-at-time): Doc fix.
22385
22386 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22387
22388         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22389         (gnus-summary-limit-map): Add it.
22390         (gnus-summary-make-menu-bar): do.
22391
22392 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22393
22394         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22395         Make attempt at some caching support (done for BBDB only now).
22396         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22397         addresses to be checked.
22398         (spam-clear-cache-BBDB): Add function, to be invoked by
22399         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22400         (spam-check-BBDB): Check and use the caches, if
22401         spam-cache-lookups is on, remove superfluous (provide).
22402
22403 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22404
22405         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22406
22407 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22408
22409         * run-at-time.el (run-at-time-saved): Move to after the definition
22410         of `run-at-time'.
22411
22412         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22413
22414 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22415
22416         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22417         mm-w3m-local-map-property.
22418
22419         * mm-view.el (mm-w3m-mode-map): Remove.
22420         (mm-w3m-local-map-property): Remove.
22421         (mm-inline-text-html-render-with-w3m): Don't use
22422         mm-w3m-local-map-property.
22423
22424 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22425
22426         * run-at-time.el: New file.
22427
22428         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22429         under Emacs.
22430
22431         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22432         of gnus-set-text-properties.
22433
22434         * gnus-uu.el (gnus-uu-save-article): Ditto.
22435
22436         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22437
22438         * gnus-cite.el (gnus-cite-parse): Ditto.
22439
22440         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22441         of gnus-.
22442
22443         * gnus-xmas.el (run-at-time): Require run-at-time.
22444
22445         * gnus.el: Change calls to nnheader-run-at-time and
22446         password-run-at-time throughout to use run-at-time directly.
22447
22448         * password.el: Remove definition of run-at-time.
22449
22450         * nnheaderxm.el: Remove definition of run-at-time.
22451
22452 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22453
22454         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22455         in prompt.
22456
22457 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22458
22459         * messagexmas.el (message-xmas-redefine): Alias
22460         `message-make-caesar-translation-table' to
22461         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22462         version.
22463
22464         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22465         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22466         `gnus-xmas-set-text-properties'.
22467         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22468         `gnus-xmas-completing-read'.
22469         (gnus-xmas-completing-read): Removed.
22470         (gnus-xmas-open-network-stream): Removed.
22471
22472         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22473         XEmacs version.
22474
22475         * dns.el (dns-make-network-process): Use `open-network-stream'
22476         instead of `gnus-xmas-open-network-stream'.
22477
22478         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22479
22480         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22481
22482 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22483
22484         * gnus-art.el (gnus-mime-display-alternative)
22485         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22486         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22487         Don't use gnus-local-map-property.
22488
22489         * gnus-util.el (gnus-local-map-property): Remove.
22490
22491         * mm-view.el (mm-view-pkcs7-decrypt):
22492         Replace gnus-completing-read-maybe-default with completing-read.
22493
22494         * gnus-util.el (gnus-completing-read): do.
22495         (gnus-completing-read-maybe-default): Remove.
22496
22497 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22498
22499         * password.el: Only autoload `run-at-time' if not XEmacs.
22500         Only autoload the itimer functions if XEmacs.
22501
22502 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22503
22504         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22505         XEmacsen.
22506
22507         * dgnushack.el: Autoload executable-find for XEmacs.
22508
22509 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22510
22511         * gnus-art.el (gnus-read-string): Remove.
22512         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22513         read-string.
22514
22515 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22516
22517         * netrc.el: Autoload password-read.
22518         (netrc): Add configuration group.
22519         (netrc-encoding-method, netrc-openssl-path):
22520         Add variables for encoding and decoding of files with symmetric
22521         ciphers.
22522         (netrc-encode): Add assistant function to encode a file with
22523         netrc-encoding-method.
22524         (netrc-parse): Add interactive parameter, added optional
22525         decoding if netrc-encoding-method is non-nil but otherwise
22526         behavior is standard.
22527         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22528         Do s/encode/encrypt/ everywhere.
22529
22530         * spam.el: Remove executable-find autoload.
22531
22532 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22533
22534         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22535
22536         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22537
22538 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22539
22540         * gnus-art.el (gnus-treat-ansi-sequences)
22541         (article-treat-ansi-sequences): New variable and function.
22542         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22543
22544         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22545         Use it.
22546
22547 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22548
22549         * mm-util.el (mm-quote-arg): Remove.
22550
22551         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22552         shell-quote-argument.
22553
22554         * gnus-uu.el (gnus-uu-command): do.
22555
22556         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22557
22558         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22559         with make-char.
22560
22561         * mm-util.el (mm-make-char): Remove.
22562
22563         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22564         add-minor-mode.
22565
22566         * gnus-undo.el (gnus-undo-mode): do.
22567
22568         * gnus-topic.el (gnus-topic-mode): do.
22569
22570         * gnus-sum.el (gnus-dead-summary-mode): do.
22571
22572         * gnus-start.el (gnus-slave-mode): do.
22573
22574         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22575
22576         * gnus-ml.el (gnus-mailing-list-mode): do.
22577
22578         * gnus-gl.el (gnus-grouplens-mode): do.
22579
22580         * gnus-draft.el (gnus-draft-mode): do.
22581
22582         * gnus-dired.el (gnus-dired-mode): do.
22583
22584         * gnus-ems.el (gnus-add-minor-mode): Remove.
22585
22586         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22587         Replace gnus-char-width with char-width.
22588
22589         * gnus-ems.el (gnus-char-width): Remove.
22590
22591         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22592         Replace gnus-char-width with char-width.
22593
22594         * gnus-ems.el (gnus-char-width): Remove.
22595
22596         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22597         definition.
22598         Remove Emacs 20 hash table compatibility code.
22599
22600         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22601         20 compatibility code.
22602
22603         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22604
22605         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22606
22607         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22608         Replace with point-at-{eol,bol}.
22609
22610         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22611
22612         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22613
22614         * flow-fill.el (fill-flowed-point-at-bol)
22615         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22616
22617         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22618         Replace with point-at-{eol,bol} throughout all files.
22619
22620 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * ntlm.el (ntlm-string-as-unibyte): New macro.
22623         (ntlm-build-auth-response): Use it.
22624
22625         Remove Emacs 20 stuff:
22626         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22627         (butlast, mapc, remove): Remove the compiler macros.
22628         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22629         of delq and copy-sequence.
22630         * gnus-art.el (popup-menu): Remove the compiler macro.
22631         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22632         Emacs 20.
22633
22634 2004-01-05  Simon Josefsson  <jas@extundo.com>
22635
22636         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22637         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22638         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22639         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22640         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22641         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22642         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22643         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22644         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22645         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22646         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22647         string-xor into ntlm-string-xor.
22648         Suggested by Jesper Harder <harder@myrealbox.com>.
22649
22650         * ntlm.el: Don't include poem.
22651
22652         * md4.el (print-int32, print-string-hexa): Remove.
22653         Suggested by Jesper Harder <harder@myrealbox.com>.
22654
22655         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22656
22657         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22658         probably breaks emacs with DL patch, but do we care? Is anyone
22659         still using the DL stuff?)
22660
22661         * sieve-manage.el: Use the password package.
22662         (sieve-manage-read-passwd): Remove.
22663         (sieve-manage-interactive-login): Use password.  Re-add
22664         condition-case around loop.
22665
22666         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22667         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22668         Use the password package.
22669
22670 2003-02-19  Simon Josefsson  <jas@extundo.com>
22671
22672         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22673         token.
22674
22675 2002-08-07  Simon Josefsson  <jas@extundo.com>
22676
22677         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22678         (sieve-manage-authenticators):
22679         (sieve-manage-authenticator-alist): Add some SASL mechs.
22680         (sieve-sasl-auth): New function.
22681         (sieve-manage-cram-md5-auth):
22682         (sieve-manage-plain-auth): Rewrite using SASL library.
22683         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22684         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22685         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22686         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22687
22688 2004-01-05  Simon Josefsson  <jas@extundo.com>
22689
22690         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22691         New files.
22692
22693 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22694
22695         * gnus-group.el (gnus-no-groups-message): Update.
22696
22697         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22698
22699 2003-11-09  Simon Josefsson  <jas@extundo.com>
22700
22701         * imap.el: Support for ID IMAP extension (RFC 2971).
22702         (imap-local-variables): Add imap-id.
22703         (imap-id): New variable.
22704         (imap-id): New function.
22705         (imap-parse-response): Parse untagged ID response.
22706         * nnimap.el (nnimap-id): New variable.
22707         (nnimap-open-connection): Use it.
22708
22709 2003-12-28  Simon Josefsson  <jas@extundo.com>
22710
22711         * gnus-score.el (gnus-score-edit-all-score): New.
22712         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22713
22714 2004-01-04  Simon Josefsson  <jas@extundo.com>
22715
22716         * password.el: Add.
22717
22718 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22719
22720         * dns.el (dns-query-types): Fix typo.
22721         (dns-query-types): New function.
22722         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22723         PTR and SOA replies, see RFC 1035.
22724
22725 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22726
22727         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22728
22729         * Move to Changelog.2.
22730
22731 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22732
22733         * gnus.el (gnus-version-number): Bump version.
22734
22735 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22736
22737         * gnus.el: No Gnus v0.1 is released.
22738
22739 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22740
22741         * gnus.el: No Gnus v0.0 is released.
22742
22743 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22744
22745         * gnus.el (gnus-version-number): Bump.
22746         (gnus-version): No.
22747
22748 See ChangeLog.2 for earlier changes.
22749
22750   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22751
22752   This file is part of GNU Emacs.
22753
22754   GNU Emacs is free software: you can redistribute it and/or modify
22755   it under the terms of the GNU General Public License as published by
22756   the Free Software Foundation, either version 3 of the License, or
22757   (at your option) any later version.
22758
22759   GNU Emacs is distributed in the hope that it will be useful,
22760   but WITHOUT ANY WARRANTY; without even the implied warranty of
22761   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22762   GNU General Public License for more details.
22763
22764   You should have received a copy of the GNU General Public License
22765   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22766
22767 ;; Local Variables:
22768 ;; coding: utf-8
22769 ;; fill-column: 79
22770 ;; add-log-time-zone-rule: t
22771 ;; End: